﻿
/***mobile portrait***/
.addadversedialog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.addadversedialog-dialog {
    width: 90vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.addadversedialog-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.resulted-parties {
    width: 100%;
    max-height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
}
/***mobile landscape***/
@media(min-width:600px) {
    .addadversedialog-dialog {
        width: 70vw;
    }

    .resulted-parties {
        max-height: 30vh;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .addadversedialog-dialog {
        width: 70vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .addadversedialog-dialog {
        width: 50vw;
    }

    .resulted-parties {
        max-height: 60vh;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .addadversedialog-dialog {
        width: 50rem;
    }

    .resulted-parties {
        max-height: 60vh;
    }
}


/***mobile portrait***/
.addannexes-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.addannexes-dialog {
    width: 90vw;
    max-height: 97vh;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.addannexes-dialog-pieces {
    overflow-y: auto;
    max-height: 50vh;
}

.addannexes-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}



/***mobile landscape***/
@media(min-width:600px) {
    .addannexes-dialog {
        width: 70vw;
    }

    .addannexes-dialog-pieces {
        max-height: 30vh;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .addannexes-dialog {
        width: 70vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .addannexes-dialog {
        width: 50vw;
    }

    .dropzone {
        padding: 2rem;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .addannexes-dialog {
        width: 60rem;
    }

    .dropzone {
        padding: 2rem;
    }

    .addannexes-dialog-pieces {
        max-height: 50vh;
    }
}


/***mobile portrait***/
.addapplicantdialog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.addapplicantdialog-dialog {
    width: 90vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.addapplicantdialog-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
/***mobile landscape***/
@media(min-width:600px) {
    .addapplicantdialog-dialog {
        width: 70vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .addapplicantdialog-dialog {
        width: 70vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .addapplicantdialog-dialog {
        width: 50vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .addapplicantdialog-dialog {
        width: 60rem;
    }
}


.addcontestedact-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.addcontestedact-dialog {
    width: 90vw;
    max-height: 97vh;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.addcontestedact-dialog-pieces {
    overflow-y: auto;
    max-height: 50vh;
}

.addcontestedact-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}


/***mobile landscape***/
@media(min-width:600px) {
    .addcontestedact-dialog {
        width: 70vw;
    }

    .addcontestedact-dialog-pieces {
        max-height: 30vh;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .addcontestedact-dialog {
        width: 70vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .addcontestedact-dialog {
        width: 50vw;
    }

    .dropzone {
        padding: 2rem;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .addcontestedact-dialog {
        width: 60rem;
    }

    .dropzone {
        padding: 2rem;
    }
}


/***mobile portrait***/
.addglobalsharedialog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.addglobalsharedialog-dialog {
    width: 90vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.addglobalsharedialog-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.addglobalsharedialog-dialog-info {
    border-radius: 7px;
    border-left: 4px solid #00ACC1;
    padding: 1rem 2rem 1rem 2rem;
}
/***mobile landscape***/
@media(min-width:600px) {
    .addglobalsharedialog-dialog {
        width: 70vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .addglobalsharedialog-dialog {
        width: 70vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .addglobalsharedialog-dialog {
        width: 50vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .addglobalsharedialog-dialog {
        width: 60rem;
    }
}


/***mobile portrait***/
.addpartnerdialog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.addpartnerdialog-dialog {
    width: 90vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.addpartnerdialog-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
/***mobile landscape***/
@media(min-width:600px) {
    .addpartnerdialog-dialog {
        width: 70vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .addpartnerdialog-dialog {
        width: 70vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .addpartnerdialog-dialog {
        width: 50vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .addpartnerdialog-dialog {
        width: 60rem;
    }
}


/***mobile portrait***/
.addprocedureact-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.addprocedureact-dialog {
    width: 90vw;
    max-height: 97vh;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.addprocedureact-dialog-pieces {
    overflow-y: auto;
    max-height: 50vh;
}

.addprocedureact-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}


/***mobile landscape***/
@media(min-width:600px) {
    .addprocedureact-dialog {
        width: 70vw;
    }

    .addprocedureact-dialog-pieces {
        max-height: 30vh;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .addprocedureact-dialog {
        width: 70vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .addprocedureact-dialog {
        width: 50vw;
    }

    .dropzone {
        padding: 2rem;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .addprocedureact-dialog {
        width: 60rem;
    }

    .dropzone {
        padding: 2rem;
    }
}

/***mobile portrait***/
.findcasedialog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.findcasedialog-dialog {
    width: 90vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.findcasedialog-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.findcasedialog-dialog-info {
    padding: 1rem;
    border-left: 0.3rem solid #0097A7;
    background-color: #B2EBF2;
    color: #0097A7;
    border-radius: 7px;
    width: 100%;
}

/***mobile landscape***/
@media(min-width:600px) {
    .findcasedialog-dialog {
        width: 60vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .findcasedialog-dialog {
        width: 50vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .findcasedialog-dialog {
        width: 40vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .findcasedialog-dialog {
        width: 40rem;
    }
}

/***mobile portrait***/
.joincasedialog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.joincasedialog-dialog {
    width: 90vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.joincasedialog-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.joincasedialog-dialog-info {
    padding: 1rem;
    border-left: 0.3rem solid #0097A7;
    background-color: #B2EBF2;
    color: #0097A7;
    border-radius: 7px;
    width: 100%;
}

/***mobile landscape***/
@media(min-width:600px) {
    .joincasedialog-dialog {
        width: 60vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .joincasedialog-dialog {
        width: 50vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .joincasedialog-dialog {
        width: 40vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .joincasedialog-dialog {
        width: 40rem;
    }
}

/***mobile portrait***/
.multiplepartiesviewer-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.46);
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.multiplepartiesviewer-dialog {
    width: 75vw;
    border-radius: 10px;
    border-style: solid;
    border-width: thin;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.multiplepartiesviewer-dialog-header {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.multiplepartiesviewer-dialog-header-cancel {
    border-radius: 50%;
    border-style: solid;
    border-width: thin;
    padding: 1rem 1.2rem 1rem 1.2rem;
    margin-right: -2rem;
    margin-top: -1.5rem;
}

.multiplepartiesviewer-dialog-footer-save {
    border-style: solid;
    border-width: thin;
    margin-left: -2rem;
    padding: 1rem 1.2rem 1rem 1.2rem;
    margin-bottom: -2.5rem;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 0.5rem;
    padding: 0.1rem;
    border: 0.08rem solid green;
    border-radius: 0.25rem;
}

    input[type="checkbox"]::before {
        content: "";
        width: 0.8rem;
        height: 0.8rem;
        /*        clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%); x*/
        transform: scale(0);
        background-color: green;
        /*        clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%); point*/
        clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
    }

    input[type="checkbox"]:checked::before {
        transform: scale(1);
    }

/***mobile landscape***/
@media(min-width:600px) {
    .multiplepartiesviewer-dialog {
        width: 70vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .multiplepartiesviewer-dialog {
        width: 60vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .multiplepartiesviewer-dialog {
        width: 50vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .multiplepartiesviewer-dialog {
        width: 35rem;
    }
}

.dropzone {
    border: 2px dashed #E0E0E0;
    padding: 2rem 1rem 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    text-align: center;
    cursor: pointer;
    position: relative;
}


    .dropzone:hover {
        background-color: #f3f3f3;
        color: #333;
    }

    .dropzone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropzone-drag {
    background-color: #F5F5F5;
    border: 4px dashed #E0E0E0;
}

/***mobile portrait***/
.confirmation-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.confirmation-dialog {
    width: 90vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #FBE9E7;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.confirmation-dialog-header {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.confirmation-dialog-info {
    border-radius: 7px;
    border-left: 4px solid #F4511E;
    padding: 1rem 2rem 1rem 2rem;
}
/***mobile landscape***/
@media(min-width:600px) {
    .confirmation-dialog {
        width: 70vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .confirmation-dialog {
        width: 70vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .confirmation-dialog {
        width: 40rem;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .confirmation-dialog {
        width: 40rem;
    }
}


/***mobile portrait***/
.addpartnerdialog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.addpartnerdialog-dialog {
    width: 90vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.addpartnerdialog-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
/***mobile landscape***/
@media(min-width:600px) {
    .addpartnerdialog-dialog {
        width: 70vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .addpartnerdialog-dialog {
        width: 70vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .addpartnerdialog-dialog {
        width: 50vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .addpartnerdialog-dialog {
        width: 60rem;
    }
}



.profileviewer-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.profileviewer-dialog {
    width: 75vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.profileviewer-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
/***mobile landscape***/
@media(min-width:600px) {
    .profileviewer-dialog {
        width: 70vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .profileviewer-dialog {
        width: 60vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .profileviewer-dialog {
        width: 50vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .profileviewer-dialog {
        width: 35rem;
    }
}


/***mobile portrait***/
.peopleaccessinfo-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.46);
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.peopleaccessinfo-dialog {
    width: 75vw;
    border-radius: 10px;
    border-style: solid;
    border-width: thin;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.peopleaccessinfo-dialog-header {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.peopleaccessinfo-dialog-header-cancel {
    border-radius: 50%;
    border-style: solid;
    border-width: thin;
    padding: 1rem 1.2rem 1rem 1.2rem;
    margin-right: -2rem;
    margin-top: -1.5rem;
}

.peopleaccessinfo-dialog-footer-save {
    border-style: solid;
    border-width: thin;
    margin-left: -2rem;
    padding: 1rem 1.2rem 1rem 1.2rem;
    margin-bottom: -2.5rem;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 0.5rem;
    padding: 0.1rem;
    border: 0.08rem solid green;
    border-radius: 0.25rem;
}

    input[type="checkbox"]::before {
        content: "";
        width: 0.8rem;
        height: 0.8rem;
        /*        clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%); x*/
        transform: scale(0);
        background-color: green;
        /*        clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%); point*/
        clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
    }

    input[type="checkbox"]:checked::before {
        transform: scale(1);
    }

/***mobile landscape***/
@media(min-width:600px) {
    .peopleaccessinfo-dialog {
        width: 70vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .peopleaccessinfo-dialog {
        width: 60vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .peopleaccessinfo-dialog {
        width: 50vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .peopleaccessinfo-dialog {
        width: 35rem;
    }
}

/***mobile portrait***/
.profileviewer-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.26);
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.profileviewer-dialog {
    width: 75vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
}

.profileviewer-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
/***mobile landscape***/
@media(min-width:600px) {
    .profileviewer-dialog {
        width: 70vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .profileviewer-dialog {
        width: 60vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .profileviewer-dialog {
        width: 50vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .profileviewer-dialog {
        width: 35rem;
    }
}

/***mobile portrait***/
.warning-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.16);
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.warning-dialog {
    width: 90vw;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    color: black;
}

.warning-dialog-header {
    background-color: #EEEEEE;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
/***mobile landscape***/
@media(min-width:600px) {
    .warning-dialog {
        width: 70vw;
    }
}

/***tablette portrait***/
@media(min-width:800px) {
    .warning-dialog {
        width: 60vw;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .warning-dialog {
        width: 35rem;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .warning-dialog {
        width: 40rem;
    }
}


/***mobile portrait***/
.profileconfirmation {
    margin-top: 1rem;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
}

.elementToFadeInAndOut {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: 1px solid #2E7D32;
    border-radius: 5px;
    color: #1B5E20;
    max-width: 700px;
    background-color: #A5D6A7;
    padding: 0.5rem 1rem 0.5rem 1rem;
    text-align: center;
    -webkit-animation: fadeinout 3s linear forwards;
    animation: fadeinout 3s linear forwards;
}

.warningToFadeInAndOut {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: 1px solid #ff9633;
    border-radius: 5px;
    color: #ff9633;
    max-width: 700px;
    background-color: #ffd7b3;
    padding: 0.5rem 1rem 0.5rem 1rem;
    text-align: center;
    -webkit-animation: fadeinout 3s linear forwards;
    animation: fadeinout 3s linear forwards;
}

@-webkit-keyframes fadeinout {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

/***mobile landscape***/
@media(min-width:600px) {
    .profileconfirmation {
        width: 90vw;
    }
}

@media(min-width:800px) {
    .profileconfirmation {
        width: 80vw;
    }
}

@media(min-width:1000px) {
    .profileconfirmation {
        width: 75vw;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .profileconfirmation {
        width: 1200px;
    }
}
