﻿.swal2-container.eneluke-alert-container {
    z-index: 1201;
}

    .swal2-container.eneluke-alert-container .swal2-popup {
        padding: 0;
        border-radius: 20px;
    }

        .swal2-container.eneluke-alert-container .swal2-popup .btn {
            color: #003686;
            font-size: 15px;
            font-weight: bold;
            height: 35px;
            line-height: 0;
            padding: 0 25px;
            background-color: #FFF;
            border: 4px solid #d7d6d6;
            border-radius: 25px;
        }

        .swal2-container.eneluke-alert-container .swal2-popup .header {
            width: 100%;
            height: 45px;
            background-color: #f9f9f9;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            justify-content: center;
            align-items: center;
            border-radius: 20px 20px 0 0;
        }

            .swal2-container.eneluke-alert-container .swal2-popup .header .left {
                justify-self: start;
                margin: 0 0 0 5px;
            }

            .swal2-container.eneluke-alert-container .swal2-popup .header .right {
                justify-self: end;
                margin: 0 5px 0;
            }

        .swal2-container.eneluke-alert-container .swal2-popup .title {
            color: #003686;
            font-size: 20px;
            font-weight: bold;
            min-height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swal2-container.eneluke-alert-container .swal2-popup .footer {
            width: 100%;
            height: 45px;
            background-color: #f9f9f9;
            display: flex;
            justify-content: center;
            align-items: center;
            column-gap: 15px;
            border-radius: 0 0 20px 20px;
        }