.custom-snackbar{position:relative;overflow:hidden;min-height:54px;min-width:300px;max-width:840px;background:#1b1c21;color:#f2f3f5;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px 18px 12px 15px;font-size:15px;font-weight:500;letter-spacing:-.006em;display:flex;align-items:center;justify-content:flex-start;gap:13px;margin:0 auto;cursor:default;box-shadow:0 14px 40px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.05);transition:opacity .28s ease,transform .28s ease}.custom-snackbar.fullWidth{width:100%}.custom-snackbar.initial{opacity:0;transform:translateY(16px)}.custom-snackbar.entering{opacity:1;transform:none}.custom-snackbar.leaving{opacity:0;transform:translateY(16px)}.custom-snackbar .snackbar-icon{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none}.custom-snackbar .snackbar-icon svg{width:13px;height:13px}.custom-snackbar.default .snackbar-icon,.custom-snackbar.success .snackbar-icon{background:linear-gradient(135deg,#179dff,#5b8def);box-shadow:0 0 0 4px rgba(23,157,255,.16)}.custom-snackbar.cancel .snackbar-icon,.custom-snackbar.error .snackbar-icon,.custom-snackbar.fail .snackbar-icon,.custom-snackbar.reject .snackbar-icon{background:#ff5468;box-shadow:0 0 0 4px rgba(255,84,104,.18)}.custom-snackbar.info .snackbar-icon{background:#179dff;box-shadow:0 0 0 4px rgba(23,157,255,.16)}.custom-snackbar.warn .snackbar-icon{background:#f5a623;box-shadow:0 0 0 4px rgba(245,166,35,.18)}.custom-snackbar-content-wrap{display:flex;align-items:center;justify-content:flex-start;gap:13px;flex:1 1 0%;min-width:0}.custom-snackbar-content{flex:1 1 0%;min-width:0;font-size:15px;font-weight:500;line-height:1.4;color:#f2f3f5;white-space:pre-line;word-break:keep-all}.custom-snackbar-close{margin-left:6px;width:24px;height:24px;min-width:24px;min-height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:999px;color:rgba(255,255,255,.45);cursor:pointer;flex:none;pointer-events:auto;transition:color .15s,background .15s}.custom-snackbar-close:hover{color:#fff;background:rgba(255,255,255,.12)}.custom-snackbar-progress-wrap{position:absolute;left:0;right:0;bottom:0;height:3px;pointer-events:none}.custom-snackbar-progress-wrap .custom-snackbar-progress{height:100%;width:100%;transform-origin:left center;border-radius:0 3px 3px 0;animation-name:snackbar-progress-bar;animation-timing-function:linear;animation-fill-mode:forwards;background:rgba(255,255,255,.35)}.custom-snackbar.default .custom-snackbar-progress,.custom-snackbar.success .custom-snackbar-progress{background:linear-gradient(90deg,#179dff,#5b8def)}.custom-snackbar.cancel .custom-snackbar-progress,.custom-snackbar.error .custom-snackbar-progress,.custom-snackbar.fail .custom-snackbar-progress,.custom-snackbar.reject .custom-snackbar-progress{background:#ff5468}.custom-snackbar.info .custom-snackbar-progress{background:#179dff}.custom-snackbar.warn .custom-snackbar-progress{background:#f5a623}@keyframes snackbar-progress-bar{0%{width:100%}to{width:0}}.snackbar-container{bottom:80px}@media (max-width:1279px){.snackbar-container{bottom:80px!important}}@media (max-width:600px){.custom-snackbar{max-width:94vw;min-height:48px;padding:11px 14px;font-size:14px;border-radius:14px;gap:10px}.custom-snackbar-content{font-size:14px}.custom-snackbar.fullWidth{width:100%;max-width:100%}.snackbar-container{bottom:100px!important}}