@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    height: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212529;
    background: #F5F6F7;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
}

.main-root {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
}

.content {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    overflow: auto;
    padding: 0;
}


html, body, #app {
    height: 100%;
}

.page, .main-root, .content {
    height: 100%;
}


.e-splitter.e-splitter-horizontal {
    border: 0 !important;
    background: #F5F6F7 !important;
}

.e-splitter .e-split-bar {
    border: 0 !important;
    background: transparent !important;
}

.e-splitter, .e-splitter .e-split-pane {
    height: 100% !important;
    min-height: 0 !important;
}

.ide-tabs.e-tab, .ide-tabs .e-content, .ide-tabs .e-item {
    height: 100% !important;
    min-height: 0 !important;
}

    .ide-tabs .e-content .e-item > .content-wrapper,
    .ide-tabs .e-content .e-item > div {
        height: 100% !important;
        min-height: 0 !important;
    }

.content > :last-child {
    margin-bottom: 0 !important;
}

:root {
    --app-zoom: 0.90;
}

.app-zoom {
    zoom: var(--app-zoom);
}

.ui-95 {
    --app-zoom: 0.95
}

.ui-90 {
    --app-zoom: 0.90
}

.ui-85 {
    --app-zoom: 0.85
}

.ui-80 {
    --app-zoom: 0.80
}

:root {
    --app-zoom: 0.90;
}

.ui-95 {
    --app-zoom: 0.95;
}

.ui-90 {
    --app-zoom: 0.90;
}

.ui-85 {
    --app-zoom: 0.85;
}

.ui-80 {
    --app-zoom: 0.80;
}

.content--no-scroll {
    overflow: hidden;
}

.zoom-frame {
    width: calc(100% / var(--app-zoom));
    height: calc(100% / var(--app-zoom));
    transform: scale(var(--app-zoom));
    transform-origin: top left;
    overflow: auto;
}

.zoom-canvas {
    width: 100%;
    height: 100%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#blazor-error-ui {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}