/* SweetAlert Custom - 로그인 페이지용 (서브 페이지는 ew-app.css 참조) */
.swal2-container.swal2-center > .swal2-popup {
    padding: 1.75rem 1rem 1.5rem !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    max-width: 340px !important;
}
.swal2-container button.swal2-styled {
    border: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    padding: 0.4375rem 1.75rem !important;
    margin: 0 0.234375rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
    cursor: pointer !important;
}
.swal2-container button.swal2-styled:focus { box-shadow: none !important; }
.swal2-container button.swal2-confirm { background-color: #007aff !important; color: #fff !important; }
.swal2-container button.swal2-confirm:not([disabled]):hover { background-color: #005cbf !important; }
.swal2-container button.swal2-confirm:active { background-color: #005cbf !important; }
.swal2-container .swal2-html-container { font-size: 1.1rem !important; white-space: pre !important; line-height: 1.5 !important; }
.swal2-container .swal2-actions { padding: 0 0 0.9375rem 0 !important; }
.swal2-container .swal2-title { font-size: 1.25rem !important; font-weight: 700 !important; line-height: 1.4 !important; }
.swal2-container .swal2-icon { margin: 0.5em auto 0 !important; width: 50px !important; height: 50px !important; }
.swal2-container *:has(+ .swal2-html-container:empty) { font-size: 0.9rem !important; line-height: 1.5 !important; }

body table.dataTable.table-blue-selected tbody tr.selected td {
    color: #fff !important;
}

body table.dataTable.table-blue-selected tbody tr.selected td .text-blue,
body table.dataTable.table-blue-selected tbody tr.selected td .text-red,
body table.dataTable.table-blue-selected tbody tr.selected td .text-green-800,
body table.dataTable.table-blue-selected tbody tr.selected td .text-dark {
    color: #fff !important;
}

table.dataTable.table-glay-hover > tbody > tr > * {
    background-color: revert !important;
}
