/* Common element style */
.APO-booking a:hover{
    text-decoration: none!important;
}
.APO-booking .svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;

}
.silver__font {
    color: #717b81;
}
.APO-customSelect {
    position: relative!important;
}
.APO-customSelect .APO-customSelect__input {
    border-color: #e0eaf9 !important;
    height: 36px !important;
    margin-top: 0!important;
    position: relative!important;
    z-index: 10!important;
    padding: 0 0.75rem!important;
    font-size: 1rem!important;
    color: #212121!important;
    display: block!important;
    width: 100%!important;
    border-width: 0 0 1px!important;
    border-style: solid!important;
    border-radius: 0!important;
    font-family: inherit!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none!important;
}

.APO-customSelect .APO-customSelect__dropdown {
    overflow-y: auto!important;
    max-height: 180px!important;
    border-color: #e0eaf9 !important;
    z-index: 10!important;
    top: calc(100% - 1px);
    background-color: #fff;
    border-width: 1px!important;
    border-style: solid!important;
    border-radius: 0 0 12px 12px!important;
    position: absolute;
    width: 100%;
    left: 0;
}
.APO-customSelect--dropup .APO-customSelect__dropdown {
    border-radius: 12px 12px 0 0!important;
    bottom: calc(100% - 1px);
    top: auto;
}
.APO-customSelect .APO-customSelect__option-wrap .APO-customSelect__option {
    border: none!important;
}
.APO-customSelect .APO-customSelect__option-wrap {
    overflow-y: auto!important;
    max-height: 180px!important;
    position: relative!important;
}
.APO-customSelect .APO-customSelect__option {
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 43px !important;
    border-radius: 12px !important;
    padding: 6px 12px !important;
    color: #212121 !important;
    line-height: 1.5 !important;
    background-color: #fff !important;
    border: 1px solid #e0eaf9 !important;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.APO-customSelect--active .APO-customSelect__option--value {
    border-radius: 12px 0 0px 0px !important;
}
.APO-customSelect--dropup.APO-customSelect--active .APO-customSelect__option--value {
    border-radius: 0 0 0px 12px!important;
}
.APO-customSelect .APO-customSelect__dropdown::-webkit-scrollbar, .APO-customSelect .APO-customSelect__dropdown .APO-customSelect__option-wrap::-webkit-scrollbar {
    display: none;
}
.APO-booking .APO-rounded-e-none .APO-customSelect .APO-customSelect__option {
    border-start-end-radius: 0px !important;
    border-end-end-radius: 0px !important;
}
.APO-booking .APO-border-r-0 .APO-customSelect .APO-customSelect__option {
    border-right-width: 0px!important;
}
.inputGroup .APO-customSelect .APO-customSelect__option { 
    width: 80px!important;
}
/* .APO-customSelect__option-wrap .APO-customSelect__option {
    padding: 6px 12px !important;
    border: none !important;
} */

/* Chrome, Safari, Edge, Opera */
input.input-field::-webkit-outer-spin-button,
input.input-field::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
}

 /* Firefox */
input[type="number"].input-field{
    -webkit-appearance: textfield!important;
    -moz-appearance: textfield!important;
    appearance: textfield!important;
}
.input-field:focus-visible {
    outline: none!important;
}
.has-error, .no-data {
    color: #dc3545 !important;
}
.input-field {
    line-height: 150%!important;
    height: 43px!important;
    border: 1px solid #e0eaf9!important;
    width: 100%!important;
    padding: 6px 12px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    font-family: inherit!important;
    background-color: #ffffff!important;
}
.property-label{
    font-size: 14px!important;
    color: #000!important;
    font-family: inherit!important;
    margin: 0!important;
    line-height: normal!important;
    padding: 0 !important;
    z-index: auto!important;
}

