@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
/* :root {
--green:#21a74b;
--menu:#212330;
--menuactive:#0d202f;
--activegreen:#21a74b;
--textgray:#0b0b0c;
--label:#334453;
--body:#687989;
--hovergray:#e8eef2;
--tblbor:#cad3d6;
--tblheaderclr:#000;
--hoverclr:#e8eef2;
--backgray:#F5F7FB;
--tblheadbackclr:#F5F7FB;
--gg:#ecf0f1;

--menutxt:#ced0e2;
--blue:#1AC8F5;
--greentt:#21a74b;
--danger: rgb(215, 102, 98);

} */

/* @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;

  
   /* 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"; */
}

.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: 30px;
    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 10px;
    border: #ccc solid 1px;
    border-radius: 50px;
    margin: 5px 2px;

}
.badge
{
   font-size: var(--font13);
}

.childtable .table td, .childtable .table th
{
    padding:2px 15px !important;
    font-size: 13x;
}
/* .table td, .table th
{
    padding:7px 5px 5px 5px !important;
    font-size: 13x;
} */
.order-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    /* padding-top: 5px;
    padding-bottom: 5px; */
  }
  
  .order-item {
    padding: 1px 5px;
    border: 1px solid var(--tblbor);
    text-align: center;
    margin: 0px;
    width:70px;
    flex-basis: 70px;
    flex-grow: 1;
    font-size: var(--font14);
    cursor: pointer;
    background-color:#fff ;
  }
.num
  {
      font-size: 18px;
      font-weight: 600;
      color: var(--green);
      line-height: 6px;
  }
  .activetab
  {
     border-bottom:4px solid var(--green);
      color: black !important;
      cursor: pointer;
  }
  .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: 10px;
  display: flex;
}
.activetab .num
{
    color: #fff !important;
    font-weight: 600;
}
.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: var(--font13);
    color: #222;
}
.pb-5
{
    padding-bottom: 5px;
}
.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 4px;
}

.tblheadbackclr thead
{
    background-color: var(--clr-light4);
}
.table td{
    vertical-align:inherit;
}
.font12
{
    font-size: 12px;
}
.f15
{
    font-size: var(--font15);
}
.f16
{
    font-size: var(--font14);
}
.f18
{
    font-size: 18px;
}



.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: var(--font13);

}
.login
{
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background-color: var(--backgray);
    display: inline-flex;
    justify-content: center;
    padding-top:0vh;
    background-position: left top;
}
.loginbox
{
    justify-content: center;
    align-content: center;
    margin: auto;
    width: 320px;
    height: auto;
    text-align: center;
}
.vertical-align-middle
{
    margin: auto;
}

.brand-img
{
    width:auto;
    height: 60px;
}

.modal-backdrop {

    z-index: 1600 !important;

}
.bor3
{
    background-color: var(--tblbor);
    height: 3px;
}
.nav-tabs
{
background-color: #f2f4f6;
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;
    border: 0px;
    background-color:transparent;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;

}
.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;
}


.footernn
{
    position: absolute;
    bottom: 0px;
    background-color: white;
}
.page-header .inline-flex .btn{
     padding:.429rem 0rem !important 
}
.btn{
    height: 34px;
   font-size: var(--font13);

}
.f11
{
    font-size: 11px;
    padding-bottom: 0px !important;
}
.hed label
{
    margin-bottom: .0rem !important;
    font-size: 11px;
}
.m-t-8
{
    margin-top: 8px;
}
.order-item
{
     height: 34px;
    align-self: center;
}
.card-body
{
padding:0px 15px 0px 15px;
}
.actiontd
{
    width: 20px;
}
.form-control
{
    padding: 0px 7px !important;
    background: #fff;
    font-size: var(--font14);
    color: #000;
   
}


.form-control:focus 
{
    border:#a8a8a8 solid 1px; 
    transform: translateX(0px);
    outline: solid 0px RGBA(9,130,255,0.1);
    
}
.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%;
}


