* {
    /* font-family: "Poppins", sans-serif !important; */
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 12pt;
}

.dt-search input, .dt-search label {
    font-size: 10pt;
}

.dt-search label {
    margin-right: 8pt;
}

.dt-empty {
    text-align: center;
    opacity: 50%;
    padding: 12pt;
}

.dt-info {
    font-size: 10pt;
}

.dt-length select, .dt-length label {
    font-size: 10pt;
}

.dt-length label {
    margin-left: 4pt;
}

.select2.select2-container {
    width: 100% !important;
}

table th, table td {
    white-space: normal;
    word-wrap: break-word;
}
table.dataTable td:last-child, table.dataTable th:last-child {
    white-space: nowrap;
}
