/* /DemoShell/DemoFeedbackPanel.razor.rz.scp.css */
.demo-feedback-panel[b-n3yk9v06ac] {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1.5rem 0.75rem;
    pointer-events: initial;
}
.demo-feedback-panel:not(:first-child)[b-n3yk9v06ac]:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid currentColor;
    opacity: 0.15;
}
.demo-feedback-panel .feedback-text[b-n3yk9v06ac] {
    font-size: 1.1em;
    font-weight: 600;
}
.demo-feedback-panel .feedback-btns[b-n3yk9v06ac] {
    padding: 0.5rem 0;
}
.demo-feedback-panel .feedback-btns .btn[b-n3yk9v06ac] {
    padding: 0.2rem;
}
.demo-feedback-panel .feedback-btns .btn:not(:last-child)[b-n3yk9v06ac] {
    margin-right: 0.4rem;
}
.demo-feedback-panel .feedback-btns .btn:hover[b-n3yk9v06ac],
.demo-feedback-panel .feedback-btns .btn.feedback-selected[b-n3yk9v06ac] {
    color: var(--bs-primary);
}
.demo-feedback-panel .feedback-btns .btn span[b-n3yk9v06ac] {
    display: inline-block;
    vertical-align: middle;
}
.demo-feedback-panel .feedback-btns .btn span:not(:last-child)[b-n3yk9v06ac] {
    margin-right: 0.4rem;
}
.demo-feedback-panel .feedback-form[b-n3yk9v06ac] {
    padding: 0.5rem 0;
}
.demo-feedback-panel .feedback-form-btns[b-n3yk9v06ac] {
    padding: 1rem 0 0;
}
.demo-feedback-panel .icon[b-n3yk9v06ac] {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    height: 20px;
    width: 20px;
}
.demo-feedback-panel .icon-thumb-up[b-n3yk9v06ac] {
    -webkit-mask-image: url("images/feedback/feedback-thumb-up.svg");
    mask-image: url("images/feedback/feedback-thumb-up.svg");
}
.demo-feedback-panel .btn:hover .icon-thumb-up[b-n3yk9v06ac],
.demo-feedback-panel .btn.feedback-selected .icon-thumb-up[b-n3yk9v06ac] {
    -webkit-mask-image: url("images/feedback/feedback-thumb-up-selected.svg");
    mask-image: url("images/feedback/feedback-thumb-up-selected.svg");
}
.demo-feedback-panel .icon-thumb-down[b-n3yk9v06ac] {
    -webkit-mask-image: url("images/feedback/feedback-thumb-down.svg");
    mask-image: url("images/feedback/feedback-thumb-down.svg");
}
.demo-feedback-panel .btn:hover .icon-thumb-down[b-n3yk9v06ac],
.demo-feedback-panel .btn.feedback-selected .icon-thumb-down[b-n3yk9v06ac] {
    -webkit-mask-image: url("images/feedback/feedback-thumb-down-selected.svg");
    mask-image: url("images/feedback/feedback-thumb-down-selected.svg");
}

