
.growl-notification {
    border-radius: .7rem !important;
}

.growl-notification::before {
    border-radius: none !important;
    border: none !important;
    background: none !important;
}

.growl-notification__close::after {
    content: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg"  width="16"  height="16"  viewBox="0 0 24 24"  fill="none"  stroke="white"  stroke-width="2"  stroke-linecap="round"  stroke-linejoin="round"  class="icon icon-tabler icons-tabler-outline icon-tabler-x"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M18 6l-12 12" /><path d="M6 6l12 12" /></svg>') !important;
    
}
.growl-notification--danger {
    background-color: #E80003 !important;
    background: #E80003 !important;
    border: .092121rem solid #E80003 !important;
    border-left: none !important;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif !important;
}

.growl-notification--success {
    background-color: #c6d75b !important;
    background: #c6d75b !important;
    border: .092121rem solid #c6d75b !important;
    border-left: none !important;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif !important;
}