@media (max-width: 576px) {
  main {
    width: calc(100% - 0px);
  }
}

.text-right {
    text-align: right!important;
}

.text-bg-info {
    background-color: rgba(var(--info), 1) !important;
    color: var(--white) !important;
}
.text-bg-warning-o {
    background-color: #ebc33f26!important;
}
.text-bg-info-o {
    background-color: #535ae724!important;
}
.text-bg-secondary-o {
    background-color: #8b84761f!important;
}
.text-bg-primary-o {
    background-color: #48bece29!important;
}
.text-bg-success-o {
    background-color: #aecc3429!important;
}
.text-bg-danger-o {
    background-color: #ff5e401f!important;
}




/* Светлая тема */
body.light .select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
    color: #212529;
    border-color: #ced4da;
}

/* Тёмная тема */
body.dark .select2-container--default .select2-selection--multiple {
    background-color: #343a40; /* Bootstrap dark background */
    color: #f8f9fa; /* Bootstrap light text */
    border-color: #495057;
}

/* Адаптация плейсхолдера в select2 */
body.dark .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    color: #f8f9fa;
    background-color: transparent;
}

/* Адаптация выбранных элементов */
body.dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #495057;
    color: #f8f9fa;
    border-color: #6c757d;
}
