.select2-container--default .select2-selection--single {
    width: auto;
    height: 36px !important;
    padding: 6px 10px!important;
    font-size: 14px!important;
    line-height: 1.33!important;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 80% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #CCC !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
}

:root {
    --scrool-bar-size: 7px;
}

::-webkit-scrollbar {
    width: var(--scrool-bar-size);
    height: var(--scrool-bar-size);
}

::-webkit-scrollbar-track {
    background: #e2e2e2;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    opacity: 0.1;
    border-radius: calc(var(--scrool-bar-size) * 2);
    background: #404040;
}

::-webkit-scrollbar-thumb:hover {
    background: #5d5d5d;
}

.count {
    color: black !important;
}

.list-archived {
    margin: auto;
    width: 300px;
}

.std-button {
    margin: auto;
}

.setings-link{
    color: gray !important;
}

