.flash-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.flash-notice {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.flash-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.flash-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.flash-zindex {
    z-index: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.error-messages {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    list-style-type: none;
}

.sorted .asc:after {
    content: '▲';
}

.sorted .desc:after {
    content: '▼';
}

.btn-custom-sm {
    padding: 0.2rem 0.35rem;
    font-size: 0.65rem;
    line-height: 1.3;
    border-radius: 0.15rem;
}

ul {
    list-style: none; /* Убираем маркеры у всех ul (списков) */
}

ul li:before {
    content: ""; /* Убираем маркеры у всех элементов li */
}
.container {
    max-width: 88%  ;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.modal.fade .modal-dialog {
    transition: transform 0.1s ease, opacity 0.1s ease;
}

.ui.mini2.search {
    font-size: 0.6975em;
}

.log_viewer.wrap_lines {
    white-space: pre-wrap;
}

.log_viewer {
    background-color: #ffffff;
    color: #000000;
    font-size: .85em;
    height: 100%;
    overflow-y: scroll;
}

.nav-item {
    position: relative;
    display: inline-block;
    margin-right: 10px; /* Расстояние между элементами списка */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: -4px;
}

.dropdown-content img {
    height: 33px;
    margin: 5px; /* Расстояние между изображениями в выпадающем списке */
}