.toaster {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10100;
}

.toaster .toast {
    border-radius: 12px;
}

.toaster .toast-header {
    border-top-left-radius: calc(12px - 1px);
    border-top-right-radius: calc(12px - 1px);
}

.toaster .text-muted {
    color: #F2F0F0 !important;
}

.toaster .close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
}
