@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Poppins:wght@300;500;700&display=swap');
:root{
    --main-color: #2540A2;
    --main-btn:#1a2340;
    --h-success:#0fca98;
    --h-warning:#ff8f00;
    --h-primary: rgba(29, 150, 255, 0.78);
    --h-light:#ffffff;
    --cta-bg:#1266e3;
    --footer-bg:#262d41;
    --footer-text:#858b9f;
    --copyright-bg:#1b2132;
    --btn-color:#ff0042;
    --agent-bg:#eef5ff;
    --response-bg:#579bff;
    --req-notification-bg: #e9f7ef;
    --req-notification-color: #1e8449;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 90%;
    scroll-behavior: smooth;
    /*overflow: hidden;*/
}
p{
    line-height: 1.75;
}
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.title-column th{
    background: whitesmoke;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}
.custom-text {
    font-weight: bold;
    font-size: 1.1em;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    color: #999;
    background: #fff;
}
h2#swal2-title {
    /*border-bottom: 1px solid;*/
}
.logged-in {
    color: green !important;
    font-size: 1.3rem;
}
.swal2-popup.swal2-modal.swal2-show {
    width: 50%;
    /*letter-spacing: 2px;*/
}

.logged-out {
    color: red;
    font-size: 1.3rem;
}
.away {
    color: gray;
    font-size: 1.3rem;
}
.navbar-brand{
    color: var(--main-color) !important;
}
.menu_items{
    font-weight: 500;
    color: var(--h-success) !important;
}
.spin-center{
    right: 50% !important;
    position: absolute;
    z-index: 10000;
    top: 30%;
}
.site-toggler{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.site-toggler .toggler-bar-1,.site-toggler .toggler-bar-2,.site-toggler .toggler-bar-3{
    display: block;
    height: 2px;
    width: 1.75em;
    background-color: var(--main-color);
    margin: 0.5rem 0;
    transition: 0.5s all ease;
}
.toggler-bar-2 {
    margin: 0.4rem 0;
}
.slider-h1{
    color: var(--h-light);
}
.testimonial-1,.testimonial-2,.testimonial-3{
    background-color: #00000066 !important;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: var(--main-color);
    border-radius: 50%;
}
.btn{
    transition:0.5s tranform ease;
    font-weight: 600 !important;
}
.btn:hover{
    transform: scale(1.02);
}
.btn-main{
    background-color: var(--btn-color) !important;
    color: var(--h-light) !important;
    font-weight: 600 !important;
}
.btn-mains{
    background-color: var(--main-color);
    /*color: var(--h-light) !important;*/
    font-weight: 600 !important;
}
.btn-outline-main{
    background-color: transparent !important;
    color: var(--btn-color) !important;
    font-weight: 600 !important;
    border: 1px solid var(--btn-color) !important;
    box-shadow: none !important;
}
.btn-outline-main{
    background-color: transparent !important;
    color:var(--main-color);
    font-weight: 600 !important;
    border: 1px solid var(--main-color);
    box-shadow: none !important;
}
.h-btn{
    padding: 1rem 1.5rem !important;
}
.h-btn-lg{
    padding: 1.5rem 3.5rem !important;
    border-radius: 3rem !important;
    border: 5px solid #4285e9 !important;
    font-size: 1.15rem !important;
}
.text-h-success{
    color: var(--h-success) !important;
}
.text-h-warning{
    color: var(--h-warning) !important;
}
.text-h-primary{
    color: var(--h-primary) !important;
}
.request-chat{
    background-color: #ffffff;
    border-radius: 0.5rem;
}
.request-chat p,.request-chat li,.request-chat input,.request-chat select{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem !important;
}
.request-chat ul li{
    list-style: none;
}
.chat-body{
    height:55vh;
    overflow: auto;
    width: 100%;
}
.chat-body::-webkit-scrollbar,.req-notification-inner-container::-webkit-scrollbar {
    width: 0.35rem !important;
    border-radius: 0.5rem !important;
}
.chat-body::-webkit-scrollbar-track,.req-notification-inner-container::-webkit-scrollbar-track {
    background: var(--agent-bg) !important;
    border-radius: 1em !important;
}
.chat-body::-webkit-scrollbar-thumb,.req-notification-inner-container::-webkit-scrollbar-thumb {
    background-color: var(--response-bg) !important;
    border-radius: 0.5rem !important;
}
.chat-footer{
    background-color: #eeeeee;
    border-radius: 0 0 0.5rem 0.5rem;
}
.chat-u-img{
    width: 70%;
    border:1px solid silver;
    padding: 0.0625rem;
    border-radius: 50%;
}
.chat-message{
    border:1px solid var(--agent-bg);
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    color: var(--copyright-bg);
    background: var(--agent-bg);
    display: inline-block;
}
.chat-message p{
    margin-bottom: 0;
}
.chat-section{
    border-radius: 0.5rem;
    border:1px solid #1d96ff;
    padding: 0.75rem 0.5rem;
    font-size: 1.25rem;
    width: 100%;
    background-color: white !important;
}
.btn-send-msg{
    display: block !important;
    width: 100%;
    background: #1d96ff;
    color: #ffffff;
    border-radius: 0.5rem;
}
.chat-response{
    text-align: right !important;
}
.chat-response .chat-message{
    background: var(--response-bg) !important;
    border: 1px solid var(--response-bg) !important;
    color: var(--h-light) !important;
}
.chat-number-inputs{
    display: inline-block !important;
    width: 3rem;
    border:none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.chat-select-inputs{
    display: inline-block !important;
    border:none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.chat-send-btn{
    border:none !important;
    background-color: transparent !important;
    outline: none !important;
}
.chat-send-btn img{
    width: 40px;
}
.dashboard-bg{
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.dashboard-innner{
    background-color: var(--h-light);
    min-height: 97vh;
    padding: 0;
}
.dashboard-sidebar{
    min-height: 100vh !important;
    height: 100% !important;
    width: 335px;
}
.bg-sidebar{
    width: 277px;
    /*background-color: var(--main-color);*/
    background-color: #f1f2f5;
    border-right: 1px solid #dee2e6 !important
;
    z-index: 4;
}
.dash-sidebar{
    position: fixed;
}
.dashboard-sidebar img{
    width: 10.5rem;
    z-index: 100;
}
.dashboard-sidebar a ,.dashboard-mobile-top-menu a{
    /*color: #ddd !important;*/
    color: #212529 !important;
    width: 100%;
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    margin: 0.25rem 0;
    text-decoration: none !important;
}
.dashboard-mobile-top-menu a{
    color: var(--main-color) !important;
}
.dashboard-sidebar a:hover{
    text-decoration: none !important;
}
.dashboard-sidebar li.router-link-active,.dashboard-mobile-top-menu a.router-link-active{
    color: #212529 !important;
    background-color: #e5e6e9;
}
.dashboard-sidebar .badge.bg-success{
    background-color: #076dfb !important;
}
.dashboard-logo{
    width: 90%;
}
.faded-hr{
    opacity: 0.2 !important;
}
.dashboard-uname{
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dashboard-umail{
    font-size: 0.8rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.dashboard-logout{
    color: var(--main-color) !important;
}
a.outline-none:hover{
    text-decoration: none !important;
}
.dashboard-top-bar{
    background-color: #eeeeee;
}
.slider-form label{
    font-size: 1.5rem;
}
.request-form-label{
    color: var(--main-color);
}
.mobile-nav,.mobile-nav.collapsing,.mobile-nav.show{
    display: none !important;
}
.dashboard-mobile-top-menu a{
    color: var(--h-light) !important;
}
.v3dp__popout{
    top:-20rem;
}
.hiw-icons{
    font-size: 2rem;
}
.chat-bottom-section{
    position: fixed;
}
.btn-outline-edit{
    background-color: var(--h-primary) !important;
    color: var(--h-light) !important;
}
.btn-profile-edit{
    background-color: transparent !important;
    border: 1px solid var(--h-primary) !important;;
    color: var(--h-primary) !important;
}
.req-notification{
    background-color: var(--req-notification-bg);
    color: var(--req-notification-color);
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
    max-width: 30vw;
}
.profile-form-title{
    color: #666666 !important;
    font-weight: 300 !important;
}
ol, ul {
    /*padding-left: 1.15rem !important;*/
}
.dashboard-card{
    border-radius: 0.5rem !important;
    color: var(--main-btn) !important;
    text-decoration: none !important;
    transition: 0.5s all ease;
    display: block;
    box-shadow: 0 3px 5px #0001;
    border: 1px solid #2540a222;
}
.dashboard-card-header,.dashboard-card-body{
    padding: 1rem 1rem 0.5rem;
}
.dashboard-card-header{
    background-color: var(--main-color);
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.dashboard-card-header h4{
    color: white;
}
.swiper-button-prev,.swiper-button-next{
    position: relative;
}
.swiper-button-prev{
    margin-left: 1rem;
}
.swiper-button-next{
    margin-right: 1rem;
 }
.swiper-button-prev:after,.swiper-button-next:after{
    font-size: 2rem !important;
    color: black !important;
}
.swiper-button-prev:after{
    content: "\2190" !important;
}
.swiper-button-next:after{
    content: "\2192" !important;
}
.swiper-button-prev:before,.swiper-button-next:before{
    content: "";
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 100%;
    background-color: #fffa;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.dashboard-card:hover{
    box-shadow: 0 5px 10px #00000011;
    transform: translateY(-2px);
}
.sh_tab_count{
    margin-left: 0.5rem;
    font-size: 0.85rem;
    padding: 0.1rem 0.25rem 0.15rem 0.25rem;
    background-color: var(--h-primary);
    color: white;
    font-weight: bold;
    border: 1px solid var(--h-primary);
    border-radius: 0.25rem;
}
.h-cta{
    background-color: var(--cta-bg);
    color: var(--h-light) !important;
}
.footer{
    background-color: var(--footer-bg);
}
.footer p, .footer  a, .copyright p, .copyright a{
    color: var(--footer-text);
    text-decoration: none !important;
}
.copyright{
    background-color: var(--copyright-bg);
}
@media screen and (max-width: 1300px) {
    html {
        font-size: 85%;
    }
}
@media screen and (max-width: 999px){
    html{
        font-size: 100%;
    }
    .chat-body {
        height: 65vh;
        overflow: auto;
        width: 100%;
    }
    .d-mobile-none{
        display: none;
    }
    .swal2-popup.swal2-modal.swal2-show {
        width: 100%;
        letter-spacing: 2px;
    }
}

.table>:not(:first-child) {
    border-color: rgb(222 226 230) !important;
    border-width:1px !important;
    border-left: none !important;
    border-right: none !important;
}
.remove-label-on-form label{
    display: none;
}
.remove-label-on-form textarea,.remove-label-on-form button{
    box-shadow: none !important;
}
.prop-comment-bx input[type ='text']{
    display: none;
}
[current_tab="not_interested"] .text-danger.text-decoration-none{
    display: none;
}
.deleted-property:before {
    content: 'SOLD OUT';
    width: 60%;
    height: 100%;
    background-color: #000b;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rented-property:before {
    content: 'RENTED OUT';
    width: 60%;
    height: 100%;
    background-color: #000b;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sold-property:before {
    content: 'SOLD OUT';
    width: 60%;
    height: 100%;
    background-color: #000b;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.not-available:before {
    content: 'Not Available';
    width: 60%;
    height: 100%;
    background-color: #000b;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-section .map{
    min-height: 60vh!important;
}
.client-map-section .map{
    min-height: 30vh!important;
}

@media screen and (max-width: 767px) {
    html{
        font-size: 90%;
    }
    body{
        background-color: #eee !important;
    }
    .container.full-on-mobile{
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .container-fluid.request-house-full-chat{
        width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .chat-send-btn img{
        width: 30px;
        overflow: hidden !important;
    }
    .dashboard-top-bar{
        background-color: #eeeeee;
    }
    .mobile-nav{
        display: none;
        position: fixed !important;
        width: 75vw !important;
        top:0 !important;
        transform: translateX(-100%);
        height: 100vh !important;
        background-color: var(--main-color) !important;
        z-index: 100000 !important;
        padding: 1rem;
        transform-origin:left;
        transition: 0.15s all ease;
    }
    .mobile-nav.collapsing{
        transform: translateX(0);
        transition: 0.15s all ease;
    }
    .mobile-nav.show{
        display: block !important;
        transform: translateX(0);
        left: 0 !important;
        transform-origin:left;
        transition: 0.15s all ease;
    }
    .mobile-nav.home{
        background-color: var(--footer-bg) !important;
    }
    .fixed-bottom.chat-bottom-section{
        position: static !important;
    }
    .dashboard-sidebar{
        /*display: none !important;*/
    }
    .position-fixed.bg-sidebar{
        width: 0 !important;
    }
   .sb-sidenav-toggled .position-fixed.bg-sidebar{
        width: 250px !important;
    }
   .request_house_btn{
       font-size: 0.9rem !important;
   }

    .sold-property:before {
        content: 'SOLD OUT';
        width: 100% !important;
        height: 42% !important;
        bottom: 0 !important;
        top:auto;
    }
    .rented-property:before {
        content: 'RENTED OUT';
        width: 100% !important;
        height: 42% !important;
        bottom: 0 !important;
        top:auto;
    }
    .deleted-property:before {
        content: 'SOLD OUT';
        width: 100% !important;
        height: 42% !important;
        bottom: 0 !important;
        top: auto;
    }
    .not-available:before {
        content: 'Not Available';
        width: 100% !important;
        height: 42% !important;
        bottom: 0 !important;
        top:auto;
    }
}

/*Framework Styles*/

.sh-phone{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 0.25rem;
}
.phone-country{
    width: 2rem;
    border: none;
    align-self: center;
    outline: none !important;
    padding: 0.4rem;
    border-right: 1px solid #0003;
}
.phone-number{
    width: calc(100% - 2.2rem);
    border: none;
    align-self: center;
    outline: none;
    margin-bottom: 0;
    padding: 0.4rem;
}
.sh-phone img{
    padding: 0.125rem;
    width: 2rem;
    height: 2rem;
}
.phone-number::placeholder{
    font-weight: 300;
    opacity: 0.5;
}

.permissions-main {
    background: #edeff2;
}
.permissions-main div#permissions-nav {
    padding: 0;
}
.permissions-main div#permissions-nav ul {
    padding-left: 0;
    max-height: 400px;
    overflow-y: auto;
}
.permissions-main div#permissions-nav ul li.active {
    border-right: none !important;
    position: relative;
    top: 0;
    left: 0;
    background: #88b3b370;
    border-radius: 10px;
}
.permissions-main div#permissions-nav ul li {
    list-style: none;
    padding-inline-start: 10px;
    display: flex;
    gap: 5px;
}
.permissions-main div#permissions-nav ul li label {
    padding: 8px 0;
    cursor: pointer;
    height: 100%;
    flex-grow: 1;
}

.sh-selected-item{
    line-height: unset!important;
}
.sh-suggestion-input{
    padding: 0.375rem 0.75rem;
}
.sh-suggest{
    margin-bottom: 1rem;
}
.sh-suggest-control::after{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0.255em;
}

.sh-forgot-link, .sh-register-link{
    cursor: pointer;
}

.sh-tabs .nav-link {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #282828;
}
.sh-tabs .nav-link.active {
    border-bottom: 4px solid #0D6EFD !important;
    color: #0D6EFD !important;
}
