/* for the explanation question mark*/

.elmt_explanation {
    display: inline-block;
    text-align: center;
    height:20px;
    width:20px;
    background-color:#939598;
    position:relative;
    border-radius:50%;
    bottom:10px;
    text-decoration: none;
    color:black;
    font-family: "Arial", "Helvetica", "sans-serif" !important;
    font-weight: normal !important;
}
.elmt_expl_letter {
    display: inline-block !important;
    padding-top:2px !important;
    color:white !important;
    font-size: 12px !important;
}

.elmt_expl_letter img {
    width:20px
}
.elmt_explanation:hover {
    cursor: pointer !important;
    background-color: gray !important;
    color:white !important
}


/* to style the elements explanations and its modal */
#elmt_explanation_modal {
    position: absolute;
    width:max-content;
    height:max-content;
    text-align: center;
    z-index: 1000;
    background-color: transparent;
    display: none;
}
#modal_wrapper {
    /*margin-left: calc((100vw - 500px)/2);
    margin-top:calc((100vh - 200px)/2);*/
    width:400px;
    height:max-content;
    min-height: 150px;
    border-radius:5px;
    border-width:0;
    background-color: #e6e6e6;
    border-top-left-radius: 0;
    
}
#eem_header {
    background-color: rgb(0, 153, 230);
    padding-right:25px;
    margin-top:0;
    padding:7px;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: space-between;
}
#eem_close_sign {
    color:white;
    text-decoration: none;
    font-size:22px;
    font-weight:bold;
    margin: 0;
    display: inline-block;
    margin-right: 15px;
}
#eem_close_sign:hover {
    color: black;
}
#eem_title {
    font-weight:bold;
    text-align:left;
    padding-left:15px;
    display: inline-block;
    position: relative;
    top:5px;
    color:white
}
#eem_message {
    padding:20px !important;
    text-align: justify;
    line-height: 1.7em;
    padding-top:0;
    font-size:14px;
    color: black;
}
#eem_message li, #eem_message, #eem_message p, #eem_message div{
    color: black;
}
.prfp_success_msg,#prfp_success_sign{
    color: green !important;
}
.eem_image_illustration {
    width:35%;
    height:auto
}
.eem_image_illustration_zone {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#eem_message ul {
    margin:0;
    padding: 0;
}
#eem_message li{
    margin-bottom: 10px;
}

@media only screen and (max-width:802px){
/* for the explanation question mark*/
    

    /* to style the elements explanations and its modal */
    #modal_wrapper {
        /*margin-left: calc((100vw - 300px)/2);
        margin-top:calc((100vh - 200px)/2);*/
        width:350px;
    }
    #eem_header {
        padding-right:20px;
    }
    #eem_close_sign {
        font-size:22px;
    }
   
    #eem_title {
        font-size:14px;
    }
    #eem_message {
        font-size:12px;
        line-height: 1.5em;
    }


}

@media only screen and (max-width:602px){
    #modal_wrapper {
        width:250px;
    }
}