.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}
.custom-card {
    border: 1px solid #ced4da;
}
.customizer-action svg{
    width: 23px !important;
    color: #ffffff !important;
}
.active-mode{
    border: solid 2px #000000 !important;
}
.property-img{
    max-width: 507px;
    max-height: 286px;
}
.text-justify{
    text-align: justify;
}
.custom .media{
    padding: 10px !important;
}
.user-avatar{
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}
.blgcomment-list li .media img{
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}
.codex-sidebar .logo-gridwrap{
    padding: 0px 16px !important;
}

.setting-logo{
    width:300px !important;;
}

.landing-logo{
    width: 180px !important;
}
.lan-footer .codex-brand{
    margin-block-end: 0px !important;
}
.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}
.invoice-logo{
    width: 250px;
}

.codex-calendar .events-list li{
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}
.codex-calendar .events-list{
    overflow: auto;
    height: 863px;
}
.landing_logo{
    filter: drop-shadow(2px 3px 7px #011C4B);
}
.head-invoice img{
    width: 250px;
}
.cdx-invoice .body-invoice .table tr td{
    padding: 10px 10px !important;
}
.codex-brand img{
    width: 300px;
}
.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}


.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 585px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
     background-color: unset;
}
.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}

/* 3D Pros Real Estate product system */
:root {
    --primary-rgb: 58, 143, 149;
    --primary-bg-color: rgb(var(--primary-rgb));
    --primary01: rgba(var(--primary-rgb), 0.1);
    --primary02: rgba(var(--primary-rgb), 0.2);
    --primary03: rgba(var(--primary-rgb), 0.3);
    --primary04: rgba(var(--primary-rgb), 0.4);
    --primary05: rgba(var(--primary-rgb), 0.5);
    --primary06: rgba(var(--primary-rgb), 0.6);
    --primary07: rgba(var(--primary-rgb), 0.7);
    --primary08: rgba(var(--primary-rgb), 0.8);
    --primary09: rgba(var(--primary-rgb), 0.9);
    --primary005: rgba(var(--primary-rgb), 0.05);
}

body,
button,
input,
select,
textarea {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.codex-sidebar .logo-gridwrap {
    min-height: 85px;
    padding: 14px 16px !important;
}

.codex-sidebar .logo-gridwrap .codexbrand-logo,
.codex-sidebar .logo-gridwrap .codex-darklogo {
    max-width: 205px;
}

.codex-sidebar .logo-gridwrap img {
    width: 100%;
}

.codex-sidebar.sidebar-dark,
body.darkmode .codex-sidebar {
    background-color: #0b0f14;
}

.codex-menu li.menu-item.active > a,
.codex-menu li.menu-item > a:hover {
    border-radius: 10px;
}

.btn-primary {
    border-color: #3a8f95 !important;
    background-color: #3a8f95 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #2f777c !important;
    background-color: #2f777c !important;
}

.re-auth-page .auth-main {
    min-height: 100vh;
    height: auto;
    overflow: auto;
    background: #0b0f14;
}

.re-auth-page .auth-main::before {
    display: none;
}

.re-auth-page .codex-authbox {
    min-height: 100vh;
    padding: 54px 0;
    box-shadow: none;
}

.re-auth-page .codex-authbox form,
.re-auth-page .codex-authbox .auth-footer {
    width: min(440px, calc(100% - 48px));
    margin-inline: auto;
}

.re-auth-footer {
    position: fixed;
    right: 24px;
    bottom: 18px;
    left: 24px;
    z-index: 2;
    color: #84939a;
    font-size: 11px;
    text-align: center;
}

.re-auth-footer a {
    color: inherit;
    text-decoration: none;
}

.re-auth-footer a:hover {
    color: #3d979d;
}

.re-auth-page .codex-authbox .auth-header {
    width: min(520px, calc(100% - 48px));
    margin-inline: auto;
    margin-block-end: 34px;
    text-transform: none;
}

.re-auth-page .codex-authbox .auth-header .codex-brand img {
    width: 360px;
    margin-inline: auto;
}

.re-auth-page .codex-authbox .auth-header h3 {
    margin-top: 24px;
    color: #0b0f14;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.re-auth-page .form-control {
    min-height: 48px;
    border-color: #d9dedd;
    border-radius: 9px;
}

.re-auth-page .form-control:focus {
    border-color: #3a8f95;
    box-shadow: 0 0 0 3px rgba(58, 143, 149, 0.13);
}

.re-auth-page .codex-authbox .btn {
    min-height: 50px;
    margin-block-start: 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
}

.re-auth-story {
    position: relative;
    display: flex;
    width: 50%;
    min-height: 100vh;
    align-items: flex-end;
    padding: 74px;
    overflow: hidden;
    color: #f4f7f6;
    background:
        radial-gradient(circle at 80% 18%, rgba(100, 182, 184, 0.26), transparent 32%),
        linear-gradient(145deg, #0b0f14, #121a22);
}

.re-auth-story::before {
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 74px 74px;
    content: "";
}

.re-auth-story > div {
    position: relative;
    z-index: 1;
    max-width: 570px;
}

.re-auth-story p {
    color: #64b6b8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
}

.re-auth-story h2 {
    margin-top: 18px;
    font-size: clamp(38px, 4vw, 60px);
    font-weight: 560;
    line-height: 1.04;
    letter-spacing: -.05em;
}

.re-auth-story span {
    display: block;
    margin-top: 25px;
    color: rgba(255,255,255,.62);
}

@media (max-width: 991px) {
    .re-auth-page .codex-authbox {
        min-width: 100%;
    }

    .re-auth-story {
        display: none;
    }
}

@media (max-width: 575px) {
    .re-auth-page .codex-authbox .auth-header .codex-brand img {
        width: 290px;
    }
}
