#toasts{min-height:0;position:fixed;left:50%;transform:translateX(-50%);bottom:50px;z-index:1}.toast-inline{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end}#toasts .toast,.toast-inline .toast{max-width:320px;border-radius:9px;cursor:pointer;opacity:0;position:relative;background-color:#fff;padding:5px 5px 5px 20px;transition:opacity .5s ease-in-out,transform .5s ease-in-out;width:100%;will-change:opacity,transform;z-index:1100;font-size:20px;display:flex}#toasts .toast:before,.toast-inline .toast:before{content:'';width:36px;height:36px;flex:0 0 36px;transform:translate(0px,-5px);display:inline-block;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:contain}#toasts .toast p,.toast-inline .toast p{margin:0}#toasts .toast.success,.toast-inline .toast.success{color:#0eb203;border-color:#0eb203;border-right-width:10px;background-color:#fff}#toasts .toast.success p,.toast-inline .toast.success p{margin:0;line-height:35px;font-size:20px}#toasts .toast.success:before,.toast-inline .toast.success:before{content:'';transform:translate(0px,0px);background-size:24px;background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E%3Cg id='Group_52331' data-name='Group 52331' transform='translate(-1472.664 -578.575)'%3E%3Cellipse id='Ellipse_48' data-name='Ellipse 48' cx='12.5' cy='12' rx='12.5' ry='12' transform='translate(1472.664 578.575)' fill='%230bb205'/%3E%3Cg id='success-line' transform='translate(1474.349 576.825)'%3E%3Cpath id='Path_27776' data-name='Path 27776' d='M9.6,20.1,4.191,14.7a.518.518,0,0,1,.731-.731l4.666,4.666,9.12-9.109a.518.518,0,0,1,.731.731Z' transform='translate(0)' fill='%23fff' stroke='%23fff' stroke-width='1.333'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}#toasts .toast.warning,.toast-inline .toast.warning{background:#ffa533}#toasts .toast.info,.toast-inline .toast.info{background:#2cbcff}#toasts .toast.error,.toast-inline .toast.error{color:red;border-color:red;border-right-width:10px;background-color:#fff}#toasts .toast.error:before,.toast-inline .toast.error:before{content:'';background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='31' viewBox='0 0 37 31'%3E%3Cg id='Group_52330' data-name='Group 52330' transform='translate(-1466.664 -575.575)'%3E%3Cellipse id='Ellipse_48' data-name='Ellipse 48' cx='12.5' cy='12' rx='12.5' ry='12' transform='translate(1472.664 578.575)' fill='red'/%3E%3Ctext id='_' data-name='!' transform='translate(1466.664 575.575)' fill='%23fff' font-size='22' font-family='Assistant' font-weight='700'%3E%3Ctspan x='14' y='22'%3E!%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A")}#toasts .toast.show,.toast-inline .toast.show{display:flex;opacity:1;transform:translateY(0);transition:opacity .5s ease-in-out,transform .5s ease-in-out}#toasts .toast.hide,.toast-inline .toast.hide{height:0;margin:0;opacity:0;overflow:hidden;padding:0 30px;transition:all .5s ease-in-out}#toasts .toast .close,.toast-inline .toast .close{cursor:pointer;font-size:24px;height:24px;margin-top:-10px;position:absolute;left:14px;top:50%;text-align:center;width:24px;display:none}