﻿/***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***/
@media(min-width:600px) {
    .alertspopover-dialog {
        width: 60vw;
        left: 20vw;
        bottom: 12vh;
        max-height: 85vh;
    }

    .alertspopover-dialog-box {
        max-height: 50vh;
    }
}

@media(min-width:700px) {
    .alertspopover-dialog {
        width: 58vw;
        bottom: 3.6vh;
        left: 20vw;
        max-height: 70vh;
    }

    .alertspopover-dialog-box {
        max-height: 55vh;
    }
}
/***tablette portrait***/
@media(min-width:800px) {
    .alertspopover-dialog {
        width: 50vw;
        bottom: 3.2vh;
        max-height: 60vh;
    }

    .alertspopover-dialog-box {
        max-height: 55vh;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .alertspopover-dialog {
        width: 40vw;
        left: 25vw;
        max-height: 70vh;
        bottom: 6.5vh;
    }

    .alertspopover-dialog-box {
        max-height: 60vh;
    }
}

/*** desktop ***/
@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;
    }
}

@media(min-width:2000px) {
    .alertspopover-dialog {
        left: 42.5vw;
        top: 3.5vh;
        max-height: 90vh;
    }

    .alertspopover-dialog-box {
        max-height: 85vh;
    }
}



/***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***/
@media(min-width:600px) {
    .messagespopover-dialog {
        width: 60vw;
        left: 18vw;
        bottom: 12vh;
        max-height: 85vh;
    }

    .messagespopover-dialog-box {
        max-height: 50vh;
    }
}

@media(min-width:700px) {
    .messagespopover-dialog {
        width: 58vw;
        bottom: 3.6vh;
        left: 16vw;
        max-height: 70vh;
    }

    .messagespopover-dialog-box {
        max-height: 55vh;
    }
}
/***tablette portrait***/
@media(min-width:800px) {
    .messagespopover-dialog {
        width: 50vw;
        bottom: 3.2vh;
        max-height: 60vh;
    }

    .messagespopover-dialog-box {
        max-height: 55vh;
    }
}

/***tablette landscape***/
@media(min-width:1000px) {
    .messagespopover-dialog {
        width: 40vw;
        left: 15vw;
        max-height: 70vh;
        bottom: 6.5vh;
    }

    .messagespopover-dialog-box {
        max-height: 60vh;
    }
}

/*** desktop ***/
@media(min-width:1200px) {
    .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;
    }
}

@media(min-width:2000px) {
    .messagespopover-dialog {
        left: 33vw;
        top: 3.5vh;
    }

    .messagespopover-dialog-box {
    }
}
