.block_instructor_my_courses {
  border: none !important;
} 

.block_instructor_my_courses .topCourse {
  padding-top: 60px;
  padding-left: 0;
}
.block_instructor_my_courses .topCourse .topheader {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .block_instructor_my_courses .topCourse .topheader {
    flex-direction: column;
  }
}
.block_instructor_my_courses .topCourse .topheader h5 {
  font-size: 20px;
  font-weight: 600;
}
.block_instructor_my_courses .topCourse .course-item {
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.15);
  padding: 12px 16px;
  margin-bottom: 16px;
}
.block_instructor_my_courses .topCourse .course-item .course-info h5 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.block_instructor_my_courses .topCourse .course-item .course-info .course-title {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.block_instructor_my_courses .topCourse .course-item .course-info .course-sales {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
}
.block_instructor_my_courses .topCourse .course-item .rating-wrapper .course-number {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}


.block_instructor_my_courses .continueleft {
  padding: 24px;
  border-radius: 10px;
  background-color: #F1FFFE;
  border: 1px solid #E1E1E1;
  margin-top: 44px;
}
.block_instructor_my_courses .continueleft h4 {
  font-size: 20px;
  font-weight: 600;
  color: #555555;
  margin-bottom: 11px;
}
.block_instructor_my_courses .continueleft h5 {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.block_instructor_my_courses .continueleft span {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
}
.block_instructor_my_courses .continueleft button {
  background-color: #1E9F92;
  border-radius: 8px;
  padding-inline: 16px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  height: 48px;
}

.block_instructor_my_courses .mycourse h3 {
  margin-bottom: 0;
}
.block_instructor_my_courses .mycourse button {
  margin-top: 0;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabMenu.tabCenter ul {
  justify-content: start !important;
  padding-left: 0;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .searchInput {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  padding: 8px 16px 8px 12px;
  position: relative;
  margin-bottom: 24px;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .searchInput input {
  outline: none;
  border: none;
  text-indent: 18px;
  width: 100%;
  margin-left: 7px;
}
@media (max-width: 500px) {
  .block_instructor_my_courses .mycourse .tabGroup .customTabContent .searchInput input {
    width: 100%;
  }
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .searchInput::-moz-placeholder {
  color: #222222;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .searchInput::placeholder {
  color: #222222;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .searchInput svg {
  position: absolute;
  top: 10px;
  left: 8px;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable {
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-spacing: 0;
  margin-bottom: 22px;
}
@media (max-width: 500px) {
  .block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable {
    overflow-x: scroll;
  }
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table {
  border-collapse: collapse;
  width: 100%;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table thead tr {
  background-color: #E1E1E1;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table thead tr th {
  padding: 13px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  border: none;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table thead tr th:nth-child(5) {
  text-align: center;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table thead tr th:nth-child(6) {
  text-align: center;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody {
  display: block;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr {
  background-color: #E1E1E1;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr td {
  cursor: default;
  padding: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  border: none;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr td:nth-child(3) a {
  color: #1E9F92;
  text-decoration: none;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr td:nth-child(4) {
  text-align: start;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr td:nth-child(5) {
  text-align: center;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr td.actions {
  position: relative;
  text-align: center;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr td.actions .icon-default,
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr td.actions .hover-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr td.actions img {
  cursor: pointer;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr td.actions .icon-default {
  opacity: 1;
  transition: 0.2s ease;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr td.actions .hover-icons {
  display: flex;
  gap: 10px;
  /* opacity: 0; */
  opacity: 1;
  pointer-events: none;
  transition: 0.2s ease;
  white-space: nowrap;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr:hover td.actions .icon-default {
  opacity: 0;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr:hover td.actions .hover-icons {
  opacity: 1;
  pointer-events: all;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr:nth-child(odd):hover {
  background-color: #F8F8F8;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr:nth-child(even) {
  background-color: #FBFFFF;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  transition: all 300ms ease-in-out;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr:nth-child(even):hover {
  background-color: #d3ffff;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table thead,
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .mycourseuserTable table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.block_instructor_my_courses .mycourse .course-btn {
  background: #F68B1E;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 24px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1366px) {
  .block_instructor_my_courses .mycourse .course-btn {
    margin-top: 10px;
  }
}

.block_instructor_my_courses .mycourse .view a {
  border: 1px solid #C1C1C1;
  border-radius: 8px;
  padding: 10px;
  padding-inline: 16px;
  background-color: #E5E5E5;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.block_instructor_my_courses .mycourse .view a:hover {
  text-decoration: none;
  color: #000000;
}

.block_instructor_my_courses  .customTabContent .course_tab_content1 {
  display: none;
}
.block_instructor_my_courses  .customTabContent .course_tab_content1.active {
  display: block;
}


.block_instructor_my_courses .mycourse .tabGroup .customTabContent .tableSearchBox .tableSearchHeader .downloadSort {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .block_instructor_my_courses .mycourse .tabGroup .customTabContent .tableSearchBox .tableSearchHeader .downloadSort {
    width: 100%;
    flex-direction: column;
    align-items: unset;
  }
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .tableSearchBox .tableSearchHeader .downloadSort .date-picker-container {
  flex-shrink: 0;
  flex-basis: 220px;
}
@media (max-width: 500px) {
  .block_instructor_my_courses .mycourse .tabGroup .customTabContent .tableSearchBox .tableSearchHeader .downloadSort .date-picker-container {
    flex-basis: unset;
  }
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .tableSearchBox .tableSearchHeader .downloadSort .date-picker-container .form-control {
  height: 48px;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #9C9A9A;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .tableSearchBox .tableSearchHeader .downloadSort .date-picker-container .form-control::-moz-placeholder {
  color: #9C9A9A;
  font-size: 16px;
  font-weight: 400;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .tableSearchBox .tableSearchHeader .downloadSort .date-picker-container .form-control::placeholder {
  color: #9C9A9A;
  font-size: 16px;
  font-weight: 400;
}
.block_instructor_my_courses .mycourse .tabGroup .customTabContent .tableSearchBox .tableSearchHeader .downloadSort .date-picker-container .only-down.custom-select {
  /* arrow */
  background-image: url(../../assets/images//downarrow2.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 14px;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  /* height fix */
  padding: 0.375rem 2.5rem 0.375rem 0.75rem;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  flex-shrink: 0;
  flex-basis: 200px;
}

@media (max-width: 800px) {
  .block_instructor_my_courses .giftCards {
    flex-direction: column;
  }
}
.block_instructor_my_courses .giftCards .coupons {
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 24px;
}
.block_instructor_my_courses .giftCards .coupons h4 {
  font-size: 20px;
  font-weight: 600;
  color: #555555;
  margin-bottom: 8px;
}
.block_instructor_my_courses .giftCards .coupons p {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
  margin-bottom: 8px;
}
.block_instructor_my_courses .giftCards .coupons button {
  background-color: #F68B1E;
  color: #FFFFFF;
  border-radius: 8px;
  padding-inline: 16px;
  height: 48px;
  border: none;
}

.block_instructor_my_courses .mycourse .tabGroup .customTabContent #review .serachreview{
  gap: 30px;
}
