.my-lessons {
  color: #2f3031;
  margin: 0 auto 20px;
  width: 100%;
  padding-left: 270px;
  padding-right: 20px;
  margin-top: 80px;
}

.my-lessons__tab {
  display: none;
}

.my-lessons__tab.active {
  display: table;
  width: 100%;
}

.my-lessons__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}

.my-lessons__top h1 {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 45px;
  font-weight: 500;
}

.my-lessons__top .nav {
  display: flex;
}

.my-lessons__top .nav li a {
  background: #fff;
  border-radius: 25px;
  color: #5495ff;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  margin-left: 20px;
  padding: 0 42px;
  text-align: center;
}

.my-lessons__top .nav li.active a {
  background: #5495ff;
  color: #fff;
}

.my-lessons__inner {
  background: #fff;
  padding: 20px;
  position: relative;
}

.my-lessons__inner .appLoad {
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.my-lessons__header {
  background: #f3f5f6;
  color: #858b98;
}

.my-lessons__header-column {
  padding: 13px 0px;
  white-space: nowrap;
  display: table-cell !important;
}

.my-lessons__header-column_tutor,
.my-lessons__header-column_student {
  min-width: 230px;
  text-align: center;
}

.my-lessons__header-column_lesson-type {
  justify-content: center;
  text-align: center;
}

.my-lessons__row {
  display: table-row !important;
  justify-content: space-between;
}
.my-lessons__list-item.my-lessons__row:hover {
  background-color: #f4f7fb;
}

.my-lessons__column {
  flex: 1;
  text-align: center;
}

.my-lessons__list-item > div {
  padding: 16px 20px;
}

.my-lessons__list-item-column {
  align-items: center;
  display: table-cell;
  vertical-align: middle;
}

.my-lessons__list-item-column_student,
.my-lessons__list-item-column_tutor {
  min-width: 230px;
}

.my-lessons__list-item-column_student .img-wrap,
.my-lessons__list-item-column_tutor .img-wrap {
  border-radius: 50%;
  height: 46px;
  margin-right: 14px;
  overflow: hidden;
  width: 46px;
}

.my-lessons__list-item-column_student .img-wrap img,
.my-lessons__list-item-column_tutor .img-wrap img {
  width: 100%;
}

.my-lessons__list-item-column_student span,
.my-lessons__list-item-column_tutor span {
  font-weight: 500;
  white-space: nowrap;
}

.my-lessons__list-item-column_lesson-type {
  justify-content: center;
  text-align: center;
}

.place-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-lessons__list-item-column_view a {
  color: #5495ff;
  text-decoration: underline;
}

.my-lessons__list-item-column_date {
  white-space: nowrap;
}

.my-lessons .show-more {
  max-width: 200px;
  margin: 20px auto 0;
}

.lesson-detail, .cancellation-detail {
  color: #000;
  max-width: 100%;
  padding: 0 9px;
  width: 720px;
}

.lesson-detail *, .cancellation-detail * {
  box-sizing: border-box;
}

.lesson-detail__title, .cancellation-detail__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 4px 0 22px;
  text-align: center;
}

.cancellation-content {  
  text-align: center;
}

.cancellation-content span {  
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #858B98;  
}

.cancellation-footer {
  margin-top: 24px;
  display: flex;
  justify-content: space-around;  
  padding: 0px 60px;
}

.cancellation-footer span.warning {
  color: rgb(238, 70, 70);
}

.cancellation-footer .btn {  
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  border-radius: 25px;
}

.cancellation-footer .btn.no-cancel,
.cancellation-footer .btn.no-mark-complete
 {
  background: #ebf3ff;
  color: #3C8AFF;
}

.cancellation-footer .btn.yes-cancel,
.cancellation-footer .btn.yes-mark-complete {
  color: #FFFFFF;
  background: #3C8AFF;
}

.lesson-detail__student {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  margin: 0 0 18px;
  min-width: 273px;
  /* width: 273px; */
  width: 50%;
}

