@keyframes toast-progress-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-element{background-color:#2a3047;border:1px solid #4b5280;border-radius:12px;gap:12px;width:450px;max-width:100%;margin-bottom:12px;padding:16px;display:flex;position:relative;overflow:hidden}.toast-element *{font-family:Switzer,sans-serif}.toast-element__aside{min-height:64px}.toast-element__aside-image{width:64px;height:64px}.toast-element__aside-image_small{width:48px;height:48px}.toast-element__box{flex-direction:column;gap:4px 8px;width:100%;display:flex}.toast-element__box:has(.toast-element__header-image){gap:8px}.toast-element__header{align-items:center;gap:8px;width:100%;display:flex;position:relative}.toast-element__header-title{color:#fff}.toast-element__header-title,.toast-element__header-title *{letter-spacing:0;font-size:18px;font-weight:500;line-height:28px}.toast-element__header-image{height:var(--v954b6a54)}.toast-element__header-icon{width:20px;height:20px}.toast-element__header-iconblank{border:2px solid;border-radius:100%;width:20px;height:20px}.toast-element__header-close{cursor:pointer;position:absolute;top:50%;right:0;transform:translateY(-50%)}.toast-element__header-close svg{color:#9ba7bf;width:24px;height:24px;transition:color .3s,transform .3s;display:block}.toast-element__header-close svg:hover{color:#fff!important}.toast-element__header-close:active svg{transform:scale(.9)}.toast-element__content-text{color:#c1c8d7;letter-spacing:.01px;font-size:14px;font-weight:500;line-height:20px}.toast-element__actions{align-items:center;gap:12px;display:flex}.toast-element__actions .button .button-label{text-transform:unset}.toast-element__progress{z-index:2;align-items:flex-end;width:100%;display:flex;position:absolute;bottom:0;left:0;overflow:hidden}.toast-element__progress-bar{animation:toast-progress-shrink var(--v489a7b54) linear forwards;transform-origin:0;background-color:#4b5280;width:100%;height:2px}.toast-element:has(.toast-element__aside){width:500px}.toast-element.--color-green{background-image:linear-gradient(90deg,#64eb493d,#2a304700 50%)}.toast-element.--color-green .toast-element__header-icon{color:#64eb49}.toast-element.--color-green .toast-element__header-iconblank{border-color:#64eb49}.toast-element.--color-blue{background-image:linear-gradient(90deg,#31bbff3d,#2a304700 50%)}.toast-element.--color-blue .toast-element__header-icon{color:#31bbff}.toast-element.--color-blue .toast-element__header-iconblank{border-color:#31bbff}.toast-element.--color-yellow{background-image:linear-gradient(90deg,#fccb133d,#2a304700 50%)}.toast-element.--color-yellow .toast-element__header-icon{color:#fccb13}.toast-element.--color-yellow .toast-element__header-iconblank{border-color:#fccb13}.toast-element.--color-red{background-image:linear-gradient(90deg,#ff3d333d,#2a304700 50%)}.toast-element.--color-red .toast-element__header-icon{color:#ff3d33}.toast-element.--color-red .toast-element__header-iconblank{border-color:#ff3d33}.toast-element.--color-brand{background-image:linear-gradient(90deg,#b055ff3d,#2a304700 50%)}.toast-element.--color-brand .toast-element__header-icon{color:#b055ff}.toast-element.--color-brand .toast-element__header-iconblank{border-color:#b055ff}.toast-element.--color-piggy{background-image:linear-gradient(90deg,#ff91953d,#2a304700 50%)}.toast-element.--color-piggy .toast-element__header-icon{color:#ff9195}.toast-element.--color-piggy .toast-element__header-iconblank{border-color:#ff9195}.toast-element.--has-image{background:var(--b372eeae);width:550px}.toast-element.--has-image .toast-element__box{padding-left:162px}@media only screen and (width<=900px){.toast-element{gap:8px;width:358px;padding:12px}.toast-element__aside{min-height:48px}.toast-element__aside-image{width:48px;height:48px}.toast-element__aside-image_small{width:32px;height:32px}.toast-element__header{min-height:24px}.toast-element__header-title{letter-spacing:.01px;font-size:14px;font-weight:500;line-height:20px}.toast-element__header-icon{width:16px;height:16px}.toast-element__content-text{letter-spacing:.02px;font-size:12px;font-weight:500;line-height:16px}.toast-element:has(.toast-element__aside){width:358px}.toast-element.--has-image{background:var(--b372eeae);width:467px}.toast-element.--has-image .toast-element__box{padding-left:134px}}@media only screen and (width<=480px){.toast-element{width:100%}}.toast-group-animation-enter-active,.toast-group-animation-leave-active,.toast-group-animation-move{transition:opacity .3s,transform .3s}.toast-group-animation-enter-from,.toast-group-animation-leave-to{opacity:0;transform:translateY(100%)}.toast-group-animation-leave-active{position:absolute}@media only screen and (width<=900px){body:has(.popup_box) .toast-group{bottom:16px!important}}.toast-group{pointer-events:none;z-index:102;flex-direction:column;justify-content:flex-end;width:450px;max-width:calc(100% - 32px);height:calc(100svh - 172px);transition:bottom .3s;display:flex;position:fixed;bottom:16px;right:16px}@media only screen and (width<=900px){.toast-group{width:100%;bottom:4px!important}}.toast-group__element{pointer-events:auto;will-change:transform,opacity;align-self:flex-end;width:max-content;max-width:calc(100vw - 32px)}@media only screen and (width<=480px){.toast-group__element{width:100%}}
