﻿.loader-front {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: white;
    opacity: 0.7;
}

.loader {
    position: absolute;
    height: auto;
    width: 100%;
    top: 45%;
    text-align: center;
    z-index: 99999;
}

.loader p {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

svg path,
svg rect {
    fill: #8f5fe8;
}

canvas.drawingBuffer {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 992px) {
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        background: #0f1015;
        padding: 0 0 0 33px;
        margin: 0;
        left: 70px;
        position: absolute;
        text-align: left;
        top: 0;
        bottom: 0;
        width: calc(24% - -210px);
        z-index: 1;
        line-height: 1.8;
    }
}