@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/LogoApp.Server/Components/AnimatedBootstrapIcon.razor.rz.scp.css */
.object[b-lvkjjzrqic] {
    animation: MoveUpDown-b-lvkjjzrqic 1s ease-in-out infinite;
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

@keyframes MoveUpDown-b-lvkjjzrqic {
    0%, 100% {
        bottom: 0;
    }

    50% {
        bottom: 30px;
    }
}
/* _content/LogoApp.Server/Components/BootstrapProgressBar.razor.rz.scp.css */
.wrapper[b-vgewfrtdr5] {
    width: 100px; /* Set the size of the progress bar */
    height: 100px;
    position: absolute; /* Enable clipping */
    clip: rect(0px, 100px, 100px, 50px); /* Hide half of the progress bar */
}
/* Set the sizes of the elements that make up the progress bar */
.circle[b-vgewfrtdr5] {
    width: 80px;
    height: 80px;
    border: 10px solid green;
    border-radius: 50px;
    position: absolute;
    clip: rect(0px, 50px, 100px, 0px);
}
/* Using the data attributes for the animation selectors. */
/* Base settings for all animated elements */
div[data-anim~=base][b-vgewfrtdr5] {
    -webkit-animation-iteration-count: 1; /* Only run once */
    -webkit-animation-fill-mode: forwards; /* Hold the last keyframe */
    -webkit-animation-timing-function: linear; /* Linear animation */
}

.wrapper[data-anim~=wrapper][b-vgewfrtdr5] {
    -webkit-animation-duration: 0.01s; /* Complete keyframes asap */
    -webkit-animation-delay: 3s; /* Wait half of the animation */
    -webkit-animation-name: close-wrapper; /* Keyframes name */
}

.circle[data-anim~=left][b-vgewfrtdr5] {
    -webkit-animation-duration: 6s; /* Full animation time */
    -webkit-animation-name: left-spin;
}

.circle[data-anim~=right][b-vgewfrtdr5] {
    -webkit-animation-duration: 3s; /* Half animation time */
    -webkit-animation-name: right-spin;
}
/* Rotate the right side of the progress bar from 0 to 180 degrees */
@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
    }
}
/* Rotate the left side of the progress bar from 0 to 360 degrees */
@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
/* Set the wrapper clip to auto, effectively removing the clip */
@-webkit-keyframes close-wrapper {
    to {
        clip: rect(auto, auto, auto, auto);
    }
}
/* _content/LogoApp.Server/Components/FileManager.razor.rz.scp.css */
.icon-folder[b-gosywp7i67] {
    color: #ffb400;
}

.icon-pdf[b-gosywp7i67] {
    color: #ad0000;
}

.icon-video[b-gosywp7i67] {
    color: #ff0000;
}

.icon-image[b-gosywp7i67] {
    color: #0072ff;
}

.icon-text[b-gosywp7i67] {
    color: #6b6b6b;
}

.icon-rich[b-gosywp7i67] {
    color: #7100a3;
}

.file-entry .dropdown-toggle[b-gosywp7i67]::after {
    display: none;
}

.file-entry-new > .btn[b-gosywp7i67] {
    animation: newItemFade-b-gosywp7i67 5s forwards;
}

@keyframes newItemFade-b-gosywp7i67 {
    0% {
        background-color: rgba(255, 255, 255, 0);
    }
    20% {
        background-color: #ffdc87;
    }
    100% {
        background-color: rgba(255, 255, 255, 0);
    }
}
/* _content/LogoApp.Server/Components/HtmlDisplay.razor.rz.scp.css */
.html-container[b-5oa0o4qgzh] {
    --toolbar-height: calc(42.5px + 8px);
    height: 100%;
}

.html-container[b-5oa0o4qgzh], iframe[b-5oa0o4qgzh] {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

iframe[b-5oa0o4qgzh] {
    height: calc(100% - var(--toolbar-height));
}

.html-container[b-5oa0o4qgzh] {
    line-height: 0px;
}

.html-toolbar[b-5oa0o4qgzh] {
    height: var(--toolbar-height);
    text-align: right;
    padding: 4px 20px 4px 4px;
}
/* _content/LogoApp.Server/Components/PdfJsDisplay.razor.rz.scp.css */
div[b-6q1d02hmew], iframe[b-6q1d02hmew] {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

div[b-6q1d02hmew] {
    line-height: 0px;
}
/* _content/LogoApp.Server/Components/WebSignEdit.razor.rz.scp.css */
.sign-edit[b-almy1oslrp] {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.sign-btn-box[b-almy1oslrp] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
}

.sign-title-box[b-almy1oslrp] {
    position: absolute;
    top: 8px;
    left: 0px;
    padding: 8px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    border-radius: 10px;
    pointer-events: none;
}

@media screen and (min-width: 700px) {
    .sign-title-box[b-almy1oslrp] {
        top: 10px;
        left: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 24px;
    }
}

.sign-btn[b-almy1oslrp] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 2px solid white;
    padding: 0px;
}

    .sign-btn svg[b-almy1oslrp] {
        transform: scale(.6);
    }

#btnCancel[b-almy1oslrp] {
    background-color: red;
}

