.drog-list[data-v-6fe7f2b7] {
  min-height: 300px;
  background-color: #fafafa;
  padding: 5px;
  border-radius: 5px;
  height: 100%;
}
.drog-list .d-item[data-v-6fe7f2b7] {
    border-radius: 5px;
    text-align: center;
    padding: 3px 10px;
    margin-bottom: 5px;
    background-color: #dcebff;
}
.d-row[data-v-6fe7f2b7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
}
.d-row[data-v-6fe7f2b7]:last-child {
    border-bottom: none;
}
.d-row[data-v-6fe7f2b7]:nth-child(even) {
    background-color: #f1f1f1;
}
.d-row.header[data-v-6fe7f2b7] {
    background-color: #f1f1f1;
}
.d-row div[data-v-6fe7f2b7] {
    padding: 5px;
}
.d-row div[data-v-6fe7f2b7]:first-child {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.d-row div[data-v-6fe7f2b7]:nth-child(2), .d-row div[data-v-6fe7f2b7]:nth-child(3), .d-row div[data-v-6fe7f2b7]:nth-child(4) {
      width: 120px;
      text-align: center;
}

