#nh-find-hotel-weekend-form {
    display: flex;
    flex-flow: column nowrap;
    /* margin: 20px; */
    gap: 20px;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
}

#nh-find-hotel-weekend-form input[type='text'] {
    height: 50px;
    border: 1px solid #999999;
}

#nh-find-hotel-weekend-form .form-group {
    position: relative;
}

#nh-find-hotel-weekend-form .form-group.labelup .labelup-control {
    position: absolute;
    left: 12px;
    top: 10px;
    display: block;
    font-size: 11px;
    z-index: 5;
}

#nh-find-hotel-weekend-form .occupancy .form-group.labelup .form-control,
#nh-find-hotel-weekend-form .location .form-group.labelup .form-control,
#nh-find-hotel-weekend-form .promocode .form-group.labelup .form-control {
    padding: 16px 45px 0 12px;
    font-size: 0.75rem;
    width: 100%;
}

#nh-find-hotel-weekend-form .location .form-group.labelup .labelup-control,
#nh-find-hotel-weekend-form .promocode .form-group.labelup .labelup-control {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    transition: top 0.3s ease, font-size 0.3s ease;
}

#nh-find-hotel-weekend-form .location .form-group.labelup .labelup-control.focus,
#nh-find-hotel-weekend-form .promocode .form-group.labelup .labelup-control.focus {
    top: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    transition: top 0.3s ease, font-size 0.3s ease;
}

#nh-find-hotel-weekend-form .calendar-booking-input .form-group {
    flex: 1;
}

#nh-find-hotel-weekend-form .calendar-booking-input {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 45px;
    border: 1px solid #999999;
    background-color: #ffffff;
    height: 60px;
}

#nh-find-hotel-weekend-form .help-block {
    display: none;
    color: #c63527;
    margin-top: 5px;
    position: relative;
    font-size: 0.875rem;
    top: 100%;
}

#nh-find-hotel-weekend-form .help-block.show {
    display: block;
}

#nh-find-hotel-weekend-form .form-group .form-control {
    padding-right: 0;
}

#nh-find-hotel-weekend-form .form-control {
    height: 48px;
}

#nh-find-hotel-weekend-form .search-btn {
    margin-bottom: 0;
}

#nh-find-hotel-weekend-form .btn-text {
    color: #ffffff;
}

#nh-find-hotel-weekend-form .show_calendar.form-control {
    border: none;
    margin: 0;
    cursor: pointer;
}

#nh-find-hotel-weekend-form .occupancy .m-occupancy-wrapper {
    border: 1px solid #d7d7d7;
    z-index: 1000;
}

#nh-find-hotel-weekend-form .occupancy .m-occupancy-wrapper {
    margin-top: 10px;
    position: static;
}

#nh-find-hotel-weekend-form .occupancy .option-list {
    max-height: 200px;
    margin: 10px 20px;
    padding: 0;
}

#nh-find-hotel-weekend-form .occupancy .option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

#nh-find-hotel-weekend-form .occupancy .option-list .title {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    padding: 0;
    position: relative;
}

#nh-find-hotel-weekend-form .occupancy .option-box {
    width: 100%;
}

#nh-find-hotel-weekend-form .occupancy .option-box .fields {
    justify-content: center;
    flex-direction: row;
    display: flex;
    width: 100%;
    gap: 20px;
}

#nh-find-hotel-weekend-form .occupancy .option-box label {
    margin-right: 15px;
    text-align: left;
    min-height: inherit;
    margin: 0;
    padding: 0;
    color: #7d7d7d;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nh-find-hotel-weekend-form .occupancy .option-box label span {
    display: block;
    font-size: 10px;
    color: #999999;
}

#nh-find-hotel-weekend-form .occupancy .option-box .label-subtitle {
    display: flex;
    flex-direction: column;
}

#nh-find-hotel-weekend-form .occupancy .option-box .controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#nh-find-hotel-weekend-form .occupancy .option-box .plus, #nh-find-hotel-weekend-form .occupancy .option-box .minus {
    background: #003a70;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    font-size: 0.75rem;
    height: 30px;
    cursor: pointer;
    outline: none;
    width: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#nh-find-hotel-weekend-form .occupancy .option-box .plus:disabled, #nh-find-hotel-weekend-form .occupancy .option-box .minus:disabled {
    background: #d7d7d7;
    cursor: not-allowed;
}

#nh-find-hotel-weekend-form .occupancy .option .ammount:disabled {
    height: 40px;
    font-size: 1.125rem;
    text-align: center;
    border: none;
    padding: 5px;
    height: 60px;
    width: 40px;
    background-color: transparent;
    color: #212529;
}

#nh-find-hotel-weekend-form .occupancy .m-occupancy-wrapper .option::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 1px;
    background-color: #d7d7d7;
}

#nh-find-hotel-weekend-form .occupancy .option-list .title::after {
    position: absolute;
    background-color: #d7d7d7;
    top: 50%;
    right: 0;
    bottom: 0;
    left: inherit;
    content: '';
    width: 1px;
    height: 75%;
    transform: translateY(-50%);
}

#nh-find-hotel-weekend-form .occupancy .occupancy-footer {
    display: flex;
    flex-direction: row;
    padding-top: 0;
    justify-content: space-between;
}

