﻿/***mobile portrait***/


.alertspopover-dialog {
    width: 90vw;
    max-height: 85vh;
    z-index: 100000;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
    position: absolute;
    bottom: 8vh;
    left: 5vw;
}

    .alertspopover-dialog:before {
        position: absolute;
        z-index: -1;
        content: "";
        right: calc(50% - 10px);
        bottom: -7px;
        border-style: solid;
        border-width: 10px 10px 0px 10px;
        border-color: #ffffff transparent transparent transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

.alertspopover-dialog-header {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1rem 1rem 1rem 1rem;
}

.alertspopover-dialog-paginer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    flex-wrap: wrap;
}

.alertspopover-dialog-paginer-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.6em;
    border: 1px solid #E0E0E0;
}

.alertspopover-dialog-paginer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #E0E0E0;
}

.alertspopover-dialog-box {
    max-height: 68vh;
    width: 100%;
    overflow-y: auto;
}
/***mobile landscape***/
/***tablette portrait***/
/***tablette landscape***/
/*** desktop ***/
/***mobile portrait***/

.messagespopover-dialog {
    width: 90vw;
    max-height: 85vh;
    z-index: 100000;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
    color: black;
    position: absolute;
    opacity: 1;
    bottom: 8vh;
    left: 5vw;
}

    .messagespopover-dialog:before {
        position: absolute;
        z-index: -1;
        content: "";
        right: calc(75% - 10px);
        bottom: -7px;
        border-style: solid;
        border-width: 10px 10px 0px 10px;
        border-color: #ffffff transparent transparent transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }



.messagespopover-dialog-header {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1rem 1rem 1rem 1rem;
}

.messagespopover-dialog-paginer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.messagespopover-dialog-paginer-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 2em;
    border: 1px solid #E0E0E0;
}

.messagespopover-dialog-paginer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #E0E0E0;
}

.messagespopover-dialog-box {
    max-height: 68vh;
    width: 100%;
    overflow-y: auto;
}
/***mobile landscape***/
/***tablette portrait***/
/***tablette landscape***/
/*** desktop ***/
﻿﻿﻿﻿﻿ /***mobile portrait***/
.adverseavatar-notext {
    border: 4px solid #E0E0E0;
    background-color: #EEEEEE;
    padding-top: 0.3rem;
    color: #E0E0E0;
}

/***mobile portrait***/
.adverseviewer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /*
                border-top: 1px solid #BDBDBD; */
    border-bottom: 1px solid #BDBDBD;
    padding: 0.5rem;
}

.adverseviewer-main-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.adverseviewer-main-left-a {
    max-height: 2rem;
    min-height: 2rem;
    max-width: 2rem;
    min-width: 2rem;
    margin-left: 0.5rem;
}

.adverseviewer-main-left-b {
    display: block;
    margin-left: 0.5rem;
}

.adverseviewer-main-left-names {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 1rem; /* fallback */
}

.adverseviewer-main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.adverseviewer-main-right-badge {
    margin-right: 0.7rem;
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
}

.adverseviewer-main-right-button {
    margin-right: 0.7rem;
    cursor: pointer;
    padding-top: 0.3rem;
}
/***mobile landscape***/
/***tablette portrait***/
/***tablette landscape***/
/*** desktop ***/
.alertavatar-notext {
    border: 5px solid #BDBDBD;
    background-color: #EEEEEE;
    padding-top: 0.3rem;
    color: #BDBDBD;
}

.alert-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    padding: 0.5rem 0rem 0.5rem 0rem;
}

.alert-box-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.alert-box-icon {
    /*         border: 2.5px solid #757575; */
    border-radius: 50%;
    max-width: 2rem;
    max-height: 2rem;
}

.spacer-container {
    width: 100%;
    padding: 0.5rem 0rem 0.5rem 0rem;
}

/***mobile landscape***/
/***tablette portrait***/
/***tablette landscape***/
/*** desktop ***/
/***mobile portrait***/
.draftviewer-main {
    width: 100%;
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 7px solid #81D4FA;
    border-radius: 7px;
}

.draftviewer-main-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.draftviewer-main-left-icon {
    padding: 0.5rem 0.7rem 0.3rem 0.7rem;
    border-radius: 10px;
    margin-left: 0rem;
}

.draftviewer-main-left-info {
    display: block;
    font-size: 1em;
    margin-left: 0.5rem;
}

.draftviewer-main-left-info-a {
    text-align: left;
    font-weight: 700;
    font-size: 0.8em;
}

.draftviewer-main-left-info-b {
    text-align: left;
    font-size: 0.7em;
}

.draftviewer-main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.draftviewer-main-right-trash {
    cursor: pointer;
    margin-right: 0.7rem;
    padding-top: 0.2rem;
}

