/*
 * Temporary compatibility layer for views that still use KDS/Fomantic.
 * Delete selectors from this file as each module migrates to native Evohus.
 */
.portal-legacy-page .portal-main {
    width: 100%;
    overflow-x: clip;
}

.portal-legacy-page.portal-inner-page .portal-main {
    overflow: visible;
}

.portal-legacy-content > .ui.grid,
.portal-legacy-content > .ui.segment,
.portal-legacy-content > .ui.container {
    width: 100%;
    max-width: 100%;
}

.portal-legacy-content .ui.modal {
    z-index: 1055;
}

.portal-legacy-content .ui.dimmer {
    z-index: 1050;
}

.portal-legacy-content .ui.table {
    width: 100%;
}

.portal-legacy-page .portal-sidebar-nav button,
.portal-legacy-page .portal-sidebar-nav a,
.portal-legacy-page .main-topbar button,
.portal-legacy-page .main-topbar a {
    font-family: inherit;
}

@media (max-width: 767.98px) {
    .portal-legacy-content .ui.grid {
        margin-right: 0;
        margin-left: 0;
    }

    .portal-legacy-content .ui.grid > .column,
    .portal-legacy-content .ui.grid > .row > .column {
        width: 100% !important;
    }
}
