.swal2-popup.wms-swal-modal {
    font-family: "DM Sans", sans-serif;
    border-radius: 12px;
    padding: 1.5rem 1.25rem 1.25rem;
    color: #464646;
}

.wms-swal-modal__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #464646;
}

.wms-swal-modal__text {
    font-size: 0.9rem;
    color: #5f5f5f;
    white-space: pre-line;
    line-height: 1.5;
}

.wms-swal-modal__actions {
    gap: 0.5rem;
    margin-top: 1rem;
}

.wms-swal-modal__actions .btn {
    min-width: 88px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 0.45rem 1rem;
}

.wms-swal-modal__actions .btn-primary {
    background: radial-gradient(336.45% 231.51% at 52.9% 171.25%, #5558A6 44.63%, #898CE4 100%);
    border: none;
    color: #fff;
}

.wms-swal-modal__actions .btn-primary:hover,
.wms-swal-modal__actions .btn-primary:focus {
    filter: brightness(1.08);
    color: #fff;
}

.wms-swal-modal__actions .btn-default {
    background: #f7f8f9;
    border: 1px solid #d9d9d9;
    color: #464646;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: none;
    filter: none;
}

.wms-swal-modal__actions .btn-default:hover,
.wms-swal-modal__actions .btn-default:focus {
    background: #f1f2f4;
    border-color: #cfcfcf;
    color: #464646;
    box-shadow: none;
    filter: none;
}

.wms-swal-modal__actions .btn-default:active {
    background: #ebecef;
    border-color: #cfcfcf;
    color: #464646;
}

.swal2-popup.wms-swal-toast {
    font-family: "DM Sans", sans-serif;
    border-radius: 10px;
    box-shadow: none !important;
    background: #ffffff !important;
    border: 1px solid rgba(85, 88, 166, 0.12);
    align-items: flex-start;
}

.wms-swal-toast__title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #464646;
    margin-bottom: 0.15rem;
}

.wms-swal-toast__message {
    font-size: 0.78rem;
    color: #5f5f5f;
    line-height: 1.35;
}

.wms-swal-toast--success {
    border-left: 4px solid #28a745;
}

.wms-swal-toast--error {
    border-left: 4px solid #dc3545;
}

.wms-swal-toast--warning {
    border-left: 4px solid #f0ad4e;
}

.wms-swal-toast--info {
    border-left: 4px solid #5558A6;
}

.wms-swal-toast__icon.swal2-icon {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0 0.65rem 0 0;
    border-width: 2px;
}

.wms-swal-toast__icon.swal2-success {
    border-color: #28a745;
    color: #28a745;
}

.wms-swal-toast__icon.swal2-error {
    border-color: #dc3545;
    color: #dc3545;
}

.wms-swal-toast__icon.swal2-warning {
    border-color: #f0ad4e;
    color: #f0ad4e;
}

.wms-swal-toast__icon.swal2-info {
    border-color: #5558A6;
    color: #5558A6;
}

.wms-swal-toast__close.swal2-close {
    color: #5558A6;
    font-size: 1.35rem;
    box-shadow: none !important;
}

.wms-swal-toast__close.swal2-close:hover {
    color: #898CE4;
}

.swal2-container.swal2-top-end .swal2-popup.wms-swal-toast,
.swal2-container .swal2-popup.wms-swal-toast {
    box-shadow: none !important;
}

.swal2-timer-progress-bar {
    background: linear-gradient(90deg, #5558A6 0%, #898CE4 100%);
}
