#toast-container .toast{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;position:relative}#toast-container .toast::before,#toast-container .toast::after{pointer-events:none}#toast-container .toast .toast-title{order:1;flex:1 1 auto;min-width:0}#toast-container .toast .toast-message{order:2;flex:1 1 auto;min-width:0}#toast-container .toast .toast-close-button{order:3;flex-shrink:0;float:none !important;position:relative;z-index:10;right:auto !important;top:auto !important;left:auto !important;margin:0;padding:0.125rem;line-height:1;font-size:1rem;font-weight:400;color:#6b7280;text-shadow:none;-webkit-text-shadow:none;background:transparent;border:0;cursor:pointer;-webkit-appearance:none}#toast-container .toast .toast-close-button:hover,#toast-container .toast .toast-close-button:focus{color:#131310;text-decoration:none}#toast-container .toast .toast-close-button i,#toast-container .toast .toast-close-button svg{display:block;font-size:0.875rem;line-height:1;color:inherit;pointer-events:auto}#toast-container .toast.rtl .toast-close-button{float:none !important;left:auto !important;right:auto !important}
