table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.modal-label{
    width: 168px;
}

.display-flex{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.search-input{
    border: none;
    border-bottom: 1px solid gray;
    outline: none;
    margin-right: 10px;
}

.highlighted{
    background-color:#534f53 !important;
    color: white;
  }

.select-style{
    width: 100px;
}
