.input-group-text {
    padding: 1rem .75rem;
    margin-top: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-control {
    border-radius: 4px !important;
}
td {
    white-space: pre-wrap; /* Preserve spaces and allow wrapping at spaces */
    word-wrap: break-word; /* Allows words to wrap to the next line */
}