.draftviewer-main-right-show {
    cursor: pointer;
    margin-right: 0.5rem;
    padding-top: 0.2rem;
}

.draftviewer-main-right-badge {
    margin-right: 0.7rem;
    font-size: 0.6em;
    padding: 0.5rem 0.5rem 0.3rem 0.5rem;
    border-radius: 10px;
    font-weight: 700;
}
/***mobile landscape***/
/***tablette portrait***/
/***tablette landscape***/
/*** desktop ***/
/***mobile portrait***/
.externalrefinput {
    max-width: 8rem;
    min-width: 8rem;
}

.externalreftext {
    padding: 0.5rem;
    max-width: 10em;
    min-width: 10rem;
}

/***mobile portrait***/
.gadcaseviewer-main {
    width: 100%;
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
}

.gadcaseviewer-main-normalborder {
    border-left: 7px solid #C8E6C9;
}

.gadcaseviewer-main-delayborder {
    border-left: 7px solid #F8BBD0;
}

.gadcaseviewer-main-left-icon {
    padding: 0.5rem 0.7rem 0.3rem 0.7rem;
    border-radius: 10px;
    margin-left: 0rem;
}

/***mobile landscape***/
/***tablette portrait***/
/***tablette landscape***/
/*** desktop ***/
.messageavatar-notext {
    border: 4px solid #E0E0E0;
    background-color: #EEEEEE;
    padding-top: 0.3rem;
    color: #BDBDBD;
}

/***mobile portrait***/
.messagesummary-container {
    display: block;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    padding: 0.2rem 0rem 0.2rem 0rem;
    cursor: pointer;
}

.message-borderleft-blue {
    border-left: 5px solid #81D4FA;
}

.message-borderleft-transparent {
    border-left: 5px solid transparent;
}

.messagesummary-avatar {
    min-width: 2rem;
    min-height: 2rem;
    max-width: 2rem;
    max-height: 2rem;
}

.messagesummary-ago {
    display: block;
    text-align: right;
    width: 100%;
}

.messagesummary-icon {
    border-radius: 50%;
    max-width: 2rem;
    max-height: 2rem;
}

.messagesummary-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
/***mobile landscape***/
/***tablette portrait***/
/***tablette landscape***/
/*** desktop ***/
/***mobile portrait***/
.usershareviewer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* 
        border-top: 1px solid #BDBDBD; */
    border-bottom: 1px solid #BDBDBD;
    padding: 0.5rem;
}

.usershareviewer-main-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.usershareviewer-main-left-a {
    min-width: 2rem;
    min-height: 2rem;
    font-size: 1em;
    margin-left: 0.5rem;
}

.usershareviewer-main-left-b {
    display: block;
    font-size: 1em;
    margin-left: 0.5rem;
}

.usershareviewer-main-left-names {
    font-weight: 700;
}

.usershareviewer-main-left-email {
}

.usershareviewer-main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.usershareviewer-main-right-badge {
    font-size: 0.5em;
    margin-right: 0.7rem;
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
}

.usershareviewer-main-right-button {
    margin-right: 0.7rem;
    cursor: pointer;
    padding-top: 0.3rem;
}
/***mobile landscape***/
/***tablette portrait***/
/***tablette landscape***/
/*** desktop ***/
/***mobile portrait***/
.onemessagedetails-container {
    width: 100%;
}

