.module-container {
    width: 7rem;
}

.dashboard .fifth .card-icon {
    color: #e92121;
    background: #ffe4df;
}

.dashboard .sixth .card-icon {
    color: #a321e9;
    background: #fedfff;
}

.dashboard .seventh .card-icon {
    color: #21dce9;
    background: #dff9ff;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Or a background image/color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
