﻿html, body {
    height: 100dvh;
    overflow: hidden;
}

.text-pre {
    white-space: pre-line;
}

.dm-nav-menu {
    --dxbl-accordion-group-header-default-bg: var(--DS-color-surface-primary-subdued-rest);
    --dxbl-accordion-group-header-hover-bg: var(--DS-color-surface-primary-subdued-hovered);
    --dxbl-accordion-group-border-radius: 0;
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

.custom-drop-zone.custom-drop-zone-hover {
    border-style: solid;
}

.custom-drop-zone svg {
    width: 42px;
    height: 42px;
}

.custom-drop-zone > *:not(#overviewDemoSelectButton) {
    pointer-events: none;
}