.hotel-result-filter-top .input-helper{
    background-color: #f4f4f4;
    border: 1px solid #335997;
    box-shadow: none;
    width: 19.2em;
    border-radius: 8px;
    margin-top: 10px;
    left: 0;
}

.input-helper-filter {
    padding: 15px 0;
}

.hotel-filter-title-inside {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #335997;
    font-weight: 700;
}

.input-filter {
    margin: 3px 0;
    padding: 0 20px;
    height: 35px;
    cursor: pointer;
    width: 100%;
}

input[type=radio][id^=input-filter-hotel-list-] {
    display: none;
}

.input-filter .text-filter {
    display: inline-block;
    font-size: 12px;
    padding-top: 6px;
    text-align: left;
    color: #335997;
}

/* Filter Hotel */
.filter-hotel-pop-up .modal-container{
    padding: 20px;
    padding-right: 10px;
    width: 360px;
    height: auto;
    max-height: 709px;
    border: 1px solid #BDBDBD;
    box-shadow: 2px 1px 10px #00000029;
}

.filter-hotel-pop-up.guest-invalid .modal-container{
    max-height: 150px;
    width: 300px;
    border-radius: 25px;
}

.invalid-guest-header {
    font-size: 14px;
    color: #FF0000;
}

.invalid-guest-msg {
    font-size: 14px;
    text-align: center;
    color: #335998;
}

.guest-invalid .modal-header {
    justify-content: center;
}

.filter-option-text{
    color: #335997;
    font-weight: 500;
    font-size: 12px;
}

.filter-hotel-pop-up .modal-header{
    padding: 0;
    border-bottom: none;
    font-size: 12px;
    color: #335997;
    font-weight: 700;
}

.filter-hotel-pop-up .modal-body,
.cancel-pop-up .modal-body{
    margin: 0;
    padding: 0;
}

.filter-hotel-pop-up .modal-body,
.cancel-pop-up .modal-body{
    margin-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 550px;
    padding-right: 10px;
}

.filter-hotel-pop-up .modal-body::-webkit-scrollbar{
    width: 5px;
}

.filter-hotel-pop-up .modal-body::-webkit-scrollbar-thumb{
    background-color: #BDBDBD;
    border-radius: 8px;
}

.filter-hotel-wrapper .title{
    color: #335997;
    font-weight: bold;
    font-size: 12px;
    margin: 0
}

.price-tab, .star-tab,
.rating-tab, .area-tab,
.tipe-tab, .fasilitas-tab{
    margin-bottom: 20px;
}

.star-tab{
    font-size: 12px;
    font-weight: 600;
    color: #335997;
}

.price-interval, .filter-star-hotel,
.filter-rating-hotel, .filter-area-hotel,
.filter-tipe-hotel{
    margin-bottom: 20px !important;
    font-size: 12px;
}

.filter-star-hotel{
    color: #335997;
    font-size: 12px;
    font-weight: 600;
}

.filter-hotel-wrapper :last-child{
    margin-bottom: 0px;
}

.star-label,
.rating-label, .area-label,
.tipe-label, .fasilitas-label{
    margin-bottom: 5px;
}

.price-label {
    margin-bottom: 15px;
}

.price-interval p{
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #335997;
}

.tab-seperator{
    border-bottom: 1px solid #BDBDBD;
}

.filter-hotel-wrapper .price-slider .price-range.custom-range{
    width: 100%;
    padding: 0 !important;
    background-color: transparent !important;
}

.icon-filter-hotel-drop-harga{
    border: solid #345797;
    cursor: pointer;
    height: 8px;
    margin-right: 3px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    margin-bottom: 5px;
    transition: 0.3s all ease-in;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.icon-filter-hotel-drop-harga.activated{
    margin-top: 5px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.price-slider{
    margin-bottom: 10px;
}

.star-hotel-filter-icon{
    fill: #FF8336;
    width: 16px;
    height: 15px;
    margin-right: 5px !important;
}

.filter-hotel-pop-up .vue-slider{
    width: 100% !important;
    padding: 0px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.filter-hotel-star-list{
    margin-top: 10px;
}

.home-hotel-star-filter{
    margin-top: 10px;
}

.m-star-hotel-filter-icon{
    fill: #FF8336;
    width: 16px;
    height: 15px;
    margin-right: 5px !important;
}

.m-filter-hotel-close-btn{
    width:50px; 
    height:50px;
}
