.filter-container {
    margin-top: 88px;
}

.button-filter {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    width: 109px;
    height: 37px;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.button-filter svg {
    margin-right: 11px;
}

.filter-content {
    display: flex;
    align-items: center;
    justify-content: start;
}
.filter-categories {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.btn-filter {
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    margin-bottom: 4px;
}
.all {
    width: 44px;
    height: 37px;
    color: #858488;
    font-size: 13px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    margin-right: 6px;
}
.trending {
    width: 109px;
    height: 37px;
    color: #858488;
    font-size: 13.34px;
    font-weight: 500;
    line-height: 14px;
    font-family: "Poppins", sans-serif;
    margin-right: 7px;
}

.news {
    min-width: 182px;
    height: 37px;
    font-size: 13px;
    font-weight: 500;
    color: #858488;
    line-height: 14px;
    font-family: "Poppins", sans-serif;
    margin-right: 7px;
}
.combo-filter {
    width: 133px;
    height: 37px;
    font-size: 13px;
    font-weight: 500;
    color: #858488;
    line-height: 14px;
    font-family: "Poppins", sans-serif;
    margin-right: 7px;
}
.hotels {
    width: 155px;
    height: 37px;
    font-size: 13px;
    font-weight: 500;
    color: #858488;
    line-height: 14px;
    font-family: "Poppins", sans-serif;
    margin-right: 7px;
}
.tending-img {
    height: 340px !important;
    width: 100% !important;
}
.tending-img img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.trending-title {
    color: #0b0a12;
    text-decoration: none;
}
.item-trending {
    width: 100%;
}

.trending-container {
    width: 100%;
    text-decoration: none;
}

.filter-card {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);
    margin-top: 15px;
}
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #dfdfe3;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    padding-top: 12px;
    padding-bottom: 6px;
}
.closer-filter {
    margin-left: auto;
}
.filter-title {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
}
.filter-title svg {
    margin-right: 13px;
}

.filter-category-title {
    color: #0b0a12;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.filter-category-title svg {
    margin-left: auto;
}
.filter-category {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    border-bottom: 2px solid #dfdfe3;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.mt-16 {
    margin-top: 16px;
}

.filter-category-name {
    text-decoration: none;
    color: #747579;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.text-decoration-none {
    text-decoration: none;
}
.category-mark {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #dfdfe3;
    border-radius: 4px;
    margin-right: 13px;
}

.category-mark-container {
    display: flex;
    align-items: center;
    background: none;
    border: none;
}
.filter-category-item {
    display: flex;
    margin-bottom: 5px;
}
.filter-category-body {
    margin-top: 14px;
}
.filter-category-count {
    margin-left: auto;
    margin-left: auto;
    font-size: 14px;
    color: #747579;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.active-category .filter-category-name {
    color: #c58b37 !important;
}
.active-category .category-mark {
    background: #c58b37 !important;
}
.active-category .filter-category-count {
    color: #c58b37 !important;
}

.arrow-category {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.more-cities {
    color: #c58b37;
    font-size: 8px;
    margin-right: 6px;
}
.filter-price-from {
    display: flex;
}
.custom-price-input {
    width: 100%;
    height: 37px;
    background: #fff;
    border: 1px solid #a4a4a4;
    border-radius: 5px;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 10px;
}
.filter-price-row {
    width: 40%;
    margin-right: 10px;
}
.filter-price-button {
    width: 20%;
}
.filter-price-button button {
    width: 100%;
    height: 37px;
    background: #f4f4f4;
    border: none;
    border-radius: 5px;
    color: #171616;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.filter-price-button button:hover {
    background: #c58b37;
    color: #fff;
}

.custom-filter-date {
    width: 100%;
    height: 37px;
    border-radius: 5px;
    border: none;
    background: #f4f4f4;
    position: relative;
    color: #909194;
    font-size: 12px;
    font-weight: 400;
    outline: none;
    padding-left: 38px;
}
.custom-filter-date-container {
    width: 100%;
}
.svg-date {
    position: absolute;
    left: 8px;
    top: 6px;
}
.time-display {
    color: #b9b9b9;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.no-border-bottom {
    border-bottom: none;
}
.button-clear {
    font-family: "Poppins", sans-serif;
    background: none;
    border: none;
    color: #c58b37;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.clear-container {
    width: 30%;
}
.filter-actions {
    display: flex;
    justify-content: center;
    align-items: center;
}
.apply-container {
    width: 60%;
    margin-left: auto;
}
.button-apply {
    width: 100%;
    height: 35px;
    background: #c58b37;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}

.flatpickr-months .flatpickr-month {
    height: 49px !important;
    background: #c58b37 !important;
}
.flatpickr-weekdays {
    padding-bottom: 12px;
    background: #c58b37 !important;
}
.flatpickr-weekday {
    background: #c58b37 !important;
    color: #fff !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: #c58b37 !important;
}

.custom-paginate {
    text-align: center;
}
.custom-paginate-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-paginate-list li {
    margin-left: 10px;
}
.active-paginator {
    width: 35px;
    height: 35px;
    background: #c58b37;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    border-radius: 12px;
}

.active-paginator a {
    width: 51px;
    height: 51px;
    display: inline-block;
    background: #c58b37;
    text-decoration: none;
    color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-paginator {
    color: #c58b37;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-paginator:hover {
    background: #c58b37;
    color: #fff;
    border-radius: 12px;
}
.rate {
    display: flex;
}

.selected-city {
    background: #fff6eb;
    color: #c58b37;
    font-size: 8px;
    padding: 0px 8px;
    border: 1px solid #c58b37;
    border-radius: 2px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    margin-right: 5px;
}

.trending-title {
    font-size: 14px !important;
}

.card-text{
    font-size: 13px !important;
}
.rate {
    font-size: 13px !important;
}
.combo{
    width: 100% !important;
}
