@font-face {
    font-family: "Montserrat";
    src: url("/tema/frontend//fonts/Montserrat-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Inter";
    src: url("/tema/frontend//fonts/Inter-VariableFont_opsz,wght.ttf");
}

:root {
    --primary-color: #1852e4;
    --primary-color-rgb: 24, 82, 228;
    --primary-color-dark: #0E318A;
    --primary-color-dark-rgb: 14, 49, 138;
    --bs-body-color: #383838;
    --bs-body-color-rgb: 56, 56, 56;
}

.pagination {
    --bs-pagination-active-bg: var(--primary-color);
    --bs-pagination-active-border-color: var(--primary-color);
}

body {
    color: var(--bs-body-color);
    font-family: Inter, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #383838;
}

.btn {
    --bs-border-radius: 0.65rem;
    font-weight: 600;
    /* min-height: 44px; */
    padding-top: 9.2px;
    padding-bottom: 9.2px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-color-dark);
    --bs-btn-hover-border-color: var(--primary-color-dark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color-dark);
    --bs-btn-active-border-color: var(--primary-color-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color);
}

.btn-outline-primary {
    --bs-btn-color: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary-color);
    --bs-gradient: none;
}

.btn-light-borderless {
    --bs-btn-color: var(--primary-color);
    --bs-btn-bg: white;
    --bs-btn-border-color: white;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: var(--primary-color-dark);
    --bs-btn-hover-border-color: var(--primary-color-dark);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: var(--primary-color-dark);
    --bs-btn-active-border-color: var(--primary-color-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: var(--primary-color-dark);
    --bs-btn-disabled-border-color: var(--primary-color-dark);
}

.btn-light {
    --bs-btn-color: var(--primary-color);
    --bs-btn-bg: white;
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: var(--primary-color-dark);
    --bs-btn-hover-border-color: var(--primary-color-dark);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: var(--primary-color-dark);
    --bs-btn-active-border-color: var(--primary-color-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: var(--primary-color-dark);
    --bs-btn-disabled-border-color: var(--primary-color-dark);
}

.btn-transparent {
    --bs-btn-color: white;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: white;
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: var(--primary-color);
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary-color);
    --bs-btn-disabled-bg: white;
    --bs-btn-disabled-border-color: white;
}

.btn-gray {
    --bs-btn-color: #383838;
    --bs-btn-bg: white;
    --bs-btn-border-color: #767676;
    --bs-btn-hover-color: #383838;
    --bs-btn-hover-bg: #F0F0F0;
    --bs-btn-hover-border-color: #767676;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #383838;
    --bs-btn-active-bg: #F0F0F0;
    --bs-btn-active-border-color: #767676;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #383838;
    --bs-btn-disabled-bg: white;
    --bs-btn-disabled-border-color: #767676;
}

.topic-badge {
    background-color: white;
    border: 1px solid #E0E0E0;
    color: #383838;
    font-weight: normal;
    padding: 4px 12px;
    cursor: pointer;
    transition: all 0.25s;
}

.topic-badge.active {
    color: white;
    background-color: var(--primary-color);
    border: none;
}

.topic-badge:hover {
    background-color: #e0e0e0;
}

.carousel-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: none;
    background-color: white;
    box-shadow: 0px 0px 6px #E0E0E0;
    border: 1px solid transparent;
    border-radius: 5px;
}

.carousel-btn:hover {
    color: var(--primary-color);
    background-color: #E8EEFD;
    border-color: var(--primary-color);
}

