﻿body.swal2-height-auto {
    height: inherit !important;
}

.swal2-popup {
    box-shadow: 1px 1px 10px #0006 !important;
}

.swal2-confirm {
    background-color: #73a568 !important;
    font-weight: 600 !important;
    color: #f8f8f8 !important;
}

.swal2-deny {
    background-color: #e59523 !important;
    font-weight: 600 !important;
    color: #f8f8f8 !important;
    text-shadow: 0 0 2px #0008;
}

.swal2-cancel {
    background-color: #e59523 !important;
    font-weight: 600 !important;
    color: #f8f8f8 !important;
    text-shadow: 0 0 2px #0008;
}

    .swal2-confirm:focus-visible, .swal2-confirm:visited, 
    .swal2-deny:focus-visible, .swal2-deny:visited, 
    .swal2-cancel:focus-visible, .swal2-cancel:visited {
        box-shadow: none !important;
        text-decoration: none !important;
    }

.swal2-title {
    font-family: "Barlow", bold !important;
}

.swal2-html-container, .swal2-actions button {
    font-family: "Montserrat", regular !important;
}