/* input(29,29): run-time error CSS1046: Expect comma, found '255'
input(29,34): run-time error CSS1046: Expect comma, found ')' */
/*#region Text*/
.noty-message-text {
    font-size: 1.1rem;
}
/*#endregion*/

/*#region Icons*/
.noty-icon-light {
    font-size: 1.3rem;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
}

.noty_body span.close {
    font-size: 1.1rem;
    margin-right: 0.5rem;
    margin-left: auto !important;
}
/*#endregion*/

/*#region Themes Overriden */

/*#region metroui */
.noty_theme__metroui.noty_type__alert, .noty_theme__metroui.noty_type__notification {
    background-color: #FFEAA8;
}

    .noty_theme__metroui.noty_type__alert.noty_bar, .noty_theme__metroui.noty_type__notification.noty_bar {
        box-shadow: rgb(251 255 0) 0 0 5px 0;
    }

        .noty_theme__metroui.noty_type__alert.noty_bar .noty-icon-light, .noty_theme__metroui.noty_type__notification.noty_bar .noty-icon-light {
            color: gold;
            border-radius: 100%;
            background-color: lightyellow;
        }

.noty_theme__metroui.noty_type__success.noty_bar {
    box-shadow: #7ada1b 0 0 5px 2px;
}

.noty_theme__metroui.noty_type__warning.noty_bar {
    box-shadow: #ff984f 0 0 5px 2px;
}

.noty_theme__metroui.noty_type__error.noty_bar {
    box-shadow: #ff3b4e 0 0 5px 2px;
}

.noty_theme__metroui.noty_type__info.noty_bar, .noty_theme__metroui.noty_type__information.noty_bar {
    box-shadow: #0dcaf0 0 0 5px 2px;
}
/*#endregion*/

/*#endregion*/
