/* DataTables */
.dt-info {
    float: left;
}

.dt-search, .dt-paging {
    float: right;
}

.dt-buttons, .dt-search {
    margin-bottom: 1.0rem !important;
}

.dt-info, .dt-paging {
    margin-top: 1.0rem !important;
}

/* Sweetalert */
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.4rem !important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 0.95rem !important;
}

div:where(.swal2-container) button {
    padding: 0.5rem 1.0rem !important;
    font-size: 0.9rem !important;
}

div:where(.swal2-icon) {
    width: 3em !important;
    height: 3em !important;
}
div:where(.swal2-icon) .swal2-icon-content {
    font-size: 2.5em !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #0168fa !important;
}
