/**,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*body{
    background-color: #0f72e5;
}*/
.popup{
    background-color: #ffffff;
    /*width: 450px;*/
    /*width: fit-content;*/
    max-width: -webkit-fill-available;
    /*max-height: -webkit-fill-available;
    /*min-width: 550px;
    min-height: 502px;*/
    /*padding: 30px 40px;*/
    padding: 5px 5px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;    
    border: 2px;
    border-style: solid;
    border-color: #f26838;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    /*z-index: 4;*/
    z-index: 1031;
    position: fixed;
    overflow: auto;
   
}
.popup button{
    display: block;
    margin:  0 0 0px auto;
    background-color: #e66030;/*transparent;*/
    height: fit-content;
    font-size: 15px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    /*position: inherit;*/
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5 !important;
    color: #ffffff !important;
    text-decoration: none;
    padding: 5px 0;
}
