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

/* =========================================================================== */
/* Modern Header Styles */
.modern-header {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    z-index: 1030;
}

.modern-header.navbar-light .navbar-nav .nav-link {
    color: #495057;
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.modern-header.navbar-light .navbar-nav .nav-link:hover {
    color: #007bff;
    transform: translateY(-1px);
}

.modern-header.navbar-light .navbar-nav .nav-link.active {
    color: #007bff;
    font-weight: 600;
}

.modern-header.navbar-light .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #007bff, #28a745);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.modern-header.navbar-light .navbar-nav .nav-link:hover::after,
.modern-header.navbar-light .navbar-nav .nav-link.active::after {
    width: 100%;
}

/* Auth Dropdowns Section */
.auth-dropdowns {
    gap: 0.75rem;
}

/* Dropdown Button Styles */
.auth-dropdowns .dropdown-toggle {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    min-width: 120px;
    justify-content: center;
}

.auth-dropdowns .dropdown-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.auth-dropdowns .dropdown-toggle:hover::before {
    left: 100%;
}

.auth-dropdowns .dropdown-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.auth-dropdowns .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Bootstrap Dropdown Caret Styling */
.auth-dropdowns .dropdown-toggle::after {
    margin-left: 0.5rem;
    border: 0;
    font-size: 1.2rem;
    line-height: 1;
    color: currentColor;
    content: "⌄";
    transition: transform 0.3s ease;
}

.auth-dropdowns .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* Dropdown Menu Styles */
.auth-dropdowns .dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    min-width: 180px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
}

.auth-dropdowns .dropdown-item {
    padding: 0.75rem 1.25rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0 0.25rem;
}

.auth-dropdowns .dropdown-item:hover {
    transform: translateX(5px);
}

/* Tenant Dropdown - Blue Theme */
.tenant-dropdown .dropdown-toggle {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
}

.tenant-dropdown .dropdown-toggle:hover,
.tenant-dropdown .dropdown-toggle:focus {
    background: linear-gradient(135deg, #0056b3, #004085);
    color: white;
}

.tenant-dropdown .dropdown-item:hover {
    background-color: rgba(0, 123, 255, 0.1);
    color: #007bff;
}

/* Owner Dropdown - Green Theme */
.owner-dropdown .dropdown-toggle {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: white;
}

.owner-dropdown .dropdown-toggle:hover,
.owner-dropdown .dropdown-toggle:focus {
    background: linear-gradient(135deg, #1e7e34, #155724);
    color: white;
}

.owner-dropdown .dropdown-item:hover {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

/* Mobile Menu Styles */
@media (max-width: 991.98px) {
    .modern-header .navbar-collapse {
        background: white;
        border-radius: 0 0 15px 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        padding: 1rem;
        margin-top: 1rem;
    }

    .auth-dropdowns {
        flex-direction: column;
        gap: 1rem;
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #dee2e6;
        width: 100%;
    }

    .auth-dropdowns .dropdown {
        width: 100%;
    }

    .auth-dropdowns .dropdown-toggle {
        width: 100%;
        min-width: unset;
        justify-content: center;
    }

    .auth-dropdowns .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        box-shadow: none;
        border: 1px solid #dee2e6;
        margin-top: 0.5rem;
    }

    .modern-header.navbar-light .navbar-nav {
        margin-bottom: 1rem;
    }

    .modern-header.navbar-light .navbar-nav .nav-link {
        text-align: center;
        padding: 0.75rem 0;
    }
}

/* Header Scroll Effects */
.modern-header.top-nav-collapse {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

/* Logo Enhancement */
.landing-logo img {
    transition: transform 0.3s ease;
}

.landing-logo:hover img {
    transform: scale(1.05);
}

/* =========================================================================== */
.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 0;
    margin: 0 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;
}
/* .property-page .carousel-inner {

    max-height: 318px !important;
    min-height: 318px !important;

} */
form label{
    text-transform: capitalize;
}

/* Withdrawal Cards - Enhanced Visibility */
.withdrawal-summary-card {
    position: relative;
    overflow: hidden;
}

.withdrawal-summary-card .card-body {
    position: relative;
    z-index: 2;
}

.withdrawal-summary-card .icon-container {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.withdrawal-summary-card .card-title {
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.withdrawal-summary-card .card-value {
    font-weight: 700 !important;
    font-size: 1.8rem !important;
    margin-bottom: 0.25rem !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.withdrawal-summary-card .card-subtitle {
    font-size: 0.75rem !important;
    opacity: 0.9 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Dark theme support */
[data-pc-theme="dark"] .withdrawal-summary-card .card-title,
[data-pc-theme="dark"] .withdrawal-summary-card .card-value,
[data-pc-theme="dark"] .withdrawal-summary-card .card-subtitle {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .withdrawal-summary-card .icon-container {
        background: rgba(255, 255, 255, 0.9) !important;
        border: 2px solid rgba(255, 255, 255, 1) !important;
    }

    .withdrawal-summary-card .card-title,
    .withdrawal-summary-card .card-value,
    .withdrawal-summary-card .card-subtitle {
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
    }
}