#nh-find-hotel-weekend-form .occupancy .occupancy-footer .room-resume {
    padding: 15px 20px;
    text-align: center;
    color: #003a70;
}

#nh-find-hotel-weekend-form .occupancy .occupancy-footer .add-room {
    display: flex;
    align-items: center;
}

#nh-find-hotel-weekend-form .occupancy .occupancy-footer .btn-ghost {
    background-color: transparent;
    color: #009fdf;
    border: 1px solid transparent;
}

#nh-find-hotel-weekend-form .occupancy .room-close {
    background: transparent;
    border: none;
    outline: none;
    padding: 5px;
    float: right;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
}

#nh-find-hotel-weekend-form .occupancy .room-close i {
    color: #999999;
}

#nh-find-hotel-weekend-form .occupancy .title .h5 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    padding-bottom: 2px;
}

#nh-find-hotel-weekend-form .calendar-booking-input .form-group:first-child.is-active label,
#nh-find-hotel-weekend-form .calendar-booking-input .form-group:first-child.is-active p {
    color: #003a70;
}

#nh-find-hotel-weekend-form .calendar-booking-input .form-group:nth-child(2).is-active label,
#nh-find-hotel-weekend-form .calendar-booking-input .form-group:nth-child(2).is-active p {
    color: #009fdf;
}

#nh-find-hotel-weekend-form .m-occupancy-wrapper {
    display: none;
}

#nh-find-hotel-weekend-form .m-occupancy-wrapper.is-open {
    display: block;
}

#nh-find-hotel-weekend-form .autocomplete-results {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: none;
    overflow: visible;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    top: 100%;
}

#nh-find-hotel-weekend-form .autocomplete-results-group li:hover {
    background-color: #f0f0f0;
    cursor:pointer
}

#nh-find-hotel-weekend-form .autocomplete-results-group li {
    color: #7d7d7d;
    padding: 5px 20px 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#nh-find-hotel-weekend-form .autocomplete-results-group li .icon-info {
    flex: 1;
    display: flex;
    justify-content: left;
    height: auto;
    align-items: center;
}

#nh-find-hotel-weekend-form .autocomplete-results-group li .result-icon {
    margin-right: 10px;
    margin-top: -5px;
}

#nh-find-hotel-weekend-form .autocomplete-results-group li .resultname {
    text-align: center;
}

#nh-find-hotel-weekend-form .search-btn .btn {
    min-width: 25%;
    width: auto;
    width: 100%;
    background: #003a70;
}

.nh-weekend-form-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 80%;
    max-width: 1000px;
    padding: 40px;
}

.nh-weekend-form-popup.is-visible {
    display: block;
}

.nh-weekend-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.nh-weekend-overlay.is-visible {
    display: block;
}

.nh-weekend-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup-title {
    font-weight: 100;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    color: #003a70;
}

#nh-find-hotel-weekend-form .calendar-booking-input .form-group.labelup .form-control {
    padding: 24px 10px 0 12px;
    font-size: 0.75rem;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#nh-find-hotel-weekend-form .calendar-booking-input {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 45px;
    border: 1px solid #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group.labelup .container-icon {
    position: absolute;
    top: 14px;
    right: 13px;
    font-size: 22px;
    font-size: 1.375rem;
}

#modal-hotel-booking .form-group.labelup .container-icon {
    top: 14px;
}

.nh-ic-percentage::before {
    content: "\e956";
    color: #7d7d7d;
}

.nh-ic-poi::before {
    content: "\e935";
    color: #7d7d7d;
}

.nh-ic-user-line::before {
    content: "\e951";
    color: #7d7d7d;
}

#nh-find-hotel-weekend-form .calendar-booking-input::after {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    font-family: 'icon-font';
    font-size: 1.375rem;
    content: '\e916';
    color: #7d7d7d;
}

#nh-find-hotel-weekend-form .result-name {
    font-size: 12px;
}

#nh-find-hotel-weekend-form .spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#nh-find-hotel-weekend-form .spinner {
    display: none;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

#nh-find-hotel-weekend-form .spinner-active {
    display: block;
}

@media (min-width: 992px) {
    #nh-find-hotel-weekend-form .location {
        width: 50%;
        position: relative;
    }
    
    #nh-find-hotel-weekend-form .occupancy .form-group {
        width: 50%;
        position: relative;
    }

    #nh-find-hotel-weekend-form .calendar-booking-input {
        width: 50%;
    }

    #nh-find-hotel-weekend-form .promocode {
        width: 50%;
        position: relative;
    }

    #nh-find-hotel-weekend-form .search-btn .btn {
        float: right;
        width: auto;
    }

    #nh-find-hotel-weekend-form .calendar-booking-input .form-group.labelup .form-control {
        padding: 24px 45px 0 12px;
    }
}

@font-face {
    font-family: "icon-font";  
    src: url("../fonts/icon-font.eot?gtg77l");  
    src: url("../fontsicon-font.eot?gtg77l#iefix") format("embedded-opentype"), url("../fonts/icon-font.ttf?gtg77l") format("truetype"), url("../fonts/icon-font.woff?gtg77l") format("woff"), url("../fonts/icon-font.svg?gtg77l#icon-font") format("svg");
    font-weight: normal;  
    font-style: normal; 
} 

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}