:root{--toast-width:270px;--toast-border-radius:0.25rem;--toast-theme-default:#fff;--toast-theme-primary:#0d6efd;--toast-theme-secondary:#6c757d;--toast-theme-success:#198754;--toast-theme-danger:#dc3545;--toast-theme-warning:#ffc107;--toast-theme-info:#0dcaf0;--toast-theme-light:#f8f9fa;--toast-theme-dark:#212529}.toast-container{left:0;margin:auto;position:fixed;right:0;top:0;width:var(--toast-width);z-index:10}.toast_default{background-color:var(--toast-theme-default);color:#212529}.toast_primary{background-color:var(--toast-theme-primary);color:#fff}.toast_secondary{background-color:var(--toast-theme-secondary);color:#fff}.toast_success{background-color:var(--toast-theme-success);color:#fff}.toast_danger{background-color:var(--toast-theme-danger);color:#fff}.toast_warning{background-color:var(--toast-theme-warning);color:#212529}.toast_info{background-color:var(--toast-theme-info);color:#212529}.toast_light{background-color:var(--toast-theme-light);color:#212529}.toast_dark{background-color:var(--toast-theme-dark);color:#fff}.toast_danger .toast__close,.toast_dark .toast__close,.toast_primary .toast__close,.toast_secondary .toast__close,.toast_success .toast__close{filter:invert(1)}.toast:not(:last-child){margin-bottom:.75rem}.toast:not(.toast_show){display:none}.toast_showing{opacity:0}.toast__header{background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.05);font-size:larger;padding:.5rem 2.25rem .5rem 1rem;position:relative}.toast__close{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E") 50%/.875em auto no-repeat;border:0;content:"";cursor:pointer;height:.875em;opacity:.5;position:absolute;right:.75rem;top:.75rem;transition:opacity .1s ease-in-out;width:.875em}.toast__close:hover{opacity:1}.toast__body{font-size:larger;padding:1rem}.toast_message .toast__body{padding-right:2.25rem}.toast-container{display:flex;justify-content:center;width:auto}