.terms_alert_notification_div {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
    
    background-color: rgba(78, 78, 78, 0.73);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 101;
    
    display: none;
}

.terms_alert_notification_background {
    position: relative;
    width: 280px;
    height: 200px;
    height: auto;
    margin: auto;
    /* top: 50%; */
    /* margin-top: -100px; */
    /* left: 50%; */
    /* margin-left: -140px; */
    border-radius: 14px;
    
    background-color: white;

    height: 250px; 
    height: auto;
    max-height: 90vh;

    width: 90%;
    max-width: 400px;
    padding-top: 1px;

    padding-bottom: 20px; top: 0;
    margin-top: 60px;
    color: black;
    font-family: Arial, sans-serif;
}

.terms_alert_notification_title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 24px;
    color: black;
    font-family: Arial, sans-serif;
}

.terms_alert_notification_text {
    text-align: center;
    width: 95%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
    color: black;
    font-family: Arial, sans-serif;
}

.terms_alert_notification_link {
    text-decoration: none;
    color: #1e7ed8;
    font-weight: 600;
    font-family: Arial, sans-serif;
/*    font-size: 20px;*/
}

.terms_custom_alert_btn_container {
    margin: auto;
    width: 220px;
    height: 40px;
}

.terms_alert_notification_btn {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    
    font-size: 16px;
    font-weight: 700;
    background-color: #4b4b4b;
    width: 110px;
    height: 34px;
    border-radius: 10px;
    font-size: 18px;
    color: white;
    margin: auto;

    width: 100px;
    margin-top: 10px; 
}