#hotel-searchform button {
    box-shadow: none;
}

#hotel-range {
    cursor: pointer;
}

#hotel-range .icon-wrapper {
    position: static;
    transform: none;
    height: 20px;
    width: 20px;

}

form#hotel-searchform button[type="submit"] {
    background: var(--button-color);
    color: var(--form-background);
    font-size: var(--beon-medium-font-size);
    cursor: pointer;
    height: 100%;
    padding: 1rem 2rem;
    right: 0;
    border: 0;
    width: 240px;
    line-height: 0;
    height: 57px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form#hotel-searchform button[type="submit"]:hover {
    background: var(--beon-button-hover-color);
}

form#hotel-searchform {
    text-align: center;
    background: var(--beon-form-background);
    display: flex;
    height: 75px;
    min-height: 75px;
    border-radius: 130px;
    position: relative;
    width: max-content;
    justify-content: space-between;
    align-items: center;
    color: var(--beon-text-color);
    font-size: var(--font-size-medium);
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EFEFEF;
    font-size: var(--beon-medium-font-size);
    z-index: 1;
}

form#hotel-searchform .form-group button[type="submit"] {
    background: var(--button-color);
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    height: 100%;
    padding: 1rem 2rem;
}

#hotel-calcGuests img {
    width: 15px;
    height: 15px;
}

#hotel-nights {
    visibility: hidden;
    display: none;
}

#hotel-guests {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--form-background);
    background: transparent;
    cursor: pointer;
    margin: 0px 50px;
    min-width: max-content;
}

#hotel-calender-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    z-index: 222 !important;
    background-color: var(--beon-form-background);
    border: 1px solid var(--beon-popup-border-color);
    bottom: auto;
    border-radius: var(--beon-border-radius);
}

#hotel-calender_select {
    background-color: var(--button-color);
    color: var(--link-color);
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: var(--beon-regular);
}

#hotel-calender_select img {
    height: 15px;
    width: 15px;
}

div#hotel-nights-wrapper {
    background-color: var(--form-background);
    display: flex;
    justify-content: space-between;
    display: none;
    gap: 10px;
    padding-top: 20px;
    align-items: center;
}

#hotel-calcNights {
    display: none;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: -webkit-fill-available;
}

#hotel-form-submit-btn {
    width: inherit;
}

#hotel-dark-bg-overlay {
    display: none;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
    z-index: 10;
}

#hotel-calender-close,
#hotel-guests-close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    height: 28px !important;
    object-fit: contain;
    padding: 0.3rem;
    cursor: pointer;
}

#hotel-calender-close img,
#hotel-guests-close img {
    width: 28px !important;
    height: 28px !important;
    object-fit: cover;
}

form#hotel-searchform #hotel-range .departure-date-wrapper:empty {
    display: none;
}

form#hotel-searchform #hotel-range .departure-date-wrapper:before {
    content: "-";
    padding-right: 5px;
    padding-left: 5px;
}

form#hotel-searchform #hotel-range .departure-date-wrapper {
    padding: 0px;
}

.hotel-toggleGuests.form-tooltip:after {
    border-color: var(--button-color) transparent transparent transparent;
}

.hotel-toggleGuests {
    display: none;
    position: fixed;
    background-color: var(--beon-form-background);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    padding: 2rem;
    border: 1px solid var(--beon-popup-border-color);
    border-radius: var(--beon-border-radius);
}

.hotel-toggleGuests>div {
    display: flex;
    padding: 10px 0px 10px 0px;
    align-items: center;
    justify-content: center;
    font-family: var(--beon-font-family);
    color: var(--beon-text-color);
    font-size: var(--beon-medium-font-size);
    font-weight: 400;
    gap: 100px;
}

.hotel-toggleGuests {
    .numberadjust-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100px;
    }
}

.hotel-toggleGuests h4 {
    border-bottom: 1px solid var(--beon-divider-color);
    margin: 0px;
    color: var(--beon-text-color);
    text-align: left;
    margin-bottom: 20px;
    font-weight: var(--beon-font-bolder);
}

.hotel-toggleGuests label span {
    padding-right: 5px;
}

form .hotel-toggleGuests #calcGuests {
    width: 100%;
    cursor: pointer;
    text-align: center;
    color: var(--link-color);
    display: flex;
    justify-content: center;
    font-weight: var(--beon-regular);
    align-items: center;
    gap: 10px;
}

#calcGuests img {
    width: 15px;
    height: 15px;
}

#nights {
    visibility: hidden;
    display: none;
}

.hotel-toggleGuests button,
.hotel-toggleGuests button:hover,
.hotel-toggleGuests button:focus {
    padding: 0;
    height: auto;
    display: flex;
    border: none;
    outline: none;
    background: none;
    background-color: transparent;
    cursor: pointer;
}

.hotel-toggleGuests button img {
    width: 30px;
    height: 30px;
}

.hotel-toggleGuests label {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel-toggleGuests label p {
    margin: 0;
    padding-left: 3px;
}

@media only screen and (max-width: 1024px) {
    form#hotel-searchform {
        height: auto;
    }

    .hotel-toggleGuests>div {
        gap: 10px;
    }

    #hotel-nights-wrapper {
        flex-wrap: wrap;
    }

    #guests {
        margin: 0px 35px;
    }

    #hotel-calender-wrapper {
        position: fixed;
        z-index: 22 !important;
        left: 50%;
        height: max-content;
        top: 50% !important;
        transform: translate(-50%, -50%);
        background: var(--beon-form-background);
    }

    .hotel-toggleGuests {
        width: 60vw;
    }
}

@media only screen and (max-width: 767px) {

    .hotel-toggleGuests>div {
        gap: 5px;
    }

    .hotel-toggleGuests {
        width: 90vw;
    }

    #hotel-calender_select {
        margin: 0px;
    }

    #hotel-calender-wrapper {
        width: 90vw;
        padding: 1rem;
    }

    form#hotel-searchform {
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        min-height: 70px;
        margin: 0px;
        min-width: 320px;
        width: 100%;
        border-radius: 0px;
        background: transparent;
        border: 0;
        max-width: 1000px;
        padding: 0px;
        box-shadow: none;
        font-size: var(--beon-regular-font-size);
    }

    form#hotel-searchform button[type="submit"] {
        height: 50px;
        margin-right: 0px !important;
        width: 100%;
        font-size: var(--beon-regular-font-size);
    }

    form#hotel-searchform #hotel-range .departure-date-wrapper {
        justify-content: flex-start;
    }

    #hotel-range {
        cursor: pointer;
        width: 100%;
    }

    #hotel-range .icon-wrapper {
        margin-left: 20px;
    }

}