.app-header {
	height: 65px !important;
}
.error{
  color: #FF4644 !important;
}
.success{
  color: #00875A;
}
.app-default, body {
  background-color: #E8E8E8;
}
.accordion-button{
  color: #585858;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0.625rem;
}
.accordion-button::after{
  color: #585858;
}
.accordion-button:not(.collapsed) {
   color: #585858;
}
.datepicker{
  padding: .775rem 1rem
}
.datepicker td, .datepicker th {
  width: 35px !important;
  height: 35px !important;
}
.btn-table{
  padding: 6px 15px !important;
}
.table-responsive .top .dataTables_length{
  float: right;
}
.table-responsive .top .btn{
  margin: 1rem 0;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  padding-right: 22px;
}
.app-content {
  padding-top: 10px;
}
.back-btn{
  font-size: 14px;
  color: #FF207A;
}
.back-btn i{
  color: #FF207A;
}
.download-btn{
  font-size: 14px;
  color: #C8A76E;
}
.download-btn i{
  color: #C8A76E;
}
.processLogs{
  height: 300px;
  overflow-y: scroll;
}
.logoImage{
  width: 250px;
  margin-bottom: 10px;
}
.btn-primary{
  background: #FF207A !important;
  color: #FFFFFF !important;
}
.btn-check:active + .btn.btn-primary, .btn-check:checked + .btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show > .btn.btn-primary{
  background: #fd237a !important;
  opacity: 0.9;
}
.form-check-input:checked {
  background-color: #585858;
  border-color: #585858;
}
.active > .page-link{
  background: #fd237a !important;
}
.page-link:hover {
  background: #fd237a !important;
  color: #FFF !important;
  opacity: 0.9;
}
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .svg-icon, .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link i {
  color: #FFF !important;
}
.text-active-primary.active{
  color: #34789B !important;
}
.text-active-primary{
  color: #679FB8 !important;
}
.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs .nav-item.show .nav-link {
  border-bottom: 1px solid #34789B;
}
.btn-outline-primary{
  color: #585858 !important;
  border-color: #585858 !important;
}
.btn-check:active + .btn.btn-outline.btn-outline-primary, .btn-check:checked + .btn.btn-outline.btn-outline-primary, .btn.btn-outline.btn-outline-primary.active, .btn.btn-outline.btn-outline-primary.show, .btn.btn-outline.btn-outline-primary:active:not(.btn-active), .btn.btn-outline.btn-outline-primary:focus:not(.btn-active), .btn.btn-outline.btn-outline-primary:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-primary {
  color: #FFF !important;
  background-color: #585858 !important;
}
.btn.btn-outline.btn-outline-primary .svg-icon, .btn.btn-outline.btn-outline-primary i {
  color: #585858 !important;
}
.btn-check:active + .btn.btn-outline.btn-outline-primary .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-primary i, .btn-check:checked + .btn.btn-outline.btn-outline-primary .svg-icon, .btn-check:checked + .btn.btn-outline.btn-outline-primary i, .btn.btn-outline.btn-outline-primary.active .svg-icon, .btn.btn-outline.btn-outline-primary.active i, .btn.btn-outline.btn-outline-primary.show .svg-icon, .btn.btn-outline.btn-outline-primary.show i, .btn.btn-outline.btn-outline-primary:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary:active:not(.btn-active) i, .btn.btn-outline.btn-outline-primary:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary:focus:not(.btn-active) i, .btn.btn-outline.btn-outline-primary:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary:hover:not(.btn-active) i, .show > .btn.btn-outline.btn-outline-primary .svg-icon, .show > .btn.btn-outline.btn-outline-primary i {
    color:#FFF !important;
}
.app-sidebar-navs .menu .menu-item .menu-link.active {
  background-color: #FF207A;
  color: #fff;
}
.app-sidebar-navs .menu .menu-item .menu-link.active .menu-icon i{
  color: #fff;
}
.app-sidebar-navs .menu .menu-item .menu-link .menu-icon i{
  color: #000;
}
.app-sidebar-navs .menu .menu-item .menu-link .menu-title{
  color: #000;
}

.app-sidebar-footer .btn.btn-custom{
  border-style: dashed;
  color: #FF207A;
  border-color: #FF207A;
}
.app-sidebar-footer .btn.btn-custom i{
  color: #FF207A;
}

.app-sidebar-footer .btn.btn-custom:hover {
  border-style: dashed;
  color: #FF207A !important;
  border-color: #FF207A !important;
}

.app-sidebar-footer .btn.btn-custom:hover i {
  color: #FF207A !important;
}

.secondary-btn {
  background-color: transparent;     
  border: 2px solid #FF207A;
  color: #FF207A;                    
  font-weight: 600;
  border-radius: 0.475rem;
  padding: 0.775rem 1.5rem;
  margin: 0.25rem;
  transition: all 0.3s ease;
}
.form-control.input-box {
  border: 1px solid rgba(25, 92, 147, 0.5);
  background-color: #F7FDFF;
  color: #181C32;
}

.form-select.input-box {
  border: 1px solid rgba(25, 92, 147, 0.5);
  background-color: #F7FDFF;
  color: #181C32;
}

.change-password {
  color: #73686A;                 
  font-weight: 600;
  border-radius: 0.475rem;
  padding: 0.775rem 1.5rem;
  margin: 0.25rem;
}

.change-password:hover {
  background-color: #FF207A;
  color: #fff;                 
  font-weight: 600;
  border-radius: 0.475rem;
  padding: 0.775rem 1.5rem;
  margin: 0.25rem;
}

