.age_band__range_info {
    display: flex;
    align-items: center;
}

.age_band__text {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--grey-500);
}

.age_band__total_max {
    margin-bottom: 1.875rem;
}

.age_band__range_info span:first-child {
    margin-right: 0.625rem;
}

.age_band__qty_container {
    display: flex;
    align-items: center;
}

.age_band__btn {
    width: 1.563rem;
    height: 1.563rem;
    border: 1px solid var(--black);
    border-radius: 50%;
    cursor: pointer;
}

.age_band__btn[disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
}

.age_band__input {
    margin: 0 0.625rem;
    width: 2.313rem;
    height: 2.313rem;
    background-color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
}

.age_band__input,
.age_band__input:focus {
    border: transparent;
    outline: transparent;
}

.age_band__submit {
    height: 3.125rem;
    padding: 0.5rem 3rem;
    border-radius: 0.625rem;
    font-weight: 700;
    font-size: 1rem;
}

/* After request */

.smooth-transition {
    transition: opacity 0.3s ease-in-out;
}

.collapse:not(.show) {
    display: none;
}

#ageError {
    display: block;
    margin-top: 0.5rem;
    padding-left: 0 !important;
    font-size: 0.7rem;
}

.age_band__content {
    margin-bottom: 1rem;
}

.age_band {
    margin-bottom: 0.5rem;
    list-style-type: none;
    line-height: 1.5;
}

.age_item:not(:last-child) {
    margin-bottom: 10px;
}

.age_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.age_item__participants_container a {
    display: block;
    margin-bottom: 0.313rem;
    font-size: 0.875rem;
    color: var(--black);
    font-weight: 400;
}

.age_item_mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.age_band_mobile .age_band__select {
    margin-top: 20px;
}

.max_min {
    display: flex;
    align-items: center;
}

.max_min span {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--grey-500);
}

.age_band__total_max {
    margin-bottom: 1.875rem;
}

.max_min span:first-child {
    margin-right: 0.625rem;
}

.age_band .qty-container {
    display: flex;
    align-items: center;
}

.btn_qty_age {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 1.563rem;
    height: 1.563rem;
    border: 1px solid var(--black);
    border-radius: 50%;
    cursor: pointer;
}

.btn {
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: .15s;
}

.btn_qty_age:focus {
    box-shadow: none;
}

.btn_qty_age svg {
    width: 0.938rem;
    height: 0.938rem;
    fill: var(--black);
}

.btn_qty_age[disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
}

.qty-btn-plus svg {
    width: 0.8rem;
    height: 0.7rem;
}

.input-qty-age {
    padding: 0;
    margin: 0 0.625rem;
    width: 2.313rem;
    height: 2.313rem;
    background-color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
}

.input-qty-age,
.input-qty-age:focus {
    border: transparent;
    outline: transparent;
}

.age_band .btn-shift-right {
    display: none;
}

.age_heading {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--grey-500);
}

.age_band .text_error {
    display: none;
    margin: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    color: red;
}

.modal__age_band {
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 11;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 15px;
    --tw-bg-opacity: 0.25;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.modal__age_band .mobile_menu_dropdown {
    padding-right: 1.5rem;
}

.modal__age_band-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.modal__age_band.active {
    display: flex;
}

.age_band_input {
    width: 100%;
}

.hotel_rooms__no_rooms_info {
    font-size: 1.5rem;
    font-weight: 700;
}

.age_band__select {
    position: relative;
    z-index: 2;
    font-weight: 400;
}

.age_band__select_value {
    display: block;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #E8E7EB;
    background: #FFF;
    padding: 14px 20px;
    font-size: 0.875rem;
}

.age_band__select_dropdown {
    /* position: absolute; */
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    border-radius: 10px;
    border: 1px solid #E8E7EB;
    background: #FFF;
    background-color: #fff;
    z-index: 1;
}

.age_band__select_option {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 0.875rem;
}

.age_band_container {
    padding: 0.2rem 0;
}

.selected-ages {
    position: relative;
    z-index: 1;
    /* margin-top: 20px; */
    display: flex;
    flex-wrap: wrap;
}

.selected-age {
    display: flex;
    align-items: center;
    border: 1px solid #161032;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    margin-top: 15px;
}

.selected-age-option {
    font-size: 0.875rem;
}

.remove-age {
    margin-left: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    background: none;
    padding: 0;
    color: #333;
}

.remove-age:hover {
    cursor: pointer;
}

.age_item__room_title {
    color: #8B8899;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.age_band__select_add_room,
.remove-room-btn {
    color: var(--primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
}

.header_banner_main .age_band__select_add_room, .header_banner_main .remove-room-btn {
    color: var(--orange);
}

.age_band__select_add_room {
    font-size: 16px;
}

#addRoomBtn {
    width: 100%;
    text-align: right;
}

.remove-room-btn {
    font-size: 12px;
}