@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif !important;
}

.date-box-main {
    background-color: #1e2c48 !important;
    padding: 16px 16px 25px 16px;
    border-radius: 20px;
}

h1.date-box-heading {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

input.arrow-check-box-input {
    display: none;
}

label.btn-label-white-rounded {
    position: relative;
    width: 100%;
}

.ellipse-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin: 0;
    color: #1a2b49;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-label-white {
    background-color: #ffffff;
    display: flex;
    margin: 0;
    height: 40px;
    border: 0;
    border-radius: 20px;
    padding: 0 16px;
    align-items: center;
    line-height: 0;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

p.box-text-dropdown {
    margin: 0;
    color: #1a2b49;
    font-weight: 600;
    font-size: 16px;
}

label.form-check-label-language {
    font-size: 16px;
    font-weight: 500;
    color: #1a2b49;
}

span.arrow-box-dropdown i {
    font-size: 21px;
    transition: all 0.3s ease-in-out;
}

.person-drop-open-section {
    box-shadow: 0 0 8px #00000040;
    border-radius: 4px;
    animation-name: slide-bottom-82dd92fc;
    animation-duration: 0.2s;
    background-color: #ffffff;
    padding: 16px;
    min-width: 320px;
    position: absolute;
    top: 33px;
    left: 3px;
    /* display: none; */
    z-index: 999;
}
.opacityZeroPointFour {
    opacity: 0.4;
}
.notAllowed {
    cursor: not-allowed !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.person-drop-open-section.show-drop-box {
    display: block !important;
}

/* .drop-box-arrow:focus-within .person-drop-open-section {
    display: block !important;
} */

/* .arrow-check-box-input:checked+label.btn-label-white-rounded .arrow-box-dropdown i {
    transform: rotate(180deg);
} */

.arrow-check-box-input:checked
    + label.btn-label-white-rounded
    .person-drop-open-section {
    display: block !important;
}

.drop-box-arrow {
    position: relative;
}

.box-open-drop-input:last-child {
    border-bottom: none !important;
}

.box-open-drop-input {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebeef1;
    padding: 10px 0;
}

@keyframes slide-bottom-82dd92fc {
    0% {
        top: 16px;
        opacity: 0;
    }

    100% {
        top: 33px;
        opacity: 1;
    }
}

.adult-text-one p {
    color: #63687a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.adult-text-one h5 {
    font-size: 16px;
    color: #1a2b49;
    font-weight: 600;
    margin: 0;
}

button.subtract-btn,
button.add-btn {
    color: #0071eb;
    border: 2px solid #0071eb;
    background-color: #ffffff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

input.quantity {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    background: #ffffff;
    color: #1a2b49;
    width: 32px;
    height: 32px;
    border: 1px solid #ebeef1;
    padding: 0;
    outline: none;
    text-align: center;
    border-radius: 2px;
    margin: 0 30px;
    appearance: textfield;
}

.quantity-input {
    display: flex;
    align-items: center;
}

label.form-check-label {
    font-size: 16px;
    font-weight: 600;
    color: #1a2b49;
}

.form-check.mb-2 input.form-check-input {
    box-shadow: none !important;
}

a.check-availablity-btn:hover {
    background-color: #304c84 !important;
}

a.check-availablity-btn {
    text-decoration: none;
    background-color: #0071eb;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #ffffff;
    border-radius: 100px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn-icon i {
    font-size: 21px;
}

/**************************************************************************************************/
.white-box-blue-border {
    border: 2px solid #0071eb !important;
    border-radius: 12px;
}

.text-one-heading-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dcdfe4;
    padding: 20px 0;
    margin: 0 24px;
}

.start-time-box {
    padding: 20px 0;
    border-bottom: 1px solid #dcdfe4;
    margin: 0 24px;
}

.text-one-heading h1 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2b49;
}

.text-one-heading-box i {
    font-size: 21px;
    color: #0071eb;
}

.text-one-heading p {
    width: 70%;
    font-size: 16px;
    color: #63687a;
    font-weight: 500;
}

ul.time-list {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-top: 25px;
}

ul.time-list li i {
    color: #1a2b49;
    font-size: 21px;
}

ul.time-list li {
    list-style: none;
    font-size: 16px;
    color: #1a2b49;
    font-weight: 500;
}

.start-time-box p {
    margin-bottom: 0;
    font-size: 18px;
    color: #1a2b49;
    font-weight: 500;
}

.start-time-box h4 {
    font-size: 18px;
    color: #1a2b49;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0 !important;
}

.before-list-box {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
}

ul.price-list {
    padding: 0;
    width: 40%;
}

ul.price-list li i {
    font-size: 21px;
    color: #1a2b49;
    font-weight: 500;
    margin-right: 10px;
    margin-top: 5px;
}

ul.price-list li {
    list-style: none;
    font-size: 17px;
    color: #1a2b49;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
}

.price-breakdown-box {
    width: 50%;
}

.price-breakdown-box h5 {
    font-size: 17px;
    color: #1a2b49;
    font-weight: 700;
}

.price-breakdown-box ul {
    padding: 0;
}

.price-breakdown-box ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    color: #63687a;
    font-weight: 500;
    margin-bottom: 5px;
}

.total-price-box {
    background-color: #ebeef1;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 12px 12px;
}

.price-text-box p {
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 500;
    color: #63687a;
}

.price-text-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 0;
}

