.toast{top:1rem;display:flex!important;border-radius:8px;box-shadow:0 4px 16px 0 #21212152}.toast-content{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;padding:12px 20px;width:100%}.toast-content a{position:unset!important;text-decoration:underline;color:var(--semantica-content-accent)}.toast-content span:first-of-type{font-weight:700;font-size:16px}.toast-content span:last-of-type{font-size:14px}.toast>span,.toast>div,.toast>button{position:unset!important}.toast span.h-icon{flex-shrink:0;color:var(--neutral-lighter);font-size:16px;width:44px;display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center;-webkit-align-items:center;border-radius:8px 0 0 8px}.toast .close{opacity:unset;position:relative!important;display:inherit;top:0!important;right:0!important;width:36px;flex-shrink:0;cursor:unset}.toast .h-close{text-shadow:none;cursor:pointer;font-size:20px;margin-top:12px}.toast-success{background:var(--global-green-200)}.toast-success span.h-icon{background:var(--global-green-700)}.toast-success .h-close{color:var(--global-green-700)}.toast-info{background:var(--semantica-background-terciary)}.toast-info span.h-icon{background:var(--semantica-content-accent)}.toast-info .h-close{color:var(--global-blue-secondary)}.toast-danger{background:var(--global-red-200)}.toast-danger span.h-icon{background:var(--semantica-content-negative)}.toast-danger .h-close{color:var(--semantica-content-negative)}.toast-warning{background:var(--global-yellow-200)}.toast-warning span.h-icon{background:var(--global-yellow-700)}.toast-warning .h-close{color:var(--global-yellow-700)}