.nok-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 10px;
  overflow: hidden;
}
.nok-table th {
  padding: 12px 16px;
  font-weight: 600;
  text-align: left;
  color: black;
}
.nok-table td {
  padding: 12px 16px;
  vertical-align: top;
  color: black;
}
.nok-table tr.gray td {
  background: #e3e1e1;
}
.nok-table tr:nth-child(even):not(.gray) td {
  background: #b0c9fc;
}

.nok-table {
  color: #000 !important;
}
.nok-table * {
  color: #000 !important;
  opacity: 1 !important;
}

table.nok-table,
table.nok-table * {
  color: #000 !important;
  opacity: 1 !important;
}

/* Toolbar */
.qual-toolbar {
  gap: 16px;
}

/* Search */
.qual-search {
  width: min(520px, 100%);
}

.qual-search__inner {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 10px;
}

.qual-search__icon {
  font-size: 18px;
  opacity: 0.65;
  margin: 0 10px 0 8px;
}

.qual-search__input {
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 15px;
  padding: 10px 10px;
  background: transparent;
}

.qual-search__input::placeholder {
  opacity: 0.6;
}

.qual-search__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: rgba(15, 23, 42, 0.6);
  text-decoration: none;
  transition: 0.15s ease;
}

.qual-search__clear:hover {
  background: rgba(15, 23, 42, 0.06);
  color: rgba(15, 23, 42, 0.9);
}

.qual-search__btn {
  border: 0;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: 0.15s ease;
  white-space: nowrap;
  background: #af4100;
}

.qual-search__btn:hover {
  filter: brightness(0.95);
}

.qual-search__btn:active {
  transform: translateY(1px);
}

/* Mobile */
@media (max-width: 576px) {
  .qual-search__inner {
    padding: 8px;
  }
  .qual-search__btn {
    padding: 10px 14px;
  }
}/*# sourceMappingURL=style.css.map */