.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 {
    width: 100%;
    max-width: none;
    left: 0;
    right: 0;
    text-align: center;
}

.auth-main .auth-wrapper.v2 .logo a {
    display: inline-block;
}

.auth-main .auth-wrapper.v2 .logo img {
    display: block;
    margin: 0 auto;

}

.b-brand .logo {
    max-width: 130px !important;

}

.lan-footer .codex-brand {
    margin-block-end: 0px !important;
}

.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}

.invoice-logo {
    width: 150px;
}

.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: rgb(var(--bs-secondary-rgb));
    background: rgba(var(--bs-secondary-rgb), 0.1);
}

.account-tabs .nav-item .nav-link small,
.account-tabs .nav-item .nav-link .text-muted {
    color: #111111 !important;
    opacity: 1;
}

.account-tabs .nav-item .nav-link.active small,
.account-tabs .nav-item .nav-link.active .text-muted {
    color: #000000 !important;
}

#user_profile_settings .form-control,
#user_profile_settings .form-label {
    color: #000000;
}

#user_profile_settings .form-control:focus,
#user_profile_settings small,
#user_profile_settings .text-muted {
    color: #000000 !important;
}

#user_profile_settings input[type="file"] {
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 3;
}

#user_profile_settings .form-control::placeholder {
    color: #000000;
    opacity: 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;
}


.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}

.modal-backdrop~.select2-container {
    width: 100% !important;
    z-index: 10000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(var(--bs-secondary-rgb), 1);
}

.notifier-container {
    z-index: 1072;
}

.select2-container,
.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}


.pc-kanban-wrapper .pc-kanban-column {
    width: 338px;
}

/* ===================== Sidebar Dual-Module Visual System ===================== */
.pc-sidebar .pc-caption.cm-caption,
.pc-sidebar .pc-caption.hm-caption {
    margin-top: 8px;
}

.pc-sidebar .pc-caption.cm-caption>label,
.pc-sidebar .pc-caption.hm-caption>label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pc-sidebar .pc-caption.cm-caption>label {
    background: rgba(45, 212, 191, .14);
    color: #0f766e;
    border: 1px solid rgba(45, 212, 191, .35);
}

.pc-sidebar .pc-caption.hm-caption>label {
    background: rgba(100, 116, 139, .12);
    color: #334155;
    border: 1px solid rgba(100, 116, 139, .28);
}

.pc-sidebar .pc-caption.cm-caption i {
    color: #0f766e;
}

.pc-sidebar .pc-caption.hm-caption i {
    color: #475569;
}

.pc-sidebar .pc-item.cm-item .pc-link {
    border-left: 3px solid transparent;
    border-radius: 10px;
    margin-left: 6px;
    margin-right: 6px;
    transition: all .18s ease;
}

.pc-sidebar .pc-item.cm-item .pc-link:hover {
    border-left-color: #95dafa;
    background: rgba(20, 184, 166, .08);
}

.pc-sidebar .pc-item.cm-item.active .pc-link,
.pc-sidebar .pc-item.cm-item.pc-trigger .pc-link {
    border-left-color: #89daff;
    background: linear-gradient(90deg, rgba(20, 184, 166, .16) 0%, rgba(20, 184, 166, .08) 100%);
}

.pc-sidebar .pc-item.cm-item .pc-link .pc-micon {
    color: #0f766e;
}

/* ===================== Support & Care Section (Red) ===================== */
.pc-sidebar .pc-caption.sc-caption {
    margin-top: 8px;
}

.pc-sidebar .pc-caption.sc-caption>label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: rgba(239, 68, 68, .12);
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, .32);
}

.pc-sidebar .pc-caption.sc-caption i {
    color: #b91c1c;
}

.pc-sidebar .pc-item.sc-item .pc-link {
    border-left: 3px solid transparent;
    border-radius: 10px;
    margin-left: 6px;
    margin-right: 6px;
    transition: all .18s ease;
}

.pc-sidebar .pc-item.sc-item .pc-link:hover {
    border-left-color: #fca5a5;
    background: rgba(239, 68, 68, .07);
}

.pc-sidebar .pc-item.sc-item.active .pc-link,
.pc-sidebar .pc-item.sc-item.pc-trigger .pc-link {
    border-left-color: #f87171;
    background: linear-gradient(90deg, rgba(239, 68, 68, .14) 0%, rgba(239, 68, 68, .06) 100%);
}

.pc-sidebar .pc-item.sc-item .pc-link .pc-micon {
    color: #b91c1c;
}

.pc-sidebar .pc-item.sc-item .pc-link .pc-mtext {
    color: #b91c1c;
    font-weight: 600;
}

.pc-sidebar .pc-item.sc-item .pc-link:hover .pc-mtext,
.pc-sidebar .pc-item.sc-item .pc-link:hover .pc-micon i {
    color: #dc2626;
}

.pc-sidebar .pc-item.sc-item.active .pc-link .pc-mtext,
.pc-sidebar .pc-item.sc-item.active .pc-link .pc-micon i {
    color: #dc2626;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .pc-sidebar .pc-item.sc-item .pc-link {
        margin-left: 0;
        margin-right: 0;
        border-radius: 8px;
    }
}

.pc-sidebar .pc-caption.hm-caption~.pc-item .pc-link {
    border-radius: 10px;
    margin-left: 6px;
    margin-right: 6px;
}

.pc-sidebar .pc-caption.hm-caption~.pc-item.active .pc-link,
.pc-sidebar .pc-caption.hm-caption~.pc-item.pc-trigger .pc-link {
    background: linear-gradient(90deg, rgba(100, 116, 139, .16) 0%, rgba(100, 116, 139, .08) 100%);
}

@media (max-width: 1024px) {

    .pc-sidebar .pc-item.cm-item .pc-link,
    .pc-sidebar .pc-caption.hm-caption~.pc-item .pc-link {
        margin-left: 0;
        margin-right: 0;
        border-radius: 8px;
    }
}

/* ===== EASY EDIT: HERO SUBTITLE SIZE =====
   Change only this value anytime (example: 1rem, 1.25rem, 1.5rem, 24px)
*/
:root {
    --hero-subtitle-size: 1.6rem;
    --hero-highlight-text-size: 1.1rem;
}

.landing-page #home h4 {
    font-size: var(--hero-subtitle-size) !important;
    line-height: 1.5;
}

.landing-page #home h5.mb-0.text-start {
    font-size: var(--hero-highlight-text-size) !important;
    line-height: 1.45;
}