#prfp_displayer {
    font-family: Arial, Helvetica, sans-serif;
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index: 9999999999;
    display: none;
    font-size: 14px;
    background-color: rgba(7, 7, 7, 0.918);
}
#prfp_wrapper {
    margin:auto auto;
    min-height:200px;
    max-height: max-content;
    width:400px;
    /*background-color: rgb(235, 235, 235);*/
    background-color: white;
    margin-top:10vh;
    border-radius:10px;
    border:0 solid lightgray;
    /*box-shadow: 0 0 20px 1px lightgray;*/
}

#prfp_header {
    height:30px;
    background-color: rgb(0,153,230);
    padding:10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align:right;
    padding-right:25px;
}
#prfp_close_sign {
    text-decoration: none;
    color:white;
    font-weight:bold;
    font-size:24px;
}
#prfp_close_sign:hover {
    color:black
}
#prfp_body {
    padding:10px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100px;
    color: black;
}
#prfp_body div, #prfp_body li, #prfp_body span {
    color: black;
}

#prfp_footer {
    height:35px;
    height:max-content;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 20px;
    text-align: center;
    border-top:1px solid darkgray;
    background-color:rgb(238,238,238);
    padding:5px 15px;
    line-height:1.6em;
    margin-bottom: 0;
}
#prfp_okay {
    display: inline-block;
    padding:7px 50px;
    background-color: lightgray;
    text-decoration:none;
    color:black;
    font-weight:bold
}
#prfp_okay:hover{
    background-color: gray;
    color:white;
}

.message_emoji {
    font-size:30px;
}
#prfp_displayer li{
    margin-top: 10px;
    list-style-type:disc !important;
    text-align:left !important;
    line-height: 1.6em;
}
.prfp_success_msg {
    margin:auto auto;
    color:green;
    display: block;
    text-align: center;
    margin-top:20px;
    font-weight:bold;
    line-height: 1.6em;
}
.prfp_single_error_msg{
    line-height:1.7em;
    display:block;
    margin-top:25px;
    text-align:center;
    line-height: 1.6em;

}
#prfp_success_sign {
    font-size:40px;
    display: block;
    margin-top:25px;
    color:green;
    border:2px solid green;
    text-align: center;
    margin:auto auto;
    width:60px;
    height:60px;
    border-radius: 50%;

}
@media only screen and (max-width:602px){

    #prfp_wrapper {
        width:300px;
        min-height: 150px;
    }
    #prfp_header {
        height:25px;
        padding:7px;
        padding-right:25px;
    }
    #prfp_close_sign {
        font-size:22px;
    }
    /*#prfp_displayer {
        font-family: Arial, Helvetica, sans-serif;
        position:absolute;
        top:0;
        left:0;
        width:100vw;
        height:100vh;
        z-index: 10000;
        display: none;
        font-size: 14px;
        background: #1a2026ed;
    }*/
    
    #prfp_body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #prfp_displayer li{
        margin-top: 7px;
    }
    #prfp_footer {
        min-height:25px;
    }
    #prfp_okay {
        padding:5px 35px;
    }
}
