.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);
}
.form-control[readonly] {
    background-color: #FFFFFF !important;
    opacity: 1;
}
/*.presentation .fc-resource{*/
/*    height: 56px !important;*/
/*}*/
.codex-calendar .fc-event-title {
    padding: 1px;
    width: 100%;
    white-space: pre-wrap;
    max-height: 49px;
    height: 49px;
}
.codex-calendar .fc-event {
    border-radius: 12px;
    text-align: center;
}
.codex-calendar .fc-datagrid-cell-frame {
    max-height: 56px;
    height: 56px;
}
.codex-calendar .fc-timeline-lane-frame {
    max-height: 56px;
    height: 56px;
}
.fc .fc-datagrid-cell-cushion{
    padding: 18px !important;
}
.codex-calendar .fc-event-title{
    display: grid;
    align-items: center;
}
.fc-scroller thead tr{
    height: 61px;
}
.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;
}

.fc-timeline-header-row  .fc-day-today::before {
    content: "";
    display: block;
    width: 6px;
    height: 8px;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    border-top: 13px solid red;
    position: absolute;
    top: 0px;
    margin-left: 13px;
}


form input.form-control {
    color: #0a0a0a;
}
form textarea.form-control {
    color: #0a0a0a;
}

form select.form-control {
    color: #0a0a0a;
}

.dt-button{
    color: #f7f7f7 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0a0a0a !important;
}

/* Style the dropdown container */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    /*border: 2px solid #5A4FCF !important; !* Purple border *!*/
    height: 45px !important;
    border-radius: 6px !important;
    padding: 5px 20px;
    font-size: 14px;

    /*color: #777;*/
    box-shadow: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color : #1A7CBC;
}
/* Style the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

/* Style the dropdown options */
.select2-container--default .select2-dropdown {
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    font-size: 14px;
}

/*!* Style each dropdown option *!*/
/*.select2-container--default .select2-results__option {*/
/*    padding: 12px !important;*/
/*    font-size: 14px;*/
/*    color: #333 !important;*/
/*}*/

/*!* Highlighted (hovered) dropdown option *!*/
/*.select2-container--default .select2-results__option--highlighted {*/
/*    background-color: #ECE7FF !important; !* Light purple *!*/
/*    color: #000 !important;*/
/*}*/

/*!* Style the selected option *!*/
.select2-container--default .select2-selection__rendered {
    font-size: 14px !important;
    padding: 5px 0px !important;
    color: #0a0a0a !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    padding: 0px 20px!important;
}


.dataTables_length label {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

/*Phone Input field*/

.iti {
    width: 100%; /* Ensure full width */
}
.iti input, .intl-tel-input input {
    /*width: 100% !important;*/
    /*height: calc(1.5em + 0.75rem + 2px); !* Match Bootstrap form-control *!*/
    padding: 0.55rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}


.codex-menu.custom-scroll {
    max-height: calc(100vh - 100px); /* Adjust 100px based on header/footer height */
    overflow-y: auto;
}

.bg-light {
    background-color: #f7f7f7 !important;
}


/* Fix dropdown hidden under table */
.table-responsive,
.dataTables_wrapper {
    overflow: visible !important;
}

/* Ensure dropdown is above other elements */
.dropdown-menu {
    z-index: 1050 !important;
}

.dropdown {
    position: relative;
}


.common-dash tr td, .common-dash tr td span {
    color: #0a0a0a !important;
}

.menu-list a {
    color: #0a0a0a !important;
}
