﻿.swal-popup {
    padding: 0;
    font-family: "Roboto";
}

.swal-popup .attention-icon {
    content: url(/img/icons/util/attention.svg)
}

    .swal-popup .swal2-html-container {
        padding: 0;
    }

        .swal-popup .swal2-html-container .header {
            display: inline-flex;
            width: 100%;
            text-align: left;
            gap: 0.375rem;
            color: #212529;
            padding: 1rem;
            font-size: 1.25rem;
            border-bottom: 1px solid #dee2e6;
            font-weight: 500;
        }

        .swal-popup .swal2-html-container .body {
            border-bottom: 1px solid #dee2e6;
            padding: 1rem;
            text-align: left;
            font-size: 1rem;
            color: #3A445E;
        }

            .swal-popup .swal2-html-container .body .changed-tabs {
                max-height: 5lh;
                overflow-y: auto;
            }

    .swal-popup .swal-actions {
        padding: 0.75rem;
        margin: 0;
        justify-content: flex-end;
    }

    .swal-popup .swal-cancel, .swal-popup swal-confirm {
        margin: 0.25rem;
    }