.customerror {
    font-weight: bold;
    font-size: 15px;
}

.slick-center a.active {
    color: #f15931;
}

.card-header {
    text-transform: capitalize;
}

.danger-msg {
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #D8000C;
    color: #D8000C;
    background-color: #FFBABA;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.success-msg {
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #270;
    color: #270;
    background-color: #b9ebbcb8;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.input-min-width-95p {
    min-width: 95%;
}

.pac-container {
    z-index: 9999999 !important;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff
}

.loader img {
    width: 20%;
    height: auto
}

.centered-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
/* Make table header sticky */
.table-scrollable {
  height: calc(100vh - 0px);
  overflow-y: auto;
}
#mainTable2 thead{
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* Make Proceed to Checkout button sticky at the bottom */
.proceed-checkout-sticky {
    position: sticky;
    bottom: 0px;
    z-index: 20;
    box-shadow: rgba(0, 0, 0, 0.16) 0px -1.1px 4px;
}
.proceed-checkout-sticky td{
    background-color: #fff; 
    /*border-bottom-left-radius: 10px;*/
    border: none;
}

.style-switcher {
    position: fixed;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    width: 320px;
    max-width: 320px;
    text-align: center;
    /*box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .04);*/
    /*border-top-left-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    /*padding-top: 25px;*/
    /*padding-bottom: 25px;*/
    padding-left: 1px;
    padding-right: 1px;
    transition: transform .5s ease;
    transform: translateX(100%);
    height: 100% !important;
    /*overflow-y: scroll;*/
}
.style-switcher.active {
    transform: translateY(0%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.style-switcher h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px
}

.style-switcher .layout-feature,
.style-switcher .language-feature {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px
}

.style-switcher .layout-feature button,
.style-switcher .layout-feature a,
.style-switcher .language-feature button {
    border: none;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px
}

.style-switcher .layout-feature a:last-child,
.style-switcher .layout-feature button:last-child,
.style-switcher .language-feature button.rtl-switcher {
    color: #fff
}

.style-switcher-popup {
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    width: 150px;
    text-align: center;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    /*transform: translateX(-100%);*/
    transition: transform 500ms ease;
    transform: translateX(100%);
}

.style-switcher-popup.active {
    transform: translateY(0%);
}

/*on off*/
.off {
    font-size: 18px;
    font-weight: bold;
    color: #D8000C;
    background-color: #FFBABA;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.on {
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #270;
    color: #270;
    background-color: #b9ebbcb8;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.style-switcher-popup h3 {
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 1;
    font-family: "Teko", sans-serif;
    margin-bottom: 20px;
}

.style-switcher-popup .layout-feature,
.style-switcher-popup .language-feature {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

.style-switcher-popup .layout-feature button,
.style-switcher-popup .layout-feature a,
.style-switcher-popup .language-feature button {
    border: none;
    outline: none;
    font-family: "Teko", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--thm-black);
    color: #fff;
    border-radius: 5px;
}

.style-switcher-popup .layout-feature a:last-child,
.style-switcher-popup .layout-feature button:last-child,
.style-switcher-popup .language-feature button.rtl-switcher {
    background-color: var(--thm-base);
    color: #fff;
}

#switcher-toggler-popup {
    position: absolute;
    top: 20px;
    right: 100%;
    font-size: 22px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #e43f52;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 500ms;
}

#switcher-toggler-popup:hover {
    color: #fff;
    background: #2f55d4;
}

#paymentresponse {
    font-size: 12px;
    font-weight: 900;
}

#mrdt .close {
    z-index: 10101;
    position: absolute;
    top: 0px;
    width: 31px;
    height: 31px;
    border: none;
    font-size: 20px;
}
.style-switcher.active .close{
    left: -30px;
}
.payment-loader {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 101;
   background-color: #fff;
   width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.payment-loader .binding {
    content: '';
    width: 60px;
    height: 4px;
    border: 2px solid #ff3d2b;
    margin: 0 auto;
}

.payment-loader .pad {
    width: 60px;
    height: 38px;
    border-radius: 8px;
    border: 2px solid #ff3d2b;
    padding: 6px;
    margin: 0 auto;
}

.payment-loader .chip {
    width: 12px;
    height: 8px;
    background: #ff3d2b;
    border-radius: 3px;
    margin-top: 4px;
    margin-left: 3px;
}

.payment-loader .line {
    width: 52px;
    margin-top: 6px;
    margin-left: 3px;
    height: 4px;
    background: #ff3d2b;
    border-radius: 100px;
    opacity: 0;
    -webkit-animation: writeline 3s infinite ease-in;
    -moz-animation: writeline 3s infinite ease-in;
    -o-animation: writeline 3s infinite ease-in;
    animation: writeline 3s infinite ease-in;
}

.payment-loader .line2 {
    width: 32px;
    margin-top: 6px;
    margin-left: 3px;
    height: 4px;
    background: #ff3d2b;
    border-radius: 100px;
    opacity: 0;
    -webkit-animation: writeline2 3s infinite ease-in;
    -moz-animation: writeline2 3s infinite ease-in;
    -o-animation: writeline2 3s infinite ease-in;
    animation: writeline2 3s infinite ease-in;
}

.payment-loader .line:first-child {
    margin-top: 0;
}

.payment-loader .line.line1 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.payment-loader .line.line2 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.payment-loader .loader-text {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #5f6571;
    font-weight: bold;
}


@keyframes writeline {
    0% {
        width: 0px;
        opacity: 0;
    }

    33% {
        width: 52px;
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes writeline2 {
    0% {
        width: 0px;
        opacity: 0;
    }

    33% {
        width: 32px;
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.textbooking {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
button, input {
  overflow: visible;
}
.btn-check:checked + 
.btn, .btn.active, .btn.show, 
.btn:first-child:active, :not(.btn-check) + .btn:active {
	color: #fff;
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}

/* Remove box-shadow and outline when Tom Select control is focused */
/*  .ts-wrapper.single .ts-control {*/
/*    box-shadow: var(--theme-color);*/
/*    outline: var(--theme-color);*/
/*}*/
.focus .ts-control {
	border-color: var(--theme-color);
	box-shadow: 0 0 0.3px 0.09rem var(--theme-color);
	outline: 0;
}

.ts-wrapper.form-control, .ts-wrapper.form-select{
    height: 50px;
    border: 1px solid #ced4da;
}
.ts-dropdown-content {
	padding: 0 0px 0;
}  
.ts-dropdown .active{
    background-color: #e8e8e8;
}

.ts-dropdown, .ts-dropdown.form-control, .ts-dropdown.form-select{
    z-index: 10;
}
.ts-dropdown .no-results{
	color: red;
}

