
.custom-error .v-input__slot {
  border: 1px solid red;
}
.custom-driver-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.custom-driver-table {
  border-collapse: collapse;
  width: 100%;
}
.custom-driver-table th,
.custom-driver-table td {
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
}
.custom-driver-table th {
  background-color: #3f51b5 !important;
  color: #fff;
}
.checkmark-icon,
.cross-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
.checkmark-icon {
  background-color: #4caf50;
  color: #fff;
}
.cross-icon {
  background-color: #f44336;
  color: #fff;
}
.area_div_block {
  background: #f1f2a3;
  padding: 15px 0;
  margin: 15px 0 0 15px;
  cursor: pointer;
}
.area_div_block:hover {
  background: #fbff00;
  color: #000;
  font-weight: bold;
}

