.win-notification.svelte-11b2b6z{border-radius:24px;border:1px solid #42424d;background:var(--color-secondary-950);width:500px;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}@media only screen and (max-width:768px){.win-notification.svelte-11b2b6z{width:100%}}.win-notification.svelte-11b2b6z .amount:where(.svelte-11b2b6z){color:#fdcf39;text-align:center}.win-notification.svelte-11b2b6z .close:where(.svelte-11b2b6z){background:#1c1c21;width:33px;height:33px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;right:20px;top:20px;cursor:pointer}.win-notification.svelte-11b2b6z .close:where(.svelte-11b2b6z):hover{background:#26262c}.win-notification.svelte-11b2b6z .close:where(.svelte-11b2b6z):hover img:where(.svelte-11b2b6z){transition:.9s;transform:rotate(-90deg)}.without-buttons.svelte-cjlzhb{max-height:113px!important}.notification.svelte-cjlzhb{position:relative;overflow:hidden;color:#fff;display:flex;gap:12px;margin:0 auto .5rem;width:100%;height:auto;border-radius:12px;box-shadow:-10px 10px 38px 0 var(--color-secondary-800);border:1px solid #2f2f37;background:var(--color-secondary-800);padding:16px 18px 18px 10px}@media only screen and (max-width:768px){.notification.svelte-cjlzhb{height:auto;gap:8px}}.notification.svelte-cjlzhb:hover .progress-bar:where(.svelte-cjlzhb) .bar:where(.svelte-cjlzhb){animation-play-state:paused}.notification.svelte-cjlzhb .right:where(.svelte-cjlzhb){display:flex;z-index:2;flex-direction:column;width:80%;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:768px){.notification.svelte-cjlzhb .right:where(.svelte-cjlzhb){width:85%}}.notification.svelte-cjlzhb .right:where(.svelte-cjlzhb) .title:where(.svelte-cjlzhb){font-size:20px;font-style:normal;font-weight:700;line-height:120%;color:#fff;margin-bottom:6px}@media only screen and (max-width:768px){.notification.svelte-cjlzhb .right:where(.svelte-cjlzhb) .title:where(.svelte-cjlzhb){font-size:14px;font-style:normal;font-weight:700;line-height:120%}}.notification.svelte-cjlzhb .right:where(.svelte-cjlzhb) .description:where(.svelte-cjlzhb){font-size:14px;font-style:normal;font-weight:300;line-height:140%;color:#9c9cab;text-overflow:ellipsis}@media only screen and (max-width:768px){.notification.svelte-cjlzhb .right:where(.svelte-cjlzhb) .description:where(.svelte-cjlzhb){font-size:12px}}.notification.svelte-cjlzhb .right:where(.svelte-cjlzhb) .buttons:where(.svelte-cjlzhb){display:flex;align-items:center;margin-top:10px;gap:8px}@media only screen and (max-width:768px){.notification.svelte-cjlzhb .right:where(.svelte-cjlzhb) .buttons:where(.svelte-cjlzhb){margin-top:7px}}.notification.svelte-cjlzhb .progress-bar:where(.svelte-cjlzhb){width:5px;height:100%;position:relative}.notification.svelte-cjlzhb .progress-bar:where(.svelte-cjlzhb) .bar:where(.svelte-cjlzhb){width:5px;height:0;position:absolute;top:50%;border-radius:5px;animation:svelte-cjlzhb-progress 3s linear;animation-delay:1s}@keyframes svelte-cjlzhb-progress{0%{top:50%;height:0%}8%{top:0;height:100%}35%{top:0;height:100%}to{top:100%;height:0%}}.notification.svelte-cjlzhb .close:where(.svelte-cjlzhb){z-index:2;background-color:#ffffff1a;border:.5px solid rgba(177,202,223,.1019607843);width:30px;height:30px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;justify-content:center;align-items:center;border-radius:6px;box-shadow:0 6px 20px #fff0;cursor:pointer;position:absolute;top:8px;right:8px;transition:.2s ease-in-out}.notification.svelte-cjlzhb .close:where(.svelte-cjlzhb):hover{transform:rotate(-90deg)}.system.svelte-cjlzhb .progress-bar:where(.svelte-cjlzhb) .bar:where(.svelte-cjlzhb){background:#e8c75c66}.info.svelte-cjlzhb .progress-bar:where(.svelte-cjlzhb) .bar:where(.svelte-cjlzhb){background:#e8c75c66}.promo.svelte-cjlzhb .progress-bar:where(.svelte-cjlzhb) .bar:where(.svelte-cjlzhb){display:none;background-color:#8f39fd66}.bonus.svelte-cjlzhb .progress-bar:where(.svelte-cjlzhb) .bar:where(.svelte-cjlzhb){display:none;background-color:#3ccd5366}section.svelte-12ort7a{display:flex;justify-content:center;flex-direction:column;z-index:50;width:100%}.alert.svelte-gz6o2i{position:relative;color:#fff;display:flex;justify-content:space-between;gap:12px;flex-direction:column;margin:0 auto .5rem;width:100%;min-height:48px;border-radius:var(--border-radius-lg, 8px);background:#0d192380;box-shadow:0 12px 40px 0 var(--alpha-dark-dark-95040, rgba(13, 25, 35, .4));-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);padding:16px;overflow:hidden}.alert.svelte-gz6o2i:before{content:"";width:100%;height:131px;aspect-ratio:1/1;position:absolute;left:-43px;top:-72px;filter:blur(120px);pointer-events:none}.alert.success.svelte-gz6o2i{border:1px solid rgba(63,185,80,.15)}.alert.success.svelte-gz6o2i:before{background:var(--color-success, #2ea043)}.alert.error.svelte-gz6o2i{border:1px solid rgba(205,69,60,.15)}.alert.error.svelte-gz6o2i:before{background:var(--color-error, #2ea043)}.alert.warning.svelte-gz6o2i{border:1px solid rgba(230,191,71,.15)}.alert.warning.svelte-gz6o2i:before{background:var(--color-primary, #2ea043)}@media only screen and (max-width:768px){.alert.svelte-gz6o2i{height:107px}}.alert.svelte-gz6o2i:hover .progress-bar:where(.svelte-gz6o2i) .bar:where(.svelte-gz6o2i){animation-play-state:paused}.alert.svelte-gz6o2i .content:where(.svelte-gz6o2i){display:flex;gap:8px;position:relative;flex-grow:1}.alert.svelte-gz6o2i .progress-bar:where(.svelte-gz6o2i){width:100%;height:3px;position:absolute;left:0;top:0;right:0}.alert.svelte-gz6o2i .progress-bar:where(.svelte-gz6o2i) .bar:where(.svelte-gz6o2i){width:0%;height:3px;position:absolute;top:50%;border-radius:5px;animation:svelte-gz6o2i-progress 5s linear;animation-delay:1s}@keyframes svelte-gz6o2i-progress{0%{width:100%}to{width:0%}}.alert.svelte-gz6o2i .type:where(.svelte-gz6o2i){width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.alert.svelte-gz6o2i>.close:where(.svelte-gz6o2i){cursor:pointer;position:absolute;top:22px;right:22px;background-color:transparent}.alert.svelte-gz6o2i .text:where(.svelte-gz6o2i){display:flex;flex-direction:column;justify-content:start;gap:5px}.success.svelte-gz6o2i .progress-bar:where(.svelte-gz6o2i) .bar:where(.svelte-gz6o2i){background:#3ccd5366}.error.svelte-gz6o2i .progress-bar:where(.svelte-gz6o2i) .bar:where(.svelte-gz6o2i){background-color:#cd453c66}.warning.svelte-gz6o2i .progress-bar:where(.svelte-gz6o2i) .bar:where(.svelte-gz6o2i){background-color:#cd8a3c66}
