/* .icon-megaphone:before {
    content: "\e64f";
    font-family: themify;
    font-size: 22px;
}

.icon-settings:before {
    content: "\e60f";
    font-family: themify;
    font-size: 22px;
} */


/*-----------------no need-------*/
/* 
.runner {
    cursor: pointer;
    border-radius: 0;
    margin-right: 10px;
}

.runner.btn-outline-success {
    border: 1px solid #5aca82;
    border-top: 3px solid #5aca82 !important;
}

.runner.btn-outline-danger {
    border: 1px solid #f86a67;
    border-top: 3px solid #f86a67 !important;
}

.runner.btn-outline-primary,
.toastrshow.btn-outline-primary {
    border: 1px solid #329cff;
    border-top: 3px solid #329cff !important;
}

.runner.btn-outline-warning,
.toastrshow.btn-outline-warning {
    border: 1px solid #fcb410;
    border-top: 3px solid #fcb410 !important;
}

.runner.btn-outline-info {
    border: 1px solid #007bb8;
    border-top: 3px solid #007bb8 !important;
}

.runner.btn-outline-purple {
    border: 1px solid #937eff;
    border-top: 3px solid #937eff !important;
}

.runner.btn-outline-mint {
    border: 1px solid #31d0d6;
    border-top: 3px solid #31d0d6 !important;
}

.ns-effect-thumbslider .ns-content {
    background: #31d0d6;
    color: #fff;
}

.ns-effect-exploader {
    background: #5aca82;
    color: #fff;
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
    background: #fff;
    font-size: 16px;
}

.ns-effect-boxspinner {
    background: #fcb410;
}

.ns-effect-loadingcircle {
    background: #937eff;
    border-color: #937eff;
    color: #937eff;
}

#notification-shape {
    display: none;
}

#notification-shape2 path {
    fill: green;
}

.ns-effect-flip {
    background: #5aca82;
}

.ns-effect-jelly {
    background: #fcb410;
}

.ns-box.ns-bar,
.ns-box.ns-show,
.ns-box.ns-visible {
    z-index: 99999999 !important;
} */


/*fixed header*/

/* .fixed_header .notification-shape {
    top: 56px;
}

@media (max-width: 992px) {
    .notification-shape {
        top: 56px;
    }
}

.header,
.footer.fixed-bottom {
    z-index: 100 !important;
}

.left_aside {
    z-index: 99 !important;
}

#scroll {
    z-index: 999;
} */