/* =================================
        GLOBAL
===================================== */
.me-1 {
    margin-left: .25rem!important;
    margin-right: initial!important;
}

.me-2 {
    margin-left: .5rem!important;
    margin-right: initial!important;
}

.me-3 {
    margin-left: 1rem!important;
    margin-right: initial!important;
}

/* =================================
        DROPDOWN
===================================== */
/* .dropdown-menu {
    inset: 0px -90px auto auto!important;
} */

.dropdown-menu.dropdown-menu-end:after {
    right: auto;
    left: 1.5rem;
}

/* =================================
        BREADCRUMB
===================================== */
.breadcrumb-item+.breadcrumb-item::before {
    float: revert;
}

/* =================================
        FLATPICKR
===================================== */
.dayContainer {
    flex-direction: row-reverse;
}

/* =================================
        MAIN CONTENT
===================================== */
.cl-content {
    margin-left: 0;
    margin-right: 16.7rem;
}

.cl-content.full-width {
    margin-right: 0;
}

.cl-content.navbar-shrink {
    margin-left: 0;
    margin-right: 4.5rem;
}

/* =================================
        HEADER CSS
===================================== */
.cl_logo_text {
    flex-direction: row-reverse;
}

.cl-megamenu-parent-link.active-link:after {
    right: 100%;
    transform: translate(0, -50%);
    border-right-color: var(--cl-primary);
    border-left-color: transparent;
}


/* =================================
        TABLE CSS
===================================== */
#rtl .cl-table-container th:first-child,
#rtl .cl-table-container td:first-child {
    right: 0;
    left: unset;
}

#rtl .cl-fixed-cell.cl-fixed-cell-end.active:after {
    left: 0;
    right: unset;
    box-shadow: -0.4rem 0 0.45rem -0.15rem #00000066 !important;
}


/* =================================
        DROPDOWN CSS
===================================== */
.dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0;
}