.table-data th, .table-data td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.table-data tr th {
    font-weight: bold;
}

[data-input-type="file"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[data-input-type="file"] input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.alert {
    margin-bottom: 0px;
}

.star-selected {
    color: #ffc107 !important;
}