.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{
    max-width: 225px;

}
.auth-main .auth-wrapper.v2 .logo{
    max-width: 300px;

}
.b-brand .logo{
    max-width: 212px !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);
}
.select2-container .select2-selection--single {
    height: 43px !important;
    border-color: #e5e5e5;
}
.select2-container .select2-selection--multiple{
    min-height: 43px !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #e5e5e5;
}

/* =========================================================================== */
.dt-length{
    padding-left: 7px !important;
}
.dt-search{
    padding-right: 7px !important;
}
.dt-info{
    padding-left: 7px !important;
}
.dt-paging{
    padding-right: 7px !important;
}
.dt-buttons{
    padding-left: 7px !important;
    float: left;
}
.dt-container{
    margin-top: 10px;
}
.dt-info{
    float: left;
}
.dt-paging{
    float: right;
    padding-top: .85em;
}
.form-group{
    margin-bottom: 15px;
}
div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 1.2em !important;
}
div:where(.swal2-container) .swal2-html-container{
    font-size: 0.9em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 0.8em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    font-size: 0.8em !important;
}
div:where(.swal2-icon){
    width: 4em !important;
    height: 4em !important;
}
.account-tabs .nav-item .nav-link {
    position: relative;
    padding: 0.7rem 1rem;
    font-weight: 500;
    color: var(--primary);
    display: flex;
    align-items: center;
}
.testaments-cards::after {
    background: transparent !important;
}
.pricingpricing .price-card .product-list li::before {
    content : '\eb55';
    color: red;
}
.pricingpricing .price-card .product-list li.enable::before {
    content: "\ea5e";
    color: #00c853;
}
.pricingpricing .price-card .product-list li {
    opacity: 1 !important;
}

.account-tabs .nav-item .nav-link.active
{
    color: var(--bs-secondary-rgb);
    background: rgba(var(--bs-secondary-rgb), 0.1);
}
form label{
    text-transform: capitalize;
}
@media print {
    .table-responsive {
    overflow: visible !important;
    height: auto !important;
    display: block !important;
    }
}


.color_type {
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    margin-right: 10px;
    margin-top: 10px;
    width: 48px;
    height: 48px;
    flex: none;
    cursor: pointer;
}

.cutom_colorr.active::after,
.cutom_colorr.custom::after {
    content: "✓";
    color: #fff;
    font-size: 30px;
    background: none !important;
    font-weight: 900;
    background-color: transparent !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
}

/* VALIDYA panel */
:root,
[data-pc-preset],
[data-pc-preset="preset-6"] {
    --bs-primary: #1264ff;
    --bs-primary-rgb: 18, 100, 255;
    --bs-secondary: #1264ff;
    --bs-secondary-rgb: 18, 100, 255;
    --bs-secondary-light: #eaf2ff;
    --pc-sidebar-active-color: #1264ff;
    --pc-sidebar-active-color-rgb: 18, 100, 255;
}

a,
.text-secondary,
.link-secondary,
.btn-link-secondary,
.pc-sidebar .pc-link:hover,
.pc-sidebar .pc-item.active > .pc-link,
.pc-sidebar .pc-item:focus > .pc-link,
.pc-sidebar .pc-item:hover > .pc-link {
    color: #1264ff !important;
}

.btn-secondary,
.btn-primary,
.btn-light-primary:hover,
.form-check .form-check-input.input-primary:checked,
.form-check-input:checked {
    background-color: #1264ff !important;
    border-color: #1264ff !important;
    color: #ffffff !important;
}

.btn-outline-secondary,
.btn-outline-primary {
    border-color: #1264ff !important;
    color: #1264ff !important;
}

.btn-outline-secondary:hover,
.btn-outline-primary:hover {
    background-color: #1264ff !important;
    color: #ffffff !important;
}

.pc-sidebar .pc-navbar > .pc-item.active > .pc-link,
.pc-sidebar .pc-navbar > .pc-item:focus > .pc-link,
.pc-sidebar .pc-navbar > .pc-item:hover > .pc-link {
    background: #eef5ff !important;
    color: #1264ff !important;
}