.lesson-detail__student a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  text-align: center;  
  color: black;
}

.lesson-detail__student a:hover {
  color: black;
}

.lesson-detail__avatar {
  border-radius: 50%;
  height: 42px;
  margin: 0 10px 0 0;
  overflow: hidden;
  width: 42px;
}

.lesson-detail__avatar img {
  width: 100%;
}

.lesson-detail__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}

.lesson-detail__field {
  margin-bottom: 16px;
  padding: 0 10px 0 52px;
  position: relative;
  /* width: 184px; */
  width: 50%;
}

.lesson-detail__field:last-of-type {
  margin-bottom: 0;
}

.lesson-detail__field:before {
  background-position: 50% 10px;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 42px;
}

.lesson-detail__field_subject:before {
  background-image: url("/assets/images/icons/book.svg");
  background-size: 20px;
}

.lesson-detail__field_date:before {
  background-image: url("/assets/images/icons/calendar.svg");
  background-size: 20px;
}

.lesson-detail__field_start_time:before {
  background-image: url("/assets/images/icons/clock.svg");
  background-size: 25px;
}

.lesson-detail__field_hours:before {
  background-image: url("/assets/images/icons/hourglass.svg");
  background-size: 15px;
}

.lesson-detail__field_lesson_type:before {
  background-image: url("/assets/images/icons/media.svg");
  background-size: 15px;
}

.lesson-detail__field_total_payment:before {
  background-image: url("/assets/images/icons/wallet.svg");
  background-size: 20px;
}

.lesson-detail__field_address {
  padding-right: 0;
}

.lesson-detail__field_address:before {
  background-image: url("/assets/images/icons/map.svg");
  background-size: 20px;
}

.lesson-detail__field_address .lesson-request__field-value {
  font-size: 14px;
  line-height: 18px;
}

