.navbar-header .bars {
    float: left;
    color: #fff !important;
    text-decoration: none;
}
.action-btn a {
    margin-right: 5px;
}

.select-text:focus  .select-label, .select-text:valid  .select-label{}

.form-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: -1px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 2px solid #72B815;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em
em
 + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

#ajaxForm{
    width:200px;
    height:200px;
    background-color: #CCCCCC;
    position: relative;
}
.loader{
    position: absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#eceaea;
    background-image:url('ajax-loader.gif');
    background-size: 50px;
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

  div#overl ._loading_overlay_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}


.dropHideInput {
    opacity: 0;
    width: 0;
    float: left; /* Reposition so the validation message shows over the label */
  }
  
  div#google_translate_element select {
    width: 90%;
    height: 42px;
    border: 1px solid #c9c9c9;
    margin: 5%;
    padding: 0px 15px;
}

div#google_translate_element {
    text-align: center;
}

label.errorc {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336;
}

.theme-orange .authentication {
    background: url(../images/orange_loginbg.png) no-repeat center !important;
    background-size: 100% !important;
    background-color: #72b814 !important;
}

.btn-default{
    background-color: #FFCE33 !important;
}

.btn-default:hover{
    background-color: #FFCE33 !important;
}
.react-calendar {
    width: 100%!important;
}
.highlight {
    background: #72b814 !important;
}  