.pc-sidebar .pc-navbar > .pc-item.active > .pc-link .pc-micon,
.pc-sidebar .pc-navbar > .pc-item.active > .pc-link .pc-micon i,
.pc-sidebar .pc-navbar > .pc-item.active > .pc-link .pc-micon svg,
.pc-sidebar .pc-navbar > .pc-item:hover > .pc-link .pc-micon,
.pc-sidebar .pc-navbar > .pc-item:hover > .pc-link .pc-micon i,
.pc-sidebar .pc-navbar > .pc-item:hover > .pc-link .pc-micon svg {
    color: #1264ff !important;
    stroke: #1264ff !important;
}

.validya-sidebar .pc-caption label {
    color: #071847 !important;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.badge.bg-light.text-dark.theme-version {
    display: none !important;
}

.validya-panel-brand {
    align-items: center;
    display: flex;
    height: 74px;
    justify-content: flex-start;
    min-width: 0;
    padding: 12px 18px;
    text-decoration: none;
    width: 100%;
}

.validya-panel-logo,
.auth-main .auth-wrapper.v2 .logo .brand-logo {
    display: block;
    height: auto;
    max-height: 64px;
    max-width: 170px;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.auth-main .auth-wrapper.v2 .logo .brand-logo {
    margin: 0 auto;
    max-height: 142px;
    max-width: 280px;
    object-position: center;
}

.auth-main .auth-wrapper.v2 .logo,
.auth-main .auth-wrapper.v2 .logo a {
    align-items: center;
    display: flex !important;
    justify-content: center;
    min-height: 78px;
    width: 100%;
}

.auth-main .auth-wrapper.v2 .logo {
    left: auto !important;
    margin: 0 auto 14px !important;
    max-width: 280px !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    z-index: 20 !important;
}

.auth-main .auth-wrapper.v2 .logo + .card {
    margin-top: 0 !important;
}

.auth-main .auth-wrapper.v2 .logo .brand-logo,
.validya-panel-logo {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    object-fit: contain !important;
    visibility: visible !important;
}

.auth-main .auth-wrapper.v2 .logo .brand-logo {
    max-height: 118px !important;
    max-width: 240px !important;
}

.validya-auth-logo-link {
    align-items: center;
    display: flex !important;
    height: 118px;
    justify-content: center;
    width: 240px !important;
}

.validya-auth-logo-link .brand-logo {
    height: 100% !important;
    object-position: center;
    width: 100% !important;
}

.validya-panel-logo {
    max-height: 64px !important;
    max-width: 170px !important;
}

.auth-main .auth-wrapper.v2 {
    background: #f6f9fd;
}

.auth-main .auth-wrapper.v2 .auth-form {
    background: #ffffff;
}

.auth-main .auth-wrapper.v2 .auth-form .card {
    border: 1px solid #e5edf8;
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(7, 24, 71, 0.1);
}

.auth-main .auth-wrapper .auth-header h2 {
    color: #071847 !important;
    font-weight: 800;
}

.auth-main .auth-wrapper .auth-header p {
    color: #60708f;
    font-weight: 600;
}

.auth-main .auth-wrapper .form-control {
    border-color: #dfe8f6;
    border-radius: 12px;
}

.auth-main .auth-wrapper .form-control:focus {
    border-color: #1264ff;
    box-shadow: 0 0 0 3px rgba(18, 100, 255, 0.12);
}

.auth-main .auth-wrapper .btn-secondary {
    background: #1264ff;
    border-color: #1264ff;
    border-radius: 12px;
    font-weight: 800;
}

.validya-auth-panel {
    background: linear-gradient(135deg, #03123d 0%, #092d85 62%, #1264ff 100%);
    color: #ffffff;
    overflow: hidden;
}

.validya-auth-content {
    margin: auto;
    max-width: 560px;
    padding: 72px 54px;
    text-align: left;
}

.validya-auth-kicker {
    color: #7fc3ff;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.validya-auth-content h1 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 18px;
}

.validya-auth-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 28px;
}

.validya-auth-proof {
    display: grid;
    gap: 12px;
}

.validya-auth-proof div {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 14px 16px;
}

.validya-auth-proof strong,
.validya-auth-proof span {
    display: block;
}

.validya-auth-proof strong {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 4px;
}

.validya-auth-proof span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 600;
}