.waiter-orange-spinner {
    width: 2rem;
    height: 2rem;
    border: 3px solid #E64A19;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: auto;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/***mobile portrait***/
.pregadcaseviewer-main {
    width: 100%;
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 7px solid #C8E6C9;
    border-radius: 7px;
}


.pregadcaseviewer-main-left-icon {
    padding: 0.5rem 0.7rem 0.3rem 0.7rem;
    border-radius: 10px;
    margin-left: 0rem;
}

/***mobile portrait***/
.publicinterestedcaseviewer-main {
    width: 100%;
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 7px solid #E0E0E0;
    border-radius: 7px;
}


.publicinterestedcaseviewer-main-left-icon {
    padding: 0.5rem 0.7rem 0.3rem 0.7rem;
    border-radius: 10px;
    margin-left: 0rem;
}

.sectionhead-text {
    width: 100%;
    text-align: left;
    display: block;
    padding: 0.5rem 0rem 0.5rem 0rem;
    font-weight: 600;
    font-size: 0.7em;
}

/***mobile landscape***/
/***tablette portrait***/
/***tablette landscape***/
/*** desktop ***/
.alertbottom {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    padding: 0.5rem;
    background-color: #FFE0B2;
}

.alertbottomclose {
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFB74D;
    border: 1px solid #FFE0B2;
    color: white;
    padding: 1rem;
    left: -1.2rem;
    top: -1.2rem;
}

/***mobile portrait***/
.submittedviewer-main {
    width: 100%;
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
}

.submittedviewer-main-normalborder {
    border-left: 7px solid #C8E6C9;
}

.submittedviewer-main-delayborder {
    border-left: 7px solid #F8BBD0;
}

.submittedviewer-main-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.submittedviewer-main-left-icon {
    padding: 0.5rem 0.7rem 0.3rem 0.7rem;
    border-radius: 10px;
    margin-left: 0rem;
}

.submittedviewer-main-left-info {
    display: block;
    font-size: 1em;
    margin-left: 0.5rem;
}

.submittedviewer-main-left-info-a {
    text-align: left;
    font-weight: 700;
    font-size: 0.8em;
}

.submittedviewer-main-left-info-b {
    text-align: left;
    font-size: 0.7em;
    text-overflow: ellipsis;
}

.submittedviewer-main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.submittedviewer-main-right-trash {
    cursor: pointer;
    margin-right: 0.7rem;
    padding-top: 0.2rem;
}

.submittedviewer-main-right-show {
    cursor: pointer;
    margin-right: 0.5rem;
    padding-top: 0.2rem;
}

/***mobile landscape***/
/***tablette portrait***/
/***tablette landscape***/
/*** desktop ***/
.elementToFadeInAndOut {
    position: fixed;
    bottom: 2rem;
    right: 6rem;
    /*         border: 1px solid #2E7D32; */
    border-radius: 5px;
    /*       color: #1B5E20; */
    max-width: 10rem;
    background-color: transparent;
    padding: 0.5rem 1rem 0.5rem 1rem;
    /*         text-align: center; */
    -webkit-animation: fadeinout 3s linear forwards;
    animation: fadeinout 3s linear forwards;
    /*         position: fixed;
        bottom: 30px;
        right: 30px;
        border: 1px solid #A5D6A7;
        border-radius: 2px;
        color: #1B5E20;
        max-width: 10rem;
        background-color: #A5D6A7;
        padding: 0.5rem 1rem 0.5rem 1rem;
        text-align: center;
        -webkit-animation: fadeinout 4s linear forwards;
        animation: fadeinout 4s linear forwards; */
}

@-webkit-keyframes fadeinout {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.uploadfile-div {
    width: 100%;
    background-color: #FAFAFA;
    border: 1px solid #F5F5F5;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    margin-top: 5px;
}

.uploadfile-div-selected {
    width: 100%;
    background-color: #BBDEFB;
    border: 1px solid #F5F5F5;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    margin-top: 5px;
}

.uploadfile-div-error {
    width: 100%;
    background-color: #FFEBEE;
    border: 1px solid #FFCDD2;
    color: #EF5350;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    margin-top: 5px;
}

.button-remove {
    display: inline-block;
    padding: 0.25rem 0rem 0rem 0rem;
    margin-left: 5px;
    background-color: transparent;
    cursor: pointer;
}

.uploadfile-div-left {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0rem 0rem 0rem 0.5rem;
    cursor: pointer;
    min-width: 70%;
    z-index: 1000;
}

.useravatar-notext {
    border: 4px solid #BDBDBD;
    background-color: #EEEEEE;
    padding-top: 0.3rem;
}


.profile-div {
    width: 100%;
    background-color: white;
    padding: 2rem 1rem 2rem 1rem;
}

.profile-icon {
    padding: 0.5rem;
}

.profile-picture {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #E0E0E0;
    padding: 5rem 0rem 0rem 0rem;
    display: block;
    text-align: center;
    background-color: #EEEEEE;
    color: #BDBDBD;
    margin-left: auto;
    margin-right: auto;
    background-image: url('');
}

.profile-picture-remove {
    width: 40px;
    height: 40px;
    color: #BDBDBD;
    border-radius: 50%;
    padding-top: 0.35rem;
    border: 3px solid #E0E0E0;
    display: block;
    text-align: center;
    background-color: #EEEEEE;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 30px;
    left: 330px;
    z-index: 1;
}

.profile-div-change {
    text-align: center;
    padding: 0.5rem;
}

.profile-button-change {
    background-color: transparent;
    border: 2px solid blue;
    border-radius: 5px;
    text-align: center;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    color: blue;
}

.profile-title-select {
    border: 1px solid #E0E0E0;
    border-radius: 7px;
    padding: 0.5rem 2rem 0.5rem 2rem;
    color: #757575;
    width: 100%;
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-padding-start: 0px;
    -webkit-user-select: none;
    background: white;
    background-position: center right;
    background-repeat: no-repeat;
}

    .profile-title-select:focus {
        outline: none;
    }

.profile-title-box {
    margin-top: 20px;
    font-weight: 600;
}

.input-names {
    border: 2px solid #E0E0E0;
    border-radius: 5px;
    background-color: #F5F5F5;
    color: #757575;
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 2rem;
}

    .input-names:focus {
        outline: none;
    }

.input-edit {
    border: 2px solid #E0E0E0;
    border-radius: 5px;
    background-color: white;
    color: #757575;
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 2rem;
}

    .input-edit:focus {
        outline: none;
    }

.profile-subtitle {
    text-align: left;
    padding: 0rem;
    color: #757575;
}

.button-edit {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid blue;
    color: blue;
    padding: 0rem;
    position: absolute;
    right: 20px;
}

.button-save {
    background-color: blue;
    color: white;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 5px;
    border: none;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.button-send {
    background-color: blue;
    color: white;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 5px;
    border: 2px solid blue;
}

.button-cancel {
    background-color: white;
    color: blue;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 5px;
    border: 2px solid blue;
}

.button-save-disable {
    background-color: #BBDEFB;
    color: white;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 5px;
    border: none;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.profile-edit-div {
    width: 100%;
    border-radius: 5px;
    padding: 1rem 0.5rem 1rem 0.5rem;
    background-color: #EEEEEE;
}

.buttons-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.usershareviewer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    padding: 0.5rem;
}

.usershareviewer-main-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.usershareviewer-main-left-a {
    width: 2rem;
    height: 2rem;
    font-size: 1em;
    margin-left: 0.5rem;
}

.usershareviewer-main-left-b {
    display: block;
    font-size: 1em;
    margin-left: 0.5rem;
}

.usershareviewer-main-left-names {
    font-weight: 700;
}

.usershareviewer-main-left-email {
}

.usershareviewer-main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.usershareviewer-main-right-badge {
    font-size: 0.5em;
    margin-right: 0.7rem;
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
}

.usershareviewer-main-right-button {
    margin-right: 0.7rem;
    cursor: pointer;
    padding-top: 0.3rem;
}
.waitingcaseviewer-main {
    width: 100%;
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 7px solid #FFCC80;
    border-radius: 7px;
    margin-top: 1rem;
}

.waitingcaseviewer-main-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.waitingcaseviewer-main-left-icon {
    padding: 0.5rem 0.7rem 0.3rem 0.7rem;
    border-radius: 10px;
    margin-left: 0rem;
}

.waitingcaseviewer-main-left-info {
    display: block;
    font-size: 1em;
    margin-left: 0.5rem;
}

.waitingcaseviewer-main-left-info-a {
    text-align: left;
    font-weight: 700;
    font-size: 0.8em;
}

.waitingcaseviewer-main-left-info-b {
    text-align: left;
    font-size: 0.7em;
}

.waitingcaseviewer-main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.waitingcaseviewer-main-right-trash {
    cursor: pointer;
    margin-right: 0.7rem;
    padding-top: 0.2rem;
}

.waitingcaseviewer-main-right-show {
    cursor: pointer;
    margin-right: 0.5rem;
    padding-top: 0.2rem;
}

.waitingcaseviewer-main-right-badge {
    margin-right: 0.7rem;
    font-size: 0.6em;
    padding: 0.5rem 0.5rem 0.3rem 0.5rem;
    border-radius: 10px;
    font-weight: 700;
}
.applicantviewer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    padding: 0.5rem;
}

.applicantviewer-main-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.applicantviewer-main-left-a {
    width: 2rem;
    height: 2rem;
    font-size: 1em;
    margin-left: 0.5rem;
}

.applicantviewer-main-left-b {
    display: block;
    margin-left: 0.5rem;
}

.applicantviewer-main-left-names {
    font-weight: 700;
}

.applicantviewer-main-left-email {
}

.applicantviewer-main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.applicantviewer-main-right-badge {
    margin-right: 0.7rem;
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
}

.applicantviewer-main-right-button {
    margin-right: 0.7rem;
    cursor: pointer;
    padding-top: 0.3rem;
}
.waiter-blue-spinner {
    width: 2rem;
    height: 2rem;
    border: 3px solid blue;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: auto;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.waiting-blue-spinner {
    width: 2rem;
    height: 2rem;
    border: 3px solid blue;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: auto;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.waiting-orange-spinner {
    width: 1rem;
    height: 1rem;
    border: 2px solid white;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    color: transparent;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.cgu-view {
    width: 95vw;
    padding: 1rem 0rem 1rem 0rem;
    margin-left: auto;
    margin-right: auto;
}

.cgu-view-title {
    width: 100%;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.cgu-view-subtitle {
    width: 100%;
    text-align: left;
}

.cgu-view-terms {
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
    border: 1px solid #F5F5F5;
    background-color: white;
    border-radius: 4px;
    margin-top: 1rem;
    padding: 0.5rem 0rem 0.5rem 0rem;
}

.cgu-view-term {
    margin-top: 1rem;
    margin-left: 1rem;
    padding: 1rem 0rem 1rem 0.5rem;
}

.cgu-view-term-title {
    margin-top: 1rem;
    font-weight: 600;
    text-decoration: underline;
}

.cgu-view-consents {
    margin-top: 1.5rem;
}

.cgu-view-consent {
    margin-top: 0.8rem;
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.cgu-view-consent-checked {
    margin-left: 0.65rem;
    margin-top: 0.1rem;
    color: blue;
}

.cgu-view-consent-nochecked {
    color: red;
    margin-left: 10px;
    margin-top: 0.1rem;
}

.cgu-view-bottom {
    margin-top: 1.2rem;
    text-align: right;
    padding: 1.5rem;
}

.cgu-view-term-content {
    padding: 1rem 0rem 1rem 1rem;
}

.cgu-view-term-subcontent {
    padding: 1rem 0rem 1rem 1rem;
}

.button-cancel {
    padding: 0.5rem 1rem 0.5rem 1rem;
    background-color: white;
    border: 1px solid blue;
    color: blue;
    text-align: center;
    border-radius: 5px;
}

.button-confirm {
    background-color: blue;
    border: 1px solid blue;
    color: white;
    text-align: center;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin-left: 2rem;
    border-radius: 5px;
}

.button-confirm-disabled {
    padding: 0.5rem 1rem 0.5rem 1rem;
    background-color: #E1F5FE;
    border: 1px solid #E1F5FE;
    color: blue;
    text-align: center;
    margin-left: 2rem;
    border-radius: 5px;
}

.applicantavatar-notext {
    border: 3px solid #E0E0E0;
    background-color: #EEEEEE;
    padding-top: 0.1rem;
    color: #E0E0E0;
}



.depositbeforesubmit-div {
    margin: 2rem 1rem 2rem 1rem;
    border: 0.5px solid #E0E0E0;
}

.depositbeforesubmit-badge {
    padding: 0.15rem 0.5rem 0.15rem 0.5rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 2.5rem;
}

.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;
}
.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;
}

.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;
}
.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;
}

.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;
}
.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;
}

.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;
}

