﻿*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#PopUp {
    background: #000;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 30%;
    font-family: system-ui !important;
}


.popup {
    background-color: #ffffff;
    width: 60%;
    position: absolute;
    transform: translate(0%,0%);
    left: 10%;
    right: 10%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    border: 1px solid #CCC;
    padding: 10px 10px 0px 20px !important;
    top: 30% !important;
    text-align: left !important;
    margin: 0 auto !important;
}
    .popup h2 {
        margin: 0px 0px 25px 0px !important;
        FONT-SIZE: 27PX !important;
        color: #990000;
        text-align: left !important;
        width: 100%;
    }

    .popup h3 {
        FONT-SIZE: 19px !important;
        text-align: left !important;
        color: red !important;
        width: 100%;
        line-height: 20px;
    }

    .popup button {
        margin: 0 0 20px auto;
        background-color: transparent;
        color: #ffffff;
        background: #03549a;
        border-radius: 100%;
        border: none;
        outline: none;
        cursor: pointer;
        float: right !important;
        width: 25PX !important;
        height: 25px !important;
        font-size: 22px !important;
    }
    
    .popup p {
        /*font-size: 14px;*/
        text-align: justify;
        margin: 10px 0;
        line-height: 25px;
    }
    .PopupMid{max-height:420px;vertical-align:auto;/*overflow:scroll;*/}