.auth-client {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* margin-top: 5px; */
}
.auth-client .sub-menu {
  position: absolute;
  z-index: 99;
}

.auth-client span {
  color: #000;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.auth-client ul {
  background: #fff;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  box-shadow: 0.4px 0.4px 10px #0001;
}
.auth-client li {
  margin-bottom: 10px;
  padding: 5px 20px;
  border-bottom: 1px dashed #eee;
}
.auth-client .sub-menu li a {
  color: #034c9b;
  opacity: 0.9;
  font-size: 1rem;
}
.auth-client .sub-menu li:hover {
  background: #fafafa;
  border-radius: 3px;
}
.auth-client .sub-menu li a:hover {
  opacity: 1;
}
.auth-client .sub-menu li {
  margin-bottom: 0px;
}

.auth-client li a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}
.auth-client span a {
  color: #fff;
  margin-right: 15px;
  font-size: 1rem;
}
.auth-client li i {
  padding: 0 3px;
}

.auth-client li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.auth-client .menu-item:hover .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
}

.client-redirect {
  padding: 0 15px;
  font-size: 1.3rem;
}
.client-redirect .icon {
  height: 22px;
  width: 22px;
}
.client-redirect img {
  width: 100%;
}

/* het han */
.sold {
  display: block;
  text-transform: uppercase;
  color: #f44336;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 0 0;
}

/* // */
.box--course .box__image {
  background: #fafafa;
  overflow: hidden;
  display: inline-block;
}

.box--course .teacher {
  display: flex;
  min-height: 32px;
  font-size: 1rem;
  font-weight: 300;
  gap: 5px;
    align-items: center;
    border-right: 1px solid #f1f1f1;
    min-width: 130px;
}
.box--course .teacher .teacher__image {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  overflow: hidden;
}
.box--course .teacher .teacher__name span {
  margin-bottom: 0;
    letter-spacing: 0.3px;
    font-size: 1.1rem;
    font-weight: 400;
}

.box--course .teacher .teacher__name p {
  margin-bottom: 0;
    font-weight: 700;
    font-size: 0.9rem;
}
.box--course .meta {
  padding-bottom: 0;
}
.box--course .meta .time {
  min-width: 130px;
}
.box--course .meta .time span{
  font-weight: 400;
  font-size: 0.95rem;
  display: block;
}
.box--course .meta .time span.sold{
  font-weight: 700;
  font-size: 0.95rem;
  display: block;
  padding-top: 2px;
}

/* paginate */
.next-paginate {
  border: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  color: #5f5f5f;
  border-radius: 3px;
  cursor: pointer;
}
.next-paginate i {
  font-size: 11px;
  position: relative;
  top: -2px;
}
.nav--paginate,
.myth--paginate {
  display: flex !important;
}

.myth--paginate li {
  color: #4a4a4a;
}

/* manager teacher  */
.manager-course-item {
  gap: 10px;
  display: flex;
  justify-content: space-between;
}

.student-detail {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 20px;
  align-items: center;
}
.bio-title {
  font-size: 1.8rem;
  color: #9b9b9b;
}
 .student-score{
  padding: 1em 1.5em;
  border: 1px solid #f1f1f1;
}
.student-detail__info span {
  color: #4a4a4a !important;
  font-size: 1.1rem !important;
  padding: 0 5px;
  font-weight: 500;
  line-height: 1rem;
}
.student-detail__review button {
  border: none;
  font-size: 1rem;
  padding: 0;
  background-color: transparent;
  transition: 0.3s;
}
.student-detail__review button:hover {
  color: #054c9b !important;
}
.student-detail__review:hover svg {
  fill: #054c9b !important;
}
.student-detail__info {
  display: flex;
  margin-right: 25px;
  gap: 30px;
}
.student-detail__info .auth {
  min-width: 250px;
  font-weight: 700;
}
.student-detail__info svg {
  width: 20px;
  height: 20px;
}

.lock-scroll {
  height: 100vh;
  overflow: hidden;
}

.form-button {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 10px;
}
.form-button button {
  border: none;
  background-color: #034c9b;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}
.review-student {
  list-style: none;
  padding-inline-start: 0px !important;
  width: 100%;
}
.review-student li {
  width: 100%;
}
.review-student__title {
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: 400;
}
.review-student__content {
  width: 100%;
  padding: 10px;
  background: #f1f1f1;
  display: inline-block;
  border-radius: 5px;
  max-height: 300px;
  overflow-x: auto;
}

@media (max-width: 769px) {
  .d-none {
    display: none !important;
  }
}

.score-student {
  display: flex;
  list-style: none;
  border: 1px solid #f1f1f1;
    margin-bottom: 1em;
}
.score-student li {
  border-right: 1px solid #f1f1f1;
  text-align: center;
}
.box__name p {
  font-size: 1rem !important;
  
}
