/*.active {*/
/*    background: #ffffff12;*/
/*}*/

@media (min-width: 80rem) {
    .product-store {
        grid-template-columns: repeat(4, 1fr)!important;
    }
}
.text-2xl {
    font-size: 1.875rem!important;
}

:is(.dark .btn-ava) {
    background: #2e1437!important;
    box-shadow: 0 0 0.5rem 0.0625rem #813535!important;;
}
:is(.dark .bg-ava) {
    background: #242239!important;
}
.btn-ava {
    box-shadow: 0 0 0.5rem 0.0625rem #813535!important;;
}
.text-xs1 {
    font-size: 0.875rem!important;;
}
.bgs-ava:hover {
    background: rgba(0, 0, 0, 0.04) !important;
}
:is(.dark .bgs-ava:hover) {
    background: #333057!important;
}
.scl__item > img {
    margin-top: 0.375rem;
    width: 2.5rem;
    height: 2.5rem;
}
.scl__item{
    min-width: 3.125rem;
    padding: 0 0.3125rem;
}
._is-minimized .status-s {
    display: none!important;
}
._is-minimized .status-mini {
    display: block!important;
}
._is-minimized .divider {
    display: none!important;
}
._is-minimized .select-server {
    display: none!important;
}

.ratting-badge {
    background-color: #222;
    color: #fff;
    box-shadow: 0 0 0.3125rem -0.125rem;
}
:is(.dark .ratting-badge){
    background-color: #222;
    color: #fff;
    box-shadow: 0 0 0.3125rem -0.125rem;
    font-family: f2;
}
.ratting-block-top {
    box-shadow: 0 0 0.4375rem -0.1875rem;
}
:is(.dark .ratting-block-top){
    box-shadow: 0 0 0.4375rem -0.1875rem;
}
.toast-success{
    background: #1d4144 !important;
    color: #fff!important;
    box-shadow: 0 0 0.3125rem -0.125rem #ffffff !important;
}
.toast-error{
    background: #401313!important;
    color: #fff!important;
    box-shadow: 0 0 0.3125rem -0.125rem #ffffff !important;
}