.form-control-read
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* height: 34px; */
    font-size: var(--font14);
    font-weight: 100;

    border-bottom: #e2e2e2 solid 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-top: 10px;
    padding-bottom: 5px;
}
/* .modal-foot
{
    padding: 8px 15px;
    background-color: #f8f8f8;
    border-top: rgb(231, 231, 231) solid 1px;
    overflow: hidden;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
} */
.modal-header
{
    /* background-color: #f8f8f8;
    border-bottom: rgb(231, 231, 231) solid 1px; */

}
.reason 
{
    height: 250px;
    overflow-y: scroll;
    background-color: #f7f9fc;
    padding: 5px;
}
.cross 
{
    font-family: cursive;
    font-weight: 700;
    font-size: var(--font20);
    line-height: 20px;
    cursor: pointer;
}


.modal-body1
{
    margin-bottom: 60px;
}
.pos-relative input:-internal-autofill-selected
{
    background-color: transparent;
}
.trsbtn
{
    background-color: transparent;
    background-repeat: no-repeat;

}
.trsbtn
{
    border: 0px;
}
.viewmode .pos-relative .labletxt
{
    display: block;
    width: 100%;
    /* padding: .429rem 0rem; */
    font-size: var(--font14);;
    line-height: 1.571429;
    color: var(--textgray);
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #cad3d6;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    height: 25px;
    border-radius: .215rem;

    
}
.viewmode .pos-relative .labletxt
{
    display: block;
    width: 100%;
    /* padding: .429rem 0rem; */
    font-size: var(--font14);;
    line-height: 1.571429;
    color: var(--textgray);
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #cad3d6;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    height: 25px;
    border-radius: .215rem;

    
}
.import .text-field-label
{
    color: var(--label);
}
.viewmode .import 
{
    /* color: var(--body); */
}
.kdubluebg
{
    background-color: #F5F7FB;
    padding:0px;
    height: calc(100vh - 50px);
}

