@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/Dossier/ZG/UploadComponent.razor.rz.scp.css */
.attachments[b-oc10k683u0] {
    display:flex;
    align-items: center;
    border-bottom:solid 1px #eaeaea;
    padding:6px 0px;
}

.attachments .filename[b-oc10k683u0] {
    flex-grow: 1;
}

.attachments .action[b-oc10k683u0] {
    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: #05192d;
    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: 60px;
    }

    .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/Layout/ZG/Footer.razor.rz.scp.css */

.style-0[b-ubnv67iqiw] {
    box-sizing: border-box;
}

.style-1[b-ubnv67iqiw] {
    background-color: rgb(37, 35, 66);
    background-image: linear-gradient(90deg, rgb(37, 35, 66) 0px, rgb(37, 35, 66) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
    box-sizing: border-box;
}

.style-2[b-ubnv67iqiw] {
    width: calc(-160px + 100vw);
    padding-bottom: 64px;
    padding-top: 64px;
    max-width: 1280px;
    padding-left: 0px;
    padding-right: 0px;
    color: rgb(163, 181, 193) !important;
    border-radius: 20px;
    --bs-bg-opacity: 1;
    background-color: rgb(37, 35, 66);
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.style-3[b-ubnv67iqiw] {
    margin-left: -16px;
    margin-right: -16px;
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    box-sizing: border-box;
}

.style-4[b-ubnv67iqiw] {
    padding-left: 16px;
    padding-right: 16px;
    flex: 0 0 auto;
    width: 41.6667%;
    flex-shrink: 0;
    margin-top: 0px;
    max-width: 100%;
    box-sizing: border-box;
}

.style-5[b-ubnv67iqiw] {
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 80px;
    font-size: 14px !important;
    box-sizing: border-box;
}

.style-6[b-ubnv67iqiw] {
    font-size: 36px;
    padding-bottom: 34px !important;
    color: rgb(224, 238, 246) !important;
    font-weight: 700;
    display: block;
    text-decoration: none solid rgb(224, 238, 246);
    box-sizing: border-box;
}

.style-7[b-ubnv67iqiw] {
    font-size: 36px;
    padding-bottom: 34px !important;
    color: rgb(224, 238, 246) !important;
    font-weight: 700;
    display: block;
    text-decoration: none solid rgb(224, 238, 246);
    box-sizing: border-box;
}

.style-8[b-ubnv67iqiw] {
    font-size: 36px;
    padding-bottom: 0px !important;
    color: rgb(224, 238, 246) !important;
    font-weight: 700;
    display: block;
    text-decoration: none solid rgb(224, 238, 246);
    box-sizing: border-box;
}

.style-9[b-ubnv67iqiw] {
    padding-right: 0px;
    padding-top: 32px;
    font-size: 14px;
    line-height: 19.6px;
    box-sizing: border-box;
}

.style-10[b-ubnv67iqiw] {
    font-size: 18px;
    color: rgb(163, 181, 193) !important;
    padding-bottom: 14.4px;
    display: block;
    text-decoration: none solid rgb(163, 181, 193);
    box-sizing: border-box;
}

.style-11[b-ubnv67iqiw] {
    font-size: 18px;
    color: rgb(163, 181, 193) !important;
    padding-bottom: 14.4px;
    display: block;
    text-decoration: none solid rgb(163, 181, 193);
    box-sizing: border-box;
}

.style-12[b-ubnv67iqiw] {
    font-size: 18px;
    padding-bottom: 0px;
    color: rgb(163, 181, 193) !important;
    display: block;
    text-decoration: none solid rgb(163, 181, 193);
    box-sizing: border-box;
}

.style-13[b-ubnv67iqiw] {
    padding-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 109.328px;
    flex: 0 0 auto;
    width: 41.6667%;
    flex-shrink: 0;
    margin-top: 0px;
    max-width: 100%;
    box-sizing: border-box;
}

.style-14[b-ubnv67iqiw] {
    padding-right: 0px;
    padding-top: 0px;
    font-size: 36px;
    hyphens: none;
    margin-bottom: 16px;
    color: rgb(224, 238, 246) !important;
    font-weight: 700;
    line-height: 43.2px;
    word-break: break-word;
    margin-top: 0px;
    box-sizing: border-box;
}

.style-15[b-ubnv67iqiw] {
    padding-right: 0px;
    padding-top: 0px;
    font-size: 26px;
    animation: 1s cubic-bezier(0.12, -0.01, 0.24, 0.99) 0.2s 1 normal forwards running fadeInFromInvisible;
    opacity: 1;
    color: rgb(163, 181, 193) !important;
    margin-bottom: 0px;
    padding-bottom: 24px;
    font-weight: 300;
    margin-top: 0px;
    box-sizing: border-box;
}

.style-16[b-ubnv67iqiw] {
    padding: 15px 56px 15px 16px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 28px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(132, 141, 180);
    color: rgb(245, 249, 255) !important;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
    --bs-btn-color: #fff;
    --bs-btn-bg: #252342;
    --bs-btn-border-color: #252342;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1f1e38;
    --bs-btn-hover-border-color: #1e1c35;
    --bs-btn-focus-shadow-rgb: 70, 68, 94;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1e1c35;
    --bs-btn-active-border-color: #1c1a32;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #252342;
    --bs-btn-disabled-border-color: #252342;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.5;
    --bs-btn-border-width: 1px;
    --bs-btn-border-radius: 10px;
    --bs-btn-box-shadow: none;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(70, 68, 94, .5);
    cursor: pointer;
    font-family: Inter, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-weight: 700;
    text-align: center;
    text-decoration: none solid rgb(245, 249, 255);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    vertical-align: middle;
    text-decoration:none !important;
}
    .style-16[b-ubnv67iqiw]:after {
        background: 50% / 1.4rem 1.4rem no-repeat;
        bottom: 0;
        content: "";
        line-height: 1.563rem;
        position: absolute;
        right: 0;
        top: 0;
        width: 3rem;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Cpath stroke='%23E67535' stroke-width='3' d='m36.623 12.304-.696-.718-1.437 1.391.696.719L51.944 31H8.304v2h43.64L35.186 50.304l-.696.719 1.437 1.391.696-.718 18.4-19 .673-.696-.673-.696z'/%3E%3C/svg%3E");
    }
    .style-16:hover[b-ubnv67iqiw] {
        background-color: #005d99;
        border: 1px solid #005d99;
        color: #f5f9ff;
    }
    .style-16:hover[b-ubnv67iqiw]:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Cpath stroke='%23F5F9FF' stroke-width='3' d='m36.623 12.304-.696-.718-1.437 1.391.696.719L51.944 31H8.304v2h43.64L35.186 50.304l-.696.719 1.437 1.391.696-.718 18.4-19 .673-.696-.673-.696z'/%3E%3C/svg%3E");
    }

.style-17[b-ubnv67iqiw] {
    width: calc(-160px + 100vw);
    padding-bottom: 24px;
    padding-top: 24px;
    max-width: 1280px;
    padding-left: 0px;
    padding-right: 0px;
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    font-size: 18px !important;
}

.style-18[b-ubnv67iqiw] {
    margin-left: -16px;
    margin-right: -16px;
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    margin-top: 0px;
    box-sizing: border-box;
}

.style-19[b-ubnv67iqiw] {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0px;
    flex: 0 0 auto;
    width: 25%;
    order: 0;
    flex-shrink: 0;
    margin-top: 0px;
    max-width: 100%;
    box-sizing: border-box;
}

.style-20[b-ubnv67iqiw] {
    color: rgb(45, 68, 135) !important;
    text-decoration: underline solid rgb(45, 68, 135);
    box-sizing: border-box;
}

.style-21[b-ubnv67iqiw] {
    max-width: 150px;
    height: auto;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

.style-22[b-ubnv67iqiw] {
    padding-left: 16px;
    padding-right: 16px;
    order: 1;
    flex: 0 0 auto;
    width: 50%;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    margin-top: 0px;
    max-width: 100%;
    box-sizing: border-box;
}

.style-23[b-ubnv67iqiw] {
    list-style: outside none none;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: baseline;
    display: flex;
    margin-top: 0px;
    box-sizing: border-box;
}

.style-24[b-ubnv67iqiw] {
    border-left: 0px none rgb(52, 64, 96);
    padding-left: 0px;
    line-height: 28px;
    padding-right: 16px;
    box-sizing: border-box;
}

.style-25[b-ubnv67iqiw] {
    color: rgb(21, 0, 35) !important;
    text-decoration: none solid rgb(21, 0, 35);
    box-sizing: border-box;
}

.style-26[b-ubnv67iqiw] {
    border-left: 1px solid rgb(213, 215, 230);
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.style-27[b-ubnv67iqiw] {
    color: rgb(21, 0, 35) !important;
    text-decoration: none solid rgb(21, 0, 35);
    box-sizing: border-box;
}

.style-28[b-ubnv67iqiw] {
    padding-right: 0px;
    border-left: 1px solid rgb(213, 215, 230);
    line-height: 28px;
    padding-left: 16px;
    box-sizing: border-box;
}

.style-29[b-ubnv67iqiw] {
    color: rgb(21, 0, 35) !important;
    text-decoration: none solid rgb(21, 0, 35);
    box-sizing: border-box;
}

.style-30[b-ubnv67iqiw] {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0px;
    order: 2;
    flex: 0 0 auto;
    width: 25%;
    justify-content: flex-end;
    display: flex;
    flex-shrink: 0;
    margin-top: 0px;
    max-width: 100%;
    box-sizing: border-box;
}

.style-31[b-ubnv67iqiw] {
    list-style: outside none none;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: baseline;
    display: flex;
    margin-top: 0px;
    box-sizing: border-box;
}

.style-32[b-ubnv67iqiw] {
    border-left: 0px none rgb(52, 64, 96);
    padding-left: 0px;
    line-height: 28px;
    padding-right: 24px;
    box-sizing: border-box;
}

.style-33[b-ubnv67iqiw] {
    display: inline-block;
    width: max-content;
    color: rgb(21, 0, 35) !important;
    text-decoration: none solid rgb(21, 0, 35);
    box-sizing: border-box;
}
/* _content/Zoom.Portal.WebApp/Components/LegalNotice/LegalNoticeGRContent.razor.rz.scp.css */
[b-92nqozehu7] p {
    margin-bottom: 1em;
}

[b-92nqozehu7] ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
}

[b-92nqozehu7] ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

[b-92nqozehu7] 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;
}
/* _content/Zoom.Portal.WebApp/Components/LegalNotice/LegalNoticeURContent.razor.rz.scp.css */
[b-dicfwoeu8a] p {
    margin-bottom: 1em;
}

[b-dicfwoeu8a] ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
}

[b-dicfwoeu8a] ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

[b-dicfwoeu8a] 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;
}
/* _content/Zoom.Portal.WebApp/Components/LegalNotice/LegalNoticeZGContent.razor.rz.scp.css */
[b-lwgw1rm54d] p {
    margin-bottom: 1em;
}

[b-lwgw1rm54d] ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
}

[b-lwgw1rm54d] ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

[b-lwgw1rm54d] 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;
}
/* _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;
}