@media (max-width: 899.98px) {
    .demo-feedback-panel[b-n3yk9v06ac] {
        display: none;
    }
}
/* /DemoShell/DemoLoadIndicator.razor.rz.scp.css */
.demo-preloader-card[b-wa2xg7gakc] {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.demo-preloader-container[b-wa2xg7gakc] {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.demo-preloader[b-wa2xg7gakc] {
    height: 64px;
    width: 64px;
    border: 3px transparent solid;
    border-top: 3px currentColor solid;
    border-radius: 50%;
    -webkit-animation: preloader-spin 1s infinite linear;
    animation: preloader-spin-b-wa2xg7gakc 1s infinite linear;
    opacity: 0.5;
}

.demo-preloader[b-wa2xg7gakc]:before {
    position: absolute;
    content: "";
    top: -3px;
    left: -3px;
    height: 64px;
    width: 64px;
    opacity: 0.3;
    border: 3px currentColor solid;
    border-top: 3px transparent solid;
    border-radius: 50%;
}

@keyframes preloader-spin-b-wa2xg7gakc {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/* /DemoShell/DemoMobileContent.razor.rz.scp.css */
.demo-device-container .demo-device-orientation-selector > div[b-1nxqprsyne] {
    margin: 0 auto;
    width: 520px;
    text-align: right;
}

.demo-device-container.horizontal .demo-device-orientation-selector > div[b-1nxqprsyne] {
    width: 830px;
}

.demo-device-orientation-selector button[b-1nxqprsyne] {
    display: block;
    float: right;
    clear: both;
    font-size: 2.5em;
    margin-bottom: 0.4em;
    margin-right: -2.2em;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
}

.demo-device-container .demo-device[b-1nxqprsyne] {
    height: 830px;
    width: 520px;
    margin: 0 auto;
    border-width: 30px 20px !important;
    border-radius: 15px;
}

.demo-device-container.horizontal .demo-device[b-1nxqprsyne] {
    width: 830px;
    height: 520px;
    border-width: 20px 30px !important;
}

.demo-device-container .demo-display[b-1nxqprsyne] {
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 0px;
    position: relative;
}


@media (max-width: 1679.98px) {
    .demo-device-container .demo-device-orientation-selector[b-1nxqprsyne] {
        display: none;
    }

    .demo-device-container.horizontal .demo-device[b-1nxqprsyne] {
        height: 830px;
        width: 520px;
        border-width: 30px 20px !important;
    }
}

@media (max-width: 600px), (hover: none) {
    .demo-device-container .demo-device-orientation-selector[b-1nxqprsyne] {
        display: none;
    }

    .demo-device.border-secondary[b-1nxqprsyne],
    .demo-device .demo-display.border-secondary[b-1nxqprsyne] {
        border: none !important;
    }

    .demo-device.bg-secondary[b-1nxqprsyne] {
        background: none !important;
    }

    .demo-device[b-1nxqprsyne] {
        border-width: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
        width: auto !important;
        height: auto !important;
    }

    .demo-device .demo-display .card.m-3[b-1nxqprsyne] {
        margin: 0 !important;
    }
}

.mobile-view[b-1nxqprsyne],
.mobile-view-horizontal[b-1nxqprsyne] {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    height: 32px;
    width: 32px;
}

.mobile-view[b-1nxqprsyne] {
    -webkit-mask-image: url("images/mobile-view/mobile-view-vertical.svg");
    mask-image: url("images/mobile-view/mobile-view-vertical.svg");
}

.mobile-view-horizontal[b-1nxqprsyne] {
    -webkit-mask-image: url("images/mobile-view/mobile-view-horizontal.svg");
    mask-image: url("images/mobile-view/mobile-view-horizontal.svg");
}
/* /DemoShell/DemoResizableContent.razor.rz.scp.css */
.demo-resizable-container[b-miq2k3t87l] {
    width: 100%;
    justify-self: flex-start
}

.demo-resizable-card[b-miq2k3t87l] {
    position: relative !important;
    display: block;
    width: 100%;
    justify-self: flex-start;
}

    .demo-resizable-card > .demo-resizable-content[b-miq2k3t87l] {
        margin-right: 1rem;
    }

[b-miq2k3t87l] .demo-img-resize {
    background-color: currentColor;
    -webkit-mask-image: url("images/mobile-view/resize.svg");
    mask-image: url("images/mobile-view/resize.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 6px;
    height: 15px;
}

.demo-resize-handler[b-miq2k3t87l] {
    position: absolute;
    overflow: hidden;
    width: 15px;
    height: 100%;
    cursor: w-resize;
    right: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: inherit;
    border-width: 0 0 0 1px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 400px) {
    .demo-resizable-card[b-miq2k3t87l] {
        min-width: 0px !important;
    }

    .demo-resize-handler[b-miq2k3t87l] {
        display: none;
    }

    .demo-resizable-card > .demo-resizable-content[b-miq2k3t87l] {
        margin-right: initial;
    }
}
/* /DemoShell/DemoToaster.razor.rz.scp.css */
.demo-alert-notifications[b-uk030gz13a] {
    position: fixed;
    z-index: 1040;
    right: 10px;
    top: calc(7rem + 10px);
    font-size: 1rem;
}
@keyframes demo-alert-notify-b-uk030gz13a {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.demo-alert-notifications .alert:last-of-type[b-uk030gz13a] {
    animation: demo-alert-notify-b-uk030gz13a 0.3s linear;
    animation-fill-mode: forwards;
}
/* /DemoShell/Header.razor.rz.scp.css */
.navbar.header-navbar[b-hue26fcgwo] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-hue26fcgwo] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-hue26fcgwo] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-hue26fcgwo] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-hue26fcgwo] {
        font-size: inherit;
    }
}
/* /DemoShell/MainLayout.razor.rz.scp.css */
.page[b-aql0sokmyz] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-aql0sokmyz] .page-layout,
[b-aql0sokmyz] .page-layout > .dxbl-gridlayout-root,
[b-aql0sokmyz] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-aql0sokmyz] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-aql0sokmyz] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-aql0sokmyz] .fit-width {
    max-width: 100%;
}

[b-aql0sokmyz] .mw-1100 {
    max-width: 1100px;
}
/* /DemoShell/NavMenu.razor.rz.scp.css */
.sidebar[b-pxwte48ooa] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

.sidebar.collapse[b-pxwte48ooa] {
    display: none;
}

.sidebar.expand[b-pxwte48ooa] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-pxwte48ooa] {
        display: none;
    }

    .sidebar.expand[b-pxwte48ooa] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-pxwte48ooa] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

[b-pxwte48ooa] .app-sidebar .root-item > :first-child {
    --dxbl-treeview-font-weight: 600;
}

[b-pxwte48ooa] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
    display: none;
}

@media (max-width: 1199.98px) {
    [b-pxwte48ooa] .app-sidebar {
        padding-bottom: 0;
    }
}
/* /DemoShell/WarningMessage.razor.rz.scp.css */
.warning[b-ioohifzimh] {
    line-height: 1.25;
    padding-left: 0.5rem;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    border-left-color: var(--bs-red);
    margin-bottom: 3rem;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 8%);
}

