.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon{
    background-image: linear-gradient(310deg, #261f25, #928a8a);
}

.bg-gray-100{
    background-color: #212224 !important;
}
.navbar .nav-link, .navbar .navbar-brand{
    color: #e0e4eb;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active{
    background-color: linear-gradient(310deg,#2152ff,#21d4fd);
    color: #2ce3fb;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link{
    background-color: unset !important;
    color: #e0e4eb;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.icon{
    background-color: linear-gradient(310deg,#2152ff,#21d4fd) !important;
    /* color: #e0e4eb; */
}
.card{
    background-color: #454646;
}
.card-header{
    background-color: #454646;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #eaebed !important;
}
.form-label, label{
    color: #eaebed !important;
}
.form-control{
    background-color: #b0b0b0;
}
.blur{
    background-color: unset !important;
}
.bg-gradient-dark{
    background-image: linear-gradient(310deg, #0d0e14, #090a0b) !important;
}

.ahreflink{
    color: white;
}

.card-body.nopad{
    padding: 0.5rem !important;
}
.alertpadd{
    padding: 0.5rem !important;
}

.page-item.active .page-link{
    background-color: #7b90b5;
    border-color: #7b90b5;
}

.navbar-vertical .navbar-brand-img, .navbar-vertical .navbar-brand>img{
    max-height: 5rem;
}