/* _content/BancaWeb.UI/Components/Shared/ToastHost.razor.rz.scp.css */
.toast-host[b-fwdztljub2] {
    position: fixed !important;
    top: 24px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 2147483647 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    width: min(460px, calc(100vw - 32px)) !important;
    pointer-events: none !important;
}

.toast-item[b-fwdztljub2] {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 14px 34px -6px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
    pointer-events: auto !important;
    animation: toast-slide-down-b-fwdztljub2 280ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
    position: relative !important;
    overflow: hidden !important;
}

.toast-success[b-fwdztljub2] {
    border-left: 5px solid #153b28 !important;
}
.toast-success .toast-icon-wrap[b-fwdztljub2] {
    background: #ecfdf5 !important;
    color: #153b28 !important;
}
.toast-success .toast-title[b-fwdztljub2] {
    color: #153b28 !important;
}

.toast-error[b-fwdztljub2] {
    border-left: 5px solid #dc2626 !important;
}
.toast-error .toast-icon-wrap[b-fwdztljub2] {
    background: #fef2f2 !important;
    color: #dc2626 !important;
}
.toast-error .toast-title[b-fwdztljub2] {
    color: #991b1b !important;
}

.toast-warning[b-fwdztljub2] {
    border-left: 5px solid #d97706 !important;
}
.toast-warning .toast-icon-wrap[b-fwdztljub2] {
    background: #fffbeb !important;
    color: #d97706 !important;
}
.toast-warning .toast-title[b-fwdztljub2] {
    color: #92400e !important;
}

.toast-info[b-fwdztljub2] {
    border-left: 5px solid #2563eb !important;
}
.toast-info .toast-icon-wrap[b-fwdztljub2] {
    background: #eff6ff !important;
    color: #2563eb !important;
}
.toast-info .toast-title[b-fwdztljub2] {
    color: #1e40af !important;
}

.toast-icon-wrap[b-fwdztljub2] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
}

.toast-icon[b-fwdztljub2] {
    width: 20px !important;
    height: 20px !important;
}

.toast-body[b-fwdztljub2] {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
}

.toast-title[b-fwdztljub2] {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.toast-message[b-fwdztljub2] {
    margin: 0 !important;
    color: #334155 !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    word-break: break-word !important;
}

.toast-close[b-fwdztljub2] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: #64748b !important;
    cursor: pointer !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
    flex-shrink: 0 !important;
}

.toast-close:hover[b-fwdztljub2] {
    background: #f1f5f9 !important;
    color: #0f172a !important;
}

@keyframes toast-slide-down-b-fwdztljub2 {
    from {
        opacity: 0;
        transform: translateY(-16px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* _content/BancaWeb.UI/Shared/Components/ProcessingModal.razor.rz.scp.css */
.processing-modal-overlay[b-2xj6lqe2qq] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 2147483647 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.processing-modal-card[b-2xj6lqe2qq] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    margin: auto !important;
    width: min(400px, calc(100vw - 48px)) !important;
    min-height: 140px !important;
    padding: 28px 32px !important;
    gap: 14px !important;
    border: 1px solid #D5DBDB !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 36px rgba(15, 20, 26, 0.16) !important;
    overflow: hidden !important;
    text-align: center !important;
    animation: processing-card-pop-b-2xj6lqe2qq 280ms cubic-bezier(.16, 1, .3, 1) both !important;
}

.processing-modal-visual[b-2xj6lqe2qq] {
    display: grid;
    min-height: 64px;
    place-items: center;
}

.processing-modal-spinner[b-2xj6lqe2qq] {
    position: relative;
    width: 64px;
    height: 64px;
    animation: processing-modal-spin-b-2xj6lqe2qq 1.05s linear infinite;
}

.processing-modal-orbit[b-2xj6lqe2qq] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent 0deg 24deg, var(--processing-modal-color) 24deg 78deg, transparent 78deg 184deg, var(--processing-modal-color) 184deg 238deg, transparent 238deg 360deg);
    mask: radial-gradient(farthest-side, transparent calc(100% - var(--processing-modal-track) - 1px), #000 calc(100% - var(--processing-modal-track)), #000 calc(100% - 1px), transparent 100%);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--processing-modal-track) - 1px), #000 calc(100% - var(--processing-modal-track)), #000 calc(100% - 1px), transparent 100%);
}

.processing-modal-orbit-primary[b-2xj6lqe2qq] {
    --processing-modal-color: #214a7a;
    --processing-modal-track: 5px;
    inset: 3px;
    transform: rotate(16deg);
}

.processing-modal-orbit-secondary[b-2xj6lqe2qq] {
    --processing-modal-color: #00966f;
    --processing-modal-track: 5px;
    inset: 10px;
    transform: rotate(74deg);
}

.processing-modal-orbit-muted[b-2xj6lqe2qq] {
    --processing-modal-color: #dddcef;
    --processing-modal-track: 5px;
    inset: 17px;
    transform: rotate(132deg);
}

.processing-modal-card p[b-2xj6lqe2qq],
.processing-modal-message[b-2xj6lqe2qq] {
    margin: 0 !important;
    color: #1e293b !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center !important;
}

.processing-modal-success[b-2xj6lqe2qq] {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border: 3px solid #153b28;
    border-radius: 50%;
    background: #f2f8f4;
    color: #153b28;
}

.processing-modal-success svg[b-2xj6lqe2qq] {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #153b28;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: processing-success-pop-b-2xj6lqe2qq 360ms cubic-bezier(.16, 1, .3, 1) both;
}

.processing-modal-success + p[b-2xj6lqe2qq] {
    color: #153b28 !important;
    font-weight: 700 !important;
}

@keyframes processing-modal-spin-b-2xj6lqe2qq {
    to {
        transform: rotate(360deg);
    }
}

@keyframes processing-card-pop-b-2xj6lqe2qq {
    from {
        opacity: 0;
        transform: scale(.94) translateY(8px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes processing-success-pop-b-2xj6lqe2qq {
    from {
        opacity: 0;
        transform: scale(.6) rotate(-30deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@media (max-width: 620px) {
    .processing-modal-card[b-2xj6lqe2qq] {
        width: calc(100vw - 32px) !important;
        padding: 22px !important;
    }
}
