.sidebar-brand-icon > img {
    height: 48px;
}

.badge-counter {
    transform: scale(1) !important;
    margin-top: -0.75rem !important;
}

.border-top-primary {
    border-top: 0.01rem solid #cdcdcd !important;
}

.bg-login-image {
    background: url(/img/login.jpg) !important;
    background-position: center;
    background-size: cover;
}

.jq-toast-wrap {
    width: 60% !important;
}

.js_toogle_active {
    cursor: pointer;
}

.bg-gradient-primary {
    background-color: #061339;
    background-image: linear-gradient(180deg,#abbcf0 10%,#142350 100%);
    background-size: cover;
}

.underline-white {
    text-decoration: underline white;
}

::placeholder {
    color: #d2d1d1 !important;
}
