body .Toastify__toast-container{z-index:999999;top:20px;right:20px}@media (max-width:599px){body .Toastify__toast-container{width:100vw;margin:0;padding:15px;left:0}body .Toastify__toast-container--top-right{top:0;transform:translate(0)}}@media (max-width:480px){body .Toastify__toast-container{padding:15px}}body .Toastify .Toastify__toast{color:#eadfe4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;grid-template-columns:auto 1fr;min-height:auto;margin-bottom:10px;padding:22px 30px;font-family:inherit;font-size:14px;line-height:140%;display:grid;box-shadow:-4px -4px 20px #17131766}body .Toastify .Toastify__toast-body{padding:0}@media (max-width:900px){body .Toastify .Toastify__toast{border-radius:8px}}@media (max-width:599px){body .Toastify .Toastify__toast{border-radius:6px;width:auto;margin-bottom:5px;font-size:12px}}@media (max-width:480px){body .Toastify .Toastify__toast{margin-bottom:5px}}body .Toastify .Toastify__toast--info{background:#c5c5c55c}body .Toastify .Toastify__toast--success{background:#b4ff005c}body .Toastify .Toastify__toast--warning{background:#ffbc005c}body .Toastify .Toastify__toast--error{background:#db7e725c}body .Toastify .Toastify__progress-bar--wrp{z-index:2;border-radius:2px;grid-column:1/3;width:100%;height:4px;margin:14px auto 0;position:relative}body .Toastify .Toastify__progress-bar--wrp .Toastify__progress-bar{opacity:1}body .Toastify .Toastify__progress-bar--wrp .Toastify__progress-bar--success{background:#fcff64b3}body .Toastify .Toastify__progress-bar--wrp .Toastify__progress-bar--warning{background:#ffc41eb3}body .Toastify .Toastify__progress-bar--wrp .Toastify__progress-bar--error{background:#ff7664}body .Toastify .Toastify__progress-bar--wrp .Toastify__progress-bar--info{background:#ffffffb3}body .Toastify .Toastify__progress-bar--wrp .Toastify__progress-bar--bg{opacity:1}body .Toastify .Toastify__progress-bar--wrp .Toastify__progress-bar--bg.Toastify__progress-bar--info{background:#20202066}body .Toastify .Toastify__progress-bar--wrp .Toastify__progress-bar--bg.Toastify__progress-bar--success{background:#dbeb4a33}body .Toastify .Toastify__progress-bar--wrp .Toastify__progress-bar--bg.Toastify__progress-bar--warning{background:#403b1166}body .Toastify .Toastify__progress-bar--wrp .Toastify__progress-bar--bg.Toastify__progress-bar--error{background:#2f1c2166}
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color)0%,var(--highlight-color)50%,var(--base-color)100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}