﻿:root{
    --bs-btn-info-hover-bg: #0a6fbb !important;
    --bs-info: #0078d4;
}

.layout{
    --bb-layout-sidebar-collapse-width: 55px;
}

.btn-info:hover{
    background-color: var(--bs-btn-info-hover-bg);
    border-color: var(--bs-btn-info-hover-bg);
}

.table-users {
    height: calc(100% - 93px);
}

.cell-label {
    line-height: 35px;
}

.form-check .form-check-input:checked{
    background-color: var(--bs-info);
    border-color: var(--bs-info);
}

.association-goods-drawer .drawer-content {
    overflow: hidden !important;
}

.search-goods .drawer-content {
    overflow: hidden !important;
}

@supports not selector(::-webkit-scrollbar) {
    .scroll {
        scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0);
        scrollbar-width: thin;
    }
}