.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%;
}

.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%;
}

.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;
        transform: scale(0);
        background-color: green;
        clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
    }

    input[type="checkbox"]:checked::before {
        transform: scale(1);
    }

.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;
}

.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;
}
.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;
}

.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;
}
.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;
        transform: scale(0);
        background-color: green;
        clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
    }

    input[type="checkbox"]:checked::before {
        transform: scale(1);
    }

.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;
}
.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;
}
.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;
    }
}
@media (min-width: 600px) {
    .alertspopover-dialog

{
    width: 60vw;
    left: 20vw;
    bottom: 12vh;
    max-height: 85vh;
}

.alertspopover-dialog-box {
    max-height: 50vh;
}

.messagespopover-dialog {
    width: 60vw;
    left: 18vw;
    bottom: 12vh;
    max-height: 85vh;
}

.messagespopover-dialog-box {
    max-height: 50vh;
}

.adverseviewer-main-left-a {
    max-height: 2rem;
    min-height: 2rem;
    max-width: 2rem;
    min-width: 2rem;
}

.draftviewer-main-left-info-a {
    font-size: 0.9em;
}

.draftviewer-main-left-info-b {
    font-size: 0.8em;
}


.draftviewer-main-right-trash {
    margin-right: 1.2rem;
}

.draftviewer-main-right-badge {
    font-size: 0.6em;
}

.gadcaseviewer-main {
}


.gadcaseviewer-main-left-icon {
}

.usershareviewer-main-left-a {
    width: 2.5rem;
    height: 2.5rem;
}

.sectionhead-text {
    font-size: 0.8em;
}

.submittedviewer-main-left-info-a {
    font-size: 0.9em;
}

.submittedviewer-main-left-info-b {
    font-size: 0.8em;
}


.submittedviewer-main-right-trash {
    margin-right: 1.2rem;
}

.usershareviewer-main-left-a {
    width: 2.5rem;
    height: 2.5rem;
}

.waitingcaseviewer-main-left-info-a {
    font-size: 0.9em;
}

.waitingcaseviewer-main-left-info-b {
    font-size: 0.8em;
}


.waitingcaseviewer-main-right-trash {
    margin-right: 1.2rem;
}

.waitingcaseviewer-main-right-badge {
    font-size: 0.6em;
}

.applicantviewer-main-left-a {
    width: 2.5rem;
    height: 2.5rem;
}

.cgu-view-terms {
    max-height: 40vh;
}

.addadversedialog-dialog {
    width: 70vw;
}

.resulted-parties {
    max-height: 30vh;
}

.addannexes-dialog {
    width: 70vw;
}

.addannexes-dialog-pieces {
    max-height: 30vh;
}

.addapplicantdialog-dialog {
    width: 70vw;
}

.addcontestedact-dialog {
    width: 70vw;
}

.addcontestedact-dialog-pieces {
    max-height: 30vh;
}

.addglobalsharedialog-dialog {
    width: 70vw;
}

.addpartnerdialog-dialog {
    width: 70vw;
}

.addprocedureact-dialog {
    width: 70vw;
}

.addprocedureact-dialog-pieces {
    max-height: 30vh;
}

.findcasedialog-dialog {
    width: 60vw;
}

.joincasedialog-dialog {
    width: 60vw;
}

.multiplepartiesviewer-dialog {
    width: 70vw;
}

.confirmation-dialog {
    width: 70vw;
}

.addpartnerdialog-dialog {
    width: 70vw;
}

.profileviewer-dialog {
    width: 70vw;
}

.peopleaccessinfo-dialog {
    width: 70vw;
}

.profileviewer-dialog {
    width: 70vw;
}

.warning-dialog {
    width: 70vw;
}

.profileconfirmation {
    width: 90vw;
}

}

