.ui-pnotify {
    z-index: 9999999 !important;
}

.ui-pnotify-title {
    letter-spacing: 2px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    margin-left: 20px !important;
}

/*.ui-pnotify-icon { font-size: 30px; margin-top: 2%; }*/

.ui-pnotify-text {
    margin-left: 20px !important;
    word-wrap: break-word;
}

/* CUSTOMIZAÇÃO DO SCROLL DE UM ELEMENTO */
.ui-pnotify-text {
    overflow: auto;
}

.ui-pnotify-text::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.ui-pnotify-text::-webkit-scrollbar-track {
    background: #f1f1f152;
}

.ui-pnotify-text::-webkit-scrollbar-thumb {
    background: #ffffff96;
}

.ui-pnotify-text::-webkit-scrollbar-thumb:hover {
    background: #ffffffd6;
}

/* CUSTOMIZAÇÃO DO SCROLL DE UM ELEMENTO */

.success-m>.alert-warning {
    background: var(--theme-success-500);
    border: none;
    color: #fff;
}

.warning-m>.alert-warning {
    background: var(--theme-warning-500);
    border: none;
    color: #fff;
}

.notice-m>.alert-warning {
    background: var(--theme-info-500);
    border: none;
    color: #fff;
}

.alert-m>.alert-warning {
    background: var(--theme-alert-500);
    border: none;
    color: #000
}

.error-m>.alert-warning {
    background: var(--theme-error-500);
    border: none;
    color: #fff;
}

.notice-m>.alert-warning a {
    color: #fff;
}

.warning-m>.alert-warning a {
    color: #fff;
}