.cell-style {
  display: flex;
  height: 40px;
  line-height: 40px;
}

.cell-input-style {
  width: 60px;
}

.cell-btn-style {
  width: 45%;
}

.cell-log-style {
  margin-left: auto;
}

.table-disposer {
  border-collapse: collapse !important;
}

.table-disposer tbody tr {
  border-bottom: 1px solid #eaeaea;
}


.btn-outline-gray-gray:disabled {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #888888;
}

.table-status-list tbody .cell:not(.cell-select) {
  padding: 0 10px;
}

.custom-select2 {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*padding: 0 2.3rem 0 1rem;*/
  font-weight: 400;
  color: #111111;
  border: 1px solid #dddddd;
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
.custom-select2:disabled {
  background: #eaeaea;
  border: 1px solid #dddddd;
  color: #888888;
}

.vehicle-count2 {
  flex: 1 0 auto;
  font-size: 20px;
  font-weight: 400;
}
.vehicle-count2.all em {
  color: #111111;
  margin-left: 5px;
  font-size: 25px;
  font-weight: 700;
}
.vehicle-count2.operate em {
  color: #2647ff;
  margin-left: 5px;
  font-size: 25px;
  font-weight: 700;
}
.vehicle-count2.error em {
  color: #ed3232;
  margin-left: 5px;
  font-size: 25px;
  font-weight: 700;
}

.list-btns .title-area .control {
  display: flex;
  align-items: center;
  margin-left: auto;
  column-gap: 8px;
}