@media (min-width: 700px) {
    .alertspopover-dialog {
        width: 58vw;
        bottom: 3.6vh;
        left: 20vw;
        max-height: 70vh;
    }

    .alertspopover-dialog-box {
        max-height: 55vh;
    }

    .messagespopover-dialog {
        width: 58vw;
        bottom: 3.6vh;
        left: 16vw;
        max-height: 70vh;
    }

    .messagespopover-dialog-box {
        max-height: 55vh;
    }

    .cgu-view-terms {
        max-height: 65vh;
    }
}

@media (min-width: 800px) {
    .alertspopover-dialog {
        width: 50vw;
        bottom: 3.2vh;
        max-height: 60vh;
    }

    .alertspopover-dialog-box {
        max-height: 55vh;
    }

    .messagespopover-dialog {
        width: 50vw;
        bottom: 3.2vh;
        max-height: 60vh;
    }

    .messagespopover-dialog-box {
        max-height: 55vh;
    }

    .adverseviewer-main-left-a {
        max-height: 2.5rem;
        min-height: 2.5rem;
        max-width: 2.5rem;
        min-width: 2.5rem;
    }

    .spacer-container {
        padding: 1rem 0rem 1rem 0rem;
    }

    .draftviewer-main-left-info {
        margin-left: 1.5rem;
    }

    .draftviewer-main-left-info-a {
        font-size: 1em;
    }

    .draftviewer-main-left-info-b {
        font-size: 0.9em;
    }

    .draftviewer-main-right-trash {
        margin-right: 2rem;
    }

    .draftviewer-main-right-badge {
        font-size: 0.7em;
    }

    .gadcaseviewer-main {
    }

    .gadcaseviewer-main-left-icon {
    }

    .messagesummary-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .usershareviewer-main-left-a {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1em;
    }

    .usershareviewer-main-right-badge {
        font-size: 0.6em;
    }

    .sectionhead-text {
        font-size: 0.8em;
    }

    .submittedviewer-main-left-info {
        margin-left: 1.5rem;
    }

    .submittedviewer-main-left-info-a {
        font-size: 1em;
    }

    .submittedviewer-main-left-info-b {
        font-size: 0.9em;
    }

    .submittedviewer-main-right-trash {
        margin-right: 2rem;
    }

    .usershareviewer-main-left-a {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1em;
    }

    .usershareviewer-main-right-badge {
        font-size: 0.6em;
    }

    .waitingcaseviewer-main-left-info {
        margin-left: 1.5rem;
    }

    .waitingcaseviewer-main-left-info-a {
        font-size: 1em;
    }

    .waitingcaseviewer-main-left-info-b {
        font-size: 0.9em;
    }

    .waitingcaseviewer-main-right-trash {
        margin-right: 2rem;
    }

    .waitingcaseviewer-main-right-badge {
        font-size: 0.7em;
    }

    .applicantviewer-main-left-a {
        width: 2.7rem;
        height: 2.7rem;
        font-size: 1em;
    }

    .applicantviewer-main-right-badge {
    }

    .applicantviewer-main-left-names {
    }

    .applicantviewer-main-left-email {
    }

    .cgu-view-terms {
        max-height: 65vh;
    }

    .addadversedialog-dialog {
        width: 70vw;
    }

    .addannexes-dialog {
        width: 70vw;
    }

    .addapplicantdialog-dialog {
        width: 70vw;
    }

    .addcontestedact-dialog {
        width: 70vw;
    }

    .addglobalsharedialog-dialog {
        width: 70vw;
    }

    .addpartnerdialog-dialog {
        width: 70vw;
    }

    .addprocedureact-dialog {
        width: 70vw;
    }

    .findcasedialog-dialog {
        width: 50vw;
    }

    .joincasedialog-dialog {
        width: 50vw;
    }

    .multiplepartiesviewer-dialog {
        width: 60vw;
    }

    .confirmation-dialog {
        width: 70vw;
    }

    .addpartnerdialog-dialog {
        width: 70vw;
    }

    .profileviewer-dialog {
        width: 60vw;
    }

    .peopleaccessinfo-dialog {
        width: 60vw;
    }

    .profileviewer-dialog {
        width: 60vw;
    }

    .warning-dialog {
        width: 60vw;
    }

    .profileconfirmation {
        width: 80vw;
    }
}

