:root {
       /* --bs-primary: #e8a084 !important;
    --bs-primary-rgb: 232, 160, 132 !important;*/
    --fc-button-bg-color: #8c57ff;
    --fc-button-border-color: #8c57ff;
}

.table-fixed {
    table-layout: fixed;
}

.td-text-wrap {
    white-space: normal;
    max-width: 200px;
}

.fc-theme-standard th {
    background: var(--bs-primary);
    color: var(--bs-primary-contrast);
}

@media (max-width: 1200px) {
    .layout-menu-toggle {
        position: absolute;
        top: 8px;
        left: 15px;
    }
}