﻿.first-column {
    height: 100% !important;
}

.second-column {
    height: 100% !important;
}

.wizard-icon {
    min-width: 42px !important;
}

.e-grid.sf-grid .e-gridcontent .e-content {
    height: calc(100vh - 455px) !important;
}

.filter .e-grid.sf-grid .e-gridcontent .e-content {
    height: 200px !important;
}

@media (max-height: 799px) {
    #app {
        zoom: 0.9 !important;
    }

    .first-column .d-flex.flex-column {
        gap: 0.8rem !important;
        zoom: 0.95;
    }

        .first-column .d-flex.flex-column > * {
            padding: 4px 0 !important;
        }

    .e-dialog {
        zoom: 0.9 !important;
    }

    .e-grid.sf-grid .e-gridcontent .e-content {
        overflow-y: auto;
        height: calc(90vh - 274px) !important;
    }

    .filter .e-grid.sf-grid .e-gridcontent .e-content {
        height: 200px !important;
    }

    td.e-rowcell, th.e-headercell {
        width: 150px !important;
    }

    .wizard-content-area {
        height: calc(90vh - 200px) !important;
    }
}
