.rotate input {
    display: inline-block; background-color: #fff; margin-top: 25px; padding: 20px; min-height: unset;
}

.rotate{
    display:none;
}

.check_start_warning {
    display:none;
    position: absolute;
    left: 28px;
    width: 100%;
    bottom: -55px;
    color: #f44336;
}

.warning_area {
    margin-top: 25px;
    color: #F44336;
}

a:hover {
    color:#999;
}

.check_rotate_warning {
    display:none;
    position: absolute;
    left: 28px;
    width: 100%;
    bottom: -55px;
    color: #f44336;
}

.warning_area h4 {
    color: #f44336;
}

.price_area {}
.price_area span {}

@media screen and (max-width: 900px) {

    .searchMenu-guests__field.-is-active {
        top: -23px;
    }

    .searchMenu-guests__field.-is-active .px-30 {
    padding: 12px 40px !important;
}

    body .pac-container {
        margin-top: -2px;
        left: 16px !important;
        width: 335px !important;
    }

    .mobile_fixed {
        padding-top: 35px !important;
    }
}

.whatsApp_button {
    position: fixed;
    bottom: 0;
    margin: 20px;
    float: left;
    z-index: 999999999999999999999;
}
.whatsApp_button a{
    font-size: 32px;
    background-color: #4caf50;
    float: left;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.36) 0px 2px 10px 0px !important;
    z-index: 999999999999999999999;
}

.whatsApp_button svg {
    width:30px;
    fill:#fff;
    position: relative;
    top:-4px;
}

.pac-container {
    width: 350px !important;
    margin-top: 23px;
    box-shadow: none;
    border-top: 0;
    margin-left: -28px;
}

.pac-logo:after {
    display:none;
}

.pac-item {
    width: 100%;
    padding: 10px 20px;
    border-color: #e6e6e6;
}
.pac-item span {
    font-size: 15px;
    font-family: var(--font-primary);
}

.pac-item span.pac-icon-marker{
    display:none;
}

.pac-item span.pac-item-query {
    font-weight: normal;
    color: #8a8a8a;
}