@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap'); */
:root {
--green:#11ac78;
--menu:#1e2433;
--menuactive:#0d202f;
--activegreen:#11ac78;
--textgray:#0b0b0c;
--label:#7d85a4;
--body:#687989;
--hovergray:#e8eef2;
--tblbor:#cad3d6;
--tblheaderclr:#000;
--hoverclr:#e8eef2;
--backgray:#e8ebf0;
--theme:#c02e48;
--tblheadbackclr:#eff4f8;
--gg:#ecf0f1;
--darkgreen:#11ac78;
--menutxt:#ced0e2;
--greentt:1aca8e;
 /* --fonttheme: 'IBM Plex Sans', sans-serif; */
 --fonttheme: 'Open Sans', sans-serif;
/* --fonttheme:'Roboto', sans-serif; */
--background:#f6f7fc;
--tbbrclr:#f0f1f6;
--txtgray:#9c9eb2;
--btngreen:#d8f7e3;
--btnred:#FDD7CF;
--btnblue:#DDF5FF;
--btnvio:#E3E5F7;
--txtgrn:#11ac78;
--txtred:#E44726;
--txtvio:#636FE4;
--txtblue:#39A0CD;
--highlightblue:#3873d8;
--dangerbtn:#da3b40;



}

html, html a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-filter: blur(0.000001px);
    -webkit-font-smoothing: antialiased;
}

/* @font-face {
    font-family: 'proxima_novaregular';
    src: url('../assets/fonts/ProximaNovaRegular.eot') format('eot'),
         url('../assets/fonts/ProximaNovaRegular.woff') format('woff'),
         url('../assets/fonts/ProximaNovaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;


} */
body
{
    font-family: var(--fonttheme);
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: text;
    -moz-user-select: text;
  
   /* font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
}

#content {
    width: calc(100% - 250px);
    padding:0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.imgborprod
{
    border-radius: 5px;
}
.rem
{
/* position: relative; */
}
.rem button
{
    background-color: var(--label);
    border: 0px;
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    color: white;
    font-size: 10px;
    top: 0px;
    position: absolute;
    margin-top: 5px;
    /* border-radius: 50%; */
    right: 15px;
}


.fa-border button{
    margin: auto;
    text-align: center;
}
.parsley-required
{
    font-size: 11px;
    color: red;
    padding: 1px 0px;
    transition: 0.3s ease-in;
}

.picwidth
{
    width: 25px;
    height: 25px;
}
.childtable
{
    display: grid;
    /* min-height: 150px; */
}

.bootstrap-tagsinput {
    display: inline-block;
    max-width: 100%;
    padding: .2rem 0rem;
    line-height: 1.571429;
    color: #76838f;
    vertical-align: middle;
    cursor: text;
    /* background-color: #fff;
    border: 1px solid #cad3d6; */
font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 30px 5px 5px;
    border: #ccc solid 1px;
    border-radius: 50px;
    margin: 5px 2px;

}
.badge
{
    font-size: 13px;
}

.childtable .table td, .childtable .table th
{
    padding:1px 0px !important;
    font-size: 13x;
}
.table td, .table th
{
    padding:5px 5px 5px 5px !important;
    font-size: 13px;
}
.order-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: center;
    justify-content: flex-end;
    /* padding-top: 5px;
    padding-bottom: 5px; */
  }
  
  .order-item {
    padding: 1px 5px;
border: var(--tbbrclr) solid 0px;
    text-align: center;
    margin: 0px;
    /* width:70px;
    flex-basis: 70px; */
    flex-grow: 1;
    font-size: 13px;
    cursor: pointer;
    /* background-color:#fff ; */
  }
.num
  {
    font-size: 11px;
    font-weight:  600;

    line-height: 6px;
    margin-right: 2px;
    color: var(--txtgray) !important;
    background-color: var(--btnblue);
    border-radius: 50px;
    width: 50px;
    padding: 2px 10px;

    text-align: center;
  }
  .activetab .num
  {
    color: #fff !important;
      font-weight: bold;
      background-color: #48a9f3;
  }
  .exal
  {
    width: 35px;
    flex-basis: 35px;
    justify-content: right;
    align-items: end;
    align-self: flex-end;
    float: right;
    text-align: right;
}
.hedicon
{
  width: auto;
  flex-basis: auto;
  justify-content: right;
  align-items: end;
  align-self: center;
  float: right;
  text-align: right;
  margin-left: 20px;
}

