.success {
  background-color: #b5ffdc !important;
}

#table-data tr.success td {
  background-color: #c7f8e2 !important;
}

.error-container {
  padding: 20px;
  text-align: center;
}

.msg-error {
  margin-top: 40px;
}

thead th {
  color: #575757 !important;
  font-weight: 500 !important;
  vertical-align: middle !important;
}

.form-control, .form-select {
  min-width: 90px;
}

input.form-control:focus,
select.form-select:focus {
  border-color: #198754 !important;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

textarea.form-control:focus,
select.form-select:focus {
  border-color: #198754 !important;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.input-search {
  width: 200px;
  height: 35px;
  border: 1px solid #198754;
  border-radius: 5px;
  padding-left: 10px;
}

.input-search:focus {
  outline: none;
}
