/* =========================================================
   Кнопка "Отчеты": рабочее fixed-меню поверх нижней панели
   ========================================================= */

.reports-actions-group {
    position: relative !important;
    display: inline-flex !important;
    overflow: visible !important;
    min-width: 150px !important;
}

.reports-actions-group .reports-actions-menu {
    display: none !important;
}

.reports-actions-toggle {
    background: #111827 !important;
    color: #ffffff !important;
    border-color: #111827 !important;
    font-weight: 900 !important;
}

.reports-global-menu {
    position: fixed;
    display: none;
    gap: 7px;

    z-index: 2147483647;

    padding: 8px;
    border: 1px solid #dbe4ee;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .28);
}

.reports-global-item {
    display: block !important;
    width: 100% !important;
    min-height: 38px !important;
    height: auto !important;

    padding: 9px 11px !important;
    border-radius: 10px !important;
    border: 1px solid #dbe4ee !important;

    background: #ffffff !important;
    color: #111827 !important;

    text-align: left !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    white-space: normal !important;

    box-shadow: none !important;
    cursor: pointer !important;
}

.reports-global-item:hover {
    background: #fff5f5 !important;
    color: #d71920 !important;
    border-color: #d71920 !important;
}

.reports-global-empty {
    padding: 10px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 950px) {
    .reports-actions-group {
        width: 100% !important;
    }

    .reports-global-menu {
        left: 10px !important;
        right: 10px !important;
        width: auto !important;
    }
}