#btnClear[b-almy1oslrp] {
    background-color: orange;
}

#btnConfirm[b-almy1oslrp] {
    background-color: green;
}

@media screen and (min-width: 500px) {
    .sign-btn[b-almy1oslrp] {
        width: 50px;
        height: 50px;
    }

        .sign-btn svg[b-almy1oslrp] {
            transform: scale(1);
        }
}

@media screen and (min-width: 1000px) {
    .sign-btn[b-almy1oslrp] {
        width: 60px;
        height: 60px;
    }
    .sign-btn svg[b-almy1oslrp] {
        transform: scale(1.5);
    }
}

.sign-edit canvas[b-almy1oslrp] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    touch-action: none;
}

.canvas-wrap[b-almy1oslrp] {
    display: inline-block;
    width: 100%;
    height: 100%;
}

[b-almy1oslrp] canvas {
    background-color: white;
}
/* _content/LogoApp.Server/Modules/IdAustria/Components/AustriaLoginLink.razor.rz.scp.css */
.btn-austria[b-312qos5ufe] {
    background-color: #C8102E;
    border-color: #C8102E;
    color: #fff;
}

    .btn-austria:hover[b-312qos5ufe] {
        background-color: #eb1438;
        border-color: #eb1438;
        color: #fff;
    }

    .btn-austria:active[b-312qos5ufe] {
        background-color: #C8102E;
        border-color: #C8102E;
        color: #fff;
    }
/* _content/LogoApp.Server/Modules/OrderMedLan/Components/Pages/PasswordRegistrationProcess/EnableMultiFactor.razor.rz.scp.css */
.auth-step-container[b-d0g01p9tfx] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    counter-reset: step-counter;
}

.auth-step[b-d0g01p9tfx] {
    text-align: left;
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem;
    counter-increment: step-counter;
}

.auth-step[b-d0g01p9tfx]::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background-color: var(--bs-secondary);
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}
/* _content/LogoApp.Server/Pages/DocumentList.razor.rz.scp.css */
.documents[b-kr2zashmzp] {
    display: inline-block;
    font-size: 1.2rem;
    width: 100%;
    max-width: 400px;
}

    .documents a[b-kr2zashmzp] {
        margin: 4px 16px;
    }

    .documents .signatures[b-kr2zashmzp] {
        padding: 0;
        margin: 0;
    }

.document[b-kr2zashmzp] {
    margin-bottom: 16px;
}

ul > li[b-kr2zashmzp] {
    list-style: none;
}

    ul > li.signed[b-kr2zashmzp]::after {
        content: "\2713";
        font-size: 35px;
        font-weight: bold;
        margin-top: -55px;
        margin-right: 25px;
        float: right;
        color: white;
    }
/* _content/LogoApp.Server/Pages/Index.razor.rz.scp.css */

/* _content/LogoApp.Server/Pages/Wait.razor.rz.scp.css */
.wait-container[b-9o88s53p24] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}
/* _content/LogoApp.Server/Pages/WaitDeckEditor.razor.rz.scp.css */
.wait-duration[b-384ey17kqv] {
    color: var(--bs-blue);
}
/* _content/LogoApp.Server/Pages/WaitHtmlEditor.razor.rz.scp.css */
.editor-main[b-axlw6bf3a1] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.editor-header[b-axlw6bf3a1] {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.editor-toolbar[b-axlw6bf3a1] {
    width: 100%;
    height: auto;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.editor-content[b-axlw6bf3a1] {
    width: 100%;
    height: 100%;
}

[b-axlw6bf3a1] .rz-html-editor {
    width: 100%;
    height: 100%;
}

.backdrop[b-axlw6bf3a1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

    .backdrop.hidden[b-axlw6bf3a1] {
        display: none !important;
    }

    .backdrop > div[b-axlw6bf3a1] {
        padding: 16px;
        background-color: var(--bs-white);
        border-radius: 4.8px;
        border: 1px solid rgba(0,0,0,.2);
    }
/* _content/LogoApp.Server/Pages/WaitImage.razor.rz.scp.css */
div[b-t4y64punlu] {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
