html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
table.dataTable {
    width: 100% !important;
    table-layout: auto !important;
}
.form-floating, .form-group {
    margin: .5em 0;
}

.break-lines {
    white-space: pre-wrap; /* Preserve spaces and breaks lines */
    overflow-wrap: break-word; /* Break long words if necessary */
    word-break: break-word; /* Break long words if necessary */
}
