@import '_content/Zoom.Blazor.Components/Zoom.Blazor.Components.n53gy1oequ.bundle.scp.css';
@import '_content/Zoom.Blazor.Localization.Client/Zoom.Blazor.Localization.Client.f00ld6mzn3.bundle.scp.css';

/* _content/Zoom.Portal.WebApp/Components/Dossier/FileUploadComponent.razor.rz.scp.css */

/* input-file */
[b-6rwc2q8s5t] .input-file {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:100%;
    opacity: 0;
}
    [b-6rwc2q8s5t] .input-file:focus {
        outline: none;
    }

[b-6rwc2q8s5t] input[type=file], /* FF, IE7+, chrome (except button) */
[b-6rwc2q8s5t] input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer; 
}


/* validation-message */
.validation-message[b-6rwc2q8s5t] {
    margin-top:0.5rem;
    font-size:90%;
    color: #f14668;
}


/* Drop zone */
.file-drop-area[b-6rwc2q8s5t] {
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
    padding:0.8rem;
    
    max-width: 100%;
    min-height: 54px;
    border: 1px dashed rgb(141, 141, 141, 0.40);
    border-radius: 3px;
    background-color:#fcfcfc;
}
    .file-drop-area.disabled[b-6rwc2q8s5t] {
        pointer-events: none;
        opacity: 0.60;
    }

.file-drop-area.drag-over[b-6rwc2q8s5t] {
    border: 1px dashed rgb(255, 216, 0);
    background-color:rgb(255, 216, 0, .1);
}

.file-drop-area .file-drop-area-content[b-6rwc2q8s5t] {
    text-align: center;
    color:#545454;
}


/* upload-in-progress */
.upload-in-progress[b-6rwc2q8s5t] {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    
    background-color:#fcfcfc;
    display: flex;
    justify-content:center;
    align-items: center;
}
/* _content/Zoom.Portal.WebApp/Components/Dossier/GR/UploadComponent.razor.rz.scp.css */
.attachments[b-zdak8a50c0] {
    display:flex;
    align-items: center;
    border-bottom:solid 1px #eaeaea;
    padding:6px 0px;
}

.attachments .filename[b-zdak8a50c0] {
    flex-grow: 1;
}

.attachments .action[b-zdak8a50c0] {
    display: flex;
    align-items: center;
}
/* _content/Zoom.Portal.WebApp/Components/Dossier/UR/UploadComponent.razor.rz.scp.css */
.attachments[b-jruiln1djf] {
    display:flex;
    align-items: center;
    border-bottom:solid 1px #eaeaea;
    padding:6px 0px;
}

.attachments .filename[b-jruiln1djf] {
    flex-grow: 1;
}

.attachments .action[b-jruiln1djf] {
    display: flex;
    align-items: center;
}
/* _content/Zoom.Portal.WebApp/Components/Layout/Footer.razor.rz.scp.css */
.footer-top-outer[b-dpb56cihou] {
    margin-top: auto;
    background-color: #262e3b;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
    padding: 24px;
}
.footer-bottom-outer[b-dpb56cihou] {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    justify-content:start;
    gap: 0.5ex;
    padding:14px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    footer[b-dpb56cihou] {
        height: var(--footer-height);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .footer-top-outer[b-dpb56cihou] {
        padding: 24px;
    }
    .mobile-apps[b-dpb56cihou] {
        flex-direction:row !important;
    }
    .footer-bottom-outer[b-dpb56cihou] {
        flex-direction:unset;
        justify-content:center;
        padding:24px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
}
/* _content/Zoom.Portal.WebApp/Components/Layout/GR/Footer.razor.rz.scp.css */
footer[b-f9bvmx94rr] {
    background-color: #0069b4;
    color: #fff;
    overflow: hidden;
    font-size: 12px;
    padding: 24px;
}
footer a[b-f9bvmx94rr] {
    color:inherit !important;
}
/* _content/Zoom.Portal.WebApp/Components/Layout/UR/Footer.razor.rz.scp.css */
.footer-top-outer[b-f6jzeq0nrr] {
    margin-top: auto;
    background-color: #262e3b;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
    padding: 24px;
}

.footer-bottom-outer[b-f6jzeq0nrr] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
    gap: 16px;
    padding: 14px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .footer-top-outer[b-f6jzeq0nrr] {
        padding: 24px;
    }

    .mobile-apps[b-f6jzeq0nrr] {
        flex-direction: row !important;
    }

    .footer-bottom-outer[b-f6jzeq0nrr] {
        flex-direction: unset;
        justify-content: center;
        align-items: center;
        padding: 24px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
/* _content/Zoom.Portal.WebApp/Components/Messages/MessageItem.razor.rz.scp.css */

.msg[b-y9u6xdfhux] {
    border-radius: var(--mud-default-borderradius);
    position: relative;
    padding: 16px;
    width: fit-content;
    max-width: 90%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.msg.from-me[b-y9u6xdfhux] {
    text-align: right;
    margin-left: auto;
    background-color:#d9fdd3cc;
}
.msg.from-me[b-y9u6xdfhux]:before {
    position: absolute;
    display: block;
    right: -6px;
    top: 20px;
    width: 16px;
    height: 16px;
    content: "";
    transform: rotate(-30deg) skewX(30deg);
    background-color: inherit;
    z-index: 0;
}

.msg.not-from-me[b-y9u6xdfhux] {
    text-align: left;
    margin-right: auto;
    background-color:#f6f6f6cc;
}
.msg.not-from-me[b-y9u6xdfhux]:before {
    position: absolute;
    display: block;
    left: -6px;
    top: 20px;
    width: 16px;
    height: 16px;
    content: "";
    transform: rotate(-30deg) skewX(30deg);
    background-color: inherit;
    z-index: 0;
}

.msg .msg-content[b-y9u6xdfhux] {
    position: relative;
    z-index: 10;
}

.msg .msg-header[b-y9u6xdfhux] {
    text-align: right;
}

.msg .msg-body[b-y9u6xdfhux] {

}

.msg .msg-footer[b-y9u6xdfhux] {

}
/* _content/Zoom.Portal.WebApp/Pages/Account/Pages/Register.razor.rz.scp.css */
.text[b-x0on6y29fb]  h4 {
    margin-bottom: 1em;
}

.text[b-x0on6y29fb]  p {
    margin-bottom: 1em;
}

.text[b-x0on6y29fb]  ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
}

.text[b-x0on6y29fb]  ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
/* _content/Zoom.Portal.WebApp/Pages/Dossier/UR/FinalizationPage.razor.rz.scp.css */
.text[b-e2e17aeoek]  p {
    margin-bottom: 1em;
}

.text[b-e2e17aeoek]  ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
}

.text[b-e2e17aeoek]  ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
/* _content/Zoom.Portal.WebApp/Pages/LegalNotice.razor.rz.scp.css */
[b-zygujdg8rc] p {
    margin-bottom: 1em;
}

[b-zygujdg8rc] ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
}

[b-zygujdg8rc] ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

[b-zygujdg8rc] hr {
    display: block;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
    padding: 0;
}