.validya-hero-card {
    background:
        radial-gradient(circle at 90% 12%, rgba(28, 107, 255, 0.18), transparent 32%),
        linear-gradient(135deg, #06194a 0%, #0d2f85 55%, #136dff 100%);
    border: 0;
    color: #ffffff;
    overflow: hidden;
}

.validya-hero-card .card-body {
    padding: 28px;
}

.validya-hero-card h2,
.validya-hero-card p {
    color: #ffffff;
}

.validya-onboarding {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.validya-onboarding span {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
}

.validya-stat-card {
    border: 1px solid #e6ecf7;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(7, 24, 71, 0.06);
    height: 100%;
}

.validya-stat-card .card-body {
    align-items: center;
    display: flex;
    gap: 14px;
}

.validya-stat-icon {
    align-items: center;
    background: #eef5ff;
    border-radius: 14px;
    color: #1264ff;
    display: inline-flex;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.validya-timeline {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
}

.validya-timeline-item,
.validya-doc-item {
    background: #f8fbff;
    border: 1px solid #e6ecf7;
    border-radius: 12px;
    padding: 14px;
}

.validya-timeline-item span {
    align-items: center;
    background: #1264ff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 26px;
    justify-content: center;
    margin-bottom: 10px;
    width: 26px;
}

.validya-doc-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.validya-doc-item i {
    color: #1264ff;
    height: 22px;
    margin-bottom: 10px;
    width: 22px;
}

.validya-create-intro {
    background: #f8fbff;
    border: 1px solid #e1e9f8;
    border-radius: 14px;
    margin-bottom: 20px;
    padding: 18px;
}

.validya-choice-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    margin-top: 12px;
}

.validya-choice-grid button {
    background: #ffffff;
    border: 1px solid #dbe7ff;
    border-radius: 10px;
    color: #071847;
    cursor: pointer;
    font-weight: 700;
    padding: 12px;
    text-align: left;
    transition: 0.18s ease;
}

.validya-choice-grid button:hover,
.validya-choice-grid button.is-selected {
    background: #eef5ff;
    border-color: #1264ff;
    color: #1264ff;
    transform: translateY(-1px);
}

.validya-flow-map {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 20px;
}

.validya-flow-step {
    background: #ffffff;
    border: 1px solid #e3eaf6;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(7, 24, 71, 0.04);
    min-height: 92px;
    padding: 14px;
}

.validya-flow-step span,
.validya-form-section span {
    align-items: center;
    background: #eef5ff;
    border-radius: 50%;
    color: #1264ff;
    display: inline-flex;
    flex: 0 0 30px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    margin-bottom: 10px;
    width: 30px;
}

.validya-flow-step strong,
.validya-flow-step small {
    display: block;
}

.validya-flow-step strong {
    color: #071847;
    font-size: 14px;
}

.validya-flow-step small {
    color: #60708f;
    font-weight: 600;
    margin-top: 4px;
}

.validya-flow-step.is-active {
    border-color: #1264ff;
}

.validya-flow-step.is-active span {
    background: #1264ff;
    color: #ffffff;
}

.validya-form-section {
    align-items: flex-start;
    background: #f8fbff;
    border: 1px solid #e5edf9;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    margin: 8px 0 18px;
    padding: 14px;
}

.validya-form-section h6,
.validya-form-section h4 {
    color: #071847;
    font-weight: 800;
}

.validya-form-section p {
    color: #60708f;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.validya-submit-bar {
    background: #ffffff;
    border: 1px solid #e4ebf7;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(7, 24, 71, 0.06);
    padding: 14px;
}

@media only screen and (max-width: 575px) {
    .validya-panel-brand {
        height: 60px;
        padding: 10px 14px;
    }

    .validya-panel-logo {
        max-height: 54px;
        max-width: 150px;
    }

    .validya-flow-map {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .validya-flow-map {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* VALIDYA responsive hardening */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

.auth-main .auth-wrapper.v2 .logo {
    width: min(100%, 300px);
}

.auth-main .auth-wrapper.v2 .auth-form,
.auth-main .auth-wrapper.v2 .auth-sidecontent {
    min-width: 0;
}

.auth-main .auth-wrapper.v2 .auth-form .card {
    max-width: 100%;
}

.auth-main .auth-wrapper.v2 .logo .brand-logo {
    aspect-ratio: auto;
    height: auto !important;
    max-height: 118px !important;
    max-width: 240px !important;
    object-fit: contain !important;
    width: auto !important;
}

.validya-flow-map,
.validya-doc-grid,
.validya-timeline,
.validya-choice-grid {
    min-width: 0;
}

.validya-form-section,
.validya-submit-bar,
.validya-stat-card .card-body {
    min-width: 0;
}

.validya-form-section h4,
.validya-form-section h6,
.validya-form-section p,
.validya-flow-step strong,
.validya-flow-step small,
.validya-doc-item,
.validya-timeline-item {
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 991px) {
    .auth-main .auth-wrapper.v2 {
        align-items: stretch;
        display: flex;
        min-height: 100svh;
        overflow-x: hidden;
    }

    .auth-main .auth-wrapper.v2 .auth-form {
        justify-content: flex-start;
        min-height: 100svh;
        padding: 22px 16px;
        width: 100%;
    }

    .auth-main .auth-wrapper.v2 .auth-sidecontent {
        display: none;
    }

    .auth-main .auth-wrapper.v2 .logo {
        margin: 0 auto 18px;
        max-width: 220px !important;
        min-height: 72px;
    }

    .auth-main .auth-wrapper.v2 .logo .brand-logo {
        max-height: 96px !important;
        max-width: 210px !important;
        width: auto !important;
    }

    .auth-main .auth-wrapper.v2 .auth-form .card {
        border-radius: 16px;
        margin: 0 auto;
        width: min(100%, 440px);
    }

    .auth-main .auth-wrapper .auth-header h2 {
        font-size: 26px;
        line-height: 1.16;
    }

    .auth-main .auth-wrapper .auth-header p {
        font-size: 14px;
        line-height: 1.5;
    }

    .validya-hero-card .card-body {
        padding: 22px;
    }

    .validya-flow-map {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .pc-container,
    .pc-content,
    .page-header,
    .card,
    .card-body {
        min-width: 0;
    }

    .validya-panel-brand {
        height: 58px;
        padding: 8px 12px;
    }

    .validya-panel-logo,
    .b-brand .logo,
    .codex-brand img,
    .landing-logo img,
    img.landing_logo {
        height: auto !important;
        max-height: 56px !important;
        max-width: min(190px, 58vw) !important;
        object-fit: contain;
        width: auto !important;
    }

    .validya-stat-card .card-body {
        align-items: flex-start;
        flex-direction: column;
    }

    .validya-form-section {
        border-radius: 10px;
        gap: 10px;
        padding: 12px;
    }

    .validya-flow-map,
    .validya-doc-grid,
    .validya-timeline,
    .validya-choice-grid {
        grid-template-columns: 1fr;
    }

    .validya-choice-grid button,
    .validya-submit-bar .btn,
    .auth-main .auth-wrapper .btn {
        white-space: normal;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .auth-main .auth-wrapper.v2 .auth-form {
        padding: 18px 12px;
    }

    .auth-main .auth-wrapper.v2 .logo {
        max-width: 210px !important;
        min-height: 68px;
    }

    .auth-main .auth-wrapper.v2 .logo .brand-logo {
        max-height: 90px !important;
        max-width: 200px !important;
        width: auto !important;
    }

    .auth-main .auth-wrapper.v2 .auth-form .card .card-body {
        padding: 20px 16px;
    }

    .auth-main .auth-wrapper .auth-header h2 {
        font-size: 23px;
    }

    .auth-main .auth-wrapper .form-floating > label,
    .auth-main .auth-wrapper .form-control,
    .auth-main .auth-wrapper h5,
    .auth-main .auth-wrapper a {
        font-size: 14px;
    }

    .auth-main .auth-wrapper .d-flex.mt-1.justify-content-between {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .auth-main .auth-wrapper.v2 .logo {
        max-width: 190px !important;
        min-height: 62px;
    }

    .auth-main .auth-wrapper.v2 .logo .brand-logo {
        max-height: 84px !important;
        max-width: 184px !important;
        width: auto !important;
    }

    .auth-main .auth-wrapper.v2 .auth-form .card .card-body {
        padding: 18px 14px;
    }
}
