/* v18.10.4 SpaMaster 360 notifications and money inputs */
.sc-toast-center{
    position:fixed;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) scale(.96);
    z-index:20000;
    min-width:320px;
    max-width:min(520px,92vw);
    background:#fff;
    border:1px solid var(--sc-border,#e6eaf2);
    border-radius:24px;
    box-shadow:0 30px 90px rgba(15,23,42,.25);
    padding:20px;
    display:none;
    opacity:0;
    transition:opacity .18s ease, transform .18s ease;
}
.sc-toast-center.open{
    display:block;
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
}
.sc-toast-content{
    display:grid;
    grid-template-columns:48px 1fr;
    gap:14px;
    align-items:start;
}
.sc-toast-icon{
    width:48px;
    height:48px;
    border-radius:16px;
    display:grid;
    place-items:center;
    background:#dcfce7;
    color:#166534;
    font-size:24px;
    font-weight:900;
}
.sc-toast-center.error .sc-toast-icon{background:#fee2e2;color:#991b1b}
.sc-toast-center.warning .sc-toast-icon{background:#fef3c7;color:#92400e}
.sc-toast-center.info .sc-toast-icon{background:#dbeafe;color:#1d4ed8}
.sc-toast-title{
    font-weight:900;
    font-size:18px;
    color:var(--sc-text,#111827);
    margin-bottom:4px;
}
.sc-toast-message{
    color:var(--sc-muted,#64748b);
    line-height:1.4;
}
.sc-toast-progress{
    height:4px;
    background:#eef2ff;
    border-radius:999px;
    overflow:hidden;
    margin-top:14px;
}
.sc-toast-progress span{
    display:block;
    height:100%;
    width:100%;
    background:#6C4CF1;
    animation:scToastProgress 2.6s linear forwards;
}
@keyframes scToastProgress{from{width:100%}to{width:0}}
.money-cop{
    font-variant-numeric:tabular-nums;
}
.pos-filter-field.pos-spa-hidden{
    display:none!important;
}