.dropdown-divider {
    height: 0;
    /* margin: var(--bs-dropdown-divider-margin-y) 0; */
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    margin: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    opacity: 1;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dropdown .dropdown-menu, .dropdown-center .dropdown-menu {
    animation: fade-in 0.25s linear;
}

.banner-section {
    padding: 80px 0 50px 0;
}

.banner-section.home-banner-section {
    padding: 100px 0 100px;
    border-radius: 0 0 40px 40px;
}

.tab-banner-titles {
    text-align: center;
    margin-bottom: 64px;
}

.banner-content {
    padding: 0 4rem;
}

.banner-content h1 {
    color: white;
    font-size: 80px;
}

.banner-content p {
    color: white;
    font-size: 24px;
}

.banner-search-form {
    --banner-search-border-radius: 20px;
    display: flex;
    align-items: stretch;
    background-color: white;
    border-radius: var(--banner-search-border-radius);
    border: 1px solid white;
    overflow: hidden;
}

.banner-search-form .banner-search-property {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    padding: 1.1rem 1.5rem;
}

.banner-search-form .banner-search-property::before {
    content: "";
    position: absolute;
    height: 70%;
    left: 0;
    top: 50%;
    border-left: 2px solid #e0e0e0;
    transform: translateY(-50%);
}

.banner-search-form .banner-search-property:first-child {
    padding-left: 3rem;
}

.banner-search-form .banner-search-property:first-child::before {
    border-left: none;
}

.banner-search-form .banner-search-property .banner-search-property-icon {
    margin-right: 1.5rem;
}

.banner-search-form input {
    border: none;
    width: 100%;
    color: var(--bs-body-color);
}

.banner-search-form input:focus {
    border: none;
    outline: none;
}

.banner-search.search-page-banner-search {
    padding: 0 48px;
}

.regular-color-placeholder::placeholder {
    color: var(--bs-body-color);
}

.banner-section-background, .banner-section-filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-section-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-section-filter {
    background: rgba(9, 41, 97, 0.6);
}

.banner-section-filter-darker {
    background: rgba(9, 41, 97, 0.85);
}

.background-blur {
    filter: blur(1px);
}

.banner-search-button {
    border-radius: var(--banner-search-border-radius);
    padding: 0 2.75rem;
}

.header .header-nav.main-nav {
    height: 80px;
}

.header .header-top {
    background-color: white;
    height: 48px;
    padding: 2px 0;
}

.header .header-nav {
    background-color: var(--primary-color);
    color: white;
}

/* .nav-fixed .search-bar-section {
    top: 80px;
} */

.navbar-header .mobile-btn {
    color: white;
    font-size: 32px;
}

.header .menu-header {
    background: none;
}

.header .menu-header .menu-close i {
    color: white;
}

.header .main-menu-wrapper .main-nav li a {
    color: white;
    font-weight: normal;
    padding: 0 8px;
    transition: all 0.25s;
}

.header .main-menu-wrapper .menu-footer-wrapper {
    display: none;
    align-items: end;
    width: calc(100% + var(--bs-gutter-x));
    height: 100%;
    margin-left: calc(var(--bs-gutter-x) * (-0.5));
    margin-top: 25px;
}

.header .main-menu-wrapper .menu-footer {
    display: none;
    width: 100%;
    background-color: white;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 25px 0;
}

.underline-bold:hover {
    font-weight: bold !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.underline-bold::after {
    content: attr(data-text);
    content: attr(data-text) / "";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-weight: bold;
    display: block;
}

.header .main-menu-wrapper .main-nav > li > a:hover, .header .main-menu-wrapper .main-nav > li.active > a {
    color: white;
}

.header .header-top .dropdown-center a, .header .main-menu-wrapper .menu-footer .header-top-dropdown a {
    color: var(--bs-body-color);
    font-weight: 500;
}

.header .header-top .dropdown-item.active, .header .header-top .dropdown-item:active, .header .header-top .dropdown-item:hover {
    color: #767676;
    background-color: transparent;
}

.header-top-property {
    display: flex;
    align-items: center;
}

.header-top-property svg {
    margin-right: 15px;
}

.header-top-menu {
    background-color: #F1F1F1;
}

.header-top-menu .dropdown-header {
    color: inherit;
}

.header-top-menu .dropdown-item {
    font-size: 14px;
}

.header-top-menu .dropdown-item:hover {
    background: none;
}

.header .logo {
    margin-right: 105px;
}

.header .main-menu-wrapper {
    padding-top: 10px;
}

.header .navbar-header #mobile_btn .bar-icon span {
    background-color: white;
}

.big-heading {
    font-size: 56px;
}

.section-heading {
    margin-bottom: 40px;
}

.section-heading p {
    font-size: 16px;
}

.section-heading h2 {
    color: #383838;
}

.side-divider {
    width: 100%;
    height: 0px;
    border: 1px solid var(--primary-color);
    margin: 0.9rem 0 1.8rem 0;
}

.property-type-card-img-container {
    overflow: hidden;
    border-radius: 10px;
}

.property-type-card img {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    border-radius: 10px;
    transition: transform 0.25s;
}

.zoom-hover {
    overflow: hidden;
}

.zoom-hover img {
    object-fit: cover;
    transition: transform 0.25s;
}

.zoom-hover img:hover {
    transform: scale(1.1);
}

.property-type-card p {
    margin-top: 1.25rem;
    font-weight: bold;
    color: #383838;
}

.owl-nav button {
    box-shadow: 0px 0px 6px #E0E0E0;
    width: 32px;
    height: 32px;
    border-radius: 5px;
}

.side-arrows-nav .owl-next, .side-arrows-nav .owl-prev {
    --side-arrows-nav-padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 2;
}

.side-arrows-nav .owl-next:hover, .side-arrows-nav .owl-prev:hover {
    background-color: #E8EEFD;
    color: var(--primary-color);
    box-shadow: 0px 0px 6px 1px var(--primary-color);
}

.side-arrows-nav .owl-prev {
    left: var(--side-arrows-nav-padding);
}

.side-arrows-nav .owl-next {
    right: var(--side-arrows-nav-padding);
}

.cta-box {
    display: flex;
    background: linear-gradient(#1751E6, #09215C);
    border-radius: 20px;
}

.cta-box > * {
    flex: 1;
}

.cta-box-text-container {
    padding: 96px 32px 76px 32px;
}

.cta-box-text-container h2 {
    color: white;
    font-weight: 500;
}

.cta-box-text-container .btn {
    width: fit-content;
    padding: 0.6rem 2rem;
}

.cta-box-img-container {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.cta-box-img-container img {
    border-radius: 0 20px 20px 0;
    transition: transform 0.25s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-box-img-container img:hover {
    transform: scale(1.1);
}

.featured-properties-section {
    padding: 6rem 0;
}

.property-listing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #E0E0E0;
    transition: box-shadow 0.25s;
}

.property-listing-card:hover {
    box-shadow: 0px 0px 6px #767676;
}

.property-listing-card:hover .property-listing-title {
    color: var(--primary-color);
}

.property-listing-card > .badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}

.property-listing-images-wrapper {
    position: relative;
}

.property-listing-images {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.property-listing-images .owl-stage-outer, .property-listing-images .owl-stage, .property-listing-images .owl-item {
    height: 100%;
}

.property-listing-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-listing-images-nav .owl-prev, .property-listing-images-nav .owl-next {
    opacity: 0;
}

.property-listing-images-wrapper:hover .property-listing-images-nav .owl-prev, .property-listing-images-wrapper:hover .property-listing-images-nav .owl-next {
    opacity: 1;
}

.property-listing-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1rem;
}

.search-map {
    position: fixed;
    right: 0;
    left: 73%;
    height: calc(100vh - 208px);
    transition: top 0.25s, height 0.25s;
}

.search-map.sale-search-map {
    height: calc(100vh - 128px);
}

@media (min-width: 992px) {
    .header-is-fixed .search-map {
        top: 0;
        height: 100vh;
    }
    
    .header-is-fixed.header-is-showing .search-map {
        top: 80px;
        height: calc(100vh - 80px);
    }
}

@media (max-width: 991.8px) {
    .search-map {
        height: 300px;
    }
}

.filters-modal .modal-header, .filters-modal .modal-footer {
    background-color: #F0F4FF;
}

.filters-modal .modal-header {
    padding: 40px 40px 16px 40px !important;
}

.filters-modal .modal-footer {
    padding: 16px 40px;
}

.search-filter-form .split-input label {
    font-weight: normal;
}

.search-filter-form .split-input > *:first-child {
    flex: 1.2;
}

.search-filter-form .split-input > *:nth-child(2) {
    flex: 1;
}

@keyframes heart-uncheck {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes heart-check {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.property-listing-fav-container {
    width: fit-content;
    position: absolute;
    right: 1rem;
    transform: translateY(-75%);
    z-index: 1;
}

.property-listing-fav {
    width: 38px;
    height: 38px;
    color: var(--primary-color);
    font-size: 28px;
    text-align: center;
    background: white;
    box-shadow: 0px 0px 6px #E0E0E0;
    border-radius: 50%;
    cursor: pointer;
}

.property-listing-fav i {
    margin-left: -1px;
}

.active-heart {
    display: none;
    animation: heart-check 0.25s linear;
}

.inactive-heart {
    animation: heart-uncheck 0.25s linear;
}

input:checked + label .inactive-heart {
    display: none;
}

input:checked + label .active-heart {
    color: var(--primary-color);
    display: inline-block;
}

.property-listing-title {
    color: inherit;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.1rem;
    transition: color 0.25s;
}

.property-listing-location {
    font-size: 14px;
    color: #767676;
    margin-bottom: 0.5rem;
}

.property-listing-rating-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    margin-bottom: 1.6rem;
}

.property-listing-rating-stars {
    width: fit-content;
    color: white;
    background-color: var(--primary-color);
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
}

.property-listing-rating-stars i {
    margin-right: 0.2rem;
}

.property-listing-rating-text {
    color: #767676;
}

.property-listing-price-container {
    display: flex;
    font-size: 14px;
    text-align: right;
    justify-content: end;
    align-items: end;
    flex-grow: 1;
}

.property-listing-price {
    font-size: 16px;
    font-weight: 600;
    margin-right: 0.25rem;
}

.home-cards-section {
    color: white;
    padding: 5rem 0;
}

.home-card {
    display: flex;
    flex-direction: column;
}

.home-card-img-container {
    height: 105px;
}

.home-card-img-wrapper {
    display: flex;
    align-items: center;
    height: 51px;
}

.home-card p {
    font-weight: 300;
}

.home-card p:first-of-type {
    font-weight: 500;
    letter-spacing: 0.8px;
}

.home-cards-section-2 {
    color: white;
    padding: 5rem 0;
    background: linear-gradient(to bottom, #004def, #2f2d97);
}

.home-card-2 {
    display: flex;
    font-size: 18px;
    gap: 16px;
    padding: 0 32px;
}

.home-card-title {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.home-card-2-img-container {
    width: 90px;
    height: 70px;
    margin-top: 4px;
}

.home-card-2-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 194px;
}

.faq-section {
    background: none;
    padding: 5rem 0;
}

.faq-container {
    padding: 0 7rem;
}

@media (max-width: 991px) {
    .faq-container {
        padding: 0;
    }
}

.faq-card {
    border: none;
    background: none;
}

.faq-card .faq-title {
    font-size: 16px;
}

.faq-card .faq-title a.collapsed, .faq-card .faq-title a {
    padding-left: 0;
    padding-bottom: 1.5rem;
}

.faq-card .card-collapse .faq-info {
    border: none;
    margin: 0;
    padding: 0 0 1rem 0;
}

.faq-section .faq-title > a:after {
    content: "+";
    width: 19px;
    height: 19px;
    text-align: center;
    color: #383838;
    border: 2px solid #383838;
    border-radius: 50%;
    font-weight: 400;
    line-height: 1.1;
}

.faq-card .faq-title > a:not(.collapsed):after {
    content: "\f068";
    color: #383838;
}

.faq-card .card-collapse-wrapper {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 10px 0 0;
}

.cta-container {
    background-color: #D1DCFA;
    margin-top: 4rem;
    padding: 1rem 0 1rem 0;
}

.cta-container h2 {
    color: var(--primary-color-dark);
}

.article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.article-card-image {
    width: 100%;
    aspect-ratio: 1.25 / 1;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    overflow: hidden;
}

.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-card-title {
    display: block;
    color: #383838;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.article-card-description {
    margin-bottom: 1rem;
}

.article-card-time {
    font-size: 14px;
    color: #FC4C41;
}

.footer {
    border-top: 4px solid var(--primary-color);
    background: #F1F1F1;
}

.footer .footer-top .footer-content-heading {
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-widget-list ul li a {
    color: var(--primary-color);
    transition: all 0.25s;
}

.footer-widget-list ul li a:hover {
    color: var(--primary-color);
}

.footer-widget-list ul li:after {
    display: none;
}

.footer-widget-list ul li {
    padding-left: 0;
    margin-bottom: 0.5rem;
}

.social-links {
    display: flex;
    align-items: center;
    height: 100%;
}

.social-links ul {
    flex-direction: column;
    gap: 8px;
}

.social-links ul li a {
    border: none;
    background: none;
    color: var(--primary-color);
    font-size: 24px;
}

.social-links ul li a:hover {
    background: var(--primary-color);
    color: white;
}

.footer-bottom {
    padding: 0 0 1rem 0;
    background: none;
}

.footer-bottom-content {
    color: #767676;
}

.footer-bottom-content p {
    color: inherit;
    font-weight: 400;
}

.footer-about {
    height: 100%;
}

.footer-app-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-menu {
    display: none;
    position: absolute;
    background: white;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #767676;
    z-index: 1056;
}

.popup-menu .dropdown-divider, .search-collapse .dropdown-divider {
    margin: 0.5rem 0;
    border: 1px solid #7497EF;
}

.destination-item {
    color: inherit;
}

.destination-item:hover {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.guests-rooms-popup {
    width: 300px;
}

.split-input {
    display: flex;
    align-items: center;
}

.split-input > *:first-child {
    flex: 1;
}

.split-input > *:nth-child(2) {
    flex: 1.2;
}

.split-input > label {
    margin: 0;
}

.number-buttons {
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.number-buttons button {
    width: 48px;
    height: 48px;
    font-size: 18px;
    border: none;
    background: none;
    line-height: 0;
}

.number-buttons input {
    width: 100%;
    border: none;
    text-align: center;
}

.progress-wrap::after {
    color: var(--primary-color);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
}

.flatpickr-months {
    position: relative;
    align-items: center;
}

.flatpickr-current-month {
    display: flex;
    align-items: center;
    text-align: start;
    font-size: 16px;
    padding-top: 0;
    color: #383838;
}

.flatpickr-current-month input.cur-year {
    font-weight: bold;
}

span.flatpickr-weekday {
    font-weight: 400;
    color: #7497F0;
    font-size: 15px;
}

.flatpickr-day {
    font-size: 15px;
    border-radius: 5px;
    color: #767676;
    /* max-width: 36px;
    height: 36px; */
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
    border-radius: 5px 0 0 5px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 0 5px 5px 0;
}

.flatpickr-day.inRange, .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.flatpickr-day.inRange, .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -5px 0 0 var(--primary-color), 5px 0 0 var(--primary-color) !important;
    box-shadow: -5px 0 0 var(--primary-color), 5px 0 0 var(--primary-color) !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: -5px 0 0 var(--primary-color), 2px 0 0 var(--primary-color) !important;
    box-shadow: -5px 0 0 var(--primary-color), 2px 0 0 var(--primary-color) !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 var(--primary-color), 5px 0 0 var(--primary-color) !important;
    box-shadow: -2px 0 0 var(--primary-color), 5px 0 0 var(--primary-color) !important;
}

.flatpickr-calendar {
    padding: 12px 16px;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    box-shadow: 0px 0px 6px #E0E0E0;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    transition: all 0.25s;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
    background-color: #E8EEFD;
    color: var(--primary-color);
    box-shadow: 0px 0px 6px 1px var(--primary-color);
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
    top: -4px;
    font-size: 18px;
}

.flatpickr-month {
    box-sizing: content-box;
    padding-bottom: 8px;
    margin-right: 12px;
    border-bottom: 1px solid var(--primary-color);
}

.flatpickr-month:nth-of-type(2) {
    margin: 0 0 0 12px;
}

.flatpickr-innerContainer {
    margin-top: 8px;
}

.dayContainer + .dayContainer {
    margin-left: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flatpickr-weekdaycontainer + .flatpickr-weekdaycontainer {
    margin-left: 16px;
    padding-right: 2px;
}

.form-check-label {
    font-weight: 400;
}

.leave-month-carousel {
    padding: 0 64px;
}

.leave-month-card label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #E0E0E0;
    padding: 13px;
    border-radius: 10px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.25s;
}

.leave-month-card label > span {
    font-size: 12px;
    color: inherit;
}

.leave-month-card label:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.leave-month-card input:checked + label {
    font-weight: 600;
    background-color: #E8EEFD;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.href-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas-search {
    padding-top: 56px;
    /* z-index: 1000; */
}

.offcanvas-backdrop {
    z-index: 999;
}

.offcanvas-search-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.offcanvas-search-property {
    --offcanvas-search-padding-x: 1.5rem;
    --offcanvas-search-padding-y: 1.1rem;
    box-shadow: 0px 0px 6px #00000033;;
    border-radius: 20px;
    padding: 0 0.5rem;
}

.offcanvas-search-property > button {
    width: 100%;
    color: inherit;
    border: none;
    background: none;
    text-align: left;
    font-size: 16px;
    padding: var(--offcanvas-search-padding-y) var(--offcanvas-search-padding-x);
}

.offcanvas-search-group {
    display: flex;
}

.offcanvas-search-group img {
    padding-left: var(--offcanvas-search-padding-x);
}

.offcanvas-search-group input {
    border: none;
    width: 100%;
    color: var(--bs-body-color);
    padding: var(--offcanvas-search-padding-y) 0;
    border-radius: 20px;
    font-size: 16px;
}

.offcanvas-search-property input:focus {
    border: none;
    outline: none;
}

.offcanvas-search-property .search-collapse {
    border-top: 2px solid #7497EF;
    margin-top: 1px;
    padding: 1.4rem 0;
}

.label-group label {
    margin-bottom: 0;
}

.label-group label:nth-child(2) {
    font-weight: normal;
    font-size: 12px;
}

.collapse-guests label {
    font-weight: normal;
    font-size: 16px;
}

.main-badge {
    box-shadow: 0px 0px 6px #E0E0E0;;
    border-radius: 19px;
}

.btn-shadow {
    box-shadow: 0px 0px 6px #E0E0E0;;
}

.property-page-header-location {
    color: #383838;
}

.property-page-main-photo {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.property-page-photo {
    width: 100%;
    object-fit: cover;
    height: calc(200px - var(--bs-gutter-y) / 2.0);
    border-radius: 10px;
}

.property-page-photos-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.property-page-photos-buttons > * {
    flex: 1;
}

.property-page-photos-btn {
    display: flex;
    position: relative;
    flex: 1 1 14px;
    color: white;
    background: url("/tema/frontend/img/property/exemplu-acc1.jpg");
    background-position: 50% 50%;
    background-size: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 92px;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.property-page-photos-btn:hover {
    color: white;
    font-weight: bold;
}

.property-page-photos-btn span {
    z-index: 1;
}

.blue-overlay {
    position: absolute;
    background-color: rgba(14, 49, 138, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.row.page-head {
    border-bottom: 0;
    padding-bottom: 0;
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    margin-bottom: 32px;
}

.gray-divider {
    border-top: 2px solid #E0E0E0;
    margin: 24px 0;
}

.glance-tab-top {
    padding-bottom: 24px;
}

.inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}

.inline-list li {
    font-size: 14px;
}

.inline-list li:not(:first-child) {
    padding-left: 8px;
    list-style: "•";
}

.property-glance-rating {
    color: #383838;
    margin-left: 48px;
    border: none;
    background: none;
    transition: all 0.25s;
}

.property-glance-rating > span {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.property-glance-rating > span > span {
    font-size: 14px;
}

.property-glance-rating:hover {
    color: #383838;
    font-weight: bold;
}

.property-page-title {
    color: #767676;
    margin: 16px 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.glance-tab-nearby-item p {
    font-size: 12px;
    margin: 0;
}

.glance-tab-nearby-item p:nth-child(2) {
    color: #767676;
}

.sidebar-card {
    background-color: #F0F4FF;
    box-shadow: 0px 0px 6px #0F318A80;
    padding: 16px;
}

.sidebar-icon-card {
    display: flex;
    align-items: center;
}

.sidebar-icon-card i, .sidebar-icon-wrapper {
    font-size: 42px;
    width: 42px;
}

.sidebar-icon-wrapper {
    display: flex;
}

.sidebar-icon-card p {
    font-size: 14px;
}

.sidebar-icon-card-title {
    font-weight: bold;
    margin-bottom: 4px;
}

.background-icon-group {
    font-weight: bold;
    margin-bottom: 16px;
}

.background-icon-group i {
    background-color: #F0F4FF;
    padding: 4px;
    border-radius: 3px;
    transition: all 0.25s;
}

.property-amenities-item {
    font-size: 14px;
    height: fit-content;
}

.property-amenities-item img {
    width: 24px;
}

.property-amenities-item ul {
    padding-left: 4px;
}

.property-amenities-item ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.property-amenities-item ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: -1px;
}

.main-link {
    color: #383838;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    transition: all 0.25s;
}

.main-link-semibold {
    font-weight: 600;
}

.main-link:hover {
    color: #383838;
    font-weight: bold;
}

.faq-section.property-page-faq-section {
    padding: 0;
}

.property-page-faq-section .faq-card {
    margin: 0;
}

.property-info-table .row {
    border-bottom: 2px solid #e0e0e0;
    padding: 20px 0;
    margin: 0;
}

.property-info-table .row > * {
    padding: 0;
}

.main-modal .modal-content {
    border-radius: 20px;
}

.main-modal .modal-header {
    padding: 40px 40px 25px 40px;
}

.main-modal .modal-body {
    padding: 25px 40px 40px 40px;
}

.text-muted {
    color: #767676 !important;
}

.main-select {
    width: 100%;
    border: 1px solid #767676;
    border-radius: 22px;
    padding: 12px 54px 12px 32px;
    color: #383838;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23383838' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 32px center;
    background-size: 16px;
}

.advanced-filters-btn {
    padding: 12px 16px;
    border-radius: 22px;
}

.main-input, .main-input-group {
    min-width: 1%;
    border: 1px solid #767676;
    border-radius: 22px;
    padding: 11px 24px;
    color: #383838;
    display: flex;
    flex: 1;
}

.main-input-group input, .main-input-group select {
    border: none;
    background: none;
}

.main-input-group input:focus-visible, .main-input-group select:focus-visible {
    border: none;
    outline: none;
}

.main-input-group > *:first-child {
    padding: 0 8px;
}

.main-input-group > *:nth-child(n + 2) {
    flex-grow: 1;
}

.property-reviews-container {
    /* overflow: auto; */
}

.property-review-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.user-icon {
    display: flex;
    width: 39px;
    height: 39px;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-radius: 50%;
}

.user-info p {
    margin-bottom: 0;
    font-weight: 600;
}

.user-info p + p {
    font-size: 14px;
    font-weight: normal;
    color: #767676;
}

.property-review-item + .property-review-item {
    margin-top: 40px;
}

.property-review-info {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.property-review-rating {
    display: flex;
    gap: 4px;
    font-size: 14px;
}

.active-star {
    color: #353F3F;
}

.inactive-star {
    color: #E0E0E0;
}

.property-review-content {
    margin-top: 16px;
}

.property-review-replies {
    margin-top: 40px;
    padding-left: 32px;
}

.property-review-replies > .property-review-item {
    padding-left: 32px;
    position: relative;
}

.property-review-reply-icon {
    color: #E0E0E0;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

.main-nav-tabs .nav-link {
    background-color: #F0F0F0;
    color: #383838;
    border-radius: 20px 20px 0 0;
    /*min-width: 206px;*/
    margin-bottom: 0;
    /* border-bottom: 1px solid #E0E0E0; */
}

.main-nav-tabs.mobile-nav-tabs .nav-item {
    margin-bottom: 0.5rem;
}

.main-nav-tabs.mobile-nav-tabs .nav-link {
    border-radius: 20px;
    width: 100%;
}

.main-nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.main-nav-tabs .nav-item.show .nav-link, .main-nav-tabs .nav-link.active {
    border: 1px solid transparent;;
    box-shadow: 0px -3px 6px #1751E626;
    color: #1241B8;
    font-weight: 600;
}

.main-nav-tabs .nav-item {
    padding: 0 2px;
}

.list-details {
    padding: 0 8px;
}

.list-details li {
    font-size: 14px;
}

.list-details li span {
    font-size: 14px;
}

.list-details li:not(:last-child) {
    border: none;
    padding: 0 0 12px 0;
    font-weight: normal;
}

.list-details li:last-child {
    border-top: 1px solid #e0e0e0;
}

.list-details li:last-child span {
    color: inherit;
    font-weight: bold;
}

.search-input {
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 8px;
}

.search-input-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
}

.search-input img {
    margin-right: 8px;
}

.search-input input, .search-input textarea, .search-input select, .search-input input:hover, .search-input textarea:hover {
    border: none;
    background: none;
    outline: none;
    resize: none;
}

.header-nav.search-bar-section {
    background-color: var(--primary-color);
    /* padding: 16px 0; */
    height: 80px;
}

.search-page-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 0;
}

.info-subtitle {
    font-size: 20px;
    font-weight: 500;
}

.amenity-card {
    border: 1px solid #f0f0f0;
    font-weight: normal;
    font-size: 14px;
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    transition: border 0.25s;
}

input:checked + .amenity-card {
    border-color: #383838;
}

input:checked + .background-icon-group i {
    color: white;
    background-color: var(--primary-color);
}

.search-customize .background-icon-group {
    font-size: 14px;
}

.main-form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.main-form-check input {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #707070;
    background-color: white;
    background-position: center;
    background-size: 80%;
    flex-shrink: 0;
}

.main-form-check input:checked {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
}

.main-form-check input:active {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
}

.main-form-check input:checked:active {
    box-shadow: 0 0 4px 2px rgba(var(--primary-color-rgb), 0.25);
}

.main-form-check label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.main-form-check input.is-invalid, .was-validated .main-form-check input:invalid {
    border-color: var(--bs-danger);
}

.main-form-check input.is-invalid + label, .was-validated .main-form-check input:invalid + label {
    color: var(--bs-danger);
}


.price-slider-values {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 24px;
}

.price-slider-values .price-slider-min, .price-slider-values .price-slider-current, .price-slider-values .price-slider-max {
    position: absolute;
    white-space: nowrap;
}

.price-slider-values .price-slider-current {
    font-weight: 600;
    color: var(--primary-color);
    z-index: 1;
    background-color: white;
    padding: 0 4px;
}

.price-slider-values .price-slider-max {
    right: 0;
}

.noUi-connect {
    background-color: var(--primary-color);
    box-shadow: inset 0px 3px 6px #00000029;
}

.noUi-target {
    height: 16px;
    border-radius: 10px;
    border: none;
    box-shadow: inset 0px 3px 6px #00000029;
}

.noUi-horizontal .noUi-handle {
    background: none;
    border: none;
    width: 32px;
    height: 36px;
    border-radius: 0;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle::before {
    height: 36px;
    background-color: var(--primary-color);
    top: -4px;
}

.noUi-horizontal .noUi-handle::after {
    display: none;
}

.banner-title {
    color: white;
    font-size: 56px;
}

.banner-subtitle {
    color: white;
}

.sidebar-tabs {
    border: none;
    gap: 8px;
}

.sidebar-tabs .nav-item {
    width: 100%;
}

.sidebar-tabs .nav-link {
    width: 100%;
    text-align: start;
    color: inherit;
    border-radius: 10px;
    border: none;
    transition: all 0.25s;
}

.sidebar-tabs .nav-link:hover {
    border: none;
    background-color: #F0F0F0;
}

.sidebar-tabs .nav-link.active {
    border: none;
    background-color: rgba(117, 155, 253, 0.1);
    color: var(--primary-color-dark);
    font-weight: 600;
}

.article-title {
    font-size: 56px;
    margin-bottom: 40px;
}

.bg-light-purple {
    background-color: #f0f5fe;
}

.related-stories-container {
    padding: 64px 0;
}

.form-control, .form-select {
    background: none;
    border: none;
    border-bottom: 1px solid #DAE8F5;
    font-size: 16px;
}

.form-floating>.form-select {
    padding: 0;
    padding-top: 9px;
}

.form-floating > .form-select {
    box-shadow: none;
}

textarea.form-control {
    resize: none;
    padding-top: 0.5rem !important;
    padding-bottom: 0 !important;
    transition: height 0.25s;
}

textarea.form-control:focus, textarea.form-control:not(:placeholder-shown) {
    height: 120px;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 0;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: 36px;
    min-height: 36px;
}

.form-floating > label {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-weight: normal;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    transform: scale(.85) translateY(-.75rem) translateX(-.1rem);
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    content: none;
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.2rem;
    padding-bottom: .625rem;
}

.contact-bottom-section {
    padding: 32px 0;
}

.contact-card-title {
    font-weight: 600;
    margin-bottom: 16px;
}

.check-steps-container {
    display: flex;
    align-items: center;
    height: 56px;
    margin: 32px;
    flex-direction: row-reverse;
}

.check-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 38px;
    white-space: nowrap;
}

.check-step::after {
    content: "";
    display: block;
    left: 0;
    background-color: white;
    top: 24px;
    width: 38px;
    height: 38px;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
}

.check-step.current {
    font-weight: bold;
    color: var(--primary-color);
}

.check-step.current::after {
    width: 40px;
    height: 40px;
    border-width: 3px;
    border-color: var(--primary-color)
}

.check-step.active, .check-step.active ~ .check-step, .check-step.current ~ .check-step {
    font-weight: bold;
    color: var(--primary-color);
}

.check-step.active::after, .check-step.active ~ .check-step::after, .check-step.current ~ .check-step::after {
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4141 4.91424L5.99991 14.3285L0.585693 8.91424L3.41412 6.08582L5.99991 8.6716L12.5857 2.08582L15.4141 4.91424Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 24px;
    border-color: var(--primary-color)
}

.check-step-connector {
    flex-grow: 1;
    margin-top: 24px;
    height: 2px;
    background-color: #E0E0E0;
}

.check-step.active ~ .check-step-connector, .check-step.current ~ .check-step-connector {
    background-color: var(--primary-color);
}

.details-div-content p span {
    font-weight: 600;
    /* color: var(--primary-color); */
}

.prefix-select {
    border: none;
    border-bottom: 1px solid #DAE8F5;
    padding: .375rem 0;
}

.booking-details h5 {
    font-size: 18px;
    margin-bottom: 16px;
}

.glance-tab-nearby-title {
    font-weight: bold;
    font-size: 13px;
}

.pass-input.form-control.is-invalid, .was-validated .pass-input.form-control:invalid {
    background-position: right calc(.375em + .1875rem + 2rem) center;
}

.pass-input.form-control.is-valid, .was-validated .pass-input.form-control:valid {
    background-position: right calc(.375em + .1875rem + 2rem) center;
}

.alert-fixed {
    min-width: 300px;
    position: fixed;
    top: 8px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 99999;
}

.main-loader {
    position: absolute;
    background-color: rgba(98, 98, 98, 0.15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.property-sidebar-loader {
    background-color: white;
}

.property-details-container {
    background-color: #D1DCFA;
    border-radius: 2rem;
    padding: 2rem;
}

.add-review-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.add-review-stars label {
    font-size: 2rem;
    color: #E0E0E0;
    text-shadow: 0 0 2px black;
    cursor: pointer;
}

.add-review-stars input:hover ~ label, .add-review-stars input:checked ~ label {
    color: var(--primary-color);
}

.add-review-stars input:active ~ label {
    color: #396dee;
}

.was-validated .add-review-stars input:invalid + label {
    text-shadow:  0 0 6px var(--bs-form-invalid-border-color);
}

.property-search-input {
    transition: all 0.25s;
}

.property-search-input:hover {
    box-shadow: 0 0 4px 0 var(--primary-color);
}

.property-search-input input {
    width: 100%;
}

.property-light-search-input {
    box-shadow: 0 0 2px 0 var(--primary-color);
}

.was-validated .leave-month-card input:invalid + label {
    border-color: var(--bs-form-invalid-color);
}

.property-location-map {
    height: 160px;
    transition: height 0.25s;
}

.mobile-bottom-bar {
    display: none;
}

@keyframes header-transition-on {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

@keyframes header-transition-off {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

.header-transition-on-class {
    animation: header-transition-on 0.5s ease-out;
}

.header-transition-off-class {
    animation: header-transition-off 0.5s ease-in forwards;
}

.absolute-offcanvas-header {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}

.sidebar-mobile-band {
    display: flex;
    padding: 1rem 0;
    justify-content: center;
    background-color: #f3f3f3;
}

.flexible-popup {
    width: 640px;
}

@keyframes small-slide {
    from {
        transform: translateY(-4px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.counter-offer-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: small-slide 0.25s;
}

.sidebar-textarea {
    width: 100%;
    height: 180px;
    border: none;
    outline: none;
    resize: none;
    padding: 1rem;
    border-radius: 10px;
}

.check-list {
    list-style: "x ";
    padding-left: 12px;
}

.check-list li {
    padding-left: 8px;
    color: rgba(var(--bs-danger-rgb, #dc3545), var(--bs-text-opacity, 1));
}

.check-list li.correct {
    list-style: "\2713";
    color: rgba(var(--bs-success-rgb, #198754), var(--bs-text-opacity, 1));
}

.success-div span {
    border-color: var(--primary-color);
    background: rgba(var(--primary-color-rgb), 0.09);
    color: var(--primary-color);
}

.mobile-login-page {
    display: none;
}

.href-btn-login {
    justify-content: start;
    font-weight: normal;
    --bs-btn-padding-y: 0.7rem;
}

.mb-12 {
    margin-bottom: 12px;
}

.booking-success-container {
    display: flex;
    gap: 16px;
}

.booking-success-img-wrapper {
    width: 195px;
}

.booking-success-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.booking-success-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.booking-success-field {
    display: flex;
    align-items: start;
    gap: 4px;
    margin-left: 8px;
}

.booking-success-field img {
    width: 24px;
    height: 32px;
    margin-right: 16px;
    margin-top: -4px;
    object-fit: none;
    object-position: right;
}

.booking-success-detail p {
    margin-bottom: 0;
    font-size: 14px;
}

.booking-success-detail p:first-child {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.rounded-card {
    border: 2px solid #eeeeee;
    border-radius: 8px;
    padding: 1rem;
}

.fs-6-responsive {
    font-size: 1rem !important;
}

.booking-details-btn {
    gap: 16px;
}

.booking-details-btn .btn + .btn {
    margin-top: 0;
}

.flatpickr-calendar.mobile-flatpickr {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0 !important;
    top: 0 !important;
    padding: 8px;
    display: flex;
    flex-direction: column;
}

.mobile-flatpickr .flatpickr-current-month {
    justify-content: center;
}

.mobile-flatpickr .flatpickr-innerContainer {
    flex-grow: 1;
}

.mobile-flatpickr .flatpickr-rContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-flatpickr .flatpickr-days {
    width: 100% !important;
    flex-grow: 1;
}

.mobile-flatpickr .dayContainer {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.mobile-flatpickr .flatpickr-day {
    max-width: 100%;
}

@media (max-height: 400px) {
    .mobile-flatpickr .flatpickr-day {
        height: 32px;
        line-height: 32px;
    }
}

.booking-details ul {
    align-items: stretch;
}

.booking-details .payment-icon ul li span {
    border: 2px solid #eee;
    background: white;
    transition: all 0.25s;
    flex-direction: column;
    height: 100%;
}

.booking-details .payment-icon ul li.active span, .booking-details .payment-icon ul li:hover span {
    border: 2px solid black;
    background: #f7f7f7;
}

.hero-home-carousel, .hero-home-carousel .owl-stage-outer, .hero-home-carousel .owl-stage, .hero-home-carousel .owl-item {
    height: 100%;
}

.profile-pic-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 150px;
    height: 150px;
    border: 1px dashed var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
}

.profile-pic-container p {
    text-align: center;
    padding: 0 16px;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

.profile-pic-container img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-pic-container .pic-visible {
    display: block;
}

.change-pic-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity 0.25s;
}

.profile-pic-container .pic-visible:hover + .change-pic-overlay {
    opacity: 1;
}

.fake-table-row {
    border-bottom: 1px solid #e7e7e7;
}

.fake-table-row > * {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.dt-container label {
    display: inline;
}

table.dataTable th, table.dataTable td {
    padding: 8px 16px;
}

.mobile-stays-container img {
    transition: width 0.25s;
}

@media (min-width: 768px) {
    .fit-content-md {
        width: fit-content;
    }
}

@media (max-width: 991.98px) {
    .header .main-menu-wrapper {
        background-color: var(--primary-color);
    }

    .header .main-menu-wrapper .menu-footer-wrapper {
        display: flex;
    }

    .header .main-menu-wrapper .menu-footer {
        display: flex;
    }

    .search-map {
        position: static;
    }

    .banner-title {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 21px;
    }

    p {
        font-size: 16px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 2.5rem;
    }

    .header .main-menu-wrapper {
        width: 100%;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        opacity: 0;
        z-index: -1;
    }

    .menu-opened .main-menu-wrapper {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .header .menu-header {
        display: none;
    }

    .header .main-menu-wrapper .main-nav {
        text-align: center;
        margin-top: 56px;
    }

    .header .main-menu-wrapper .main-nav > li {
        border: none;
    }

    .header .main-menu-wrapper .main-nav li a {
        font-size: 16px;
    }

    .banner-search-form .banner-search-property:first-child {
        padding-left: 2rem;
    }

    .banner-search-form .banner-search-property {
        padding: 1.1rem 2rem;
    }

    .banner-search-form input {
        font-size: 16px;
    }

    .banner-search.search-page-banner-search {
        padding: 0;
    }

    .header .header-nav.main-nav {
        height: 56px;
        padding: 0;
    }

    .header .header-nav.search-bar-section {
        height: auto;
        padding: 16px 0 0 0;
    }

    .header .logo.navbar-brand {
        text-align: start;
    }

    .header .logo.navbar-brand img {
        max-width: 120px;
    }

    /* .nav-fixed .search-bar-section {
        top: 56px;
    } */

    .menu-opened .search-bar-section, .menu-opened .mobile-stays-container {
        position: relative;
        z-index: -2;
    }

    .header-is-fixed .mobile-stays-container img {
        width: 64px;
    }

    .banner-content {
        padding: 0;
        text-align: left;
    }
    
    .banner-content h1 {
        font-size: 36px;
    }

    .banner-content p {
        font-size: 18px;
    }

    .big-heading {
        font-size: 28px;
    }

    .cta-box {
        flex-direction: column;
    }

    .cta-box-text-container {
        padding: 32px;
        order: 2;
    }

    .cta-box-img-container {
        order: 1;
        border-radius: 20px 20px 0 0;
    }

    .cta-box-img-container img {
        border-radius: 20px 20px 0 0;
    }

    .cta-container {
        padding: 2rem 0;
    }

    .section-header-btn {
        width: 100%;
    }

    .footer-bottom-content p {
        font-size: 10px;
    }

    .flatpickr-calendar {
        margin-bottom: 8px;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
    }

    .split-input > *:nth-child(2) {
        flex: 1;
    }
    
    .flexible-popup {
        position: fixed;
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 0 !important;
        left: 0 !important;
    }

    [data-mobile-page="1"] .mobile-login-page {
        display: block;
        position: absolute;
        background-color: white;
        left: 0;
        top: 0;
        min-width: 100vw;
        min-height: 100vh;
        z-index: 9000;
    }

    .mobile-page-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        min-height: 100vh;
        text-align: center;
    }

    .mobile-page-main {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
    }

    .mobile-login-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
        color: var(--primary-color);
    }

    .mobile-login-subtitle {
        color: var(--primary-color);
        margin-bottom: 24px;
    }

    [data-mobile-page="1"] .header, [data-mobile-page="1"] .footer, [data-mobile-page="1"] .main-login-page {
        display: none;
    }

    .main-wrapper {
        margin-bottom: 64px;
    }

    .mobile-bottom-bar {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: white;
        box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
        z-index: 2000;
    }

    .mobile-bottom-nav {
        display: flex;
        justify-content: center;
    }

    .mobile-bottom-nav-item {
        width: 64px;
        height: 64px;
        text-align: center;
        padding: 1px;
    }

    .mobile-bottom-nav-link {
        padding: 6px 14px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        font-size: 10px;
        color: #7497F0;
        transition: all 0.25s;
    }

    .mobile-bottom-nav-link svg:not(.svg-stroke) path {
        fill: #7497F0;
    }

    .mobile-bottom-nav-link svg.svg-stroke path {
        stroke: #7497F0;
    }

    .mobile-bottom-nav-link.active svg:not(.svg-stroke) path, .mobile-bottom-nav-link:active svg:not(.svg-stroke) path {
        fill: white;
    }

    .mobile-bottom-nav-link.active svg.svg-stroke path, .mobile-bottom-nav-link:active svg.svg-stroke path {
        stroke: white;
    }

    .mobile-bottom-nav-link.active, .mobile-bottom-nav-link:active {
        color: white;
        background-color: var(--primary-color);
        font-weight: 600;
    }

    .banner-title {
        font-size: 32px;
    }
}

@media (max-width: 575.8px) {
    .glance-tab-content {
        display: none;
    }

    .popup-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .banner-content-row {
        display: none;
    }

    .banner-section.home-banner-section {
        padding: 20px 0;
    }

    .banner-section.stays-banner-section {
        padding-top: 20px;
    }

    .howit-work {
        display: none;
    }

    .cta-box-section {
        display: none;
    }

    .property-listing-title {
        font-size: 16px;
        line-height: 1;
    }
    
    .property-listing-rating-stars {
        font-size: 12px;
    }
    
    .property-listing-rating-text {
        font-size: 12px;
    }

    .property-listing-price-container p, .property-listing-price {
        font-size: 14px;
    }

    .property-glance-rating {
        margin: 0;
    }

    .property-location-map {
        height: 480px
    }

    .fs-6-responsive {
        white-space: nowrap;
        font-size: 0.85rem !important;
    }

    .featured-properties-section {
        padding: 3rem 0;
    }
}

.affiliate-withdraw-table-wrapper {
    padding: 24px 0 0;
    border-top: 1px solid #edf0f5;
}

#withdraws-table {
    width: 100%;
}

#withdraws-table_wrapper {
    margin-top: 10px;
}

#withdraws-table_wrapper .dt-layout-row:first-child {
    margin-bottom: 20px;
}

#withdraws-table_wrapper .dt-layout-row:last-child {
    margin-top: 20px;
}

.payout-swal-popup {
    width: 680px !important;
    border-radius: 24px !important;
    padding: 28px !important;
}

.payout-swal-popup .swal2-title {
    color: #111827 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    margin-bottom: 18px !important;
}

.payout-swal-popup .swal2-html-container {
    margin: 0 !important;
    overflow: visible !important;
}

.payout-swal-popup .swal2-actions {
    margin-top: 24px !important;
}

.payout-swal-popup .swal2-confirm {
    border-radius: 12px !important;
    padding: 13px 24px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #2563eb, #4f46e5) !important;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25) !important;
}

.payout-swal-popup .swal2-cancel {
    border-radius: 12px !important;
    padding: 13px 24px !important;
    font-weight: 600 !important;
}

.payout-modal-content {
    text-align: left;
}

.payout-summary-card {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.payout-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
    color: #6b7280;
    font-size: 15px;
}

.payout-row:last-child {
    margin-bottom: 0;
}

.payout-row strong {
    color: #374151;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.payout-divider {
    height: 1px;
    margin: 16px 0;
    background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
}

.payout-total {
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.payout-total strong {
    color: #2563eb;
    font-size: 22px;
}

/* Create virtual card option */

.payout-virtual-card-option {
    position: relative;
    margin-top: 20px;
}

.payout-virtual-card-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payout-virtual-card-label {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 16px;
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background:
            radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 35%),
            linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.payout-virtual-card-label:hover {
    border-color: rgba(37, 99, 235, 0.4);
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.14);
}

.payout-virtual-card-option.is-active .payout-virtual-card-label {
    border-color: #2563eb;
    background:
            radial-gradient(circle at top right, rgba(37, 99, 235, 0.2), transparent 38%),
            linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.2);
}

.payout-virtual-card-image-wrap {
    width: 150px;
    min-width: 150px;
    border-radius: 18px;
    overflow: hidden;
    background: #eef4ff;
}

.payout-virtual-card-image {
    display: block;
    width: 100%;
    height: auto;
}

.payout-virtual-card-content {
    flex: 1;
    min-width: 0;
}

.payout-virtual-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.payout-virtual-card-title {
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.payout-virtual-card-subtitle {
    margin-top: 3px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
}

.payout-virtual-card-description {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.45;
}

.payout-virtual-card-description strong {
    color: #374151;
    font-weight: 800;
}

.payout-virtual-card-saving {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 800;
}

.payout-virtual-card-option.is-active .payout-virtual-card-saving {
    background: #dcfce7;
    color: #15803d;
}

.payout-virtual-card-check {
    position: relative;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #dbe3f0;
    border-radius: 8px;
    background: #ffffff;
    transition: all 0.2s ease;
}

.payout-virtual-card-option.is-active .payout-virtual-card-check {
    border-color: #2563eb;
    background: #2563eb;
}

.payout-virtual-card-option.is-active .payout-virtual-card-check::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Existing virtual card active state */

.payout-existing-card-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid rgba(22, 163, 74, 0.24);
    border-radius: 20px;
    background:
            radial-gradient(circle at top right, rgba(34, 197, 94, 0.10), transparent 36%),
            linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.08);
}

.payout-existing-card-image-wrap {
    width: 150px;
    min-width: 150px;
    border-radius: 18px;
    overflow: hidden;
    background: #eef4ff;
}

.payout-existing-card-image {
    display: block;
    width: 100%;
    height: auto;
}

.payout-existing-card-content {
    flex: 1;
    min-width: 0;
}

.payout-existing-card-title {
    color: #14532d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.payout-existing-card-subtitle {
    margin-top: 3px;
    color: #15803d;
    font-size: 13px;
    font-weight: 700;
}

.payout-existing-card-description {
    margin-top: 8px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
}

.payout-existing-card-description strong {
    color: #14532d;
    font-weight: 800;
}

.payout-existing-card-badge {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 12px;
    font-weight: 800;
}

.bg-success.affiliate-payout-badge {
    background: #2bba92 !important;
}

/* Old icon support, only in case some old HTML still uses it */

.payout-existing-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 14px;
    background: #dcfce7;
    color: #15803d;
    font-size: 22px;
}

/* Footer note */

.payout-note {
    margin-top: 18px;
    padding: 13px 15px;
    border-radius: 14px;
    background: #f8fafc;
    color: #6b7280;
    font-size: 14px;
    text-align: center;
}

/* Mobile */

@media (max-width: 575.98px) {
    .payout-swal-popup {
        width: calc(100% - 24px) !important;
        padding: 22px !important;
    }

    .payout-swal-popup .swal2-title {
        font-size: 24px !important;
    }

    .payout-row {
        font-size: 14px;
    }

    .payout-row strong {
        font-size: 15px;
    }

    .payout-total {
        font-size: 17px;
    }

    .payout-total strong {
        font-size: 20px;
    }

    .payout-virtual-card-label,
    .payout-existing-card-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .payout-virtual-card-image-wrap,
    .payout-existing-card-image-wrap {
        width: 100%;
        min-width: 0;
    }

    .payout-virtual-card-image,
    .payout-existing-card-image {
        max-height: 170px;
        object-fit: cover;
    }

    .payout-virtual-card-top {
        width: 100%;
    }
}

.affiliate-payout-status-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.affiliate-payout-status-item {
    line-height: 1;
}

.affiliate-payout-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.host-reputation-import-card,
.host-reputation-status-card {
    margin-top: 24px;
}

.host-reputation-import-card.sidebar-icon-card,
.host-reputation-status-card.sidebar-icon-card {
    display: flex;
    align-items: center;
    /*gap: 24px;*/
}

.host-reputation-import-card .host-reputation-icon,
.host-reputation-status-card .host-reputation-icon {
    color: #2456e8;
}

.host-reputation-import-card .host-reputation-icon i,
.host-reputation-status-card .host-reputation-icon i {
    font-size: 30px;
    line-height: 1;
}

.host-reputation-import-content,
.host-reputation-status-content {
    flex: 1;
    min-width: 0;
}

.host-reputation-import-card .host-reputation-title,
.host-reputation-status-card .host-reputation-title {
    color: #2456e8;
    margin-bottom: 4px;
}

.host-reputation-text {
    font-size: inherit;
    color: inherit;
    margin: 0;
    line-height: inherit;
}

.host-reputation-btn {
    margin-top: 10px;
    padding: 8px 18px;
    border-radius: 8px;
    background-color: #2456e8;
    border-color: #2456e8;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: none;
}

.host-reputation-btn:hover,
.host-reputation-btn:focus {
    background-color: #1d49c9;
    border-color: #1d49c9;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}

.host-reputation-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 16px;
    line-height: 1.35;
    color: #222;
    margin-bottom: 4px;
}

.host-reputation-star {
    color: #f5b301;
    font-size: 17px;
    line-height: 1;
}

.host-reputation-rating {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.host-reputation-platform,
.host-reputation-review-count {
    font-size: 14px;
    color: #222;
}

.host-reputation-verified-date {
    font-size: 13px;
    color: #667085;
}

.host-reputation-verified-by {
    font-size: 14px;
    color: #667085;
    margin: 6px 0 0;
    line-height: 1.35;
}

.import-reputation-modal {
    border: 0;
    border-radius: 10px;
}

.import-reputation-modal .modal-header {
    padding: 18px 22px;
    border-bottom: 1px solid #e7e7e7;
}

.import-reputation-modal .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.import-reputation-modal .modal-body {
    padding: 22px;
}

.import-reputation-modal .modal-footer {
    padding: 16px 22px;
    border-top: 1px solid #e7e7e7;
}

.import-reputation-info {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 18px;
}

.import-reputation-examples {
    padding: 12px 14px;
    background: #f7f9ff;
    border-radius: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

.import-reputation-examples strong {
    color: #222;
}

.import-reputation-notice {
    padding: 10px 12px;
    background: #fff7e6;
    border: 1px solid #ffe1a6;
    border-radius: 8px;
    font-size: 13px;
    color: #7a5200;
    line-height: 1.5;
}

@media (max-width: 575.98px) {
    .host-reputation-import-card.sidebar-icon-card,
    .host-reputation-status-card.sidebar-icon-card {
        gap: 18px;
    }

    .host-reputation-import-card .host-reputation-icon i,
    .host-reputation-status-card .host-reputation-icon i {
        font-size: 52px;
    }

    .host-reputation-btn {
        padding: 7px 16px;
        font-size: 15px;
    }

    .host-reputation-row,
    .host-reputation-rating,
    .host-reputation-platform,
    .host-reputation-review-count {
        font-size: 15px;
    }

    .host-reputation-verified-date {
        font-size: 14px;
    }
}

.host-reputation-pending-card.sidebar-icon-card {
    display: flex;
    align-items: center;
    /*gap: 24px;*/
    margin-top: 24px;
}

.host-reputation-pending-icon {
    color: #2456e8;
}

.host-reputation-pending-icon i {
    font-size: 30px;
    line-height: 1;
}

.host-reputation-pending-content {
    flex: 1;
    min-width: 0;
}

.host-reputation-pending-card .host-reputation-title {
    color: #2456e8;
    margin: 0 0 10px;
}

.host-reputation-pending-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 15px;
    line-height: 1.35;
    color: #222;
    margin-bottom: 8px;
}

.host-reputation-pending-row:last-child {
    margin-bottom: 0;
}

.host-reputation-status-badge.pending {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border-radius: 999px;
    background: #fff7e6;
    border: 1px solid #ffe1a6;
    color: #7a5200;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.host-reputation-pending-platform {
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.host-reputation-pending-date {
    font-size: 12px;
    color: #667085;
}

@media (max-width: 575.98px) {
    .host-reputation-pending-card.sidebar-icon-card {
        gap: 18px;
    }

    .host-reputation-pending-icon i {
        font-size: 52px;
    }

    .host-reputation-pending-row,
    .host-reputation-pending-platform {
        font-size: 14px;
    }

    .host-reputation-pending-date {
        font-size: 13px;
    }
}

.host-reputation-status-card {
    margin-top: 24px;
    padding: 16px;
}

.host-reputation-status-content {
    width: 100%;
    min-width: 0;
}

.host-reputation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.host-reputation-title {
    color: #2456e8;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.host-reputation-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2456e8;
    color: #fff;
    font-size: 21px;
    flex: 0 0 auto;
}

.host-reputation-check i {
    line-height: 1;
    font-size: 20px;
    width: 20px;
}

.host-reputation-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.host-reputation-item {
    padding: 2px 0;
    /*border-radius: 14px;
    background: rgba(255, 255, 255, 0.48);*/
}

.host-reputation-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #111827;
    font-size: 16px;
    line-height: 1.25;
}

.host-reputation-stars {
    display: inline-flex;
    align-items: center;
    gap: 0;
    line-height: 1;
    flex: 0 0 auto;
}

.host-reputation-star-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 1;
    flex: 0 0 16px;
}

.host-reputation-star-svg svg {
    display: block;
    width: 16px;
    height: 16px;
    overflow: visible;
}

.host-reputation-star-svg .star-bg {
    fill: #d0d5dd;
}

.host-reputation-star-svg .star-fill {
    fill: #f5a400;
    clip-path: inset(0 calc(100% - var(--star-fill)) 0 0);
}

.host-reputation-rating {
    font-weight: 800;
}

.host-reputation-platform {
    font-weight: 600;
}

.host-reputation-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
    color: #667085;
    font-size: 12px;
    line-height: 1.25;
}

.host-reputation-meta span + span::before {
    content: "·";
    margin-right: 6px;
}

.host-reputation-verified-by {
    color: #667085;
    font-size: 14px;
    line-height: 1.25;
    margin: 12px 0 0;
}

.sidebar-price-promise-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding: 14px 16px;
    background: #eef3ff;
    border: 1px solid #dbe5ff;
    border-radius: 14px;
}

.sidebar-price-promise-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex: 0 0 42px;
}

.sidebar-price-promise-content {
    min-width: 0;
}

.sidebar-price-promise-title {
    color: #1745b8;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.sidebar-price-promise-subtitle {
    margin-top: 4px;
    color: #697386;
    font-size: 13px;
    line-height: 1.25;
}

.header-user-hover {
    position: relative;
}

.header-user-hover .header-top-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0;
    min-width: 220px;
    z-index: 1050;
}

.header-user-hover:hover .header-top-menu,
.header-user-hover:focus-within .header-top-menu {
    display: block;
}