.lesson-detail__field-title {
  color: #858b98;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}

.lesson-detail__field-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.empty-my-lessons {
  height: 95vh;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-lesson-clm h2 {
  font-size: 36px;
  color: #2f3031;
}
.empty-lesson-clm p {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 24px;
}

.empty-lesson-clm {
  max-width: 524px;
  width: 100%;
  text-align: center;
}
.empty-lesson-clm img {
  width: 229px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.empty-my-tutors .empty-lesson-clm {
  max-width: 544px;
}

.lesson-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #f3f5f6;
}

.lesson-footer.cancel-footer {
  justify-content: center;
  flex-direction: column;
}

.lesson-footer.cancel-footer span{
  margin-top: 8px;
  color: #858B98;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.lesson-footer .footer-buttons {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lesson-footer .footer-buttons.online {
  justify-content: center;
}

.lesson-footer .btn-cancel {
  height: 45px;
  color: #ff725e;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  padding: 0 42px;
  text-align: center;
  min-width: 230px;
  background-color: #ff725e1a;
}

.lesson-footer .btn-cancel.disabled {
  background-color: #d8dbe2;
  border-color: #d8dbe2;
  color: #858B98;
}
.lesson-footer .btn-join {
  border-radius: 25px;
  background-color: #5495ff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  padding: 0 42px;
  min-width: 230px;
  text-align: center;
}
.lesson-footer .btn-join-disable {
  border-radius: 25px;
  background-color: #0005191a;
  color: #8a8c95;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  padding: 0 42px;
  text-align: center;
}
.my-lessons__inner.my-tutors {
  max-width: 818px;
}
.my-lessons__row a {
  text-decoration: none;
}
.my-lessons__list-item-column_view {
  flex: none;
}

.my-lessons__list-item-column_view .my-lessons__list-item-buttons {
  display: flex;
  justify-content: flex-end;
}

.my-lessons__list-item-column_view .my-lessons__list-item-buttons .join {
  margin-right: 16px;
}

.my-lessons__list-item-column_view .view-detail,
.my-lessons__list-item-column_view .view-task {
  padding: 0 20px;
  border-radius: 33px;
  border: 1px solid #3c8aff;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  min-width: 100px;
}

.my-lessons__list-item-column_view .task-request {
  padding: 0 20px;
  border-radius: 33px;
  border: 1px solid #858B98;
  height: 34px;
  line-height: 34px;
  color: #858B98;
  white-space: nowrap;
  min-width: 100px;
}

.my-lessons__list-item-column_view .join {
  padding: 0 20px;
  border-radius: 33px;
  background-color: #59D6B0;
  border: 1px solid #59D6B0;
  height: 34px;
  line-height: 34px;
  color: white;
  white-space: nowrap;
  min-width: 100px;
}

.my-lessons__list-item-column_view .join.disabled {
  background-color: #d8dbe2;
  border-color: #d8dbe2;
  color: #858B98;
}

.my-lessons__list-item-column_view .view-detail.reject {
  padding: 0 20px;
  border-radius: 33px;
  border: 1px solid #858b98;
  color: #858b98;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
}

.my-lessons__list-item-column_view .view-detail.reject.Task {
  padding: 0 20px;
  border-radius: 33px;
  border: 1px solid #EE4646;
  color: #EE4646;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
}

.my-lessons__list-item-column_view .view-detail.accept.Task,
.my-lessons__list-item-column_view .book-task
 {
  padding: 0 20px;
  border-radius: 33px;
  border: 1px solid #59D6B0;
  color: #59D6B0;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
}

.my-lessons__list-item-column_view .book-task:hover {
  background-color: #59D6B0;
  color: white;
}

.book-another {
  background: #ecf3fd;
  border-radius: 22.5px;
  color: #3c8aff;
  font-size: 14px;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 20px;
  margin-right: 25px;
}

.my-lessons__bottom {
  height: 57px;
  background-color: #fff;
  border-bottom: 1px solid #f3f5f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.my-lessons__bottom.new {
  height: 90px;
}

.my-lessons__bottom.new .dropdown {
  width: 200px;
}

.my-lessons__bottom .lessons_type {
  display: flex;
  border: 1px solid #f3f5f6;
  border-radius: 5px;
}

.my-lessons__bottom.new .lessons_type {
  border-width: 0px;
}

.my-lessons__bottom .lessons_type .lesson_type_item {
  height: 40px;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #3c8aff;
}

.my-lessons__bottom.new .lessons_type .lesson_type_item {
  color: #858B98;
  border-radius: 20px;
  background: #F3F5F6;
  margin-right: 16px;
}

.my-lessons__bottom.new .lessons_type .lesson_type_item.active {
  color: #3C8AFF;
  background-color: #3c8aff23;
}

.my-lessons__bottom .lessons_type .lesson_type_item.active {
  color: #000519;
  background-color: rgba(243, 245, 246, 0.4);
}
.my-lessons__bottom .lessons_type .lesson_type_item:not(:first-child) {
  border-left: 1px solid #f3f5f6;
}
.my-lessons__bottom .lessons_complete {
  height: 100%;
  margin-bottom: -2px;
  display: flex;
  align-items: center;
}
.my-lessons__bottom .lessons_complete li {
  width: 150px;
  text-align: center;
  color: #3c8aff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-lessons__bottom .lessons_complete li a {
  color: #3c8aff;
  background-color: #fff;
}
.my-lessons__bottom .lessons_complete li.active {
  color: #000519;
  border-left: 1px solid #f3f5f6;
  border-right: 1px solid #f3f5f6;
  background-color: #fff;
}
.my-lessons__bottom .lessons_complete li.active a {
  color: #000519;
  background-color: #fff;
}
.my-lessons__list-item-column_lesson-type > div {
  max-width: 86px;
  height: 26px;
  border-radius: 20px;
  margin: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-lessons__list-item-column_lesson-type .Person {
  background-color: rgba(89, 214, 176, 0.15);
  color: #59d6b0;
  padding: 0;
  min-width: 90px;
}

.my-lessons__list-item-column_lesson-type .Task {
  background-color: #3C8AFF1A;
  color: #3C8AFF;
  padding: 0;
  min-width: 90px;
}

.my-lessons__list-item-column_lesson-type .Online {
  padding: 0;
  background-color: rgba(255, 136, 69, 0.1);
  color: #ff8845;
  padding-left: 15px;
  position: relative;
  min-width: 90px;
}
.my-lessons__list-item-column_lesson-type .Online::before {
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #ff8845;
  content: "";
  left: 16px;
  border-radius: 50%;
}

.modal.create-job-confirm .modal-dialog {
  width: 395px;
}
.modal.create-job-confirm .modal-dialog .modal-content {
  width: 100%;
}
.modal.create-job-confirm .modal-dialog .modal-content .modal-header {
  margin-top: 0;
  padding: 0;
  border: none;
}
.modal.create-job-confirm .modal-dialog .modal-content .modal-footer {
  text-align: center;
  border: none;
}
.modal.create-job-confirm
  .modal-dialog
  .modal-content
  .modal-footer
  .create-job {
  margin-top: 0;
}
.modal.create-job-confirm .modal-dialog .modal-content .modal-body {
  text-align: center;
}
.modal.create-job-confirm .modal-dialog .modal-content .modal-body h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.modal.create-job-confirm .modal-dialog .modal-content .modal-body h5 {
  font-size: 13px;
  font-weight: 450;
  line-height: 21px;
  color: #858b98;
}
a.create-job {
  background: #5495ff;
  border-radius: 33px;
  font-size: 14px;
  height: 45px;
  width: 149px;
  margin-top: 30px;
  color: #fff !important;
  line-height: 45px;
  text-align: center;
}
a.create-job:hover {
  opacity: 0.8;
}

.lesson-rating-button {
  color: #ff8845 !important;
  font-size: 14px;
}
.lesson-rating-button:hover {
  color: #ffefe5;
}

.review-form .review-title {
  font-size: 18px;
  line-height: 24px;
  color: #2f3031;
  margin-bottom: 40px;
}
.review-form .lesson-detail__field {
  width: 100%;
  margin-bottom: 25px;
}

.review-form .lesson-detail__field:before {
  height: 50px;
}
.review-form input {
  background: #f2f3f4;
  border-color: transparent;
  border-radius: 47px;
  box-shadow: unset;
  font-family: CircularStd, sans-serif;
  font-size: 16px;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
}
.review-form textarea {
  background: #f2f3f4;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  height: 80px;
  padding: 16px 30px;
  resize: none;
}
.review-form .form-group {
  margin-bottom: 32px;
}

.review-form .rate {
  position: relative;
  float: left;
  height: 46px;
  /* padding: 0 10px; */
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 30px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ffefe5;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate:not(:checked) > span {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #2f3031;
  display: none;
  position: absolute;
  right: -80px;
  top: 10px;
  width: 65px;
}
.rate > input#star1:checked ~ span.star1 {
  display: block;
}
.rate > input#star2:checked ~ span.star2 {
  display: block;
}
.rate > input#star3:checked ~ span.star3 {
  display: block;
}
.rate > input#star4:checked ~ span.star4 {
  display: block;
}
.rate > input#star5:checked ~ span.star5 {
  display: block;
}
.rate > input:checked ~ label {
  color: #ff8845;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #ffefe5;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #ff8845;
  opacity: 0.8;
}
.rating-wrapp {
  display: flex;
  justify-content: center;
}
.rating-wrapp .rating-star {
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-image: url("../../assets/images/icons/instar.svg");
}

