/* ===============================
   SIDEBAR BACKGROUND
   =============================== */

#layout-menu,
#layout-menu .menu-inner,
#layout-menu .menu-inner-shadow {
    background-color: #321E46 !important;
}

    /* Sidebar text & icons */
    #layout-menu .menu-link,
    #layout-menu .menu-text,
    #layout-menu .menu-icon,
    #layout-menu .app-brand-text {
        color: #ffffff !important;
    }

/* ===============================
   ACTIVE MENU STYLES
   =============================== */

/* Active main menu */
.menu-inner .menu-item.active > .menu-link {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

    /* Active icon */
    .menu-inner .menu-item.active > .menu-link i {
        color: #ffffff !important;
    }

/* Open parent menu */
.menu-inner .menu-item.open > .menu-link {
    background-color: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    font-weight: 600;
}

/* Submenu active */
.menu-inner .menu-sub .menu-item.active > .menu-link {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border-radius: 6px;
}

/* ===============================
   HOVER EFFECT
   =============================== */

.menu-inner .menu-link:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

    .menu-inner .menu-link:hover i {
        color: #ffffff !important;
    }
.dark-menu {
    background-color: #321E46 !important;
}
.layout-menu-toggle svg {
    color: #ffffff;
}

.color1 {
    background-color: #e2e5ed;
}

.color2 {
    background-color: #e1ebfd;
}

.color3 {
    background-color: #daf4f0;
}

.color4 {
    background-color: #dff0fa;
}

.color5 {
    background-color: #fef4e4;
}

.color6 {
    background-color: #fde8e4;
}

.color7 {
    background-color: #f9fbfc;
}

.color8 {
    background-color: #e9ebec;
}

.color9 {
    background-color: #b3b9d0;
}

.color10 {
    background-color: #aec9f9;
}

.color11 {
    background-color: #9de1d7;
}

.color12 {
    background-color: #a9d7f1;
}

.color13 {
    background-color: #fef4e4;
}

.color14 {
    background-color: #f9c1b6;
}

.color15 {
    background-color: #eff2f7;
}

.color16 {
    background-color: #adb5bd;
}

.color17 {
    background-color: #e2e5ed;
}

.color18 {
    background-color: #dff0fa;
}

.color19 {
    background-color: #9de1d7;
}

.color20 {
    background-color: #e1ebfd;
}

.color21 {
    background-color: #9de1d7;
}

.color22 {
    background-color: #fef4e4;
}

.color23 {
    background-color: #e2e5ed;
}

.color24 {
    background-color: #a9d7f1;
}

.myborder {
    border: 1px solid gray;
}



.card-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .card-hover:hover {
        transform: scale(1.01);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        cursor: pointer;
    }


/* ===============================
   LOADER EFFECT START
   =============================== */
.loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #FFF;
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}


@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    12% {
        box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    25% {
        box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    36% {
        box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
    }

    50% {
        box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
    }

    62% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
    }

    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
    }

    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
    }

    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
    }
}


/* ===============================
   LOADER EFFECT END
   =============================== */
/* Prevent Export dropdown from affecting page height */
.dt-button-collection {
    position: absolute !important;
    inset: auto auto auto auto;
    overflow: hidden;
}