.pearls
{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;  
}
.pearls .pearl
{
    padding: 2px 5px;
    text-align: center;
    width:70px;
    flex-basis: 70px;
    flex-grow: 1;
}
.example-wrap
{
    padding-bottom: 10px;
    border-bottom:var(--backgray) solid 5px;
}
.orderfm .col-form-label
{
    line-height: 14px;
    font-size: 13px;
    color: var(--label);
}

.b{
font-weight: 600;
color: var(--label);
}
.pearl-title
{
    line-height: 15px;
}

.greenbox
{
    background-color: var(--green);
    color: #fff;
    text-align: center;
    align-content: center;

}
.table-user-thumb
{
    width: 50px;
    height:50px;
    border-radius: 50%;
    border: var(--backgray) solid 2px;
}

.tblheadbackclr thead
{
    /* background-color: var(--tblheadbackclr); */
    line-height: 30px;
}
.table td{
    vertical-align:inherit;
}
.font12
{
    font-size: 12px;
}
.f16
{
    font-size: 13px;
}
.f18
{
    font-size: 18px;
}
.f13
{
    font-size: 13px;
}
.f20
{
    font-size: 20px !important;
}

.f23
{
    font-size: 23px;
}
.input-group-append button .btn-upload{
    width: 100%;
    background-color: var(--backgray);
    display: block;
}
.d-inline
{
    display: inline-flex;
}
.site-menu-icon img
{
    width: 16px;
    height: 16px;
}
.pgdesign .card:hover
{
    box-shadow: #d1dfe9 5px 0px 20px;
}
 .icon{
    opacity: 1;
    cursor: pointer;
}
.icon:hover{
    opacity: 1 !important;
}
.optionbtn
{
    width: 100px;
    border-radius: 5px;
    background-color:var(--green);
    color: #fff;
    text-align: center;
    height: 100px;
    margin: 5px;
    border: 0px;
    border: #fff solid 1px;
    transition: 0.3s ease-in-out;
}
.optionbtn:hover
{
    box-shadow: #dce7ee 2px 2px 5px;
    transition: 0.3s ease-in-out;

}
.page-header
{
    z-index: 9;
}
.dotbtn
{
    background-color: transparent;
    border: 0px;
}
.modal-body .optionbtn
{
    display: inline;
    /* flex-grow: 1; */
    flex-wrap: inherit;
    align-items: center;
    
    text-align: center;
}
.print .modal-body
{
    height: calc(100vh - 200px);
    overflow-y: scroll;
}
.site-footer
{
    background-color: transparent
}
.widget
{
    
    padding: 10px;
}
.dashboard .state
{
    text-align: center;
}
.widget:hover
{
    display: block;
  
    transition: 0.3s ease-in-out;

}

.white
{
    color: #fff;
    opacity: 1;
}
.custview tbody{
    height: 350px;
    overflow-y: scroll;
}
 .status.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2dce89;
    position: absolute;
    right: 0;
}
 .status {

    top: 6px;
    font-size: 13px;

}
.login
{
    width: 100%;
    overflow: hidden;
    height: 100vh;
    /* background-color: var(--green);
    display: inline-flex; */
    padding-top:0vh;
    /* background-image: url(../assets/images/login-bg.jpg);
    background-size: cover;
    background-position: left top; */
}
.loginbox
{
    background-color: #fff;
    padding: 60px 20px;
    justify-content: center;
    align-content: center;
    margin: auto;
    width: 350px;
    height: auto;
    text-align: center;
}
.vertical-align-middle
{
    margin: auto;
}

.brand-img
{

}

.modal-backdrop {

    z-index: 1600 !important;

}
.bor3
{
    background-color: var(--tblbor);
    height: 3px;
}
.nav-tabs
{
background-color: #fff;
cursor: pointer;    
}



.chek .checkbox-custom label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 5px;
    margin-left: -20px;
    font-size: 12px;
    line-height: 23px;
    color: #76838f;
    text-align: center;
}


.textlink
{
    color:#3e70c9;
font-size: 12px;
    border: 0px;
    background-color:transparent;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-align: right;
}
.textlinkgreen
{
    color:#21af58;

    border: 0px;
    background-color:transparent;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-align: right;
}
.site-menubar-unfold .page-header
{
margin-top:0px;
}
.ite-navbar-collapse-show .page-header
{
    margin-top: 0px !important;
}
.red
{
    color: red;
}
.ppll
{
    position: absolute;
    top: -52px;
    right: 50px;
}
.relative
{
    position: relative;
}

