.dinner-column .diner-profile {
    background-color:  #fff;
    border-radius: 14px;
    padding: 10px;
    border-radius: 12px;
}

#select-price-ts-control,
#select-diner-date-ts-control {
    display: none !important;
}

.select-price-filter .ts-control,
.select-diner-date .ts-control {
    padding: 0 !important;
    box-shadow: none !important;
}
.select-diner-location .ts-control {
    padding: 0 !important;
}
.ts-dropdown-content {
    font-weight: normal !important;
}
.diner-list-profile {
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: 226px;
    max-height: 226px;
    height: 100%;
    border-radius: 12px;
    border: 1px solid #ececec;
    padding: 0;
}

.diner-pagination button {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tblr-border-color);
    border-radius: 10px !important;
    font-size: 12px !important;
    min-height: 36px;
    min-width: 36px;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
}

.diner-pagination .active {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	cursor: default;
    cursor: pointer;
}

.dinner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.dinner-list .diner-profile {
    display: flex;
    flex-direction: column;
    background-color:  #fff;
    width: 100%;
    border-radius: 14px;
    padding: 10px;
    border-radius: 12px;
}
.user-profile {
    position: relative;
    min-height: 226px;
    max-height: 226px;
    height: 100%;
    border-radius: 12px;
    border: 1px solid #ececec;
    padding: 0;

}

.discover-profile-diner {
    position: relative;
    min-height: 180px;
    max-height: 180px;
    border-radius: 12px;
    padding: 0;
}
.user-profile-photo {
    min-width: 100%;
    width: 100%;
    height: 130px;
    border-radius: 12px;
    object-fit: cover;
}
.kitchen-profile-photo {
    width: 100%;
    height: 130px;
    border-radius: 12px;
    object-fit: cover;
}

.user-profile-avata {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-radius: 100%;
    width: 116px;
    height: 116px;
}
.user-online {
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: 12px;
    height: 12px;
}
.user-online-active {
    background: #B7B6B6;
    width: 100%;
    height: 100%;
}

.user-profile-avata img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-host-slide {
    position: relative;
}

.carousel-indicators-host {
    position: absolute !important;
    bottom: 10px !important;
}

.carousel-indicators {
    margin-bottom: 0 !important;
}
.w-36px {
    width: 50px;
}
.h-36px {
    height: 50px;
}

.review-host-mobile {
    display: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 100% 100%;
  border-radius: 50%;
}
.image-profile-supper {
    width: 100%;
    height: 226px;
    object-fit: cover;
    border-radius: 12px;
}

.thumb-nav-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin: 0 5px;
    padding: 0;
    color: #333;
}

.user-profile-info {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
}

.user-profile-title {
    background: rgba(126, 56, 36, 0.2);
    min-width: 132px;
    max-width: 132px;
    width: 100%;
}

.diner-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(28px * 4);
    line-height: 28px;
}

.border-discover {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 132px;
    background: #fff;
}
.discover-diner-title {
    z-index: 99 !important;
    background: #EADFDC;
    width: 100%;
}

.discover-profile-info {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}

.divide-distance {
    width: 4px;
    height: 4px;
    border: 100%;
    background-color: #000000;
    opacity: 20%;
}
.filter-date-item {
    max-width: 136px;
    width: 100%;
    text-align: center;
    background-color: var(--tblr-body-bg);
}

.filter-meal-dropdown .form-selectgroup-label{
    background-color: #fff !important;
}

.filter-boder-date {
    border-bottom: 1px solid #211C1A;
}
.filter-boder-date .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: var(--tblr-primary) !important;
    color: var(--tblr-dark) !important;
    border: 1px solid var(--tblr-primary) !important;
}
.form-selectgroup-label {
    background-color: var(--tblr-body-bg) !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important
}
.diner-filter {
    position: relative;
}
.diner-filter-navbar {
    height: 421px;
    object-fit: cover;
}
.diner-filter-content {
    position: absolute;
    top: 25%;
}
.diner-filter-title {
    width: 547px;
}

.form-filter {
    gap: 32px 45px;
    align-items: center;
}

#select-countries {
    padding: 0 8px 0 8px;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    gap: 0 6px !important;
    font-weight: 600 !important;
    font-style: 14px !important;
}

.border-primary-orange {
    border: 1px solid #ECECEC;
}

.icon-more{
    position: absolute;
    top:17px;
    right: 8px;
}

.form-filter-item {
    max-width: 175px;
    width: 100%;
}

.form-filter-item .form-select {
    padding: 0 8px !important;
    border: none !important;
    box-shadow: none !important;
}

.form-border {
    width: 1px;
    height: 22px;
    background: #E1E0E0;
}

