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

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

:is(.dark .btn-ava) {
    background: #2e1437!important;
    box-shadow: 0 0 8px 1px #813535!important;;
}
:is(.dark .bg-ava) {
    background: #242239!important;
}
.btn-ava {
    box-shadow: 0 0 8px 1px #813535!important;;
}
.text-xs1 {
    font-size: 14px!important;;
}

:is(.dark .bgs-ava:hover) {
    background: #333057!important;
}
.scl__item > img {
    margin-top: 6px;
    width: 40px;
    height: 40px;
}
.scl__item{
    min-width: 50px;
    padding: 0 5px;
}
._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 5px -2px;
}
:is(.dark .ratting-badge){
    background-color: #222;
    color: #fff;
    box-shadow: 0 0 5px -2px;
    font-family: f2;
}
.ratting-block-top {
    box-shadow: 0 0 7px -3px;
}
:is(.dark .ratting-block-top){
    box-shadow: 0 0 7px -3px;
}
.toast-success{
    background: #1d4144 !important;
    color: #fff!important;
    box-shadow: 0 0 5px -2px #ffffff !important;
}
.toast-error{
    background: #401313!important;
    color: #fff!important;
    box-shadow: 0 0 5px -2px #ffffff !important;
}