.user-dashboard-content .login-wrapper{padding:2rem 0}.user-dashboard-content input[type="submit"]{border:none;transition:all 0.3s ease 0s}.user-dashboard-content input[type="submit"]:hover{filter:brightness(1.2)}.notification-wrapper{display:flex;justify-content:center;position:absolute;top:10%;left:50%;transform:translateX(-50%)}.notification-wrapper .notification{display:flex;justify-content:center;align-items:center;gap:1rem;position:relative;padding:1rem 1.5rem;border-radius:30px;background-color:rgba(10,135,90,0.8);background-color:color-mix(in srgb,#0a875a 80%,transparent)}@supports (color: color-mix(in lch, red, blue)){
.notification-wrapper .notification{background-color:color-mix(in srgb,#0a875a var(--transparency,80%),transparent)}
}.notification-wrapper .notification i{cursor:pointer}.notification-wrapper.notification-error .notification{background-color:rgba(143,25,25,0.8);background-color:color-mix(in srgb,#8f1919 80%,transparent);color:#fff}@supports (color: color-mix(in lch, red, blue)){
.notification-wrapper.notification-error .notification{background-color:color-mix(in srgb,#8f1919 var(--transparency,80%),transparent)}
}

/*# sourceMappingURL=style.css.map */