.price-text-box span {
    font-size: 12px;
    color: #63687a;
    font-weight: 500;
    margin: 0;
}

.button-to-cart a:hover {
    background-color: #304c84;
}

.button-to-cart a {
    background-color: #0071eb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    width: 130px;
    height: 45px;
    border-radius: 100px;
    text-decoration: none;
}

.form-check.mb-2 input.form-check-input {
    box-shadow: none !important;
    width: 16px;
}

@media (max-width: 1030px) {
    .drop-box-arrow {
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    body.frontend-page.header-normal.is_single
        .daterangepicker.ltr.auto-apply.single.opensleft.show-calendar {
        margin-top: 30px;
        left: 17px !important;
        width: 90% !important;
    }
    .person-drop-open-section {
        min-width: 255px !important;
    }

    body
        .daterangepicker
        .drp-calendar
        .calendar-table
        table.table-condensed
        tbody
        tr
        td,
    body
        .daterangepicker
        .drp-calendar
        .calendar-table
        table.table-condensed
        thead
        tr:last-child
        > * {
        height: 40px;
        width: 30px;
    }

    body .daterangepicker {
        padding: 20px !important;
    }

    .price-breakdown-box,
    .text-one-heading p,
    ul.price-list {
        width: 100% !important;
    }
    .before-list-box {
        display: block !important;
    }
}

.daterangepicker.ltr.auto-apply.single.opensleft.show-calendar {
    margin-top: 30px;
}

.check-btn-fortime label:hover {
    background-color: #ebeef1;
}

.select-time-box {
    display: flex;
    flex-wrap: wrap;
}

.check-btn-fortime label {
    background-color: #ffffff;
    min-width: 100px;
    line-height: 1.375rem;
    cursor: pointer;
    height: 2.5em;
    font-size: 1em;
    font-family: inherit;
    font-weight: 400;
    border: 2px solid #dcdfe4;
    border-radius: 0.5em;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    padding: 8px 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.check-btn-fortime input {
    display: none;
}

.check-btn-fortime input:checked + label {
    background-color: #1a2b49;
    border-color: #1a2b49;
    color: #ffffff;
}
.active-selected-time {
    background-color: #1a2b49;
    border-color: #1a2b49;
    color: #ffffff;
}

.check-btn-fortime input:checked + label:hover {
    background-color: #304c84;
    border-color: #304c84;
}
.d-flex {
    display: flex;
}
.btn-add-section {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    height: 30px;
    justify-content: center;
}
