html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.header-left-side {
    min-width: 220px;
    width: 220px;
}

.sidebar {
    min-width: 220px;
    width: 220px;
}

.header-logo {
    width: 130px;
}

/*#region UploadFile */

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 200px;
    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;
    }


.drop-file-icon {
    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 {
    font-weight: 500;
    font-size: 1rem;
}

.upload-container, .upload-container > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.toolbar-item-center > div:first-child > dxbl-toolbar > div.dxbl-btn-toolbar > div.dxbl-toolbar-placeholder {
    display: none !important;
}

.toolbar-item-center > div:first-child > dxbl-toolbar > div.dxbl-btn-toolbar {
    justify-content: center;
}

/*
.custom-drop-zone > *:not(#overviewUploadFileSelectButton) {
    pointer-events: none;
}*/
/*#endregion */
#components-reconnect-modal {
    display: none;
    transition: visibility 0s linear 1000ms;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: block;
    }

.file-type {
    width: 1.5rem;
    height: 1.5rem;
}

div.xaf-action.xaf-inline-action.disabled {
    display: none !important;
}

div.xaf-inline-action-template {
    justify-content: left !important;
}

.fullfill-height {
    height: calc(100vh - 122px);
}