/* UI accordion */
.accordion-setting .setting-title {
    background-color: #fff;
    border: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 0 20.8px 22.4px;
    margin-top: 0px;
}
.accordion-setting .setting-title:after {
    content: "";
    background-image: url(../images/chevron-down-solid.svg);
    position: absolute;
    right: 19px;
    width: 16px;
    height: 16px;
}
.accordion-setting .ui-accordion-header-icon {
    display: none;
}
.custom-accordion .setting-panel {
    border: none;
    padding: 0px 20.8px 0px;
    overflow: visible;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button:not([class*='APO-customSelect']) { 
    font-family: var(--Poppins-family);
}

.booking-toggle {
    border: none;
    padding: 2px 10px!important;
    width: 100%;
    /* max-width: 160px; */
    text-align: center;
    cursor: pointer;
	z-index: 1001;
	transition: opacity 0.5s ease-in-out;
    font-family: var(--Poppins-family)!important;
}
.booking-toggle.hidden {
    opacity: 0;
    pointer-events: none;
}
.booking-toggle.btnposition__left {
    left: 24px;
    bottom: 24px;
}
.booking-toggle.btnposition__right {
    right: 24px;
    bottom: 24px;
}
.booking-toggle.btnposition__center, .APO-booking .bookingBox--wrapper.btnposition__center {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.booking-toggle.btnposition__center {
    right: 0px;
    border-start-start-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-right: 0;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    /* width: 61px; */
    padding: 30px 5px 30px 10px;
}
.APO-booking .bookingBox--wrapper{
    background-color: #fff;
	/* border: 1px solid #e5e6eb; */
	bottom: 24px;
	height: calc(100% - 24px - 24px);
    min-height: 250px;
    max-height: 700px;
	width: 365px;
	z-index: 1001;
	overflow: hidden;
	transition: right 0.5s ease-in-out;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .02), 0 8px 24px 0 rgba(0, 0, 0, .12) !important;
}
.APO__back {
	cursor: pointer;
    color: #fff!important;
}

/* Quantity field */
.quantityField-wapper .btn-sub, .quantityField-wapper .btn-plus{
    background-color: #f7f7f7 !important;
    padding: 0 !important;
    cursor: pointer !important;
    min-width: 30px !important;
    border-color: #e0eaf9 !important;
    border-style: solid !important;

}
.quantityField-wapper .btn-sub{
    border-width: 1px 0px 1px 1px !important;
    border-radius: 12px 0px 0px 12px !important;
}
.quantityField-wapper .btn-plus{
    border-width: 1px 1px 1px 0px !important;
    border-radius: 0px 12px 12px 0px !important;
}

/* Add Guests Email style*/
.APO-guestsEmail-wrapper {
    height: 100% !important;
}
.APO-guestsEmail-wrapper .input-field {
    overflow-x: hidden!important;;
    height: auto !important;
    width: auto!important;;
    min-width: 30px!important;;
    min-height: 22px!important;;
    padding: 8px 0!important;;
    background-color: transparent!important;
    border: none!important;;
    outline: 0!important;;
}
.APO-guestsEmail-wrapper .APO-guest-valid-email {
    background-color: #9ac5ef!important;
}

/* show hide service box slide */
.APO-booking .bookingBox--wrapper.hide.btnposition__right, .APO-booking .bookingBox--wrapper.hide.btnposition__center {
	right: -100%;
}
.APO-booking .bookingBox--wrapper.show.btnposition__right, .APO-booking .bookingBox--wrapper.show.btnposition__center {
    right: 24px;
}
.APO-booking .bookingBox--wrapper.hide.btnposition__left {
	left: -100%;
}
.APO-booking .bookingBox--wrapper.show.btnposition__left {
    left: 24px;
}
.booking__Head {
    background-color: #1e75ff;
}
.booking__Head .bookingBox__title:first-letter { 
    text-transform: capitalize!important;
}
.booking__Head .bookingBox__title {
    color: #fff;
    font-weight: 500!important;
}
.APO-closeSlide {
    /* background-color: var(--gray-100);
    color: var(--gray-300); */
    background-color: #fff;
    color: #1e75ff;
    min-width: 20px;
}
.APO__Confirmwrapper .APO-closeSlide {
    background-color: #f1f5f9;
    color: #000;
}
.bookingBox__ {
    position: relative;
    max-height: 100%;
    height: 100%;
}
/* .APO__content {
    overflow-y: auto;
    /* max-height: 500px;
} */
/* .APO__content::-webkit-scrollbar {
    display: none;
} */
.APO__footerEnable {
    padding-bottom: 32px;
}
.APO__footer {
    color: rgb(146, 169, 193);
    position: absolute;
    bottom: 0px;
    background: #fff;
    left: 0;
    right: 0;
    padding: 4.8px 11.2px;
    z-index: 10;
    box-shadow: 0px 4px 12px 3px rgba(39, 45, 61, 0.1),    0px 2px 12px 3px rgba(39, 45, 61, 0.06);
}

@media (max-width:460px){
    .APO-booking .bookingBox--wrapper.show.btnposition__right, .APO-booking .bookingBox--wrapper.show.btnposition__center {
        right:15px;
    }
    .APO-booking .bookingBox--wrapper{
        width: 100%;
        max-width: 345px;
    }
    .booking-toggle.btnposition__right {
        right:15px;
    }
    .booking-toggle.btnposition__left {
        left: 15px;
    }
}