.warning .icon-container[b-ioohifzimh] {
    padding-right: 0.75rem;
}

[b-ioohifzimh] .e-warning {
    -webkit-mask-image: url("images/warning-message.svg");
    mask-image: url("images/warning-message.svg");
}

.e-icon[b-ioohifzimh] {
    opacity: 0.5;
    display: inline-block;
    background-color: currentColor;
    width: 24px;
    height: 24px;
}
/* /Pages/DocumentContentManipulation/PdfFileAttachment.razor.rz.scp.css */
.demo-simple-view-caption[b-h047j0f6lt] {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}
.demo-simple-view-first-line[b-h047j0f6lt] {
    margin-top: 40px;
}
.demo-simple-view-line[b-h047j0f6lt] {
    margin-bottom: 20px;
}
/* /Pages/Overview.razor.rz.scp.css */
.block-content[b-u1gl56xiuk] {
    display: block;
    display: flex;
    flex-wrap: wrap;
}
.block-content-wrapper[b-u1gl56xiuk] {
    min-height: 940px;
}

@media screen and (max-height: 1000px) {
    .block-content-wrapper[b-u1gl56xiuk] {
        min-height: 600px;
    }

    .demo-wrapper[b-u1gl56xiuk] {
        min-height: 734px;
    }
}

@media screen and (max-height: 830px) {
    .block-content-wrapper[b-u1gl56xiuk] {
        min-height: 500px;
    }

    .demo-wrapper[b-u1gl56xiuk] {
        min-height: 602px;
    }
}
/* /Shared/DemoFileUpload.razor.rz.scp.css */
.drop-file-icon[b-cvcwr8rpl1] {
    width: 16px;
    height: 15px;
    background-color: currentColor;
    -webkit-mask-image: url("images/drop-file.svg");
    mask-image: url("images/drop-file.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin: var(--dxbl-image-margin-y) var(--dxbl-image-margin-x);
    display: inline-block;
}

.upload-text[b-cvcwr8rpl1] {
    margin-left: var(--dxbl-btn-image-spacing);
}

input.hidden-file-input[b-cvcwr8rpl1] {
    visibility: hidden;
    width: 3px;
}

.error-message[b-cvcwr8rpl1] {
    color: var(--bs-danger);
}
/* /Shared/DocumentPreview.razor.rz.scp.css */
.document-preview[b-77ltbuyiqm] {
    width: 100%;
    box-sizing: border-box;
    height: 800px;
    border: 1px solid #E8E8E8;
    overflow-y: auto;
}
/* /Shared/OverviewCard.razor.rz.scp.css */
.content-item[b-rd3tdhx7vr] {
    display: inline-block;
    vertical-align: top;
    width: 480px;
    height: 140px;
    flex: 1 1 480px;
    margin: 0 10px 10px 0;
}

    .content-item a div[b-rd3tdhx7vr] {
        background-repeat: no-repeat;
        float: left;
        width: 84px;
        height: 84px;
    }

    .content-item a[b-rd3tdhx7vr] {
        display: block;
        background: var(--bs-light);
        text-decoration: none;
        padding: 28px 14px 28px 30px;
        height: 140px;
        box-sizing: border-box;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    }


        .content-item a h3[b-rd3tdhx7vr],
        .content-item a > p[b-rd3tdhx7vr] {
            color: var(--bs-gray-dark); /*text color*/
            margin: 5px 5px 0 103px;
        }

        .content-item a h3[b-rd3tdhx7vr] {
            font-size: 1.5em;
            line-height: 1.1em;
        }

        .content-item a:hover[b-rd3tdhx7vr] {
            color: #fff;
            background-color: var(--bs-primary);
        }

            .content-item a:hover h3[b-rd3tdhx7vr],
            .content-item a:hover > p[b-rd3tdhx7vr] {
                color: #fff;
            }
/* /Shared/PdfDocumentPreview.razor.rz.scp.css */
.document-preview[b-b0amn5ulo3] {
    width: 100%;
    box-sizing: border-box;
    height: 800px;
    border: 1px solid #E8E8E8;
    overflow-y: auto;
}
/* /Shared/UploadedFileList.razor.rz.scp.css */
.btn-icon-clear[b-72pgc9r4jv] {
    height: 16px;
    width: 16px;
    -webkit-mask-image: url("images/clear.svg");
    mask-image: url("images/clear.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--bs-primary);
    display: inline-block;
    border-color: transparent;
    opacity: 0.7;
}

    .btn-icon-clear:hover[b-72pgc9r4jv] {
        opacity: 0.9;
    }

.upload-file-container[b-72pgc9r4jv] {
    min-height: 8em;
    padding: 2em;
}

.row[b-72pgc9r4jv] {
    display: table-row;
}

.item-text[b-72pgc9r4jv] {
    margin-left: 0.25em;
}