.title-bg-color {
  background-color: #fff;
}

/* .secondary-btn:hover {
  background-color: #fd237a;
  color: #fff;
}

.secondary-btn:active,
.secondary-btn:focus {
  background-color: #fd237a;
  border-color: #fd237a;
  color: #fff;
} */

.app-sidebar-navs .menu .menu-item .menu-link:hover {
  background-color: #FF207A;
  color: #fff;
}
.app-sidebar-navs {
  background-color: #F2CCB3;
  color: #fff;
}
.actions-menu:hover {
    background-color: white !important;
}
.btn-active-light-primary {
    background-color: white !important;
}

.link-primary {
  color: #FF207A !important;
}
.link-primary:focus, .link-primary:hover {
  color: #FF207A !important;
  opacity: 0.8;
}
.avatar-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #FFFFFF;
  text-transform: capitalize;
  display: inline-block;
}
.avatar-box > span{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
}
.btn.btn-active-light-primary:hover:not(.btn-active){
  background-color: #EEF6FF !important;
  color: #FF207A !important;
}
.btn.btn-light {
  color: #FF207A;
}
.btn.btn-light i{
  color: #FF207A;
}

/*================= TOAST ====================*/
#toast-container > div {
  opacity : 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter : alpha(opacity=90);
  max-width : none;
}
#toast-container > div:hover {
  box-shadow : 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
}
.toast {
  background-color : #1A0355;
}
.toast-success {
  background-color : #00875A;
}
.toast-error {
  background-color : #FF4644;
}
.toast-info {
  background-color : #00CFE8;
}
.toast-warning {
  background-color : #F38530;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  z-index: 99;
  font-size: 25px;
  padding: 5px 15px;
  color: var(--kt-text-muted);
}

/* Website Inquiry Alert*/

.custom-model-main-website_inquiry {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open-website_inquiry {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner-website_inquiry {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap-website_inquiry {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open-website_inquiry .custom-model-inner-website_inquiry {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open-website_inquiry .website_inquiry-bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.website_inquiry-bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.website_inquiry-close-btn {
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  z-index: 99;
  font-size: 25px;
  padding: 5px 15px;
  color: var(--kt-text-muted);
}


/* New Order Alert */

.custom-model-main-new_order {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open-new_order {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner-new_order {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap-new_order {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open-new_order .custom-model-inner-new_order {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open-new_order .new_order-bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.new_order-bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.new_order-close-btn {
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  z-index: 99;
  font-size: 25px;
  padding: 5px 15px;
  color: var(--kt-text-muted);
}

@media screen and (min-width:800px){
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
  .custom-model-main-website_inquiry:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
  .custom-model-main-new_order:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width:799px){
.custom-model-inner{margin-top: 45px;}
.custom-model-inner-website_inquiry{margin-top: 45px;}
.custom-model-inner-new_order{margin-top: 45px;}
}

#table_holiday_length{
    display: inline;
    float: left;
}
#table_holiday_filter{
    display: inline;
    float: right;
}
#table_holiday_info{
    display: inline;
    float: left;
}
#table_holiday_paginate{
    display: inline;
    float: right;
}
.sticky-area{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 77px;
}

#pac-input{
  font-size: 15px;
  font-weight: 300;
  padding: 7px 10px;
  text-overflow: ellipsis;
  width: 200px;
  margin-top: 10px;
}

.btn-small{
  padding: 5px 10px !important;
}

.stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
  color: #C8A76E !important;
}

.stepper.stepper-links .stepper-nav .stepper-item.current::after {
  background-color: #000 !important;
}

.banner-thumb{
  width: 150px;
  height: 80px;
  object-fit: cover;
}

.counterRow2 .card{
  min-height: 350px;
}
.text-gold{
  color: #C8A76E;
}
.text-gray{
  color: #6E6E6E;
}
.bg-black{
  color: #131313;
}
.orderCounter .progress{
  background-color: #6E6E6E;
}
.orderCounter .progress-bar{
  background-color: #C8A76E;
}
.datepicker .datepicker-months .table-condensed{
  min-width: 200px;
}

.notFoundMessage{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 14px;
}

.top5CustomerSwitch:not(:checked) {
  background-color: #c1c1c1 !important;
}

.top5CustomerSwitch:checked {
  background-color: #C8A76E;
}
.orderImage {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.driverLicenseImage {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.overlay-wrapper {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
  cursor: pointer;
}
.spinner-border{
  position: absolute;
  top: 50%;
  left: 50%;
}
.login-logo-wrapper{
  width: 250px;
  height: 250px;
  position: relative;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-logo{
  width: 100%;
}
.app-sidebar-header .btn.btn-custom {
  border: none !important;
  background-color: #F2CCB3;
}
.app-sidebar-header{
  border: none !important;
  background-color: #F2CCB3;
}
.app-sidebar-footer {
  border: none !important;
  background-color: #F2CCB3;
}
#table_users .badge {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 8px 5px;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  0%{background-color: #faefc6;}
  50%{background-color: #FFFFFF;}
  100%{background-color: #faefc6;}
}

.blinkSchedule {
  animation: blinker1 1s linear infinite;
}

@keyframes blinker1 {
  0%{background-color: #ffc700;}
  50%{background-color: #FFFFFF;}
  100%{background-color: #ffc700;}
}

.viewDashboardPermission{
  position: fixed;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width:990px){
  .d-flex.flex-lg-row-fluid {
    background-image: none !important;
    margin-top: 20px;
    margin-bottom: -210px;
    z-index: 1;
  }

}