.hotel-search-bar {
    background: white;
    border: 1px solid white;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.hotel-search-bar .col {
    padding-bottom: 0px;
}

.hotel-search-bar .flatpickr-input {
    width: 100%;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: unset !important;
    min-height: unset;
    line-height: unset;
    height: 38px !important;
}

.guest-dropdown {
    position: relative;
}

.guest-dropdown-input {
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    user-select: none;
    height: 38px;
    line-height: 38px;
}

.guest-dropdown-input:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #555;
}

.guest-dropdown-menu.active {
    display: block;
}
.guest-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    display: none;
    padding: 15px;
}

.guest-type {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.guest-type-header {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    width: 79%;
}

.guest-type-title {
    font-weight: bold;
}

.guest-type-description {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.guest-count-control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.guest-count-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.guest-count-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s;
}

.guest-count-value {
    margin: 0 10px;
    min-width: 20px;
    text-align: center;
}

.guest-count-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s;
}

.hotel-search-bar .apply-btn {
    width: 100%;
    height: 38px;
    min-height: 38px !important;
    line-height: 35px;
    border-radius: 99px;
    text-transform: initial;
}

.ul-thong-tin .li-dien-tich:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/area.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -7px;
}

.ul-thong-tin .li-loai-giuong:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/bed-room.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
.ul-thong-tin .li-suc-chua:before {
    margin-top: -7px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/people.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    vertical-align: middle;
}