.pnotify .bootstrap4-title {
    font-size: 1.2rem
}

.pnotify .bootstrap4-icon > * {
    position: relative;
    line-height: 1.2rem
}

.pnotify.pnotify-with-icon .bootstrap4-ml {
    margin-left: 24px
}

[dir=rtl] .pnotify.pnotify-with-icon .bootstrap4-ml {
    margin-right: 24px;
    margin-left: 0
}
/*
[data-pnotify] .bootstrap4-countdown {
    background-color: var(--bs-success-bg-subtle);
    top: unset !important;
    bottom: 1px;
    border-bottom-left-radius: var(--bs-alert-border-radius);
    border-bottom-right-radius: var(--bs-alert-border-radius);
}

[data-pnotify] .bootstrap4-countdown-bar {
    background-color: var(--bs-success-text-emphasis);
}
*/