@media (min-width: 1000px) {
    .alertspopover-dialog {
        width: 40vw;
        left: 25vw;
        max-height: 70vh;
        bottom: 6.5vh;
    }

    .alertspopover-dialog-box {
        max-height: 60vh;
    }

    .messagespopover-dialog {
        width: 40vw;
        left: 15vw;
        max-height: 70vh;
        bottom: 6.5vh;
    }

    .messagespopover-dialog-box {
        max-height: 60vh;
    }

    .adverseviewer-main-left-a {
        max-height: 3rem;
        min-height: 3rem;
        max-width: 3rem;
        min-width: 3rem;
    }

    .spacer-container {
        padding: 0.75rem 0rem 0.75rem 0rem;
    }

    .draftviewer-main-left-info {
        margin-left: 1.5rem;
    }

    .draftviewer-main-left-info-a {
        font-size: 1.1em;
    }

    .draftviewer-main-left-info-b {
        font-size: 1em;
    }

    .draftviewer-main-right-trash {
        margin-right: 2rem;
    }

    .draftviewer-main-right-badge {
        font-size: 0.8em;
    }

    .gadcaseviewer-main {
    }


    .gadcaseviewer-main-left-icon {
    }

    .messagesummary-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .usershareviewer-main-left-a {
        width: 3rem;
        height: 3rem;
        font-size: 1.1em;
    }

    .usershareviewer-main-right-badge {
        font-size: 0.8em;
    }

    .sectionhead-text {
        font-size: 0.9em;
    }

    .submittedviewer-main-left-info {
        margin-left: 1.5rem;
    }

    .submittedviewer-main-left-info-a {
        font-size: 1.1em;
    }

    .submittedviewer-main-left-info-b {
        font-size: 1em;
    }

    .submittedviewer-main-right-trash {
        margin-right: 2rem;
    }

    .usershareviewer-main-left-a {
        width: 3rem;
        height: 3rem;
        font-size: 1.1em;
    }

    .usershareviewer-main-right-badge {
        font-size: 0.8em;
    }

    .waitingcaseviewer-main-left-info {
        margin-left: 1.5rem;
    }

    .waitingcaseviewer-main-left-info-a {
        font-size: 1.1em;
    }

    .waitingcaseviewer-main-left-info-b {
        font-size: 1em;
    }

    .waitingcaseviewer-main-right-trash {
        margin-right: 2rem;
    }

    .waitingcaseviewer-main-right-badge {
        font-size: 0.8em;
    }

    .applicantviewer-main-left-a {
        width: 3rem;
        height: 3rem;
        font-size: 1.1em;
    }

    .applicantviewer-main-right-badge {
    }

    .applicantviewer-main-left-names {
    }

    .applicantviewer-main-left-email {
    }

    .cgu-view-terms {
        max-height: 60vh;
    }

    .addadversedialog-dialog {
        width: 50vw;
    }

    .resulted-parties {
        max-height: 60vh;
    }

    .addannexes-dialog {
        width: 50vw;
    }

    .dropzone {
        padding: 2rem;
    }

    .addapplicantdialog-dialog {
        width: 50vw;
    }

    .addcontestedact-dialog {
        width: 50vw;
    }

    .dropzone {
        padding: 2rem;
    }

    .addglobalsharedialog-dialog {
        width: 50vw;
    }

    .addpartnerdialog-dialog {
        width: 50vw;
    }

    .addprocedureact-dialog {
        width: 50vw;
    }

    .dropzone {
        padding: 2rem;
    }

    .findcasedialog-dialog {
        width: 40vw;
    }

    .joincasedialog-dialog {
        width: 40vw;
    }

    .multiplepartiesviewer-dialog {
        width: 50vw;
    }

    .confirmation-dialog {
        width: 40rem;
    }

    .addpartnerdialog-dialog {
        width: 50vw;
    }

    .profileviewer-dialog {
        width: 50vw;
    }

    .peopleaccessinfo-dialog {
        width: 50vw;
    }

    .profileviewer-dialog {
        width: 50vw;
    }

    .warning-dialog {
        width: 35rem;
    }

    .profileconfirmation {
        width: 75vw;
    }
}

