.default-logo {
    max-width: 100px;
}

.small-logo {
    max-width: 40px;
}

.text-error {
    color: #ff3838;
}

#data-table th:nth-child(2), 
#data-table td:nth-child(2),
#data-table th:nth-child(3), 
#data-table td:nth-child(3) {
    white-space: nowrap;  /* Prevents wrapping */
}