.navbar-vertical .navbar-brand>img, .navbar-vertical .navbar-brand-img {
    /*max-height: 92px!important;border-radius: 20px;*/
    max-height: 100px !important;
}

.icon-gradient-verified{
    background: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pr-1{
    padding-right: 0.25rem !important;
}

.blur{
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(255, 255, 255, 0.8) !important;
}


.badge-success {
    color: rgb(81 201 86);
    background-color: rgb(235 255 236);
}
.badge-info {
    color: rgb(79 155 255);
    background-color: rgb(232 241 253);
}