@media only screen and (min-width:320px)
{
    .deskonly
{
    display: none;
}
}
@media only screen and (min-width:768px)
{
    .deskonly
{
    display: block;
}
}
.footernn
{
    /* position: absolute; */
    bottom: 20px;
    font-size: 10px;
    background-color: white;
}
.page-header .inline-flex .btn{
     padding:.429rem 0rem !important 
}

.f11
{
    font-size: 11px;
    padding-bottom: 0px !important;
}
.hed label
{
    margin-bottom: 2px !important;
    font-size: 10px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.m-t-8
{
    margin-top: 8px;
}
.order-item
{
    /* height: 34px; */
    align-self: center;
    color: var(--txtgray);
    display: flex;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}
.card-body
{
padding: 0px 10px;
}
.actiontd
{
    width: 20px;
}
.form-control
{
    padding: 5px 5px !important;
    font-size: 13px;
    height: 33px;
    color: #000;
}
.col-form-label{
    font-size: 13px !important;
}
.hed .btn-trans
{
    padding: 5px 0px 5px 0px !important

}
.tit
{ 
align-self: center !important;
}
.btn-upload
{
width: 100%;
}
/* .fa-border {
    padding: 0em  !important;
    border: solid .0em #eee  !important;
    border-radius: .1em  !important;
} */
.upimg 
{    width: 100%;
background: rgb(249, 252, 255);
text-align: center;
margin: auto;
}
.input-group-append
{
    width: 100%;
}


.f14
{
    font-size: 13px;
}
input[type="file"] {
    background-color: #fff;
    border: transparent;
    width: 90%;
}

.ng-select div, .ng-select input, .ng-select span
{
    font-size: 13px !important;
}

.site-menu-arrow {
    font-family: "Web Icons";
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-rendering: auto;
}

.site-menu-arrow, .site-menu-badge, .site-menu-label {
    position: absolute;
    right: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: visibility cubic-bezier(.76,.1,1,-.16) .25s,opacity cubic-bezier(.76,.1,1,-.16) .5s;
    -o-transition: visibility cubic-bezier(.76,.1,1,-.16) .25s,opacity cubic-bezier(.76,.1,1,-.16) .5s;
    transition: visibility cubic-bezier(.76,.1,1,-.16) .25s,opacity cubic-bezier(.76,.1,1,-.16) .5s;
    top: 10px;
    color: #fff;
}

.site-menu-arrow {
    /* height: 36px; */
    display: flex;
    align-items: center;
}
.sort
{
    content: '2212';
}
.closebadge
{
    background: #dde6f0;
    width: 30px;
    border: #ecf1f6 solid 1px;
    height: 30px;
    padding: 5px 8px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
    /* box-shadow: #d0d4d8 0px 0px 2px; */
}
.closebadge:hover
{
    background-color: #fff;
}
.ag-header-row
{
background-color: var(--tblheadbackclr);
}
.note
{
    font-size: 11px;
    color: red;
}
.upimg
{
    height: 70px;
}
.activetab a{
    color: #fff !important;
}
.activetab:hover
{
    /* background-color: var(--green); */
}
.btn-danger
{
    color: #fff !important;
}
.page-content
{
    background-color: var(--background);
    height: calc(100vh - 50px);
}
.justify-between
{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.order-item:hover
{
    color: #000 !important;
}
.activetab
{
   background: #fff;
   box-shadow: rgba(244,247,255,0.6) 0px 5px 3px;
   border-radius: 50px;
   color: #000 !important;
   padding: 0px;
   font-weight: 600;
   border: #eae8ef solid 1px;
}
.gridhead 
{
    padding:3px 10px 10px 10px;
    border-bottom: #e9e8eb solid 1px;
    margin:10px 0px 0 0;
}
.btn-outline-default, .btn-outline.btn-default
{
    border-radius: 5px;
    font-size: 12px;
    height: 34px;
}
.btn-outline-default:hover, .btn-outline.btn-default:hover
{
    background-color: #fff;
    border-color: #cad3d6;
}
.statusbtn
{
    margin: 0px;
}
.pilgreen
{
    background-color:var(--btngreen);
    color: var(--txtgrn);
    font-size: 13px;
    display: inline;
    border-radius: 5px;
letter-spacing: 0.8px !important;
    padding: 3px 8px;
    font-weight: 500;
    height: 34px;
    border: #c7ecdd solid 1px;

}
.pilblue
{
    background-color:var(--btnblue);
    color: var(--txtblue);
    font-size: 13px;
    display: inline;
    border-radius: 5px;
letter-spacing: 0.8px !important;
    padding: 3px 8px;
    height: 34px;
    font-weight: 500;
    border: #c7ecdd solid 1px;

}
.pilvio
{
    background-color:var(--btnvio);
    color: var(--txtvio);
    font-size: 13px;
    display: inline;
    border-radius: 5px;
letter-spacing: 0.6px !important;
    padding: 3px 8px;
    height: 34px;
    font-weight: 500;
    border: #c7ecdd solid 1px;
 
}
.pilred
{
    background-color:var(--btnred);
    color: var(--txtred);
    font-size: 13px;
    display: inline;
    border-radius: 5px;
letter-spacing: 0.6px !important;
    padding: 3px 8px;
    height: 34px;
    font-weight: 500;
    border: #c7ecdd solid 1px;
   
}
.pilyellow-d
{
    background-color:#fea801;
    color: #fff;
    font-size: 11px;
    display: inline;
    border-radius: 3px;
  
    padding: 1px 5px;
    font-weight: 500;
    border: #f2b31c solid 1px;

}
.pilvio-d
{
    background-color:#581db6;
    color: #fff;
    font-size: 12px;
    display: inline;
    border-radius: 3px;
    padding: 1px 5px;
    font-weight: 500;
    border: #581db6 solid 1px;
  
}
.panel-edit
{
    position: relative;
    margin-bottom: 0rem;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: .286rem;
    height: auto;
    padding:10px 15px 15px 15px;
    border: #dedfe9 solid 1px;
}
.panel-edit-new
{
    position: relative;
    margin-bottom: 0rem;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: .286rem;
    height: calc(100vh - 130px);
    padding:10px 15px 15px 15px;
    border: #dedfe9 solid 1px;
}
.status
{
    position: relative;
    margin-bottom: 0rem;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: .286rem;
    height: auto;
    padding:20px 15px 25px 15px;
    box-shadow: #dedfe9 0px 0px 13px;
}
.table-container
{
    position: relative;
    margin-bottom: 0rem;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: .286rem;
    height: auto;

    padding:10px 15px 15px 15px;
    border: #dedfe9 solid 1px;
    height: calc(100vh - 230px);
}
.mt-35
{
    margin-top: 35px;
}
.mt-25
{
    margin-top: 25px;
}


.maincontainer
{
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: scroll;
}
.tabb
{
    background-color: #fff;
    padding: 10px 0px;
    margin: 10px 0px;
}
.tabb .tab li
{
    list-style: none;
    display: inline;
    padding:10px 3%;
    font-size: 13px;
    cursor: pointer;

}
.tabb ul{
    margin-left: 0px;
    margin: 0px !important;
    padding-left: 15px;
}
.tabb .active , .tabb .tab li:hover
{
    color: #000;  
    width: 100px;
    border-bottom: var(--green) solid 5px;
}

.pearl .icon 
{
    padding-bottom: 10px;
}
.borbt
{
    border-bottom: var(--tblbor) solid 1px;
}
.borbt 
{
    padding-bottom: 10px;
}

.blk
{
line-height: 15px;
}

.wid50
{
    width: 49%;
}
.relative
{
    position: relative;
}
.searchicon
{
    position:absolute;
    left:15px;
    top: 5px;
}
input[type="text"]::placeholder { 
                  
    /* Firefox, Chrome, Opera */
    text-align: left;
    padding-left: 0px;
}
.relative .form-control 
{
    padding-left: 33px !important;
}
.restaurantname
{
    width: 80px;
    height: 80px;
    background-color: #fff6e9;
    color: #e89529;
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px;
    justify-content: center;
    align-items: center;
    /* margin: auto; */
    border-radius: 50%;
    font-weight: bold;
    border:#f3e7d6 solid 1px;
    margin: auto;
    text-align: center;


    display: flex;
}
.brbox
{
    width: 320px;
    border: var(--tblbor) solid 1px;
    border-radius: 8px;
    padding:0px 0px;
    font-size: 13px;
    display: flex;
    flex: 1;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin: auto    ;
}
.shpname
{
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    width: 250px;
    text-align: center;
    margin: auto;
}
.brrt
{
    border-right: #ccc solid 1px;
    width: 33%;
}

.py-6
{
    padding-top: 6px;
    padding-bottom: 6px;
}
.mt-25{
    margin-top: 25px;
}
.hedd img{
    padding-right: 10px;
}
.scrollingcontainer
{
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 104px);
}
.checkbox-custom  label
{
    color: black;
}
.form-control
{
    color: #000;
    font-family: var(--fonttheme);
    font-weight: 400;
}