#toast-container>div{opacity:0.95;max-width:600px;width:600px !important}#toast-container>.toast{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;position:relative;background-image:none !important;opacity:1;border-radius:4px;border:none;padding-right:20px !important;transition:all 0.3s;box-shadow:1px 1px 5px rgba(0,0,0,0.3)}#toast-container>.toast:before{position:absolute;left:0;top:0;width:40px;height:100%;line-height:50px;text-align:center;font-family:"Font Awesome 5 Pro";font-weight:900;font-size:18px;display:flex;align-items:center;justify-content:center;pointer-events:none}#toast-container>.toast .toast-message{font-family:'Intern', sans-serif;font-size:14px;color:#4D505A}#toast-container>.toast.toast-error{background-color:#f7d4d9}#toast-container>.toast.toast-error:before{content:"\f06a";background-color:#d32741}#toast-container>.toast.toast-success{background-color:#e2f0e7}#toast-container>.toast.toast-success:before{content:"\f058";background-color:#6ab187}#toast-container>.toast.toast-info{background-color:#ddedff}#toast-container>.toast.toast-info:before{content:"\f05a";background-color:#52a3fc}#toast-container>.toast.toast-warning{background-color:#fdedd7}#toast-container>.toast.toast-warning:before{content:"\f071";background-color:#f5a136}#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}.toast-top-center{top:12px !important;margin:0 auto}@media (max-width: 480px) and (min-width: 241px){#toast-container>.toast{padding:15px 20px 15px 50px;width:100%}}@media screen and (max-width: 768px){.toast-top-right .toast{max-width:calc(100vw - 24px) !important}}
