@import "root.css";

.ndkaq-list {
  margin-bottom: 2rem;
}
.ndkaq-quote-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--ndkaq-border-color);
  position: relative;
  padding: 1rem 0;
}

.ndkaq-quote-row .name-cell,
.ndkaq-quote-row .desc-cell {
  min-width: 10rem;
  width: 10rem;
}

.status-cell span {
  color: #fff;
  padding: 0.5rem;
  text-align: center;
}

.quotation-filters .item-cell label {
  width: 100%;
  text-align: left;
  font-weight: bold;
}

.current-active {
  border: 1px solid var(--ndkaq-valid-color);
}
