﻿/*
    Override SweetAlert2
*/
.swal2-container {
    z-index: 3000 !important;
}

.swal2-popup {
    width: 48em !important;
}

.swal2-toast {
    width: unset !important;
}

.swal2-title {
    font-size: 1.3em !important;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-deny, .swal2-styled.swal2-cancel {
    font-size: 1.1em !important;
}

.swal2-content {
    font-size: 1.2em !important;
}

.swal2-styled.swal2-confirm {
    background-color: #00ae41 !important;
}