.kotgreen .bar
{
    background-color: var(--green);
    height: 10px;
}
.kotbg
{
    background-image: url(images/kot.png);
    background-repeat: repeat-x;
    position: absolute;
    bottom: -20px;
    height: 20px;
    width: 100%;
}
.listkot li{
    padding: 10px;
}
.kotwidth
{
    width: 320px;
    margin: 10px;
    height: auto;
    border-radius: 0px;
    box-shadow: rgb(226, 226, 226) 5px 0px 10px;

   
}
.kotlist
{
    height: 45px;
    background-color: #fff;
    display: flex;
}
.kotlist li
{
    list-style-type: none;
    display: inline;
    padding: 10px 15px;
    font-size: var(--font14);
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    border-right: #efefef solid 1px;
}
.kotlist .active{
border-bottom: var(--green) 3px solid;
background-color:#f7f7f9;
}
.kdubluebg .summary
{
width: 320px;
background-color:#555860;
height: 100vh;
margin-top: 10px;
color: #fff;
}
.summary thead{
    background-color:var(--green);
    padding: 10px;
}
.displaysection
{
    width: calc(100vw - 320px);
    height: calc(100vh - 100px);
    display: inline-flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    
}
.kothead
{
        background: linear-gradient(#fff,#F5F7FB );
        position: relative;
}
.kotbadg
{
    background-color:#323A34;
    border-radius: 25px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;margin: 5px 5px;
    padding: 5px 10px;

}
.kotgreen 
{
   font-size: var(--font13);
}
.kotgreen .ci
{
    width:20px;
    height: 20px;
    background-color: var(--green);
    border-radius: 50%;
    border: var(--green) solid 1px;
    z-index: 99;
}
.kotgreen .ci-o
{
    width:20px;
    height: 20px;
    border: var(--green) solid 1px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 99;
}


.kotgreen .steps
{
    display: flex;
    position: relative;
    margin: 10px;
}

.kotgreen .steps .line 
{
    position: absolute;
    background-color: var(--green);
    height: 2px;
    width: 100%;
    top: 10px;
    z-index: 9;
}
.pb-6
{
    padding-bottom: 6px;
}
.logowatermark
{
    background-image:url(images/Bistrosuitwatermark.png) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: auto;
    padding-top: 25px;
}
.totlaamt
{
    font-size: var(--font20);
    font-weight: 600;
    padding: 15px 10px;
    text-align: center;
}
.kotgreen .footer
{
    background-color: var(--green);
    font-size: var(--font20);
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding: 10px 15px;
    border-bottom-right-radius:10px;
    font-weight: 600;
    border-bottom-left-radius:10px;
}
.displaysection .kotwidth
{
 
}

.kotblue .ci
{
    width:20px;
    height: 20px;
    background-color: var(--blue);
    border-radius: 50%;
    border: var(--blue) solid 1px;
    z-index: 99;
}
.kotblue .ci-o
{
    width:20px;
    height: 20px;
    border: var(--blue) solid 1px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 99;
}
.kotblue .bar
{
    background-color: var(--blue);
    height: 10px;
}
.kotblue .steps {
    display: flex;
    position: relative;
    margin: 10px;
}
.kotblue .steps .line 
{
    position: absolute;
    background-color: var(--blue);
    height: 2px;
    width: 100%;
    top: 10px;
    z-index: 9;
}
.kotblue .footer
{
    background-color: var(--blue);
    font-size: var(--font20);
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding: 10px 15px;
    border-bottom-right-radius:10px;
    font-weight: 600;
    border-bottom-left-radius:10px;
}
.kotblue 
{
   font-size: var(--font13);
}

.right
{
    text-align: right;
    float: right;
}
.reportfoot
{
    position: absolute; bottom: 0px; z-index: 99;
}

.editmode{
    height: calc(100vh - 130px);
    overflow-y: scroll;
}
.bis-tablepad .f20
{
   font-size: var(--font13);
    line-height: 20px;
    padding-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rrep .textlinkfi
{
    font-size: 12px;
    color: #3e70c9;
    text-decoration: none;
    float: right;
    cursor: pointer;
    text-align: right;
}
.table thead
{
    border:#ccc solid 1px

}
.rrep .collapse
{
margin-top: inherit !important;
    transition: inherit;
    bottom: 0px;
    color: #000;
    padding: inherit;
    height: inherit;
    background-color: inherit;
    /* position: absolute;*/
}
.rrep1 .collapse
{
margin-top: inherit !important;
    transition: inherit;
    bottom: 0px;
    color: #000;
    padding: inherit;
    height: inherit;
    background-color: inherit;
    /* position: absolute;*/
}
input:focus
{
    outline: 0px;
}

.modal-foot {
    padding: 10px 15px;
    background-color: var(--clr-light2);
    border-top: 1px solid rgb(214, 224, 234);
    overflow: hidden;
    margin-top: 10px;
    /* position: absolute; */
    width: 100%;
    bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cross {
    font-family: cursive;
    font-weight: 700;
   font-size: var(--font13);
    line-height: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: var(--themeblue);
    border-radius: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: -3px;
}


.modal-m .modal-content {
    min-height: 200px;
    max-width: 500px;
    margin: auto;
    box-shadow: rgb(0 0 0 / 60%) 0px 0px 15px;
}

.modal-m, .modal-xl, .modal-l, .modal-sm {
    margin: 2rem auto 0px !important;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.btn-danger {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(215, 102, 98) !important;
    border: 1px solid rgb(215, 102, 98) !important;
}

.form-control{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
    font-size: 14px !important;
    height:34px; 
    font-weight:100;
    border:#cad3d6 solid 1px;
    -webkit-box-shadow:none;box-shadow:none;-webkit-transition:-webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;-o-transition:box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;transition:box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;-webkit-appearance:none;-moz-appearance:none}
    .cbox
    {
        display: flex;
        align-items: center;
    }
    .card 
    {
        position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 0.25rem;
    }

    .search-bar {
    
        border-bottom: 1px solid var(--clr-dark4);
        padding: 0 10px 10px 0px;
        margin-top: 12px;
    margin-bottom: 8px;
    min-height: 58px;
    padding: 0 20px 4px;
    }

    .viewmode .checkmark
    {
    border: 1px solid var(--clr-dark4);
      
    }
    .btn-darkgrey
    {
        white-space: nowrap;
    }


    .modal-backdrop
    {
z-index: 99999 !important;
    }
    .modal
    {
        z-index: 99999 !important;
    }
    .import  input[type="radio"]
    {
        width: auto;
    }
    .w20p
    {
        width: 20%;
        min-width: 200px;
    }
    .w25p
    {
        width: 25%;
        min-width: 250px;
    }
    .w10p
    {
        width: 10%;
        min-width: 100px;
    }
    .w15p
    {
        width: 15%;
        min-width: 150px;
    }
    .ful-mid
    {
        display: flex;
        align-items: center;
    }