﻿/* 避免跳出 sweetalert2 視窗時 footer 跳上來 */
body.swal2-height-auto {
    height: inherit !important;
}

/*.swal2-confirm {
    margin-right: 50px;
}*/

.swal2-actions {
    justify-content: center;
}
