@import '_content/XafCustomComponents/XafCustomComponents.biot9kzr1f.bundle.scp.css';

/* _content/BugetForecast.Blazor.Server/Editors/JupyterEditor/JupyterEditor.razor.rz.scp.css */
.main-toolbar[b-jqwslzhmsp]{
    display: none;
}

.jupyter-iframe[b-jqwslzhmsp] {
    height: 100%;
}
/* _content/BugetForecast.Blazor.Server/Editors/MultiFiles/MultiFileInput.razor.rz.scp.css */
.custom-drop-zone[b-uh6c7ke0et] {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 230px;
    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[b-uh6c7ke0et] {
        border-style: solid;
    }

    .custom-drop-zone svg[b-uh6c7ke0et] {
        width: 42px;
        height: 42px;
    }

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


.drop-file-icon[b-uh6c7ke0et] {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: #ADB5BD;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../images/icons/drop-file.svg");
    mask-image: url("../images/icons/drop-file.svg");
}

.drop-file-label[b-uh6c7ke0et] {
    font-weight: 500;
    font-size: 1rem;
}
/* _content/BugetForecast.Blazor.Server/Editors/ProgressBar/ProgressBar.razor.rz.scp.css */
.progress-container[b-gdqkju85qt] {
    width: 100%;
    background-color: transparent;
    margin-top: 13px;
    margin-bottom: 13px;
}

.progress-bar[b-gdqkju85qt] {
    height: 4px;
    background-color: #8F4700;
    text-align: center;
    line-height: 4px;
    color: white;
}
