.gm-toasts{position:fixed;z-index:100000;display:flex;overflow-y:auto;scrollbar-width:none;pointer-events:none;flex-direction:column;gap:.6rem;width:min(420px,100vw - 2rem);max-height:calc(100vh - 2rem);top:1rem;right:1rem}[dir=rtl] .gm-toasts{left:1rem;right:auto}.gm-toast{--gm-tone-rgb:var(--bs-info-rgb);--gm-tone-ink:var(--bs-info-text-emphasis);--gm-toast-glass:rgba(var(--bs-body-bg-rgb),.55);--gm-toast-sheen:.32;position:relative;isolation:isolate;display:flex;overflow:hidden;border:1px solid rgba(var(--gm-tone-rgb),.35);background:linear-gradient(135deg,rgba(var(--gm-tone-rgb),.3),rgba(var(--gm-tone-rgb),.12)),var(--gm-toast-glass);box-shadow:inset 0 1px 0 #ffffff73,inset 0 -1px 0 #ffffff1a,0 .5rem 1rem -.5rem #00000040,0 1.5rem 3rem -1.25rem rgba(var(--gm-tone-rgb),.45);-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);color:var(--bs-body-color);overflow-wrap:anywhere;pointer-events:auto;animation:.45s cubic-bezier(.34,1.56,.64,1) gm-toast-in;border-radius:18px;flex-shrink:0;align-items: flex-start;gap:.7rem;padding:.9rem .9rem 1rem .95rem;font-size:.9rem;line-height:1.45}.gm-toast:before{content:"";position:absolute;z-index:-1;border-radius:inherit;background:linear-gradient(165deg,rgba(255,255,255,var(--gm-toast-sheen)),#ffffff0a 45%,transparent 65%);pointer-events:none;inset:0}[data-bs-theme=dark] .gm-toast{--gm-toast-sheen:.12}@supports  not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.gm-toast{--gm-toast-glass:rgba(var(--bs-body-bg-rgb),.94)}}.gm-toast--success{--gm-tone-rgb:var(--bs-success-rgb);--gm-tone-ink:var(--bs-success-text-emphasis)}.gm-toast--danger{--gm-tone-rgb:var(--bs-danger-rgb);--gm-tone-ink:var(--bs-danger-text-emphasis)}.gm-toast--warning{--gm-tone-rgb:var(--bs-warning-rgb);--gm-tone-ink:var(--bs-warning-text-emphasis)}.gm-toast--tap{cursor:pointer}.gm-toast-icon{color:rgb(var(--gm-tone-rgb));flex-shrink:0;margin-top:.05rem;font-size:1.25rem;line-height:1}[data-bs-theme=dark] .gm-toast-icon{color:var(--gm-tone-ink)}.gm-toast-body{flex:auto;min-width:0}.gm-toast-title{color:var(--bs-emphasis-color);font-weight:700}.gm-toast-title+.gm-toast-text{margin-top:.15rem}.gm-toast-text.is-clamped{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;-webkit-box-orient:vertical}.gm-toast-more{display:inline-flex;color:var(--bs-emphasis-color);opacity:.8;background:0 0;border:0;align-items: center;gap:.35rem;margin-top:.35rem;padding:0;font-size:.8rem;font-weight:600}.gm-toast-more:hover{opacity:1;text-decoration:underline}.gm-toast-more:focus-visible{opacity:1;text-decoration:underline}.gm-toast-more>i{font-size:.65rem}.gm-toast .btn-close{flex-shrink:0;align-self: flex-start;font-size:.7rem}.gm-toast-progress{position:absolute;left:0;right:0;background:rgb(var(--gm-tone-rgb));opacity:.85;transform-origin:left;animation:linear forwards gm-toast-time;height:3px;bottom:0}[dir=rtl] .gm-toast-progress{transform-origin:right}.gm-toast:hover .gm-toast-progress{animation-play-state:paused}.gm-toast.is-leaving{animation:.18s forwards gm-toast-out}@keyframes gm-toast-in{0%{opacity:0;transform:translateY(-.75rem)scale(.92)}}@keyframes gm-toast-out{to{opacity:0;transform:scale(.92)}}@keyframes gm-toast-time{to{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){.gm-toast,.gm-toast.is-leaving{animation:none}}
