.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;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

@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;
}

.amenity-img {
    width: 60px;
    height: 60px;
}

.activity-img {
    width: 274px;
    height: 166px;
}

.loc-img {
    /* width: 295px; */
    height: 198px;
}

.package-front-img {
    width: 329px;
    height: 245px;
}

.location-img {
    width: 356px;
    height: 230px;
}

.btn-thm2 {
    background-color: var(--brand-primary, #004f97);
    border: 2px solid var(--brand-primary, #004f97);
    color: #ffffff;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 6px;
}

.btn-thm3 {
    background-color: #bd510e;
    border: 2px solid #bd510e;
    color: #ffffff;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 6px;
}

.ban-img {
    width: 700px;
    height: 526px;
}

/* Brand primary color var(--brand-primary, #004f97) */
[data-pc-preset=preset-6],
[data-pc-preset=custom] {
    --pc-sidebar-active-color: var(--brand-primary, #004f97);
    --bs-primary: var(--brand-primary, #004f97);
    --bs-primary-rgb: 0, 79, 151;
    --bs-primary-light: var(--brand-primary-light, #e8f2fb);
    --bs-secondary: var(--brand-primary-alt, #004dad);
    --bs-secondary-rgb: 0, 77, 173;
    --bs-secondary-light: var(--brand-primary-light, #e8f2fb);
    --bs-link-color: var(--brand-primary, #004f97);
    --bs-link-color-rgb: 0, 79, 151;
    --bs-link-hover-color: var(--brand-primary-alt, #004dad);
}

[data-pc-preset=preset-6] .btn-primary {
    --bs-btn-bg: var(--brand-primary, #004f97);
    --bs-btn-border-color: var(--brand-primary, #004f97);
    --bs-btn-hover-bg: var(--brand-primary-alt, #004dad);
    --bs-btn-hover-border-color: var(--brand-primary-dark, #003b73);
    --bs-btn-active-bg: var(--brand-primary-dark, #003b73);
    --bs-btn-active-border-color: var(--brand-primary-darker, #002e5a);
}

[data-pc-preset=preset-6] .btn-outline-primary {
    --bs-btn-color: var(--brand-primary, #004f97);
    --bs-btn-border-color: var(--brand-primary, #004f97);
    --bs-btn-hover-bg: var(--brand-primary, #004f97);
    --bs-btn-hover-border-color: var(--brand-primary, #004f97);
    --bs-btn-active-bg: var(--brand-primary, #004f97);
    --bs-btn-active-border-color: var(--brand-primary, #004f97);
}

[data-pc-preset=preset-6] .text-primary,
[data-pc-preset=preset-6] .link-primary {
    color: var(--brand-primary, #004f97) !important;
}

[data-pc-preset=preset-6] .bg-primary {
    background-color: var(--brand-primary, #004f97) !important;
}

[data-pc-preset=preset-6] .bg-light-primary {
    background: var(--brand-primary-light, #e8f2fb);
    color: var(--brand-primary, #004f97);
}

[data-pc-preset=preset-6] .pc-sidebar .pc-item.active > .pc-link,
[data-pc-preset=preset-6] .pc-sidebar .pc-item:focus > .pc-link,
[data-pc-preset=preset-6] .pc-sidebar .pc-item:hover > .pc-link,
[data-pc-preset=preset-6] .pc-sidebar .pc-item.active > .pc-link .pc-micon i,
[data-pc-preset=preset-6] .pc-sidebar .pc-item.active > .pc-link .pc-micon svg,
[data-pc-preset=preset-6] .pc-sidebar .pc-item:focus > .pc-link .pc-micon i,
[data-pc-preset=preset-6] .pc-sidebar .pc-item:focus > .pc-link .pc-micon svg,
[data-pc-preset=preset-6] .pc-sidebar .pc-item:hover > .pc-link .pc-micon i,
[data-pc-preset=preset-6] .pc-sidebar .pc-item:hover > .pc-link .pc-micon svg,
[data-pc-preset=preset-6] .pc-sidebar .pc-submenu .pc-item:hover:before,
[data-pc-preset=preset-6] .pc-sidebar .pc-submenu .pc-item.active:before {
    color: var(--brand-primary, #004f97);
}

[data-pc-preset=preset-6] .pc-sidebar .pc-submenu .pc-item:hover:before,
[data-pc-preset=preset-6] .pc-sidebar .pc-submenu .pc-item.active:before {
    background: var(--brand-primary, #004f97);
}

[data-pc-preset=preset-6] .form-check .form-check-input.input-primary:checked {
    border-color: var(--brand-primary, #004f97);
    background-color: var(--brand-primary, #004f97);
}

[data-pc-preset=preset-6] .badge.bg-light-primary {
    background: var(--brand-primary-light, #e8f2fb) !important;
    color: var(--brand-primary, #004f97) !important;
}

/* Action buttons (btn-secondary) — Create Agreement, etc. */
[data-pc-preset=preset-6] .btn-secondary,
[data-pc-preset=custom] .btn-secondary,
.btn-secondary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: var(--brand-primary, #004f97);
    --bs-btn-border-color: var(--brand-primary, #004f97);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--brand-primary-alt, #004dad);
    --bs-btn-hover-border-color: var(--brand-primary-dark, #003b73);
    --bs-btn-focus-shadow-rgb: 0, 79, 151;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--brand-primary-dark, #003b73);
    --bs-btn-active-border-color: var(--brand-primary-darker, #002e5a);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: var(--brand-primary, #004f97);
    --bs-btn-disabled-border-color: var(--brand-primary, #004f97);
}

[data-pc-preset=preset-6] .btn-outline-secondary,
[data-pc-preset=custom] .btn-outline-secondary,
.btn-outline-secondary {
    --bs-btn-color: var(--brand-primary, #004f97);
    --bs-btn-border-color: var(--brand-primary, #004f97);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--brand-primary, #004f97);
    --bs-btn-hover-border-color: var(--brand-primary, #004f97);
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--brand-primary-dark, #003b73);
    --bs-btn-active-border-color: var(--brand-primary-dark, #003b73);
}

[data-pc-preset=preset-6] .btn-light-secondary:hover,
[data-pc-preset=custom] .btn-light-secondary:hover,
.btn-light-secondary:hover,
[data-pc-preset=preset-6] .btn-light-secondary:focus,
[data-pc-preset=custom] .btn-light-secondary:focus,
.btn-light-secondary:focus,
[data-pc-preset=preset-6] .btn-light-secondary:active,
[data-pc-preset=custom] .btn-light-secondary:active,
.btn-light-secondary:active {
    background: var(--brand-primary, #004f97) !important;
    border-color: var(--brand-primary, #004f97) !important;
    color: #fff !important;
}

[data-pc-preset=preset-6] .text-secondary,
[data-pc-preset=custom] .text-secondary,
[data-pc-preset=preset-6] .link-secondary,
[data-pc-preset=custom] .link-secondary {
    color: var(--brand-primary, #004f97) !important;
}

[data-pc-preset=preset-6] .bg-light-secondary,
[data-pc-preset=custom] .bg-light-secondary {
    background: var(--brand-primary-light, #e8f2fb) !important;
    color: var(--brand-primary, #004f97) !important;
}

/* Header navbar — brand blues (overrides style.css purple #6610f2 / blue #2689e2) */
[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-primary,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-primary,
[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-secondary,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-secondary {
    background: var(--brand-primary-light, #e8f2fb) !important;
    color: var(--brand-primary, #004f97) !important;
}

[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-primary > i,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-primary > i,
[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-secondary > i,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-secondary > i,
[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-primary .ti,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-primary .ti,
[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-secondary .ti,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-secondary .ti {
    color: var(--brand-primary, #004f97) !important;
}

[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-primary:hover,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-primary:hover,
[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-secondary:hover,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-secondary:hover {
    background: var(--brand-primary, #004f97) !important;
    color: #fff !important;
}

[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-primary:hover > i,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-primary:hover > i,
[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-secondary:hover > i,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-secondary:hover > i,
[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-primary:hover .ti,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-primary:hover .ti,
[data-pc-preset=preset-6] .pc-header .pc-head-link.head-link-secondary:hover .ti,
[data-pc-preset=custom] .pc-header .pc-head-link.head-link-secondary:hover .ti {
    color: #fff !important;
}

[data-pc-preset=preset-6] .pc-header .header-search .btn-light-primary,
[data-pc-preset=custom] .pc-header .header-search .btn-light-primary {
    background: var(--brand-primary-light, #e8f2fb) !important;
    color: var(--brand-primary, #004f97) !important;
    border-color: transparent !important;
}

[data-pc-preset=preset-6] .pc-header .header-search .btn-light-primary:hover,
[data-pc-preset=custom] .pc-header .header-search .btn-light-primary:hover,
[data-pc-preset=preset-6] .pc-header .header-search .btn-light-primary:focus,
[data-pc-preset=custom] .pc-header .header-search .btn-light-primary:focus {
    background: var(--brand-primary, #004f97) !important;
    color: #fff !important;
    border-color: var(--brand-primary, #004f97) !important;
}
