@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    font-size: 1rem;
    line-height: 1.9;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
a{
    text-decoration: none;
    color: var(--blue);
}
.home-slider{
    position: relative;
    background-image: url('../img/hero-section.jpeg');
    background-position: center;
    background-size: cover;
    min-height: 540px;
    display: flex;
    align-items: center;
}
.home-slider *{
    position: relative;
}
.home-slider h1{
    font-size: 56px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 50px;
    line-height: 1.4;
    width: 100%;
    /* max-width: 800px; */
    text-align: center;
}
.home-slider::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(201.13deg, rgba(0, 0, 0, 0.3) 40.64%, rgba(0, 0, 0, 0.3) 86.06%),
    linear-gradient(230.46deg, rgba(0, 0, 0, 0.3) 37.57%, rgba(0, 0, 0, 0.3) 87.94%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.text-blue{
    color: var(--blue);
}
.hide-on-mobile{
    display: none;
}
.btn{
    border-radius: 4px !important;
    padding: 7px 22px !important;
    font-weight: 600;
}
.btn-block{
    padding-inline: unset !important;
}
.login-link{
    color: var(--blue);
}
.btn-blue,.btn-outline-blue:hover{
    background-color: var(--blue);
    color: var(--white) !important;
    border: 1px solid var(--blue) !important;
}
.btn-outline-blue,.btn-blue:hover{
    background-color: transparent;
    border: 1px solid var(--blue) !important;
    color: var(--blue) !important;
}
.rounded-pill{
    border-radius: 5rem !important;
    font-size: 1rem !important;
}
.btn-white{
    background-color: var(--white);
    color: var(--blue);
}
.btn-lg{
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px !important;
}
.btn-outline-dashed-blue{
    color: var(--blue);
    border: 1px dashed var(--blue);
}
.btn-outline-gray {
    border: 1px solid #E2E8F0 !important;
    border-radius: 10px !important;
    padding-inline: 1rem !important;
    outline: none;
}
.btn-with-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-with-icon img{
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
}
.btn-block{
    width: 100%;
    text-align: center;
}
.custom-dropdown-menu {
    background-color: var(--white);
    width: max-content !important;
    min-width: 300px;
    position: relative;
    padding: 1.25rem !important;
}
.custom-dropdown-menu:has(.custom-radio-buttons){
    padding: 0 !important;
}
.close-dropdown {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0001;
    border-radius: 0.25rem;
    line-height: 0;
    cursor: pointer;
    font-size: 0.8rem;
}
.crb-group {
    margin-bottom: 0.5rem;
}
.custom-radio-buttons{
    width: 100%;
    display: flex;
    flex-direction: column !important;
}
.custom-dropdown-menu.custom-check-filters:hover{
    /* display: block !important; */
}
.custom-radio-buttons input {
    display: none;
}
.custom-radio-buttons label {
    padding-left: 1.5rem;
    position: relative;
    display: block;
}
.custom-radio-buttons label::before{
    content: '';
    height: 1rem;
    width: 1rem;
    border-radius: 0.125rem;
    border: 2px solid #0002;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.custom-radio-buttons input:checked + label::before{
    background-color: var(--blue);
    border-color: var(--blue);
}
.custom-radio-buttons input:checked + label::after,
.custom-radio-buttons label:hover::after{
    content: '';
    height: 0.6rem;
    width: 0.3rem;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    position: absolute;
    left: 0.4rem;
    top: calc(50% - 0.05rem);
    transform: translateY(-50%) rotate(45deg);
}
.nav.nav-pills{
    display: flex;
    gap: 0.75rem;
}
.nav.nav-pills .nav-link{
    background-color: var(--blue-1);
    color: var(--dark-2);
    padding: 10px 24px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid var(--blue-1);
    border-radius: 10rem;
}
.nav.nav-pills .nav-link.active{
    font-weight: 500;
    border-color: var(--dark-2);
}
.hero-section-form{
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 880px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}
.hero-section-form input{
    width: calc(100% - 4rem);
    background-color: var(--white);
    border-radius: 5px 0px 0px 5px;
    padding: 9px 20px;
    border: none;
    box-shadow: none;
    outline: none;
    height: 100%;
}
.hero-section-form button{
    padding: 9px 20px;
    background-color: var(--blue);
    color: var(--white);
    border: none;
    box-shadow: none;
    outline: none;
    height: 100%;
    border-radius: 0 5px 5px 0;
}
h2{
    font-weight: 700;
    font-size: 28px;
}

.item-mobile-single-house-view{
    height: 320px;
}
.item-list-single-img img, .item-mobile-single-house-view img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev{
    background-color: var(--white) !important;
    height: 1.75rem !important;
    width: 1.75rem !important;
    border-radius: 50%;
    opacity: 0.75;
}
.swiper-button-prev::after,.swiper-button-next::after{
    display: flex;
    align-items: center;
    line-height: 0 !important;
    font-size: 0.9rem !important;
    font-weight: 700;
    color: var(--footer) !important;
}
.single-house-card{
    background-color: #FCFCFC;
    border: 1px solid #ECECEC;
    box-shadow: 0px 4px 10px 0px #9E9E9E21;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0;
    transition: all 400ms cubic-bezier(.2, .8, .4, 1);
    display: block;
}
.single-house-card:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.single-house-card-slider{
    position: relative;
}
.house-list-details{
    position: absolute;
    padding: 0.5rem 1rem;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    color: var(--white);
    align-items: center;
}
.site-dark-badge{
    background-color: #0E1D21CC;
    padding: 3px 6px;
    border-radius: 5px;
    line-height: 1.4;
    font-size: 0.8rem;
}
.site-light-blue-badge{
    background-color: #0D6EFD22;
    padding: 3px 6px;
    border-radius: 5px;
    line-height: 1.4;
    font-size: 0.8rem;
    color: var(--blue);
    font-weight: 500;
}
.site-light-blue-outline-badge{
    background-color: #0D6EFD11;
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 4px 6px;
    border-radius: 5px;
    line-height: 1.4;
    font-size: 0.8rem;
    color: var(--blue);
    font-weight: 500;
    display: inline-block;
    margin-top: 0.75rem;
}
.site-light-blue-outline-badge:hover{
    background-color: var(--blue);
    color: var(--white);
}
.single-house-card-details{
    padding: 1rem;
    font-size: 14px;
    color: var(--dark-1);
}
.single-house-card-details li{
    padding-left: 0;
    list-style: none;
}
.item-top-det{
    position: relative;
    margin-top: -1rem;
}
.item-list-menu{
    position: absolute;
    right: -0.5rem;
    bottom: 0.5rem;
    display: inline-block;
    width: max-content;
    padding: 0;
}
.item-price{
    font-size: 1.5rem !important;
    color: var(--dark);
    font-weight: 700;
    letter-spacing: -2px;
    display: inline-block;
    font-family: "Open Sans", serif;
}
.property-feature{
    position: relative;
    padding-left: 0.5rem;
    margin-left: 1rem;
}
.property-feature::before{
    content: '';
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--dark-1);
}
.item-detail-li{
    display: flex;
    gap:1rem;
    align-items: center;
    font-weight: 500;
    color: var(--dark);
}
.item-detail-li img{
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.item-detail-li span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.posted-by{
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}
.property-feature:empty:before{
    display: none !important;
}
.item-detail-li:has(span:empty) img{
    display: none !important;
}
.pb-profile{
    height: 1.75rem;
    width: 1.75rem;
    box-shadow: 0 0 10px #0002;
    background-color: var(--white);
    border-radius: 50%;
    padding: 0.125rem;
}
.pb-profile img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.posted-by p{
    width: calc(100% - 2.5rem);
    text-transform: capitalize;
    font-size: 14px;
}
.bg-blue{
    background-color: var(--blue);
}
.home-page-cta{
    color: var(--white);
    border-radius: var(--br);
    padding: 2rem;
}
.home-page-cta img{
    width: 100%;
}
.carousel-indicators [data-bs-target] {
    margin-right: 6px;
    margin-left: 6px;
    background-color: #EDEDED;
    background-clip: unset;
    border: none !important;
    opacity: 1;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
.carousel-indicators .active{
    background-color: #CACACA;
}
.single-land-item-image{
    position: relative;
}
.single-land-item-image::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000033;
}
.fw-500{
    font-weight: 500;
}
.single-hauz-tour-card{
    position: relative;
    border-radius: var(--br);
    overflow: hidden;
    height: 350px;
}
.single-hauz-tour-card::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.18%, rgba(0, 0, 0, 0.75) 100%);
}
.single-hauz-tour-card .main-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.single-hauz-tour-card .play-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.shtc-detail{
    position: absolute;
    width: 100%;
    padding: 1rem 1.5rem;
    left: 0;
    bottom: 0;
    color: var(--white);
}
.shtc-detail ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.shtc-detail li{
    font-weight: 500;
    line-height: 1.9;
}
.shtc-detail i{
    margin-right: 0.5rem;
}
.app-cta{
    background-color: #FAFBFF;
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
}
.app-cta::before{
    content: '';
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../img/app-cta.png');
    background-position: center;
    background-size: cover;
}
.app-cta h2{
    font-size: 2rem;
}
.app-download-row{
    display: flex;
    gap: 1.5rem;
    margin-top: 2.5rem;
}
.app-download-row a{
    display: block;
    width: 150px;
}
.app-download-row a img{
    width: 100%;
}
.hiw-card{
    padding: 2rem;
    text-align: center;
}
.hiw-icon{
    height: 124px;
    width: 124px;
    background: #FAFBFF;
    border-radius: 50%;
    padding: 2rem;
    display: flex;
    align-items: center;
    margin: 0 auto 1rem;
    position: relative;
}
.hiw-icon img{
    height: 100%;
    width: 100%;
    max-height: 56px;
    max-width: 56px;
    object-fit: contain;
}
.hiw-content small{
    font-weight: 700;
    color: var(--blue);
}
.hiw-content p{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    max-width: 200px;
    margin: 0 auto;
    line-height: 1.5;
}
.hiw-parent-container{
    position: relative;
}
.hiw-parent-container::before{
    content: '';
    height: 1px;
    width: 65%;
    border-top: 1px dashed var(--blue);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6.5rem;
}
.testimonial-card{
    width: 100%;
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: var(--br);
}
.testimonial-card p{
    margin-bottom: 0;
}
.text-s-muted{
    color: #231717CC;
}
.testimonial-author{
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}
.ta-profile{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0 0 10px #0002;
    padding: 4px;
}
.ta-profile img{
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ta-detail{
    width: calc(100% - 72px);
}
.ta-detail p{
    font-weight: 700;
    color: var(--dark);
    line-height: 1.5;
    margin-bottom: 0;
}
.ta-detail p small{
    font-weight: 400;
}
.testimonial-rating{
    display: block;
    letter-spacing: 8px;
    font-size: 0.75rem;
    color: var(--orange);
}
.bottom-cta{
    background-image: url('../img/bottom-cta.jpeg');
    background-size: cover;
    position: relative;
    background-position: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
}
.bottom-cta *{
    position: relative;
}
.bottom-cta h2{
    font-size: 2rem;
}
.bottom-cta::before{
    content: '';
    height: 100%;
    width: 100%;
    background: #2C2C2C8C;
    left: 0;
    top: 0;
    position: absolute;
}
.footer-link-lists{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-link-lists li{
    line-height: 2;
    margin-bottom: 0.75rem;
}
.footer-link-lists li:last-of-type{
    margin-bottom: 0;
}
.footer-link-lists li a{
    color: var(--blue);
    text-decoration: none;
}
.footer-link-lists li a:hover{
    text-decoration: underline;
}
.custom-h3{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.sponsored-items-card{
    background: #F0724E1A;
    padding: 1rem 1.5rem;
    border-radius: var(--br-lg);
}


footer{
    background-color: var(--footer);
    color: var(--white);
    font-weight: 500;
}
footer h3{
    font-size: 1.25rem;
    font-weight: 700;
}
.footer-logo{
    max-width: 125px;
    margin-bottom: 1rem;
}
.footer-ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.footer-ul li{
    line-height: 2.75;
}
.footer-ul a{
    text-decoration: none;
    color: var(--white);
}
.footer-ul a:hover{
    text-decoration: underline;
}
.footer-ul i{
    margin-right: 0.5rem;
}
.footer-socials{
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    display: flex;
    gap: 1.5rem;
}
.footer-socials a{
    height: 20px;
    width: 20px;
    display: block;
}
.footer-socials a img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* Dropdown Menu Start */
.dropdown-item{
    background-color: transparent !important;
}
.dropdown-link-flex{
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.dropdown-menu{
    border: none !important;
}
.dropdown-link-icon{
    height: 1.75rem;
    width: 1.75rem;
    padding: 5px;
    background-color: #F4EBFF;
    outline: 5px solid #F9F5FF66;
    outline-offset: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}
.dropdown-link-icon::before{
    content: '';
    inset: -5px;
    background-color: #F9F5FF;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}
.dropdown-link-icon img{
    width: 100%;
    object-fit: contain;
}
.dropdown .nav-link{
    position: relative;
    padding-right: 1.5rem !important;
}
.dropdown .nav-link::before{
    content: '';
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    border-left: 1px solid var(--dark-1);
    border-bottom: 1px solid var(--dark-1);
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    top: calc(50% - 0.125rem);
    background-color: var(--white) !important;
    background-color: transparent !important;
}
.dropdown-menu{
    z-index: 100;
}
body :has(.dropdown-menu.show)::before{
    content: '';
    height: 100vh;
    width: 100vw;
    background-color: #0001;
    /* backdrop-filter: blur(10px); */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
}
.dropdown-menu.show{
    overflow: hidden;
}
.dropdown-menu.show *{
    position: relative;
    z-index: 10000;
}
.dropdown-menu.show::after{
    /* content: '';
    z-index: 100;
    background-color: var(--white) !important;
    inset: 0;
    position: absolute; */
    /* content: ''; */
    z-index: 100;
    /* inset: 0; */
    height: 120px;
    position: fixed;
    left: 0;
    width: 100%;
    top: 60px;
    /* box-shadow: 0px 10px 24px 0px #FFFFFF73; */
    background: #FAFAFA;
}
.dropdown-menu.show::after {
    content: '';
    z-index: 100;
    background-color: #FAFAFA!important;
    inset: 0;
    position: absolute;
}
.navbar-main{
    z-index: 10;
}
.custom-link-buttons,.custom-link-tabs{
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
}
.custom-link-tabs{
    padding: 0 !important;
}
.custom-link-buttons{
    justify-content: center;
    gap: 0.75rem;
    margin-left: auto;
    margin-right: auto;
}
.custom-link-buttons li a, .custom-link-tabs.nav.nav-pills .nav-link{
    background-color: #ECECEC;
    display: block;
    color: var(--dark-1);
    padding: 12px 15px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    border-radius: var(--br);
    white-space: nowrap;
    border: none;
}
.custom-link-buttons li a:hover, .custom-link-tabs.nav.nav-pills .nav-link.active{
    background-color: #696969;
    color: var(--white);
}
.top-bar-form{
    display: flex;
    height: 45px;
}
.top-bar-form input{
    width: calc(100% - 50px);
    border-radius: 4px 0 0 4px;
    height: 100%;
    padding: 0.25rem 1rem;
    border: 1px solid #BFBFBF;
    outline: none;
    box-shadow: none;
}
.top-bar-form button{
    width: 50px;
    height: 100%;
    background-color:var(--dark);
    color: var(--white);
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0 4px 4px 0;
}
.sidebar-toggler{
    margin-right: 1.5rem;
    cursor: pointer;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.sbt-1{
    background-color: var(--footer);
    display: block;
    width: 1.5rem;
    height: 2px;
}
.custom-sidebar{
    width: 300px;
    height: 100vh;
    position: fixed;
    background-color: var(--white);
    left: -300px;
    top: 63px;
    z-index: 10;
    transition: 0.5s ease;
    border: 1px solid #28282811;
    /* box-shadow: 0 0 10px #0003; */
    color: var(--dark-1);
}
.sidebar-inner-content{
    padding: 1.5rem 2rem 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 4rem);
}

.mobile-app img{
    width: 160px;
    max-width: 100%;
}
.sidebar-ul{
    border-bottom: 1px solid #EEEEEEB2;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
}
.show-sidebar .custom-sidebar{
    left: 0;
}
.body-backdrop{
    height: 0;
    width: 0;
}
.show-sidebar .body-backdrop{
    display: block;
    height: calc(100% - 63px);
    width: 100%;
    position: fixed;
    background-color: #28282866;
    /* backdrop-filter: blur(20px); */
    left: 0;
    bottom: 0;
    z-index: 8;
}
.sidebar-close-btn{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 0.95rem;
    background-color: #28282811;
    color: var(--dark);
    height: 1.7rem;
    width: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    border-radius: var(--br);
    display: none;
}
.sb-menu-links-list{
    list-style: none;
    padding-left: 0;
    margin: 0.5rem 0 0;
    padding: 0 0 0.5rem;
    border-bottom: 1px solid #EEEEEEB2;
}
.sb-menu-links-list li a{
    display: flex;
    gap: 1rem;
    align-items: center;
    text-decoration: none;
    color: var(--dark-1);
    font-size: 14px;
    padding: 0.5rem 0;
}
.sb-menu-link-icon{
    height: 20px;
    width: 20px;
}
.sb-menu-link-icon img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
    display: block;
}
.sb-menu-link-text{
    width: calc(100% - 36px);
}
.mobile-app{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.mobile-app li{
    margin-bottom: 1rem;
}
.navbar-secondary{
    top: 63px;
    border-top: 1px solid #BFBFBF66;
    border-bottom: 1px solid #BFBFBF66;
    justify-content: space-between !important;
    width: 100% !important;
    z-index: 2;
}
.navbar-secondary .nav-link{
    position: relative;
    font-weight: 500;
}
.navbar-secondary .active .nav-link,
.navbar-secondary .nav-link:hover{
    color: var(--blue);
}
.navbar-secondary .active .nav-link::before,
.navbar-secondary .nav-link:hover::before{
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: var(--blue);
    bottom: calc(-0.5rem - 1px);
}
.sidebar-socials{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 1rem;
}

.sidebar-socials li a{
    width: 1.5rem;
    height: 1.5rem;
}
.sidebar-socials li a img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.sb-menu-links-list.sidebar-bottom-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sb-menu-links-list.sidebar-bottom-list li{
    min-width: 50%;
}
.custom-sidebar a{
    font-weight: 500;
}
.custom-sidebar a:hover img{
    background-color: var();
    background-blend-mode: color;
}
.custom-sidebar a:hover{
    color: var(--blue);
}
.site-breadcrumbs{
    list-style: none;
    display: flex;
    gap: 3rem;
    padding-left: 0;
    margin-bottom: 0;
}
.site-breadcrumbs li{
    position: relative;
}
.site-breadcrumbs li::before{
    content: '';
    height: 0.35rem;
    width: 0.35rem;
    border-right: 1px solid var(--dark-1);
    border-top: 1px solid var(--dark-1);
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.site-breadcrumbs li a{
    text-decoration: none;
    font-weight: 500;
}
.site-breadcrumbs li:last-of-type::before{
    display: none;
}
.internal-dropdown-menubar .dropdown .nav-link::before{
    display: none;
}
.pagination-section{
    display: flex;
    margin-top: 1.5rem;
    justify-content: center;
    gap: 1.5rem;
}
.pagination-section a{
    color: var(--dark);
}
.pagination-numbers{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    gap: 0.5rem;
}
.pagination-numbers li a,.pagination-links{
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br);
}
.pagination-numbers li.active a,
.pagination-numbers li a:hover{
    background-color: var(--blue);
    color: var(--white);
}
.pagination-ellipsis{
    letter-spacing: 2px;
    color: var(--dark);
}
.pagination-links:hover{
    background-color: var(--blue-1);
}
.property-related-searches{
    list-style: none;
    padding-left: 0;
}

.property-related-searches li a{
    position: relative;
    padding-left: 2rem;
    display: block;
    line-height: 3;
    text-decoration: underline;
}
.property-related-searches li a i{
    position: absolute;
    left: 0;
    top: 0;
}
.property-related-searches{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.accordion-item:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}
.faq-no{
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    left: -2.75rem;
    color: var(--white);
    border: 1px solid var(--blue);
    background-color: var(--blue);
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
}
.accordion-button{
    font-size: 1.125rem;
    font-weight: 500;
    color: #333 !important;
    position: relative;
    box-shadow: none !important;
    padding: 0.5rem 1rem 0.5rem 0 !important;
}
.accordion-button:not(.collapsed){
    color: var(--dark) !important;
}
.accordion-button::before{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: monospace;
}
.accordion-button:not(.collapsed)::before{
    content: '\2212';
}
.accordion-button.collapsed::before{
    content: '\002B';
}
.accordion-button::after{
    background-image: none !important;
}
.accordion-item {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0.25rem 0 0.25rem 2.75rem !important;
    border-bottom: 1px solid #E8E8E8;
}
.accordion-button:not(.collapsed), .accordion-body {
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-body{
    padding: 0.25rem 0 !important;
}
.top-bar-form-search-result{
    display: none;
}
.top-bar-form-search-result{
    background-color: var(--white);
    position: absolute;
    left: 0;
    width: calc(100% - 50px);
    top: 2.85rem;
    padding: 1.5rem;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 2px 0px #00000040;
}
.top-bar-form:has(input:focus) .top-bar-form-search-result,
.top-bar-form:hover .top-bar-form-search-result{
    display: block;
}
.top-bar-form-search-result ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.top-bar-form-search-result li{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 2.5;
    cursor: pointer;
}
.top-bar-form-search-result li a{
    text-decoration: underline;
    font-size: 12px;
}
.top-bar-form-search-result li .left-icon{
    margin-right: 0.75rem;
    font-size: 13px;
}
.top-bar-form{
    position: relative;
}
.top-bar-form input:focus{
    border-color: var(--dark);
}
body :has(.top-bar-form input:focus, .top-bar-form:hover)::before{
    background-color: var(--dark);
    position: fixed;
    left: 0;
    top: 63px;
    content: '';
    height: calc(100% - 63px);
    width: 100%;
    opacity: 0.25;
}
.custom-radio-buttons{
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: var(--br);
    box-shadow: 0 0 10px #0002;
}
#mainBody .dropdown-menu.show::after{
    display: none;
}
.filter-count{
    color: #6D7D8B80;
    margin-left: 0.5rem;
}
.filters-mobile-header{
    display: none;
}
.lc-1,.lc-2,.lc-3,.lc-4,.lc-5,.lc-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lc-1{
    -webkit-line-clamp: 1;
}
.lc-2{
    -webkit-line-clamp: 2;
}
.lc-3{
    -webkit-line-clamp: 3;
}
.lc-4{
    -webkit-line-clamp: 4;
}
.lc-5{
    -webkit-line-clamp: 5;
}
.lc-6{
    -webkit-line-clamp: 6;
}
.mobile-fixed-top-filters{
    position: sticky;
    top: 0;
    padding: 0.75rem 0;
    left: 0;
    background-color: var(--white);
    z-index: 8;
    border-bottom: 1px solid #EAEAEA;
}
body:has(.mobile-fixed-top-filters) > .navbar{
    position: relative;
    top: unset;
}
.sort-by-option{
    margin-left: auto;
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.sort-by-selected{
    position: relative;
    width: max-content;
    min-width: 30px;
    padding-right: 1.5rem;
}
.sort-by-selected::before{
    content: '';
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
}
.custom-sort-options{
    display: none;
    position: absolute;
    left: 0;
    top: 2rem;
    padding: 1rem 1.5rem !important;
    border-radius: var(--br);
    box-shadow: 0 0 10px #0002;
    list-style: none;
    background-color: var(--white);
    z-index: 10;
    text-align: left;
    width: max-content;
}
.sort-by-option:hover .custom-sort-options{
    display: block;
}
.custom-sort-options a{
    color: var(--dark);
}
.dot-1, .dot-2 {
    display: block;
    height: 0.25rem;
    width: 0.25rem;
    background-color: #252A33;
    border-radius: 1rem;
}
.dot-2 {
    margin: 0.3rem 0;
}
.modal-tabs-links.nav.nav-pills .nav-link{
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
    color: var(--dark);
    font-size: 1rem;
}
.modal-tabs-links.nav.nav-pills .nav-link::before{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--blue);
    opacity: 0;
}
.modal-tabs-links.nav.nav-pills .active.nav-link::before,
.modal-tabs-links.nav.nav-pills .nav-item:hover .nav-link::before{
    opacity: 1;
}
.modal-tab-inner-links h2{
    font-size: 1.25rem;
}
.modal-tab-inner-links ul{
    padding: 0.75rem 0 0;
    border-top: 1px solid #E2E8F0;
    margin: 1rem 0 0;
    list-style: none;
}
.modal-tab-inner-links li a{
    color: #28282880;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 14px;
}
.modal-tab-inner-links li:last-of-type a{
    margin-bottom: 0;
}
.modal-tab-inner-links li a:hover{
    text-decoration: underline;
}
.house-view-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.5rem;
    border-radius: var(--br-lg);
    overflow: hidden;
    position: relative;
}
.house-view-grid div{
    height: 235px;
}
.house-view-grid-button{
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: var(--dark);
    background-color: var(--white) !important;
}
.house-view-grid .single-item-id{
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.house-view-grid div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.house-view-grid div:first-of-type{
    grid-row: span 2;
    grid-column: span 2;
    height: 478px;
}
.fs-small{
    font-size: 13px;
}
.link-top-links{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    gap: 1.5rem;
    padding-bottom: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.link-top-links a{
    color: var(--dark-1);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.link-top-links a img{
    height: 20px;
    width: 20px;
    margin-right: 0.25rem;
    opacity: 0.75;
}
.custom-offcanvas{
    min-height: calc(100vh - 60px) !important;
}
.offcanvas-images{
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
}
.offcanvas-images div{
    height: 320px;
}
.offcanvas-images div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offcanvas-close-btn{
    box-shadow: none !important;
    background-image: none;
    padding: 0 !important;
}
.modal-social{
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.modal-social a{
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--black);
}
.modal-social a:hover{
    text-decoration: underline;
    opacity: 0.8;
}
.modal-social .icon{
    height: 3.25rem;
    width: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 50%;
    color: var(--white);
}
.fb .icon{
    background-color: rgb(62 90 153);
    border: 1px solid rgb(62 90 153);
}
.ln .icon{
    background-color: rgb(6 119 181);
    border: 1px solid rgb(6 119 181);
}
.tw .icon{
    background-color: rgb(96 169 221);
    border: 1px solid rgb(96 169 221);
}
.wh .icon{
    background-color: rgb(13 159 22);
    border: 1px solid rgb(13 159 22);
}
.lk .icon{
    background-color: var(--white);
    border: 1px solid #E2E8F0;
    color: #888;
}
.share-modal{
    width: 600px !important;
    max-width: 100%;
}
.modal-login{
    width: 400px !important;
}
.modal-login .modal-content{
    padding: 0.75rem !important;
}
.share-modal h2{
    font-size: 1.5rem;
    font-weight: 600;

}
.share-modal .modal-content{
    padding: 2rem !important;
    position: relative;
}
.share-modal .btn-close{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    background-size: 0.8rem !important;
    padding: 10px
}
.share-modal .btn-close:hover{
    background-color: #0001;
}
.btn-login-modal{
    border: 1px solid rgb(231, 231, 231) !important;
    display: block;
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.btn-login-modal img{
    width: 20px;
    height: 20px;
}
.login-or{
    position: relative;
    margin: 1rem 0;
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-or::before{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e5e7eb;
}
.login-or span{
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: var(--white);
    line-height: 1;
    position: relative;
}
.fancy-lists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.fancy-lists li{
    line-height: 2.2;
    position: relative;
    padding-left: 1.5rem;
    font-size: 14px;
}
.fancy-lists li::before{
    content: '';
    height: 1rem;
    width: 1rem;
    background-image: url('../img/check.svg');
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.online-status-badge{
    display: inline-block;
    padding: 0.25rem 0.8rem;
    border: 2px solid #E2E8F0;
    border-radius: 2rem;
    margin-left: 1rem;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}
.osb-icon{
    height: 6px;
    width: 6px;
    background-color: var(--dark-2);
    display: inline-block;
    border-radius: 50%;
}
.site-card{
    border-radius: var(--br-lg);
    border: 1px solid var(--stroke, hsla(0, 0%, 75%, .4));
    background: #fff;
    padding: 1.5rem;
}
.fs-14{
    font-size: 14px;
}
.custom-filter-card{
    box-shadow: 0px 0px 1px 0px #00000040;
    padding: 1.5rem;
    border-radius: var(--br);
    width: 100%;
    max-width: 400px;
}
.custom-filter-card *{
    position: relative;
}
.cig-count{
    margin-left: 0.25rem;
    color: #28282866;
}
.custom-input-group{
    font-size: 14px;
}
.custom-input-group input{
    accent-color: var(--blue);
}
.custom-input-group input[type="checkbox"]{
    margin-right: 0.25rem;
}
.custom-input-group label{
    color: var(--dark-1);
    font-weight: 400;
}
.custom-d-row{
    margin-bottom: 1rem;
}
.custom-filter-card-footer{
    border-top: 1px solid #DEDEDE80;
    padding: 1rem 1.5rem;
    margin: 0 -1.5rem -1.5rem;
    width: calc(100% + 3rem);
}
.btn-clear{
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
.filters-selected-option{
    display: block;
    width: 100%;
}
.filters-selected-option span{
    display: inline-block;
    background-color: #efeff0;
    border: none;
    border-radius: 56px;
    color: #222325;
    margin: 0 10px 10px 0;
    padding: 4px 16px;
    line-height: 1.2;
    font-size: 14px ;
}
.filters-selected-option span button{
    padding:0 0 0.5rem 0 !important;
    margin-top: -0.5rem;
    line-height: 0.5;
    background-color: transparent !important;
    box-shadow: none !important;
    margin-left: 0.85rem;
    border: none !important;
    outline: none !important;
    font-size: 1rem;
}
.f-group-pass{
    position: relative;
}
.pass-toggle-box{
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    padding: 0 0.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.pass-toggle-box .bi-eye-slash{
    display: none;
}
.modal-body h2{
    font-size: 1.25rem;
    font-weight: 600;
}
.flag-select{
    position: relative;
}
.flag-select option{
    position: relative;
}
.flag-select option #kenya{
    content: '';
    height: 20px;
    width: 40px;
    background-image: url('../img/kenya.png');
    background-size: contain;
    background-position: center;
}
.modal-body :is(input, select, textarea){
    box-shadow:  none !important;
}
#continueBtn:disabled{
    background-color: var(--blue) !important;
    opacity: 0.5 !important;
    cursor: not-allowed;
    pointer-events: all !important;
    color: var(--white) !important;
}
.number-and-copy{
    display: flex;
    gap: 0.5rem;
    height: 37px;
    display: none;
}
.copy-number{
    height: 100%;
    width: 3rem;
    border-radius: 0.375rem;
    background-color: #69696933;
    color: var(--blue);
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    justify-content: center;
    cursor: pointer;
}
.number-and-copy.shown{
    display: flex;
}
.authed-main-container{
    display: flex;
    gap:0;
}
.authenticated-body .authed-sb{
    width: 0;
}
.authenticated-body.show-sidebar .authed-sb{
    width: 300px;
}
.authenticated-body .authed-content{
    width: 100%;
    padding: 2rem;
}

.profile-image-holder{
    height: 4rem;
    width: 4rem;
    background-color: var(--blue);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 50%;
    margin-bottom: 0.75rem;
    position: relative;
    border: 4px solid var(--white);
    box-shadow: 0 0 10px #0003;
    z-index: 0 !important;
}
.profile-pic-edit{
    position: absolute;
    right: -0.5rem;
    bottom: -0.25rem;
    background-color: var(--white);
    box-shadow: 0 0 10px #0003;
    color: var(--dark);
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center ;
    font-size: 0.95rem;
}
.lh-2 li{
    line-height: 2.5;
}
.btn-site-light{
    background-color: #28282833 !important;
    color: var(--dark-1) !important;
}
.modal-lg-icon{
    background-color: var(--blue);
    color: var(--white);
    height: 3.5rem;
    width: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br);
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}
.u-profile{
    height: 2rem;
    width: 2rem;
    background-color: var(--blue);
    color: var(--white);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
    font-weight: 800;
    letter-spacing: 1px;
    border: 2px solid var(--white);
    box-shadow: 0 0 8px #0003;
}
.nav-link.no-toggle::before{
    display: none
}
.notifications-dm-view{
    min-width: 350px !important;
    padding: 0 !important;
    border-radius: var(--br-lg) !important;
    overflow: hidden !important;
    left: unset !important;
    right: 0 !important;
}
.ndv-header,.ndv-body, .ndv-footer{
    padding: 0.75rem 1rem;
}
.ndv-header{
    border-bottom: 1px solid #28282833;
}
.ndv-body{
    max-height: 150px;
    overflow-y: auto;
}
.notification-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.notification-flex{
    display: flex;
    width: 100%;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #28282822;
    align-items: center;
}
.notification-list li:last-of-type .notification-flex{
    border-bottom: 0;
    padding-bottom: 0;
}
.notf-profile{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #28282822;
    position: relative;
}
.chat-sidebar-chat-lists .notf-profile{
    height: 3rem;
    width: 3rem;
    margin-right: 0.25rem;
}
.notf-profile img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.notf-content{
    width: calc(100% - 4rem);
    position: relative;
    padding-right: 4rem;
}
.notf-content h4{
    font-size: 1rem;
    color: var(--dark);
    font-weight: 500;
    margin-bottom: 0.125rem;
}
.notf-content p{
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--dark-1);
}
.notf-content .notf-date{
    position: absolute;
    right: 0;
    bottom: 0;
}
.ndv-footer{
    border-top: 1px solid #28282822;
}
.chat-main-container{
    display: flex;
    height: 100vh;
    width: 100%;
    gap: 0;
}
.chat-sidebar{
    width: 350px;
    border-right: 1px solid #28282844;
    height: calc(100vh - 63px);
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    box-shadow: 0 0 10px #0002;
}
.chat-content{
    width: calc(100% - 350px);
    height: calc(100vh - 63px);
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 1rem;
}
.empty-chat{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 63px);
    text-align: center;
}
.empty-chat h2{
    font-size: 1.5rem;
}
.empty-chat img{
    width: 100%;
    max-width: 350px;
}
.chat-sidebar-header,
.chat-category,
.chat-sidebar-chat-lists .notification-flex{
    padding: 0.75rem 1rem;
    width: 100%;
    border-bottom: 1px solid #E2E8F0 !important;
}
.chat-sidebar-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.csh-back{
    height: 2.25rem;
    width: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #28282866;
    border-radius: 50%;
    color: var(--dark);
}
.chat-sidebar-header form{
    position: absolute;
    width: 100%;
    display: none;
}
.show-search-form{
    cursor: pointer;
}
.chat-sidebar-header h4{
    font-size: 1.125rem;
    font-weight: 600;
}
.chat-category h5{
    font-size: 1rem;
    font-weight: 600;
    display: block;
    cursor: pointer;
}
.chat-sidebar-chat-lists .notification-flex{
    border-radius: 0 !important;
    width: 100%;
    padding: 0.75rem 1rem !important;
    background-color: transparent !important;
    text-align: left !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.chat-sidebar-chat-lists .notification-flex.active{
    background-color: rgb(207 215 250) !important;
}
.notification-list.chat-sidebar-chat-lists{
    gap: 0 !important;
    flex-direction: column;
}
.inner-chat-messages{
    height: 100%;
}
.inner-chat-details{
    display: flex;
    gap: 1rem;
}
.inner-chat-messages{
    width: calc(100% - 366px);
}
.inner-chat-messages-header{
    display: flex;
    gap: 1rem;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 75%, .4);
    margin: 0 0 0 -1rem;
    padding: 0 0 0.75rem 0.75rem;
}
.inner-chat-messages-header .notification-flex{
    padding: 0 !important;
    border-bottom: none;
    max-width: fit-content;
}
.inner-chat-messages-header .notf-content{
    padding-right: 0;
}
.inner-chat-messages-header .notification-flex h4{
    font-size: 1rem;
}
.inner-chat-messages-header .btn{
    width: max-content !important;
    white-space: nowrap;
    font-size: 0.95rem;
}
.inner-chat-details-sidebar{
    width: 350px;
    border-radius: 8px;
    border: 1px solid hsla(0, 0%, 75%, .4);
    background: #fff;
    box-shadow: 0 0 34px 0 hsla(0, 0%, 72%, .11);
    padding: 1rem;
    height: max-content;
    box-shadow: 0 0 10px #0001;
}
.inner-chat-details-header{
    display: flex;
    gap: 0.75rem;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 75%, .4);
    padding-bottom: 1rem;
}
.icdh-profile{
    height: 2.75rem;
    width: 2.75rem;
    background-color: var(--blue);
    color: var(--white);
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    font-weight: 700;
}
.icdh-detail{
    width: calc(100% - 3.5rem);
    font-size: 1rem;
    font-weight: 600;
}
.icdh-detail-status{
    display: inline-block;
    background-color: rgb(229 231 235);
    color: var(--dark-2);
    font-size: 0.85rem;
    padding: 0.125rem 0.65rem;
    position: relative;
    margin-left: 1rem;
    border-radius: var(--br);
}
.status-status{
    height: 5px;
    width: 5px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.25rem;
    background-color: currentColor;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.icdb-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.icdb-list li{
    line-height: 1.5;
    margin: 0.75rem 0 0.25rem;
}
.icdb-list li:last-of-type{
    margin-bottom: 0;
}
.icdb-list li small{
    display: block;
    font-size: 0.85rem;
}
.last-seen-time{
    font-size: 0.875rem;
}
.inner-chat-messages-body{
    height: calc(100vh - 250px);
    overflow-x: hidden;
    overflow-y: auto;
}
.inner-chat-messages-footer{
    height: 70px;
    border-top: 1px solid hsla(0, 0%, 75%, .4);
    width: 100%;
    padding: 1rem 0 1rem 1rem;
    margin: 0 -1rem 0 -1rem;
    width: calc(100% + 1rem);
}
.inner-chat-messages-footer form{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.inner-chat-messages-footer form button{
    border-radius: 3rem !important;
    width: 6rem;
}
.inner-chat-messages-footer .file-attach{
    width: 3rem;
    height: 3rem;
    background-color: rgb(250 251 255);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #0001;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.inner-chat-messages-footer .file-attach input{
    opacity: 0;
    height: 100%;
    width: 100%;
}
.inner-chat-messages-footer .file-attach img{
    height: 1.125rem;
    width: 1.125rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inner-chat-messages-footer .chat-message-type{
    width: calc(100% - 10rem);
    line-height: 0;
}
.chat-message-type textarea{
    width: 100%;
    background-color: rgb(250 251 255);
    padding: 0.75rem;
    border: none;
    outline: none;
    height: 4rem;
    border-radius: var(--br);
    margin-bottom: 0 !important;
    line-height: 1.5;
    font-size: 0.9rem;
    border: 1px solid #0001;
    overflow-x: hidden;
}
::-webkit-resizer {
    display: none;
}
.stay-safe-chat-notf{
    text-align: center;
    border-top: 1px solid #E2E8F0;
    margin-top: 2rem;
    position: relative;
    padding-top: 1rem;
    opacity: 0.7;
    font-size: 0.9rem;
    line-height: 1.7;
}
.stay-safe-chat-notf span{
    display: inline-block;
    background-color: var(--white);
    padding: 0.125rem 0.5rem;
    position: absolute;
    line-height: 1;
    left: 50%;
    top: -0.65rem;
    transform: translateX(-50%);
}
.inner-text-chat-parent-container{
    display: flex;
    flex-direction: column;
    gap: 0;
}
.inner-text-chat-chat-item{
    width: 100%;
    padding: 0.5rem;
}
.inner-chat-message-message{
    width: fit-content;
    max-width: 360px;
    padding: 0.75rem;
    border-radius: var(--br);
    background-color: rgb(227 231 247);
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
}
.inner-chat-message-message.icmm-received{
    background-color: rgb(230 230 230);
}
.inner-chat-message-message p{
    margin-bottom: 0.125rem;
}
.inner-chat-message-message.icmm-sent{
    margin-left: auto;
}
.inner-chat-message-listing-card{
    display: flex;
    border-radius: calc(var(--br) - 2px);
    padding: 0.5rem;
    gap: 0.5rem;
    background-color: rgb(242 242 242);
    color: var(--dark);
    margin-bottom: 0.5rem;
}
.icmlc-img{
   width: 5rem;
   height: 4rem;
   overflow: hidden;
   border-radius: 4px;
}
.icmlc-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.icmlc-detail{
    width: calc(100% - 5.5rem);
    line-height: 1.5;
}
.icmlc-detail h3{
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.125rem;
}
.icmm-footer{
    display: block;
    text-align: right;
    font-size: 0.75rem !important;
    opacity: 0.9;
    margin-top: 0.25rem;
}
.inner-chat-message-message.icmm-sent .icmm-footer{
    padding-right: 1.75rem;
    position: relative;
}
.inner-chat-message-message.icmm-sent .icmm-footer::before{
    content: '';
    height: 1.125rem;
    width: 1.125rem;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../img/chat-read.svg');
    background-position: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.property-versions-form{
    line-height: 1.6;
    font-weight: 500;
}
.small-small{
    display: block;
    font-weight: 300;
}
.prop-v-form-group{
    position: relative;
}
.prop-v-form-group input{
    position: absolute;
    left: 0;
    top: 0.75rem;
}
.prop-v-form-group label{
    padding-left:  1.5rem !important;
}
.show-more-item-info{
    color: var(--blue);
    font-weight: 500;
    cursor: pointer;
}
.show-more-item-info .s-more,
.show-more-item-info.more-shown .s-less {
    display: inline-block;
}

.show-more-item-info .s-less,
.show-more-item-info.more-shown .s-more{
    display: none;
}
.callout{
    padding-block: 0.5rem !important;
}
.callout-danger{
    color: #dc3545 !important;
    border-color: #dc3545 !important;
    background-color: #dc354511 !important;
}
.progress-bar{
    font-size: 0.9rem !important;
    color: var(--white) !important;
    word-spacing: 4px !important;
    font-weight: 400;
}
.property-icon-img{
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 4px solid #fff;
    box-shadow: 0 0 10px #0002;
}
.progress, .progress-stacked{
    height: 1.5rem !important;
}
.ls-small-text{
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--dark-2);
}
.online-status-icons{
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    border-radius: 50%;
    outline: 2px solid var(--white);
}
.offline{
    background-color: var(--dark-2);
}
.online{
    background-color: #28a745;
}
.status-online{
    background-color: #28a74522 !important;
    color: #28a745 !important;
    border: 1px solid #28a745 !important;
}
.status-online .osb-icon{
    background-color: #28a745 !important;
}
/*
 Dropdown Menu End */
@media screen and (min-width:1000px){
    .navbar-main .nav-link{
        margin-left: 2rem;
    }
    .internal-dropdown-menubar .nav-link{
        margin-right: 1rem;
    }
    .c-dropdown-menu{
        padding: 1rem !important;
        border-radius: 10px!important;
        /* width: 50px; */
        columns: 2;
    }
    .top-bar-form{
        width: 600px;
    }
    .navbar-secondary .nav-link{
        margin-left: 0 !important;
        margin-right: 2rem;
        padding-inline: 0 !important;
    }
    .custom-radio-buttons label{
        padding-left: 0;
        width: 100%;
    }
    .custom-radio-buttons label::before{
        display: none;
    }
    .custom-radio-buttons input:checked + label::after,
    .custom-radio-buttons label:hover::after{
        height: 0.75rem;
        width: 0.4rem;
        border-bottom: 2px solid var(--dark);
        border-right: 2px solid var(--dark);
        left: unset;
        right: -0.4rem;
    }
    ::-webkit-scrollbar {
        width: 6px;
    }
    ::-webkit-scrollbar-track {
    background: #f1f1f1;
    }

    ::-webkit-scrollbar-thumb {
    background: rgb(59 130 246 / 50%);
    }

    ::-webkit-scrollbar-thumb:hover {
    background: rgb(59 130 246 / 100%);
    }
    .mobile-filter-and-sort{
        display: none;
    }
    :is(.housesListSwiper,.landsListSwiper){
        margin: 0 -1.5rem;
        width: calc(100% + 4rem);
        /* background-color: red !important; */
        padding: 0.75rem 1.5rem;
    }
    h1 {
        font-size: 2.25rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
    .mobile-fixed-top-filters{
        padding: 1.25rem 0 0.75rem;
    }
    .columns-3{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .custom-d-row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        justify-content: space-between;
    }
    .show-sidebar.authenticated-body .body-backdrop{
        display: none !important;
    }
    .authenticated-body.show-sidebar .authed-content{
        width: calc(100% - 300px);
    }
    .max-width{
        max-width: 500px;
    }
    .item-list-single-img{
        height: 260px !important;
    }
}
@media screen and (max-width:999px) {
    body{
        font-size: 14px;
    }
    .home-slider{
        min-height: unset;
        padding: 2.5rem 0 !important;
    }
    .navbar-collapse.collapse,.navbar-collapse.collapsing{
        height: 100vh !important;
        padding: 1rem;
        position: fixed !important;
        display: block;
        width: 300px;
        max-width: 100%;
        top: 0;
        background-color: var(--white);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: 0.25s ease left;
        transform-origin: left;
        right: -300px;
        z-index: 15;
        box-shadow: 0 0 10px #0002;
    }

    .navbar-collapse .btn{
        margin-bottom: 0.5rem;
    }
    .navbar-collapse.collapsing{
        left: -150px;
        transition: none;
    }
    .navbar-collapse.show,.navbar-collapse.collapsing{
        left: 0;
    }
    .navbar-toggler{
        border: none;
        box-shadow: none !important;
        outline: none;
        position: relative;
    }
    .close-mobile-menu{
        height: 2.5rem;
        width: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        line-height: 0;
        background-color: transparent;
        box-shadow: none;
        border: none;
        outline: none;
        color: var(--white);
        font-weight: 100 !important;
        position: absolute;
        right: 0.25rem;
        top: 0;
        z-index: 10;
        padding: 0 !important;
        display: none;
    }
    .hide-on-mobile{
        display: block;
    }
    .home-slider{
        min-height: 500px;
    }
    .home-slider h1{
        font-size: 2rem;
    }
    .nav.nav-pills .nav-link{
        font-size: 12px;
        padding: 6px 10px;
    }
    .custom-nav-pills{
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .custom-nav-pills .nav-link{
        white-space: nowrap;
    }
    h2{
        font-size: 18px;
    }
    .js-sm-between{
        justify-content: space-between;
    }
    .dropdown-menu.show::before,.dropdown-menu.show::after{
        display: none !important;
        padding: 0 !important;
    }
    .dropdown-item{
        padding-inline: 0 !important;
        font-size: 14px !important;
    }
    /* .hero-section-form{
        gap: 0.5rem;
    }
    .hero-section-form input,
    .hero-section-form button{
        border-radius: 5px 5px 5px 5px !important;
    } */
    .single-house-card{
        display: grid;
        align-items: center;
        height: 100%;
        grid-template-columns: 3fr 5fr;
        height: max-content !important;
    }
    .single-house-card-slider{
        width: 150px;
        max-height: 160px !important;
        height: 100% !important;
    }
    .single-house-card-slider .swiper{
        height: 100%;
    }
    .item-list-single-img{
        height: 100% !important;
    }
    .single-house-card .swiper-button-next,
    .single-house-card .swiper-button-prev{
        display: none;
    }
    .item-price{
        font-size: 18px !important;
    }
    .single-hauz-tour-card{
        height: 200px;
    }
    .shtc-detail{
        padding: 0.5rem 0.75rem;
    }
    .site-dark-badge{
        font-size: 10px;
    }
    .item-detail-li{
        gap: 0.5rem;
    }
    .item-detail-li img{
        height: 15px;
        width: 15px;
    }
    .app-cta{
        min-height: 500px;
        align-items: flex-start;
    }
    .app-cta::before{
        width: 100%;
        height: 50%;
        bottom: 1rem;
        left: 0;
        top: unset;
    }
    .app-cta h2{
        font-size: 1.5rem;
    }
    .app-download-row{
        margin-top: 1rem;
    }
    .hiw-card{
        display: flex;
        text-align: left;
        align-items: center;
        padding: 0;
        gap: 1.5rem;
        margin-bottom: 4.5rem;
    }
    .hiw-icon{
        height: 100px;
        width: 100px;
        margin: 0;
    }
    .hiw-content{
        width: calc(100% - 110px);
    }
    .hiw-content p {
        margin: 0;
    }
    .hiw-parent-container::before{
        width: 1px;
        height: 65%;
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
        border-top: unset;
        border-right: 1px dashed var(--blue);;
    }
    .btn-sm-block{
        display: block;
    }
    .custom-link-buttons  li a{
        font-size: 12px;
        padding: 6px 10px;
    }
    :is(.overflow-mobile-scroll,.custom-link-buttons, .custom-link-tabs)::-webkit-scrollbar{
        display: none !important;
    }
    .sponsored-items-card{
        padding: 0.65rem 1rem;
    }
    .all-listing-mobile{
        color: var(--white);
        display: inline-block;
        font-weight: 500;
        background-color: var(--blue);
        padding: 0.35rem 0.75rem;
        border-radius: var(--br);
    }
    .navbar-secondary{
        display: none;
    }
    .mobile-top-nav-form{
        padding-bottom: 0.75rem;
        width: 100%;
    }
    .top-bar-form-search-result{
        width: 100%;
    }
    .top-bar-form-search-result li{
        font-size: 12px;
    }
    .top-bar-form-search-result li a{
        font-size: 10px;
    }
    .property-related-searches {
        grid-template-columns: repeat(2, 1fr);
    }
    .property-related-searches li a{
        padding-left: 1.5rem;
        font-size: 12px;
    }
    .overflow-mobile-scroll{
        flex-wrap: nowrap;
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .overflow-mobile-scroll .nav-link{
        white-space: nowrap;
    }

    .internal-dropdown-menubar{
        position: fixed;
        height: 100vh;
        width: 300px;
        left: -300px;
        top: 0;
        background-color: var(--white);
        z-index: 10000;
        border-right: 1px solid #0004;
        padding: 4rem 1.5rem 1.5rem;
        transition: 0.5s ease all;
    }
    .internal-dropdown-menubar,.internal-sort-menubar{
        position: fixed;
        height: 100vh;
        width: 300px;
        left: -300px;
        top: 0;
        background-color: var(--white);
        z-index: 10000;
        border-right: 1px solid #0004;
        padding: 4rem 1.5rem 1.5rem;
        transition: 0.5s ease all;
    }
    .show-filters .internal-dropdown-menubar{
        left: 0;
    }
    .show-sorts .internal-sort-menubar{
        left: 0;
    }
    .internal-dropdown-menubar .styled-on-mobile{
        height: 100%;
        max-height: calc(100% - 2rem);
        overflow-x: hidden;
        overflow-y: auto;
    }
    .mobile-filter-menu{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
    }
    .mobile-filter-menu .styled-on-mobile{
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
    }
    .mobile-filter-menu .navbar-nav .dropdown-menu{
        position: relative;
        top: 0;
        left: 0;
        padding: 0 !important;
        border: 0 !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        width: 100%;
    }
    .mobile-filter-menu .custom-radio-buttons{
        padding: 0;
        box-shadow: none !important;
    }
    .mobile-filter-menu .btn-outline-gray{
        display: flex;
        width: 100%;
        justify-content: space-between;
        border: none !important;
        padding: 0.5rem 0 !important;
    }
    /* .custom-check-filters.custom-dropdown-menu{
        width: unset !important;
    } */
    .custom-check-filter .custom-radio-buttons{
        max-width: 200px !important;
    }
    .internal-dropdown-menubar .navbar-collapse{
        max-width: 100%;
    }
    .internal-dropdown-menubar .crb-group{
        font-size: 14px;
        max-width: calc(100% - 3rem);
    }
    .internal-dropdown-menubar .btn-outline-gray.show .bi-chevron-down{
        transform: rotate(180deg);
    }
    .internal-dropdown-menubar .btn-outline-gray{
        border-bottom: 1px solid #E7E7E7 !important;
        border-radius: 0 !important;
    }
    .internal-dropdown-menubar .crb-group label{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .custom-dropdown-menu:hover{
        display: block !important;
    }
    .mobile-close-filters{
        padding: 0.5rem;
        margin-right: -0.65rem;
        font-size: 18px;
    }
    .filters-mobile-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid;
        border-bottom: 1px solid #ECECEC;
        padding: 0.5rem 1.5rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.5rem;
    }
    .text-dark-1{
        color: var(--dark-2);
    }
    .filters-title{
        font-weight: 700;
        font-size: 18px;
    }
    :is(.housesListSwiper, .landsListSwiper, .houzToursSwiper) .swiper-slide{
        margin-right: -10px !important;
        padding-right: 20px !important;
    }
    :is(.housesListSwiper, .landsListSwiper, .houzToursSwiper) .swiper-slide:last-of-type{
        margin-right: 10px !important;
        padding-right: 0 !important;
    }
    .single-house-card{
        width: 100% !important;
    }
    .sort-by-option{
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .custom-sort-options{
        position: relative;
        left: unset;
        top: unset;
        display: block;
    }
    .sort-by-option span{
        display: none;
    }
    .custom-sort-options{
        padding: 0 !important;
        box-shadow: none;
        background-color: transparent;
        width: 100%;
    }
    .custom-sort-options li{
        width: 100%;
        position: relative;
        display: block;
        line-height: 2;
        color: var(--dark-2);
    }
    .custom-sort-options li a{
        display: block;
    }
    .custom-sort-options li.selected::before,
    .custom-sort-options li:hover::before{
        content: '';
        height: 0.35rem;
        width: 0.7rem;
        border-left: 1px solid var(--dark);
        border-bottom: 1px solid var(--dark);
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        position: absolute;
    }
    .accordion-button{
        font-size: 14px;
        line-height: 1.7;
    }
    .capitalize-mobile{
        text-transform: capitalize;
    }
    .modal-tab-inner-links ul{
        margin: 1rem 0 1rem;
    }
    .site-card{
        padding: 0.75rem;
    }
    .d-mobile-none{
        display: none;
    }
    .house-view-grid div{
        min-height: unset;
    }
    .fancy-lists, .house-view-grid{
        display: unset;
    }
    .house-view-grid :not(:first-of-type){
        display: none;
    }
    .navbar-main .nav-item{
        text-align: left !important;
    }
    body :has(.dropdown-menu.show)::before{
        display: none;
    }
    .custom-filter-card form{
        max-width: calc(100% - 3rem);
        padding-right: 0.125rem;
    }
    .custom-filter-card{
        max-width: 100% !important;
    }
    .custom-input-group label{
        display: inline-flex;
        justify-content: space-between;
    }
    .filters-selected-option{
        display: none;
    }
    .mobile-house-list{
        margin-bottom: 0 !important;
    }
    .modal-social{
        flex-wrap: wrap;
    }
    .modal-dialog{
        max-width: calc(100% - 1rem) !important;
    }
    .authed-main-container{
        display: unset;
    }
    .authed-sb{
        position: fixed;
    }
    .authenticated-body .custom-sidebar{
        left: 0 !important;
        z-index: 10;
    }
    .show-sidebar.authenticated-body .custom-sidebar{
        left: -300px !important;
    }
    .authenticated-body .authed-content{
        width: 100%;
        padding: 1rem;
    }
    .authenticated-body .body-backdrop{
        display: block;
        height: calc(100% - 63px);
        width: 100%;
        position: fixed;
        background-color: #28282866;
        /* backdrop-filter: blur(20px); */
        left: 0;
        bottom: 0;
        z-index: 10;
    }
    .show-sidebar.authenticated-body .body-backdrop{
        display: none !important;
    }
    .chat-inbox-list-all .chat-sidebar{
        width: 100%;
    }
    .chat-inbox-list-all .chat-content, .single-chat-view .chat-sidebar,
    .inner-chat-details-sidebar, .last-seen-time{
        display: none;
    }
    .single-chat-view .chat-content,
    .inner-chat-messages{
        width: 100%;
    }
    .inner-chat-messages-header .btn{
        padding-inline: 0.75rem !important;
        margin-left: auto;
    }
    .inner-chat-messages-header .notification-flex{
        width: calc(100% - 6rem);
    }
    .chat-content{
        /* height: calc(100dvh - 120px); */
    }
    .inner-chat-messages-body{
        height: calc(100dvh - 250px);
    }
    body:has(.chat-main-container) .mobile-top-nav-form{
        display: none;
    }
    .item-list-single-img img, .item-mobile-single-house-view img{
        max-height: 170px;
    }
    .mobile-image-single-house-view img{
        height: 240px !important;
        max-height: 240px !important;
    }
    .sticky-top-on-mobile{
        position: sticky;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 9;
        background-color: var(--white);
        padding-bottom: 1rem;
    }
    /* .sticky-top-on-mobile::before{
        content: '';
        height: 1px;
        width: 100vw;
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid #E2E8F0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    } */
    .single-house-view-mobile-sticky-top{
        position: sticky;
        top: 418px;
        z-index: 5;
        background-color: var(--white);
        border-bottom: 1px solid #E2E8F0;
    }
    .custom-link-tabs.single-house-view-mobile-sticky-top{
        padding: 0 0 0.5rem !important;
        font-size: 0.75rem !important;
    }
    .default-offcanvas-row{
        display: flex;
        width: 100%;
        gap: 2rem;
        justify-content: space-between;
        margin: 0.75rem 0;
        align-items: center;
    }
    .dor-left{
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    .dor-l-img{
        height: 2rem;
        width: 2rem;
    }
    .dor-l-img img{
        height: 100%;
        width: 100%;
        object-fit: contain;
        border-radius: 0.5rem;
    }
    .dor-l-content{
        /* width: calc(100% - 3.5rem); */
    }
    .dor-right .btn{
        font-size: 0.75rem !important;
        border-radius: 0.5rem !important;
        width: 6rem !important;
        padding: 0.25rem 0.75rem !important;
    }
    .line-height-1{
        line-height: 1.5;
        display: block;
    }
    .app-link-bottom-canvas .default-offcanvas-row{
        padding-left: 1rem;
        position: relative;
    }
    .app-link-bottom-canvas .default-offcanvas-row button{
        position: absolute;
        left: -1rem;
        top: 50%;
        transform: translateY(-50%);
        height: 2rem;
        width: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: none;
        outline: none;
        color: var(--dark);
        font-size: 1rem;
        line-height: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
        z-index: 10;
    }
}
