/*================================================
Yoga Schedule Area Style
=================================================*/
.yoga-schedule-area .yoga-default-btn {
  float: right;
}

.yoga-doctor-vaccination-table {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}

.yoga-doctor-vaccination-table table {
  margin-bottom: 0;
}

.yoga-doctor-vaccination-table .table>:not(:last-child)>:last-child>* {
    border-bottom: none;
}

.yoga-doctor-vaccination-table table thead tr th {
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  padding: 30px 10px;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  background-color: #fcce39;
  color: var(--blackColor);
}

.yoga-doctor-vaccination-table table thead tr th:first-child {
  border-left: none;
}

.yoga-doctor-vaccination-table table thead tr th.color-none {
  background-color: transparent;
}

.yoga-doctor-vaccination-table table tbody tr td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  white-space: nowrap;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.yoga-doctor-vaccination-table table tbody tr td:first-child {
  border-left: none;
}

.yoga-doctor-vaccination-table table tbody tr td:last-child {
  border-right: none;
}

.yoga-doctor-vaccination-table table tbody tr td h3 {
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 600;
}

.yoga-doctor-vaccination-table table tbody tr td span {
  display: block;
  color: var(--bodyColor);
  font-size: 14.5px;
  margin-top: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.yoga-doctor-vaccination-table table tbody tr td span.time {
  display: inline-block;
  background-color: var(--whiteColor);
  color: var(--mainColor);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 500;
  font-size: 16px;
}

.yoga-doctor-vaccination-table table tbody tr td:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.yoga-doctor-vaccination-table table tbody tr td:hover h3 {
  color: var(--whiteColor);
}

.yoga-doctor-vaccination-table table tbody tr td:hover span {
  color: var(--whiteColor);
}

.yoga-doctor-vaccination-table table tbody tr td:hover span.time {
  background-color: var(--whiteColor);
  color: var(--whiteColor);
}

.yoga-doctor-vaccination-table table tbody tr td.tb-color {
  background-color: #fcce39;
}

.yoga-doctor-vaccination-table table tbody tr td.tb-color span {
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 700;
}

.yoga-doctor-vaccination-table table tbody tr:last-child td {
  border-bottom: none;
}