
.help-block {
    color: red !important;
}

.has-my-error {
    color: red !important;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25) url(../images/loader.svg) no-repeat center center;
    background-size: 150px 150px;
    z-index: 10000;
}

.display-none {
    display: none !important;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #1b1b28 !important;
}

.dash-stats{
    float: right !important;
}

.apexcharts-toolbar{
    display: none !important;
}