.bold {
  font-weight: bold;
  padding: 0 10px;
}
table,tbody {
  width: 100%;
  background: #ffffff;

}
button.train-add {
  border: unset;
    width: auto;
    height: 30px;
    border-radius: 30px;
    background: #00BFA6;
    color: #fff;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.train-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 0;
}
.train-cell .sub {
  font-size: 12px;
}
.checkwrapper {
  display: flex;
  padding: 0 10px;
}
.checkwrapper > span {
  padding-right: 5px;
  padding-top: 10px;
}
.row-gap {
  background-color: #f9f8fe;
  line-height: 4px;
}
.row-border {
  border: 1px solid #c2c2c2;
}
th, td {
  padding-left: 10px;
  padding: 3px 10px;
}
.search-result {
  padding: 10px 0;
}
.all-wrapper {
  display: flex;
}
.train-add {
  height: 40px !important;
}