.rating-wrapp .rating-star.active {
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-image: url("../../assets/images/icons/active-star.svg");
}

.review-submitted {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.review-submitted .title {
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 30px;
}
.review-submitted .desc {
  font-size: 13px;
  color: #858b98;
  margin-bottom: 30px;
}

.my-lessons__list-item-column_student .d-flex {
  align-items: center;
}
.my-lessons__list-item-column_tutor .d-flex {
  align-items: center;
}
.d-table {
  display: table;
  width: 100%;
}
.my-lessons__list-item-column_student .img-wrap img,
.my-lessons__list-item-column_tutor .img-wrap img {
  height: 100%;
  border: 1px solid white;
}
.lesson-detail__avatar img {
  height: 100%;
}

.desktop_view {
  display: table;
  width: 100%;
}

.mobile_view {
  display: none;
}

.timezone-noti {
  margin-top: 30px;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  color: #858b98;
}

/* mobile responsive */

@media only screen and (max-width: 767px) {
  .my-lessons {
    padding: 16px;
    margin-top: 0px;
  }
  .my-lessons__top h1 {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 35px;
  }
  .my-lessons__top {
    margin-bottom: 16px;
  }
  .lesson_request .my-lessons__top {
    margin-bottom: 16px;
    margin-top: 16px;
    padding-left: 16px;
  }
  .my-lessons__bottom {
    height: 30px;
    padding: 0;
  }
  .my-lessons__bottom .lessons_type .lesson_type_item {
    height: 30px;
    font-size: 12px;
    width: 80px;
  }
  .my-lessons__bottom .lessons_complete li {
    font-size: 12px;
    width: 80px;
  }
  .my-lessons__bottom .lessons_complete li a {
    padding: 0 5px;
  }
  .my-lessons__inner {
    padding: 0px;
    overflow: auto;
    min-height: calc(100vh - 220px);
  }

  .my-lessons__inner.lesson_request {
    min-height: calc(100vh - 80px);
  }
  .my-lessons__column {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
  }
  .my-lessons__header-column_tutor,
  .my-lessons__header-column_student {
    min-width: 0;
    padding: 8px;
  }
  .my-lessons__list-item > div {
    padding: 8px;
  }
  .my-lessons__list-item-column_student,
  .my-lessons__list-item-column_tutor {
    min-width: 0;
    padding: 8px;
  }
  .my-lessons__list-item-column_student .img-wrap,
  .my-lessons__list-item-column_tutor .img-wrap {
    width: 25px;
    height: 25px;
    margin-right: 4px;
  }
  .my-lessons__list-item-column_student .d-flex {
    display: flex !important;
  }
  .popup ._inner {
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
    padding: 16px;
  }
  .lesson-detail__title, .cancellation-detail__title {
    font-size: 16px;
  }
  .lesson-detail__field-title {
    font-size: 12px;
    white-space: nowrap;
  }
  .lesson-detail__field-value {
    font-size: 12px;
    white-space: nowrap;
  }
  .lesson-footer .btn {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 16px;
    border-radius: 47px;
  }
  .empty-lesson-clm h2 {
    font-size: 18px;
  }
  .empty-lesson-clm p {
    font-size: 12px;
  }
  .empty-lesson-clm img {
    width: 40%;
  }
  .empty-my-lessons {
    height: auto;
  }
  .my-lessons__list-item-column_tutor .d-flex {
    display: flex !important;
  }

  .bootstrap-select.txtBox .dropdown-menu li a {
    height: auto;
    min-height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    display: inline-flex;
    text-align: left;
  }

  .my-lessons__list-item-column_view .view-detail {
    height: 35px;
    line-height: 35px;
    min-width: 80px;
  }

  .my-lessons__list-item-column_view .join {
    height: 29px;
    line-height: 29px;
    min-width: 80px;
  }

  .my-lessons__top .nav li a {
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
    font-size: 12px;
  }

  .my-lessons__bottom.new .lessons_type {
    margin-left: 16px;
  }  

  .review-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
  }

  .review-content .title-box {
    margin-top: 60px;
  }

  .review-form {
    margin-top: 30px;
  }

  .review-form .review-title {
    text-align: center;
  }

  .review-content .save-btn {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }

  .lesson-footer .footer-buttons {
    flex-direction: column;
    gap: 8px;
  }

  .lesson-detail__field {
    margin-bottom: 8px;
  }

  .lesson-detail__field:last-of-type {
    margin-bottom: 8px;
  }

  .my-lessons__list-item-column_view a {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
  }

  .my-lessons__list-item-column_student span, .my-lessons__list-item-column_tutor span {
    line-height: 36px;
  }

  .review-form .lesson-detail__field {
    margin-bottom: 8px;
  }

  .desktop_view {
    display: none;
  }

  .mobile_view {
    display: block;
  }

  .mobile_lesson_row {
    width: 100%;
    height: 52px;
    overflow: hidden;
    padding-left: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    border: 1px solid #F3F5F6;
    border-left-width: 0px;
    border-right-width: 0px;
    transition: height 0.5s;
  }

  .mobile_lesson_row.expanded {
    height: 158px;
    background-color: #3c8aff0f;
  }

  .lesson_request .mobile_lesson_row.expanded {
    height: 210px;
  }

  .mobile_lesson_row .mobile_lesson_column {
    min-width: 40%;
    height: 36px;
    margin: 8px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .lesson_request .mobile_lesson_row .mobile_lesson_column {
    min-width: 45%;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_header {
    color: #858B98;
    font-weight: 400;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item {
    color: #2F3031;
    font-weight: 400;
    font-size: 13px;
  }

  .mobile_lesson_row .mobile_lesson_avatar {
    position: absolute;
    left: 16px;
    top: 14px;
  }

  .mobile_lesson_row .mobile_lesson_avatar img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }

  .mobile_lesson_row .mobile_lesson_expansion_caret {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #F3F5F6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 14px; 
    transition: transform 0.5s;
    transform: rotate(180deg);
  }

  .mobile_lesson_row .mobile_lesson_expansion_caret img {
    width: 8px;
    filter: grayscale(1);
  }

  .mobile_lesson_row.expanded .mobile_lesson_expansion_caret img {
    filter: grayscale(0);
  }

  .mobile_lesson_row.expanded .mobile_lesson_expansion_caret {
    background-color: #3c8aff0f;
    transform: rotate(0deg);
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .view-detail,
  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .view-task {
    padding: 0 20px;
    border-radius: 33px;
    border: 1px solid #3c8aff;
    height: 28px;
    line-height: 26px;
    white-space: nowrap;
    min-width: 80px;
    color: #3c8aff;
    text-align: center;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .view-detail.accept {
    background-color: #59D6B0;
    color: white;
    border: 1px solid #59D6B0;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .view-detail.reject {
    color: #EE4646;
    border: 1px solid #EE4646;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .accepted {
    color: #59D6B0;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .declined {
    color: #EE4646;
    background-color: #f4e7ec;
    padding: 0 20px;
    border-radius: 33px;
    height: 28px;
    line-height: 26px;
    white-space: nowrap;
    min-width: 80px;
    text-align: center;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .task-request {
    padding: 0 20px;
    border-radius: 33px;
    border: 1px solid #858B98;
    height: 28px;
    line-height: 26px;
    color: #858B98;
    white-space: nowrap;
    min-width: 80px;
    text-align: center;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .book-task {
    padding: 0 20px;
    border-radius: 33px;
    border: 1px solid #59D6B0;
    color: #59D6B0;
    height: 28px;
    line-height: 26px;
    white-space: nowrap;
    min-width: 80px;
    text-align: center;
}

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .lesson-rating-button {
    font-size: 12px;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .join {
    padding: 0 20px;
    border-radius: 33px;
    background-color: #59D6B0;
    border: 1px solid #59D6B0;
    height: 28px;
    line-height: 26px;
    color: white;
    min-width: 80px;
    text-align: center;
    white-space: nowrap;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .join.disabled {
    background-color: #d8dbe2;
    border-color: #d8dbe2;
    color: #858B98;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .Person {
    color: #59d6b0;
  }

  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .Online {
    color: #ff8845;
  }
  
  .mobile_lesson_row .mobile_lesson_column .mobile_lesson_column_item .Task {
    color: #3C8AFF;
  }
}
