/* ER 94009 */
.ads-modal{
    position: fixed;
    background: #fff;
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: max-content;
    max-width:380px;
    justify-content: center;
    z-index: 9999999999;
    display:none;
}
.ads-modal svg{
    margin-bottom: 16px;
}
.ads-modal button{
    background: #18A0FB;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 8px 16px;
    text-align: center;
    margin-top: 24px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    height:40px;
}
.ads-modal{
    text-align: center;
}
.ads-modal span{
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    font-family: 'Poppins', sans-serif;
}
.ads-modal p{
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
}
/* ER 94009 */
