.student-tab .box .inner.card {
  padding: 15px;
  padding-left: 60px;
  padding-bottom: 32px;
  position: relative;
}

.student-tab .box .inner.card h5 {
  font-size: 15px;
  text-transform: capitalize;
}

.student-tab .box .inner.card {
  background: #f1f1f1 !important;
}

.student-tab .box .inner.card p {
  font-size: 13px;
  margin: 0 0 2px;
}

.student-tab .box .inner.card span {
  font-size: 13px;
  margin: 3px 0 0;
}

.student-tab .box .inner.card button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  text-transform: capitalize;
  border: none;
  background: #0f52ba;
  height: 32px;
  font-weight: 600;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0 15px;
}

.student-tab .box .inner.card img.edit {
  position: absolute;
  width: 18px;
  left: 15px;
  z-index: 1;
}

.student-tab .box .inner.card .edit {
  position: absolute;
  width: 18px;
  left: 15px;
  z-index: 1;
}

.student-tab .box .inner.card span img {
  width: 24px;
  margin-right: 5px;
}

.student-tab {
  border-right: 3px solid #ededed;
}

.application-current-status h5 {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.application-current-status ul {
  margin: 15px 0 0;
  list-style: none;
  padding: 0;
}

.application-current-status ul li {
  margin: 0 0 8px;
  font-size: 13px;
  text-transform: capitalize;
  border: 2px solid #ededed;
  padding: 8px 15px;
  padding-right: 40px;
  position: relative;
  transition: all 0.2s ease;
}

.application-current-status ul li img {
  position: absolute;
  right: 15px;
  width: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.application-current-status ul li:last-child {
  margin: 0;
}

.application-current-status ul li:hover {
  background: #0f52ba;
  color: #fff;
  border-color: #0f52ba;
}

.jcsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .highlighted {
  background-color: #dbf1fc;
  font-weight: bold;
} */
.highlighted {
  background-color: #3e6ab4 !important;
  color: white !important;
}

/* .radio-check-box .show-date span {
  opacity: 1 !important;
}
.radio-check-box input[type="checkbox"]:checked + label .show-date {
  opacity: 1;
} */

.radio-check-box input[type="checkbox"]:checked + label .show-date span {
  opacity: 1 !important;
}

.trainingBox {
  text-align: center;
  margin-top: 50px;

.textBox {
  margin-top: 20px;

h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-family: ui-monospace;
  font-size: 30px;
  margin-bottom: 3%;
}

&
.normal {

h3 {
  text-transform: capitalize;
}

}

.confirmLink {
  font-size: 17px;
  background-color: #0f52ba;
  color: white;
  padding: 6px 30px;
  text-transform: capitalize;
  border-radius: 5px;
}

}
}