.slide-fade-enter-active, .slide-fade-leave-active {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.slide-fade-enter-from, .slide-fade-leave-to {
    opacity: 0;
    transform: translateY(-30px);
}
.slide-fade-enter-to, .slide-fade-leave-from {
    opacity: 1;
    transform: translateY(0);
}

.filter-meal-dropdown .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.filter-meal-dropdown .dropdown-toggle:after {
    content: "";
    display: inline-block;
    vertical-align: .306em;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid var(--tblr-icon-dropdown);
    border-left: 1px solid var(--tblr-icon-dropdown);
    transform: rotate(-45deg);
}

.filter-search {
    min-width: 140px;
    height: 46px;
}

.dinner-booking {
    max-width: 120px;
    min-width: 120px;
    width: 100%;
}

.dinner-booking-list {
    max-width: 100%;
    width: 100%;
    height: 36px;
}

.btn-filter-sidebar {
    display: none;
}

.diner-filter-container {
    width: 100%;
    display: block;
    text-align: center;
}

.diner-filter-container .diner-form {
    display: inline-block;
    width: 100%;
    max-width: 1020px;
    text-align: left;
}

.diner-filter-container .form-filter {
    gap: 5px 15px;
    align-items: center;
}

.form-meal-filter-item {
    height: 70px;
}

.form-meal-filter-item .form-label {
    margin-bottom: 17px;
}

@media (max-width: 1399px) {
    .diner-filter-navbar {
        height: 520px !important;
        object-fit: cover;
    }
}

@media (max-width: 1200px) {
    .form-border {
        display: none;
    }

    .form-filter {
        gap: 32px 31px;
        align-items: center;
    }
    .diner-filter-navbar {
        height: 520px !important;
        object-fit: cover;
    }
    .filter-diner {
        display: flex;
        flex-direction: column;
    }

    .filter-date-item {
        max-width: 100%;
    }
    .dinner-start-booking {
        display: flex;
        flex-direction: column;
        gap: 14px 9px;
    }
}

@media (max-width: 1130px) {
    .form-border {
        display: none;
    }

    .dinner-local-map {
        display: flex;
        flex-direction: column;
        gap: 6px !important;
    }

    .diner-local-column {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .diner-filter-content {
        top: 15%;
    }

    .divide-distance {
        display: none;
    }

    .form-border-mobile {
        display: block;
        width: 100%;
        height: 1px;
    }
    .form-filter {
        gap: 16px 15px;
        align-items: center;
        justify-content: space-around;

    }

    .form-filter-item {
        max-width: 100%;
        width: calc(100% / 2 - 15px);
    }
}

@media (max-width: 1025px) {
    .review-host-devtop {
        display: none !important;
    }
    .review-host-mobile {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .dinner-column .diner-profile {
        display: flex;
        flex-direction: column;
    }
    .user-profile-photo {
        min-width: 100%;
    }
    .kitchen-profile-photo {
        min-width: 100%;
        max-width: 100%;
    }
    .user-profile {
        max-width: 100%;
    }
    .btn-filter-sidebar {
        display: block;
    }

    .filter-item-mobile {
        width: 100%;
    }

    .filter-diner {
        display: flex;
        flex-direction: row;
    }
    .filter-search {
        min-width: 100%;
        height: 46px;
        text-align: center;
        margin-top: 20px;
    }
    .diner-list-mobile {
        width: 100%;
    }
    .diner-filter-navbar {
        height: 600px !important;
        object-fit: cover;
    }

    .fs-56px {
        font-size: 38px !important;
    }
    .fs-16px {
        font-size: 14px !important;
    }
    .diner-filter-title {
        max-width: 388px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .filter-diner {
        display: flex;
        flex-direction: row;
    }
    .diner-filter-right{
        margin-top: 15px;
    }

    .dinner-booking {
        max-width: 100%;
    }
    .info_host_title {
        flex-direction: row !important;
    }
}

@media (max-width: 476px) {
    .form-filter {
        gap: 16px;
        align-items: center;
    }
    .form-filter-item {
        width: calc(100% / 2 - 8px);
    }
    .fs-56px {
        font-size: 35px !important;
    }
    .lh-66px {
        line-height: 48px !important;
    }
    .diner-filter-navbar {
        max-height: 536px;
        height: 100%;
    }
    .diner-filter-left {
        margin-bottom: 16px;
    }
    .filterDiscover {
        margin-top: 40px !important;
    }
}

@media (max-width: 455px) {
    .filter-meal-dropdown .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 15px;
    }
    .filter-meal-dropdown .dropdown-toggle:after {
        content: "";
        display: inline-block;
        vertical-align: .306em;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid var(--tblr-icon-dropdown);
        border-left: 1px solid var(--tblr-icon-dropdown);
        transform: rotate(-45deg);
        margin-left: 0px;
    }
    .fs-16px {
        font-size: 13px !important;
    }
}

@media (max-width: 431px) {
    .filter-meal-dropdown .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 15px;
    }

}

@media (max-width: 415px) {
    .form-filter {
        gap: 8px;
        align-items: center;
    }
    .mb-24px {
        margin-bottom: 8px !important;
    }
    .filter-meal-dropdown .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 15px;
    }
    .form-filter-item {
        width: 100%;
    }
    .fs-56px {
        font-size: 26px !important;
    }
    .lh-66px {
        line-height: 32px !important;
    }
    .fs-16px {
        font-size: 14px !important;
    }
    .diner-filter-content {
        top: 2%;
    }
    .mb-24px {
        margin-bottom: 12px !important;
    }

    .filter-meal-dropdown .dropdown-toggle:after {
        content: "";
        display: inline-block;
        vertical-align: .306em;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid var(--tblr-icon-dropdown);
        border-left: 1px solid var(--tblr-icon-dropdown);
        transform: rotate(-45deg);
    }

    .fs-22px {
        font-size: 18px !important;
    }
    .fs-20px {
        font-size: 16px !important;
    }

    .fs-14px {
        font-size: 13px !important;
    }

}
@media (max-width: 321px) {
    .fs-56px {
        font-size: 24px !important;
    }
    .fs-16px {
        font-size: 12px !important;
    }

    .form-filter-item {
        width: 100%;
    }
    .filterDiscover {
        margin-top: 80px !important;
    }
    .p-8px {
        padding: 5px !important;
    }

    .fs-14px {
        font-size: 12px !important;
    }

}
