/* list tools start */

a, .btn-icon {
  color: #339DE4;
}
.btn-icon {
  background-color: rgba(51, 157, 228, 0.16) !important;
}
a:hover {color: #D0546E!important;}

.row.top-tools { justify-content: flex-end; }

.bg-label-primary {color: #339DE4!important; background-color: rgba(51, 157, 228, 0.16) !important;}
.btn-primary {background-color: #339DE4; border-color: #339DE4;}
.btn-primary:hover {background-color: #D0546E!important; border-color: #D0546E!important;}

.form-control:focus, .form-select:focus,
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus
 {border-color: #339DE4; box-shadow: 0 0 0.25rem 0.05rem rgba(51, 157, 228, 0.1);}

.list-tools { display: flex; flex-wrap: wrap; justify-content: flex-end; }

.list-tools .input-group { width: auto; }
.date_container{display: flex; flex-wrap: wrap; gap:10px; justify-content: flex-end;}
.date_container-input{flex: 0 0 auto; width:33%;}
.date-search_container{flex: 0 0 auto; width:30%;}
.date_container-input .form-control{background-image: url("../../admin_assets/images/icon/calender-icon.png"); background-position: 95% 8px; background-size: 20px; 
background-repeat: no-repeat;}
html[dir="rtl"] .date_container-input .form-control{background-position: 8px 8px;}

.border-radius-right {border-radius: 0 0.375rem 0.375rem 0 !important;}
.border-radius {border-radius: 0.375rem !important;}

.search-container { display: flex;  }
/* list tools end */


/* global style start */

.app-brand .layout-menu-toggle 
{background-color: #339DE4!important;}

.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle)::before,
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active,
.btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:hover, //.form-check-input:checked,//
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus
 {background-color: #339DE4!important;}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {color: #339DE4; background-color: rgba(51, 157, 228, 0.16) !important;}
.bg-menu-theme .menu-inner > .menu-item.active::before {background: #339DE4;}


.text-primary, .btn-outline-primary {color: #339DE4 !important;}

.btn-outline-primary,
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active,
.btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:hover, .form-check-input:checked,
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus
 {border-color: #339DE4 !important;}

 .right-link {float: right;}

 
.fieldsetFrameNoMargin {border: 1px solid #d9dee3 !important; padding: 20px !important;}
.fieldsetFrame {margin-bottom: 1em !important; border: 1px solid #d9dee3 !important; padding: 20px !important;}
.fieldsetLegend {font-size: 18px; padding: 1px 10px !important; float:none; width:auto;}

.loader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader/loading.gif') 50% 50%  no-repeat #fff;
  background-size: 200px 200px !important;
  /* #c4cad0c2 */
}

.loader-with-image{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader/loading_with_image.gif') 50% 50%  no-repeat #fff;
  /* #c4cad0c2 */
}

.loader-without-image{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader/loading_without_image.gif') 50% 50%  no-repeat #fff;
  /* #c4cad0c2 */
}

.pulse {
   position: relative;
   height: 112px;
   width: 112px;
}

.pulse:before,
.pulse:after {
   border-radius: 50%;
   content: '';
   position: absolute;
}

.pulse:before {
   background: #474bff;
   height: 22.4px;
   width: 22.4px;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.pulse:after {
   animation: pulse-t3pv1p 1.5s infinite;
   border: 11.2px solid #474bff;
   height: 100%;
   width: 100%;
}

@keyframes pulse-t3pv1p {
   from {
      opacity: 1;
      transform: scale(0);
   }

   to {
      opacity: 0;
      transform: scale(1);
   }
}
/* global style end */
#non_service_charge_container{
  position: relative;
}
#non_service_charge_container::after{
  content: "";
  background: #fff;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#lunch_charge_container{
  position: relative;
}
#lunch_charge_container::after{
  content: "";
  background: #fff;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#transport_charge_container{
  position: relative;
}
#transport_charge_container::after{
  content: "";
  background: #fff;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* responsive start */

@media (max-width: 1199px) {

.row.top-tools .col-sm-6 { width: 80%; }

}

@media (max-width: 991px) {

.row.top-tools .col-sm-6 { width: 100%; }

}

@media (min-width: 768px){
  .date_container{ margin-right: 15px; }
  .date_container .date_container-input{ min-width: 256px }
}

@media (max-width: 767px) {

.list-tools .input-group {width: 100%;}
.list-tools .dt-buttons { padding-top: 15px; }
.combo_list-tools .dt-buttons { padding-top: 0px; }
.date_container, .date_container-input, .date-search_container{width: 100%}
.date_container-input input{margin-left: 0 !important; margin-right: 0 !important}
}


@media (max-width: 479px) {

.list-tools .input-group {width: 100%;}



}


@media (min-width: 576px) {

  .row.top-tools .col-sm-6 { width: 100% !important; }

}

/* responsive end */