.highlight-no-available {
    background: #ff1d1d !important;
} 
.navbar-header .bars{float:left;color:#fff!important;text-decoration:none}.custom-file-label,.custom-file-label::after{top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.action-btn a{margin-right:5px}.form-group .form-line:after{content:'';position:absolute;left:0;width:100%;height:0;bottom:-1px;-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);-webkit-transform:scaleX(0);transform:scaleX(0);-moz-transition:.25s ease-in;-o-transition:.25s ease-in;-webkit-transition:.25s ease-in;transition:.25s ease-in;border-bottom:2px solid #72b815}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5emem + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-label{position:absolute;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}#overlay,.loader{width:100%;height:100%}.custom-file-label::after{position:absolute;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}#ajaxForm{width:200px;height:200px;background-color:#ccc;position:relative}#overlay,div#overl ._loading_overlay_wrapper{position:fixed;top:0;bottom:0;left:0;right:0}.loader{position:absolute;top:0;right:0;background-color:#eceaea;background-image:url('ajax-loader.gif');background-size:50px;background-repeat:no-repeat;background-position:center;z-index:10000000;opacity:.4}#overlay{display:none;background-color:rgba(0,0,0,.5);z-index:10;cursor:pointer}div#overl ._loading_overlay_wrapper{z-index:99}.dropHideInput{opacity:0;width:0;float:left}div#google_translate_element select{width:90%;height:42px;border:1px solid #c9c9c9;margin:5%;padding:0 15px}div#google_translate_element{text-align:center}label.errorc{font-size:12px;display:block;margin-top:5px;font-weight:400;color:#f44336}.theme-orange .authentication{background:url(../images/orange_loginbg.png) center/100% no-repeat!important}.btn-default,.btn-default:hover{background-color:#ffce33!important}


.highlight-meal-available {
    border: 2px solid #000000 !important;
} 

.highlight-no-available-text {
    color: red !important;
}

.legend_content_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.legend_content_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-design {
    border: .5px solid; 
    border-color: #BDBDBD; 
    box-shadow: 3px 3px 5px #BDBDBD;
}

@media (max-width: 1199px) {
    .ls-closed section.content {
        margin-left: 260px;
    }

    .ls-closed .sidebar {
        margin-left: 0px;
        margin-top: 50px;
    }
}

.highlight-text {
    color: green !important;
}  

.highlight-no-available-text {
    color: #ff1d1d !important;
}


.rdt_TableCell div:first-child {
    white-space: initial !important;
    overflow: auto;
    text-overflow: unset;
}

/* ------------------------------modal ----------------------------- */
.modal-header .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;

    color: #000;

    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.forgot-modal-card .modal-title {
    text-align: start;
    /* padding-bottom: 10px; */
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.forgot-modal-card .form-label {
    font-size: 15px;
    font-weight: 500;
    color: #525252;
}

.forgot-modal-card .form-control, .forgot-modal-card .input-group {
    border: solid #f1f1f1 2px;
    border-radius: 12px;
    padding: 12px;
}

.modal-footer .get-btn {
    background-color: #72B815;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 17px;
    padding: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.forgot-modal-card .form_fild {
    margin: 37px 0;
}

.verify-code {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 72%;
}

.verify-code .form-control {
    height: 50px;
    width: 50px;
    border-radius: 15px;
    text-align: center;
    /* color: #3e916c; */
    border: 2px solid #bfbcbc;
}

.forgot-modal-card .form-text-fild {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.forgot-modal-card .form_fild .input-group-text {
    padding: 18px 14px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s linear;
    border: none;
    background: #fff;
}

.forgot-modal-card .form-control, .forgot-modal-card .input-group-pwd {
    border: solid #f1f1f1 2px;
    border-radius: 12px;
    /* padding: 12px; */
}

.side_content .form_fild {
    width: 100%;
    flex: 0 0 100%;
    transition: all 0.5s ease;
    margin-top: 30px;
}

.form_fild .form-label {
    font-size: 15px;
    font-weight: 500;
    color: #525252;
}

.signup_form .form-control {
    border: solid #f1f1f1 2px;
    border-radius: 15px;
    padding: 10px;
}

.tag_a {
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: 500;
    color: #72B815 !important;
}

.tag_a:hover {
    color: #72B815 !important;
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: 500;
}

.form-select {
    border: solid #e1e1e1 2px;
    border-radius: 10px;
    padding: 10px;
}

.modal-header {
    padding: 3px 1rem !important;
}

.modal-body {
    padding: 0rem !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background-color: rgb(0 0 0 / 56%) !important;z-index: 1111;
}

/* .ReactModal__Overlay.ReactModal__Overlay--after-open .modal-dialog{max-width: 100%;} */

.ReactModal__Content.ReactModal__Content--after-open {
  inset:0px 0px 40px 0px !important;
  /* position: static !important;
  padding: 20px 0 20px  0!important; */
  /* height: fit-content !important; */
}

/* .ReactModal__Content.ReactModal__Content--after-open{
  overflow-y: hidden !important;
} */




.ReactModal__Content.ReactModal__Content--after-open::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.ReactModal__Content.ReactModal__Content--after-open::-webkit-scrollbar
{
  width: 0;
  background-color: #F5F5F5;
}

.ReactModal__Content.ReactModal__Content--after-open::-webkit-scrollbar-thumb
{
  background-color: transparent;
}

.modal-footer .resend_btn.get-btn {
  padding: 12px 30px;
  width: auto;
}
.modal_back{height:38px;width:38px;background:transparent;}
.modal_back img{height:100%;width:100%;}
/* ========= Utility Class ==========  */
.font_200 {
    font-weight: 200 !important;
  }
  
  .font_300 {
    font-weight: 300 !important;
  }
  
  .font_400 {
    font-weight: 400 !important;
  }
  
  .font_500 {
    font-weight: 500 !important;
  }
  
  .font_600 {
    font-weight: 600 !important;
  }
  
  .font_700 {
    font-weight: 700 !important;
  }
  
  .font_800 {
    font-weight: 800 !important;
  }
  
  .font_900 {
    font-weight: 900 !important;
  }
  
  .font_8 {
    font-size: 8px !important;
  }
  
  .font_10 {
    font-size: 10px !important;
  }
  
  .font_12 {
    font-size: 12px !important;
  }
  
  .font_14 {
    font-size: 14px !important;
  }
  
  .font_15 {
    font-size: 15px !important;
  }
  
  .font_16 {
    font-size: 16px !important;
  }
  
  .font_17 {
    font-size: 17px !important;
  }
  
  .font_18 {
    font-size: 18px !important;
  }
  
  .font_19 {
    font-size: 19px !important;
  }
  
  .font_20 {
    font-size: 20px !important;
  }
  
  .font_22 {
    font-size: 22px !important;
  }
  
  .font_24 {
    font-size: 24px !important;
  }
  
  .font_25 {
    font-size: 25px !important;
  }
  
  .font_26 {
    font-size: 26px !important;
  }
  
  .font_28 {
    font-size: 28px !important;
  }
  
  .font_30 {
    font-size: 30px !important;
  }
  
  .font_32 {
    font-size: 32px !important;
  }
  
  .font_35 {
    font-size: 32px !important;
  }
  
  .font_36 {
    font-size: 36px !important;
  }
  
  .font_40 {
    font-size: 40px !important;
  }
  
  .font_42 {
    font-size: 42px !important;
  }
  
  .font_45 {
    font-size: 45px !important;
  }
  
  
  .font_46 {
    font-size: 46px !important;
  }
  
  .font_48 {
    font-size: 48px !important;
  }
  
  .white_ff {
    color: #ffffff !important;
  }
  
  .white_f9 {
    color: #f9fff3 !important;
  }
  
  .lh_19 {
    line-height: 19px;
  }
  
  .lh_20 {
    line-height: 20px;
  }
  
  .lh_22 {
    line-height: 22px;
  }
  
  .lh_24 {
    line-height: 24px;
  }
  
  .lh_30 {
    line-height: 30px;
  }
  
  .lh_32 {
    line-height: 32px;
  }
  
  .lh_40 {
    line-height: 41px;
  }
  
  .lh_70 {
    line-height: 70px;
  }
  
  .black_00 {
    color: #000000;
  }
  
  .green_dark {
    color: #72B815 !important;
  }
  
  .green_light {
    color: #73D13D;
  }
  
  .grey_light {
    color: #A0A0A0;
  }
  
  .grey_dark {
    color: #424242;
  }
  
  .grey_light2 {
    color: #656565;
  }
  
  .grey_light3 {
    color: #212121;
  }
  
  .grey_light4 {
    color: #C7C7C7;
  }
  
  .grey_light5 {
    color: #A0A0A0;
  }
  
  .grey_light_79 {
    color: #797979;
  }
  
  .bg_grey_f6 {
    background-color: #F6F6F6;
  }
  
  .white_aa {
    color: #aaaaaa;
  }
  
  .white-space-nw {
    white-space: nowrap;
  }
  
  a {
    color: inherit;
    text-decoration: none !important;
  }
  
  a:hover {
    color: inherit;
    text-decoration: none !important;
  }
  
  .nav-link:hover {
    color: inherit;
  }
  
  .btn:focus,
  .form-control:focus,
  .form-select:focus {
    box-shadow: none;
  }
  
  ul {
    list-style: none;
  }
  
  ul .dropdown-item:focus,
  ul .dropdown-item:hover {
  /*  background-color: transparent;*/
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  button {
    border: inherit;
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .position-z-1 {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .flex-1 {
    flex: 1;
  }
  
  .margin-auto {
    margin: 0 auto;
  }
  
  
  .bg_light_green {
    background-color: #f9fff3 !important;
  }
  
  .instruction_btn {
    border: 1px solid #ED6B47;
    background: #FFF8F6;
    border-radius: 8px;
    padding: 10px;
    color: #ED6B47;
  }
  
  .instruction_btn:hover {
    background-color: #ed6b471e;
    color: #ED6B47;
  }
  
  .disable_btn {
    padding: 15px 30px;
    background-color: #F3F3F3;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  
    border-radius: 10px;
    color: #D8D2D2;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
  
  }
  
  .disable_btn:hover {
    background-color: #c9c6c681;
    color: #c5bfbf;
  }
  
  
  .btn--primary {
    background-color: #73d13d;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 8px;
  }
  
  .white-header {
    background: linear-gradient(142.4deg, #73d13d 36.22%, #40ae00 95.21%);
    /* background: #ffff !important; */
  }
  
  .bg-header {
    background: transparent !important;
    /* background: #fff !important; */
  }
  
  .white_green_btn {
    background: #ffffff !important;
    color: #73D13D !important;
  }
  
  .green_white_btn .white_green_btn {
    background: #ffffff !important;
    color: #73D13D !important;
  }
  
  .bg-image.bg-overlay-dark::before {
    content: "";
    position: absolute;
    background-color: #73d13d !important;
    opacity: 0.5;
    z-index: -1;
    height: 100%;
    top: 0px;
    width: 100%;
  }
  
  .view_all_image {
    width: fit-content;
    bottom: 30px;
    right: 0;
    position: absolute;
  }
  
  .breadcrumb_place {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .pad-16 {
    padding: 16px;
  }
  
  .primary_btn {
    padding: 7px 30px;
    background-color: #72B815;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    color: #fcfffc;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  
  .primary_btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    background-color: #73d13d;
    background-image: linear-gradient(142.4deg, #88d05e 5.22%, #73c643 95.21%);
    transition: all 0.3s ease;
  }
  
  .primary_btn:hover {
    color: #fcfffc;
  }
  
  .primary_btn:hover:after {
    top: 0;
    height: 100%;
    color: #fcfffc;
  }
  
  .primary_outline_btn {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid #797979;
    padding: 7px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    color: #797979;
  }
  
  .primary_outline_btn:hover {
    /* background-image: linear-gradient(142.4deg, #73d13d 5.22%, #40ae00 95.21%); */
    background-color: #73d13d;
    color: #ffffff;
  }
  
  .w-fit-content {
    width: fit-content;
  }
  
  .btn-close:focus {
    box-shadow: none;
  }

  a.cursor_pointer {
      cursor: pointer;
  }

  .green_light {
      color: #73D13D;
  }