.ab-notify-button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 60%;
    font-family: inherit;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 2em;
}

#ab-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#ab-popup {
    background: #fff;
    padding: 20px;
    width: 300px;
    max-width: 90%;
    margin: 100px auto;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 5px;
}

#ab-popup input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

#ab-popup button {
    width: 100%;
    padding: 10px 20px;
    background: #1b98e0;
    font-family: inherit;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
}

/* Close icon styling */
#ab-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

#ab-popup-close:hover {
    color: #0073aa;
}
