.Toastify__toast-container{padding:0;width:420px}@media screen and (max-width:749px){.Toastify__toast-container{padding:20px;width:100%;right:0;bottom:0;left:0;top:auto}}.Toastify__toast{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;border:1px solid #cbcbcb;background:#e8e8e8;border-radius:8px;padding:11px;box-shadow:0 4px 10px 0 rgba(33,47,64,.1)}@media screen and (max-width:749px){.Toastify__toast{margin-bottom:0}}.Toastify__toast-body{padding:0;margin:0}.Toastify__toast--default{background:#e8e8e8;border-color:#cbcbcb}.Toastify__toast--info{background-color:#cfd9ff;border-color:#96adff}.Toastify__toast--info:has([data-toast-type=Info-secondary]){background-color:#e8e8e8;border-color:#cbcbcb}.Toastify__toast--success{background-color:#e4f0df;border-color:#c5dfb9}.Toastify__toast--warning{background-color:#f7d690;border-color:#f5ce7a}.Toastify__toast--error{background-color:#f5c8bc;border-color:#e9876e}.Toastify__toast-icon{display:none}.Toastify__close-button{color:#000;opacity:1;align-self:flex-start;flex:0 0 16px;width:16px;height:16px;line-height:0}.Toastify__close-button svg{fill:currentColor}