@media (min-width: 1200px) {
    .alertspopover-dialog {
        width: 25rem;
        bottom: auto;
        top: 6vh;
        left: 36.5vw;
        max-height: 100vh;
    }

        .alertspopover-dialog:before {
            right: calc(60% - 10px);
            top: -8px;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #EEEEEE transparent;
            bottom: auto;
        }

    .alertspopover-dialog-box {
        max-height: 85vh;
    }

    .messagespopover-dialog {
        width: 25rem;
        bottom: auto;
        top: 6vh;
        left: 25vw;
        max-height: 100vh;
    }

    .messagespopover-dialog-box {
        max-height: 90vh;
    }

    .messagespopover-dialog:before {
        right: calc(65% - 10px);
        top: -8px;
        bottom: auto;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #EEEEEE transparent;
    }

    .adverseviewer-main-left-a {
        max-height: 3rem;
        min-height: 3rem;
        max-width: 3rem;
        min-width: 3rem;
    }

    .spacer-container {
        padding: 1rem 0rem 1rem 0rem;
    }

    .draftviewer-main-left-info {
        margin-left: 1.5rem;
    }

    .draftviewer-main-left-info-a {
        font-size: 1.1em;
    }

    .draftviewer-main-left-info-b {
        font-size: 1em;
    }

    .draftviewer-main-right-trash {
        margin-right: 2rem;
    }

    .draftviewer-main-right-badge {
        font-size: 0.8em;
    }

    .gadcaseviewer-main {
    }


    .gadcaseviewer-main-left-icon {
    }

    .messagesummary-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .usershareviewer-main-left-a {
        width: 3rem;
        height: 3rem;
        font-size: 1.1em;
    }

    .usershareviewer-main-right-badge {
        font-size: 0.8em;
    }

    .sectionhead-text {
        font-size: 1em;
    }

    .submittedviewer-main-left-info {
        margin-left: 1.5rem;
    }

    .submittedviewer-main-left-info-a {
        font-size: 1.1em;
    }

    .submittedviewer-main-left-info-b {
        font-size: 1em;
    }


    .submittedviewer-main-right-trash {
        margin-right: 2rem;
    }

    .usershareviewer-main-left-a {
        width: 3rem;
        height: 3rem;
        font-size: 1.1em;
    }

    .usershareviewer-main-right-badge {
        font-size: 0.8em;
    }

    .waitingcaseviewer-main-left-info {
        margin-left: 1.5rem;
    }

    .waitingcaseviewer-main-left-info-a {
        font-size: 1.1em;
    }

    .waitingcaseviewer-main-left-info-b {
        font-size: 1em;
    }

    .waitingcaseviewer-main-right-trash {
        margin-right: 2rem;
    }

    .waitingcaseviewer-main-right-badge {
        font-size: 0.8em;
    }

    .applicantviewer-main-left-a {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 1.1em;
    }

    .applicantviewer-main-right-badge {
    }

    .applicantviewer-main-left-names {
    }

    .applicantviewer-main-left-email {
    }

    .cgu-view {
        width: 1200px;
    }

    .cgu-view-terms {
        max-height: 60vh;
    }

    .addadversedialog-dialog {
        width: 50rem;
    }

    .resulted-parties {
        max-height: 60vh;
    }

    .addannexes-dialog {
        width: 60rem;
    }

    .dropzone {
        padding: 2rem;
    }

    .addannexes-dialog-pieces {
        max-height: 50vh;
    }

    .addapplicantdialog-dialog {
        width: 60rem;
    }

    .addcontestedact-dialog {
        width: 60rem;
    }

    .dropzone {
        padding: 2rem;
    }

    .addglobalsharedialog-dialog {
        width: 60rem;
    }

    .addpartnerdialog-dialog {
        width: 60rem;
    }

    .addprocedureact-dialog {
        width: 60rem;
    }

    .dropzone {
        padding: 2rem;
    }

    .findcasedialog-dialog {
        width: 40rem;
    }

    .joincasedialog-dialog {
        width: 40rem;
    }

    .multiplepartiesviewer-dialog {
        width: 35rem;
    }

    .confirmation-dialog {
        width: 40rem;
    }

    .addpartnerdialog-dialog {
        width: 60rem;
    }

    .profileviewer-dialog {
        width: 35rem;
    }

    .peopleaccessinfo-dialog {
        width: 35rem;
    }

    .profileviewer-dialog {
        width: 35rem;
    }

    .warning-dialog {
        width: 40rem;
    }

    .profileconfirmation {
        width: 1200px;
    }
}

@media (min-width: 2000px) {
    .alertspopover-dialog {
        left: 42.5vw;
        top: 3.5vh;
        max-height: 90vh;
    }

    .alertspopover-dialog-box {
        max-height: 85vh;
    }

    .messagespopover-dialog {
        left: 33vw;
        top: 3.5vh;
    }

    .messagespopover-dialog-box {
    }

    .cgu-view {
        width: 1200px;
    }

    .cgu-view-terms {
        max-height: 60vh;
    }
}
