@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Poppins:wght@300;500;700&display=swap');
:root{
    --site-warning: #ffcc00;
    --site-primary: #002b64;
    --site-dark: #020100;
    --site-light: #ffffff;
    --body-bg: #eeeeee;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 90%;
    scroll-behavior: smooth;
}
.bg-sidebar {
    overflow-y: auto;
}
ul.flex-column.ps-2.nav {
    padding-left: 0 !important;
    margin-left: -14px !important;
}
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;
}
.dashboard-bg{
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.dashboard-innner{
    background-color: var(--site-light);
    min-height: 97vh;
    padding: 0;
}
.dashboard-sidebar{
    min-height: 100vh !important;
    height: 100% !important;
    width: 250px;
}
.bg-sidebar{
    width: 212px;
    background-color: var(--site-primary);
    z-index: 4;
}
.dash-sidebar{
    position: fixed;
}
.dashboard-sidebar img{
    width: 12.5rem;
}
.dashboard-sidebar a ,.dashboard-mobile-top-menu a{
    color: var(--site-light) !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(--site-primary) !important;
}
.dashboard-sidebar a:hover{
    text-decoration: none !important;
}
.dashboard-sidebar li.router-link-active,.dashboard-mobile-top-menu a.router-link-active{
    color: var(--site-light) !important;
    background-color: var(--site-primary);
}
.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(--site-primary) !important;
}
a.outline-none:hover{
    text-decoration: none !important;
}
.dashboard-top-bar{
    background-color: #eeeeee;
}
.mobile-nav,.mobile-nav.collapsing,.mobile-nav.show{
    display: none !important;
}
.dashboard-mobile-top-menu a{
    color: var(--site-light) !important;
}
.btn-outline-edit{
    background-color: var(--site-primary) !important;
    color: var(--site-light) !important;
}
.btn-profile-edit{
    background-color: transparent !important;
    border: 1px solid var(--site-primary) !important;;
    color: var(--site-primary) !important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
    max-width: 30vw;
}
.profile-form-title{
    color: #999999 !important;
    font-weight: 200 !important;
}
.router-link-active.router-link-exact-active {
    background-color: #02010033 !important;
    border-left: 3px solid var(--site-warning);
    box-sizing: border-box;
}
img.dashboard-logo{
    width: 3rem !important;
}
.text-site-warning{
    color: var(--site-warning);
}
.dashboard-toggler{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.d-toggler-icon-1,.d-toggler-icon-2,.d-toggler-icon-3{
    display: block;
    height: 2px;
    width: 1.25rem;
    background-color: var(--site-primary);
    overflow: hidden;
}
.d-toggler-icon-2{
    margin: 0.35rem 0 !important;
    width: 1.75rem;
}
.dashboard-brdcrumb{
    display: flex;
    align-items: center !important;
}
.dashboard-brdcrumb ul li{
    margin-bottom: 0;
}
.breadcrumb a{
    color: var(--site-primary) !important;
}
.auth-div{
    display: flex;
    min-height: 100vh;
    align-items: center;
}
@media screen and (max-width: 1300px) {
    html {
        font-size: 85%;
    }
}
@media screen and (max-width: 999px){
    html{
        font-size: 80%;
    }
}
@media screen and (max-width: 767px) {
    html{
        font-size: 70%;
        scroll-behavior: smooth;
    }
    .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;
    }
    .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;
    }
    .sb-sidenav-toggled .position-fixed.bg-sidebar{
        width: 250px !important;
    }
    .bg-sidebar {
        width: unset;
    }
}
blockquote {
    margin: 0 0 1rem;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}

.offcanvas-backdrop.fade {
    opacity: 0.5;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
