.toast-container{width:100%;max-width:400px;position:fixed;top:50%;right:0;z-index:3055;padding:1rem;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.toast{width:100%;max-width:400px;pointer-events:auto}.toast[data-type]{position:relative;border:0;color:#f8f9fa;background:linear-gradient(to bottom right,#4a4a4a,#2b2b2b);box-shadow:0 2px 4px rgba(0,0,0,.5)}.toast[data-type] .toast-content{display:flex;align-items:center;padding-left:1rem}.toast[data-type] .toast-icon svg{width:35px;height:35px;display:block}.toast[data-type] .toast-body{width:100%;padding-left:1rem;text-align:left}.toast[data-type] .close{position:absolute;top:0;right:.25rem;color:inherit;border:none;background-color:inherit}.toast[data-type="info"]{background:linear-gradient(to bottom right,#007bff,#1d93d2)}.toast[data-type="warning"]{background:linear-gradient(to bottom right,#ffc107,#f7dd75);color:#343a40!important}.toast[data-type="error"]{background:linear-gradient(to bottom right,#b01010,#ff5e3a)}.toast[data-type="success"]{background:linear-gradient(to bottom right,#198754,#84b42d)}.toast[data-type="other"]{background:linear-gradient(to bottom right,#4a4a4a,#2b2b2b)}