body{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", 
    "Noto Sans", "Liberation Sans", Arial, sans-serif,
     "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.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);
}



/***********************Frontend*******************/

.frontend .land-header {
    background: #ffffff;
}

.frontend .land-header.fixed .menu-list a {
    color: #000000;
    font-size: 18px;
}

.frontend .land-header {
    padding-block-start: 8px;
    padding-block-end: 8px;
}

.frontend .home {
    margin-top: 20px;
    padding-block-end: 25px;
}

.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;
}

.length-menu {
    margin-right: 0px;
    /* Push the "Show entries" dropdown to the far left */
}

.length-menu .dataTables_length {
    margin-top: 15px;
}

.dataTables_length {
    display: inline-block;
    /* Ensures dropdown displays inline */
}

.codex-menu li.menu-item:hover>a {
    background-color: #5214FF !important;
    color: #ffffff;
}

.codex-menu li.menu-item.active>a {
    background-color: #5214FF !important;
    color: #ffffff;
}


.btn-primary,
.btn-primary:hover,
.btn-primary:active {
    color: #ffffff;
    background-color: #5214FF !important;
    border-color: #5214FF !important;
}

.btn-secondary,
.btn-secondary:hover,

.btn-secondary:active {
    color: #ffffff;
    background-color: #32EBA2 !important;
    border-color: #32EBA2 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #ffffff;
    background-color: #5214FF !important;
    border-color: #5214FF !important;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:hover {
    color: #ffffff;
    background-color: #5214FF !important;
    border-color: #5214FF !important;
}

/* Basic Styles for Drawer */
.filter-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    /* Initially hidden off-screen */
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
}

/* Drawer Content Styling */
.filter-drawer-content {
    padding: 20px;
    overflow-y: auto;
    height: 100%;
}

.filter-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-drawer-title {
    font-size: 18px;
    font-weight: bold;
}

.filter-drawer-body {
    margin-top: 20px;
}

#filter-drawer .btn-close {
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #000;
}

/* Slide-In Effect */
.filter-drawer.open {
    right: 0;
}

/* Button to Open Drawer (optional) */
#open-filter-drawer {
    margin-bottom: 20px;
}

/* Body Overlay when Drawer is Open */
body.filter-drawer-open {
    overflow: hidden;
}

.bg-primary {
    background-color: #5214FF !important;
}
.padding-bottom-2{
    padding-bottom: 1.25rem !important;
}
