:root{--toastify-color-success:#02c372;--toastify-color-warning:#fa9e33;--toastify-color-error:#ef476f;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:436px;--toastify-toast-min-width:436px;--toastify-toast-font-size:13px;--toastify-toast-font-weight:600;--toastify-toast-background:#fff;--toastify-toast-min-height:36px;--toastify-toast-max-height:800px;--toastify-font-family:"Gilroy",sans-serif;--toastify-z-index:9999;--toastify-color-default:#0f0518;--toastify-text-color-default:#fbfbfc;--toastify-text-color-success:#fbfbfc;--toastify-text-color-warning:#fbfbfc;--toastify-text-color-error:#fbfbfc}.Toastify__toast{border-radius:6px;font-size:var(--toastify-toast-font-size);font-weight:var(--toastify-toast-font-weight);display:flex;justify-content:center;align-items:center;padding:7px 12px;gap:12px;width:auto}.Toastify__toast>div:last-child{word-break:break-word;flex:1;text-align:center}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;width:auto;box-sizing:border-box;color:#fff;justify-content:center;align-items:center}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:0;margin:0}}.Toastify__toast-icon{margin-inline-end:0;width:20px;flex-shrink:0;display:flex}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-default);color:var(--toastify-text-color-default)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}