/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2025 | 07:36:17 */
/* ======================= Popup ======================= */

/* fond de la popup*/
.noty_theme__learndash.noty_type__success {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #333333;
    border-radius: 14px;
}

/* Message*/
.message {
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    color: #000000;
    padding: 1rem;
    padding-right: 0em;
    padding-bottom: .75rem;
    margin-bottom: 0px;
    position: relative;
	text-align: left;
}

/* texte Bienvenue ou Gros titre de la popup*/
.noty_bar .text .title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}

/**/
.noty_theme__learndash.noty_bar .noty_body {
    padding: 15px;
    border-radius: 14px;
}