.row {
  margin-right: 0;
  margin-left: 0;
}

.wpo-site-header .navigation {
  background-color: #d9dcf0;
}

.cart-search-contact input {
  border-radius: 200px;
  background-color: #f5f5f5;
  border: 0;
  min-width: 320px;
}

.wpo-site-header .header-right button {
  background-color: var(--mainColor);
  border-radius: 50%;
  color: #fff;
  height: 80%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 7px;
}

.wpo-site-header .header-right button i {
  color: #fff;
  position: relative;
  top: -2px;
}

.static-hero {
  background-color: rgb(64 81 181 / 20%);
  margin: 0;
  padding: 270px 0 120px 0;
  height: auto;
  display: block;
  border-radius: 0;
}

.static-hero .student-pic {
  bottom: 0;
  top: auto;
  transform: translateY(0%);
}

.static-hero .slide-title h2 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}

.static-hero .slide-title h2 span {
  color: var(--blueColor);
}

.wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-text h5 span {
  font-size: 16px;
  font-weight: 300;
}

.wpo-about-text.white small,
.wpo-about-text.white h2,
.wpo-about-text.white p {
  color: #fff;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-content .wpo-popular-text-top ul li i.fa-star {
  color: #FFC107;
}

.wpo-popular-area .wpo-popular-item .wpo-popular-img .label {
  background-color: var(--mainColor);
  border-radius: 200px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 23px;
}

.faq_section {
  background-color: #d9dcf0;
}

.faq_section_img {
  background-image: url(../images/home/faq.png);
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

.faq_section_text {
  padding: 50px;
}

/* how to */
.thumb-style-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
}

.thumb-style-two img:first-child {
  border-radius: 200px 200px 30px 30px;
  margin-top: 80px;
  max-width: 130%;
  border: 2px solid var(--white);
}

.thumb-style-two img:nth-child(2) {
  border-radius: 30px 30px 200px 200px;
  margin-left: -5%;
  max-width: 105%;
}

.thumb-style-two .shape img:first-child {
  border-radius: 0;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -1;
  opacity: 0.3;
  border: navajowhite;
}

ul.list-style-two {
  list-style: none;
  margin-top: 30px;
}

ul.list-style-two li {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  font-weight: 500;
  margin-top: 20px;
  font-size: 15px;
}

ul.list-style-two li::after {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  color: var(--mainColor);
  font-weight: 600;
}


.course_single .accordion-item .accordion-button i {
  margin-right: 10px;
  margin-left: 5px;
}

.wpo-course-details-text .wpo-course-content .course-curriculam a {
  font-size: 15px;
  color: #1A1729;
  font-weight: 500;
}

.wpo-course-details-text .wpo-course-content .course-curriculam a i {
  margin-right: 5px;
  color: var(--mainColor);
}

@media(max-width:991px) {
  .static-hero {
    padding-bottom: 0 !important;
  }

  .wpo-site-header .header-right {
    display: none;
  }

  .wpo-subscribe-section,
  .wpo-subscribe-section .wpo-about-text p {
    text-align: center;
  }

  .teacher_image img {
    margin-top: 0 !important;
  }

  .teacher_image {
    order: 1;
  }
}

@media(max-width:768px) {

  .faq_section_text {
    padding: 20px;
  }
}

/*  account  */
.account-page .side-account {
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}

.account-page .side-account ul {
  list-style: none;

}

.account-page .side-account ul li {
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  transition: 0.5s;
  z-index: 0;
  background-color: #fff;
  border-radius: 15px;
}

.account-page .side-account ul li:first-child {
  background-color: transparent;
}

.account-page .side-account ul li:hover a {
  color: var(--mainColor);
}

.account-page .side-account ul li.active a {
  background-color: var(--mainColor);
  color: #fff;
}

.account-page .side-account ul li a {
  color: #303030;
  width: 100%;
  font-weight: 600;
  display: block;
  border-radius: 15px;
  padding: 15px 25px;
}

.profile_image img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin: 15px 0 10px;
}

.profile_image a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.profile_image p {
  font-size: 13px;
  font-weight: 500;
}

.profile_image .upload {
  background-color: var(--mainColor);
  padding: 8px 10px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  top: 25px;
  right: 22px;
  color: #fff;
}

.openClose {
  background-color: rgb(255 255 255 / 20%);
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

.side_lessons,
.video_lessons {
  transition: 0s;
}

.side_lessons.close {
  width: 0;
  height: 0;
  opacity: 0;
}

.video_lessons.open {
  width: 100%;
  z-index: 2;
}

.quation_box circle {
  transition: all 1s linear;
}

.quation_box #c1 {
  transition: all 1s linear;
  stroke: #DDDEDF;
  stroke-width: 3;
  stroke-linecap: round;
  fill: transparent;
}

.quation_box #c2 {
  transition: all 1s linear;
  stroke: var(--mainColor);
  stroke-width: 3;
  stroke-linecap: round;
  fill: transparent;
}

.quation_box .chart-text {
  font-size: 8px;
}

.quation_box h4 {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 700;
}

.quation_choose h3 {
  padding: 20px;
  border: 1px solid #D9D9D9;
  min-height: 200px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 40px;
}

.quation_choose .col-box {
  border: 1px solid #D9D9D9;
  background-color: #d9dcf059;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 25px;
  font-size: 16px;
}

.quation_choose .col-box .form-control {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  min-height: 100px;
}

.quation_choose [type="radio"]:checked,
.quation_choose [type="radio"]:not(:checked) {
  display: none;
}

.quation_choose [type="radio"]:checked+label,
.quation_choose [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  width: 100%;
}

.quation_choose [type="radio"]:checked+label:before,
.quation_choose [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.quation_choose [type="radio"]:checked+label:after,
.quation_choose [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--mainColor);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.quation_choose [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.quation_choose [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.col-box {
  position: relative;
}

.col-box.correct {
  background-color: rgba(0, 128, 0, 0.699);
  border-color: green;
}

.col-box.correct::after {
  content: "\f00c";
  color: #4da64d;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  position: absolute;
  left: 16px;
  font-size: 13px;
  font-weight: bold;
  top: 15px;
}

.col-box.wrong::after {
  content: "\f00d";
  color: #FF0000;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  position: absolute;
  left: 17px;
  font-size: 13px;
  font-weight: bold;
  top: 15px;
}

.col-box.wrong {
  background-color: #ff000081;
  border-color: #FF0000;
}

.col-box.correct label,
.col-box.wrong label {
  color: #fff !important;
}

/* progress  */

.quation_box .chart {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 15px auto;
}

.quation_box canvas {
  display: block;
  margin: auto;
}

.quation_box span {
  color: var(--mainColor);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table_dgree {
  padding: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}

.table_dgree li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 15px;
}

.table_dgree li:last-child {
  margin-bottom: 0;
}

/* .table_dgree li span {
  color: var(--mainColor);
} */

@media(max-width:992px) {
  .account-page .container {
    max-width: 100%
  }

  .side_lessons.close {
    width: auto;
  }
}

.about-box {
  position: relative;
}

.about-box .about-main {
  max-width: 100%;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  padding-top: 40px;
  padding: 50px 80px 50px 50px;
  height: 600px;
  object-fit: cover;
}

.about-box .about {
  position: absolute;
  bottom: 0;
  right: 10px;
  max-width: 300px;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}

.about-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
  background-color: var(--mainColor);
  z-index: -1;
  clip-path: polygon(0 0, 85% 0, 0% 100%, 100% 100%, 0 100%);
}

.course_tab ul.nav-tabs {
  justify-content: center;
  margin-bottom: 30px;
  border: 0;
}

.course_tab ul.nav-tabs li.nav-item {
  padding: 0 10px;
  margin-bottom: 10px;
}

.course_tab ul.nav-tabs .nav-link.active {
  background-color: #b3cde5;
  color: var(--mainColor);
}

.course_tab ul.nav-tabs .nav-link {
  border: 0;
  color: #303030;
  border-radius: 50px;
  font-weight: 700;
}

.course_sec {
  background-image: url(../images/home/c-bg.jpg);
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-color: #f5f5f5;
}

.subscribe_section {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.subscribe_section .wpo-section-title-s2 {
  position: relative;
  z-index: 1;
}

.subscribe_section .wpo-section-title-s2:after {
  content: "";
  background-image: url(../images/home/subscribe.png);
  position: absolute;
  left: -70px;
  top: 45%;
  width: 100px;
  height: 120px;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.subscribe_section .wpo-section-title-s2::before {
  content: "";
  background-image: url(../images/home/subscribe1.png);
  position: absolute;
  right: -104px;
  top: 37%;
  width: 231px;
  height: 211px;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.subscribe_input {
  position: relative;
}

.subscribe_input .form-control {
  background-color: #E5E2E2;
  border-radius: 200px;
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 13px !important;
}

.subscribe_input button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--blueColor);
  padding: 13px 13px 13px 45px !important;
}

.subscribe_input button.theme-btn-s2:before {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

@media(max-width:600px) {
  .subscribe_input button {
    position: relative;
    width: 100%;
    margin-top: 5px;
  }
}

/* team */
.team_seaction .image-box {
  position: relative;
}

.team_seaction .image-box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
}

.team_seaction .share-box {
  position: absolute;
  bottom: -31px;
  right: 25px;
  border: 9px solid #fff;
  border-radius: 50%;
}

.team_seaction .share-btn {
  width: 45px;
  height: 45px;
  background: var(--blueColor);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.team_seaction .social {
  position: absolute;
  bottom: 63px;
  right: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.3s ease;
}

.team_seaction .social li {
  list-style: none;
}

.team_seaction .social a {
  width: 40px;
  height: 40px;
  background: var(--blueColor);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  border: 1px solid #fff;
}

.team_seaction .social a:hover {
  background-color: var(--mainColor);
}

.team_seaction .image-box:hover .share-box .social {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.team_seaction .team h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 23px;
}

/* vision_bg */
.vision_bg {
  background: url(../images/vission.jpg);
  position: relative;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}

.vision_bg .wpo-section-title-s2 small,
.vision_bg .wpo-section-title-s2 h2,
.vision_bg .wpo-section-title-s2 p {
  color: #fff;
}

.vision_bg .wpo-section-title-s2 p {
  margin-left: 0;
  border-left: 2px solid var(--mainColor);
  padding-left: 15px;
  font-weight: 200;
  margin-top: 25px;
  max-width: 100%;
}

.vision_bg .vision-area-box h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  display: flex;
  align-items: start;
  transition: .5s;
}

.vision_bg .vision-area-box h3 span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  line-height: normal;
}

.vision_bg .vision-area-box h3 img {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
  transition: .5s;
  height: 62px;
}

.vision_bg .vision-area-box h3:hover i {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.vision-box img {
  max-width: 90%;
  margin-top: 39px;
  height: 570px;
  object-fit: cover;
  border-radius: 15px;
}

.vision-box {
  position: relative;
}

.vision-box::after {
  content: "";
  background-image: url(../images/icon/dot-shape-01.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.account_details input {
  background-color: #F3F1F1 !important;
  border: 0 !important;
}

.course_details_tab {
  background-color: #F5F5F5;
  padding-top: 10px;
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.course_details_tab .nav-link.active {
  background-color: transparent;
}

.social_media ul {
  display: flex;
  margin-top: 25px;
  list-style: none;
}

.social_media ul li {
  color: #fff;
  margin-right: 8px;
}

.social_media ul li a {
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgb(0 87 167 / 67%);
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  transition: .5;
}

.social_media ul li a:hover {
  background: var(--blueColor);
}

.instructour_profile h3 {
  font-weight: 700;
  font-size: 23px;
  color: #303030;
  margin-top: 10px;
  margin-bottom: 10px;
}

.instructour_profile h6 {
  font-size: 18px;
  color: var(--mainColor);
  font-weight: 500;
  margin-bottom: 20px;
}

.instructour_profile img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

@media(max-width:1200px) {
  .detail_course_box .container {
    max-width: 100%
  }
}

.lesson_text ul {
  justify-content: center !important;
}

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

.tabs_lesson .paginate {
  color: var(--mainColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgb(0 87 167 / 50%);
  display: block;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  aspect-ratio: 1;
}

.lesson_text .tabs_lesson .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  margin: 0 14px;
  color: #303030;
  font-weight: 700;
  padding-bottom: 20px;
}

.lesson_text .tabs_lesson .nav-link.active {
  border-bottom: 2px solid var(--mainColor);
  color: var(--mainColor);
}

.result_box {
  max-width: 600px;
  margin: auto;
  background-color: #f5f5f5;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
}

.result_box li {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 18px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.result_box li:last-child {
  border: 0;
}

.result_box li span.active {
  color: var(--mainColor);
}

.link_ReExam {
  color: var(--blueColor);
  text-decoration: underline;
  font-weight: bold;
  padding: 30px 0 50px;
  display: block;
  font-size: 16px;
}

.answer_choose {
  color: var(--mainColor);
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.answer_choose span {
  color: #303030;
  font-weight: normal;
}

.box_answer_student {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px !important;
}

.grade_num h4 {
  background-color: #fff;
  box-shadow: 0 1px 4px #bdbdbd;
  padding: 12px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 0;
}

.grade_num h4 img {
  padding-right: 10px;
  height: 19px;
  margin-top: -1px;
}

.grade_num h4 strong {
  font-size: 20px;
}

.result-gred-box {
  background-color: #fff;
  box-shadow: 0 1px 4px #bdbdbd;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0;

}

.result-gred-box h6 {
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 500;
}

.result-gred-box img {
  padding-right: 4px;
  height: 33px;
  margin-top: -15px;
}

.result-gred-box strong {
  font-size: 32px;
  font-weight: bold;
  padding-right: 10px;
}

.result-gred-box p {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 10px;
}

/*   teacher_tab_box    */
.teacher_tab_box {
  background-color: var(--mainColor);
  border-radius: 15px;
  margin-bottom: 70px !important;
  margin-top: -175px !important;
  position: relative;
  z-index: 1;
  padding: 12px 20px;
}

.profile_image.teacher img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.profile_image.teacher h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.profile_image.teacher p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.instructor_btn {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  color: var(--blueColor) !important;
  font-weight: 700;
  font-size: 17px;
}

.instructor_btn img {
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.account-page .side-account ul.new li:first-child {
  background-color: #fff;
}

@media(max-width:768px) {
  .teacher_tab_box .col-md-6 {
    text-align: center !important;
  }

  .instructor_btn {
    margin-bottom: 20px !important;
    display: inline-block !important;
  }

  .profile_image.teacher {
    justify-content: center;
  }
}

/*dataTable_box*/
.dataTable_box {
  background-color: #F5F5F5;
  padding: 25px;
  border-radius: 15px;
}

.dataTable_box h5 {
  color: var(--mainColor);
}

.dataTable_box .dt-layout-row {
  display: flex;
  direction: rtl;
  justify-content: space-between;
}

.dataTable_box .dt-layout-row.dt-layout-table {
  direction: ltr !important;
}

.dataTable_box .dt-search label,
.dataTable_box .dt-length label {
  display: none;
}

.dataTable_box div.dt-search input {
  margin-right: 0.5em;
  margin-left: 0 !important;

}

.dataTable_box div.dt-search input,
.dataTable_box div.dt-length select {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  opacity: .5;
  border-width: 0px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #ddd !important;
  padding: 3px 14px;
  direction: ltr;
}

.dataTable_box span.dt-column-order {
  display: none;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left !important;
}

.dataTable_box table.dataTable td {
  padding: 15px 6px;
  height: 100%;
  font-size: 15px;
  align-items: center;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #dee2e6;
  padding-bottom: 15px;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: unset !important;
}

table.dataTable thead>tr>th div.dt-column-header {
  font-size: 16px;
}

.dataTable_box .dt-paging {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.dataTable_box button.dt-paging-button {
  border: 0 !important;
}

.dataTable_box button.dt-paging-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  color: #333;
  font-size: 15px;
}

.dataTable_box button.dt-paging-button.current {
  background-color: var(--mainColor);
  color: #fff;

}

/* switch */
.action .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}

.action .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.action .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.action .slider::before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.action input:checked+.slider {
  background-color: var(--mainColor);
}

.action input:checked+.slider::before {
  transform: translateX(15px);
}

.dataTable_box td.view a {
  color: #303030;
}

.add_new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

@media(max-width:400px) {
  .add_new {
    display: block;
  }
}

.filter-results {
  background-color: var(--blueColor);
}

.ck.ck-editor__main>.ck-editor__editable {
  background-color: #e5e2e2 !important;
  min-height: 250px;
}


/*    add course   */
.wrapper_lesson {
  width: 100%;
  margin: 10px auto;
}

.wrapper_lesson .chapter {
  background: white;
  border-radius: 8px;
  margin-bottom: 15px;
  background-color: #F5F5F5;
}

.wrapper_lesson .header {
  display: flex;
  justify-content: space-between;
  background: #E5E2E2;
  padding: 10px 15px;
  cursor: grab;
  font-size: 15px;
}

.wrapper_lesson .lessons,
.wrapper_lesson .lessons1 {
  padding: 15px 20px;
  font-size: 15px;
}

.wrapper_lesson .lesson {
  cursor: grab;
}

.wrapper_lesson .lesson,
.wrapper_lesson .lesson1 {
  background: #E5E2E2;
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrapper_lesson .header .remove {
  padding-left: 15px;
  padding-right: 10px;
}

.wrapper_lesson .header .edit {
  padding-right: 15px;
}

.save_lesson {
  background-color: var(--mainColor);
  color: #fff !important;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 14px;
  margin-left: 7px;
  display: inline-block;
}

.wrapper_lesson .lesson input {
  width: calc(100% - 65px);
  margin: 0;
  height: 32px;
  border-radius: 0;
}

.wrapper_lesson .lesson1 input,
.wrapper_lesson .header input {
  width: calc(100% - 130px);
  margin: 0;
  height: 32px;
  border-radius: 0;
  font-size: 14px;
}

.wrapper_lesson .lesson input:focus,
.wrapper_lesson .lesson1 input:focus {
  background-color: transparent !important;
}


.add-exam {
  background-color: #fff;
  border: 1px solid var(--blueColor);
  color: var(--blueColor) !important;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  font-weight: 600;
  transition: .5s;
}

.add-lesson {
  background-color: var(--blueColor);
  border: 1px solid var(--blueColor);
  color: #fff !important;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  font-weight: 600;
  transition: .5s;
}

.add-lesson:hover,
.add-exam:hover {
  background-color: var(--mainColor);
  color: #fff !important;
  border-color: var(--mainColor) !important;
}

.input_text_course {
  width: calc(100% - 120px) !important;
  margin: 0;
  height: 49px !important;
  border-radius: 50px !important;
  background-color: #e5e2e2 !important;
  margin-left: -40px;
  margin-bottom: 0 !important;
  padding-left: 50px !important;
  font-size: 14px;
}

@media(max-width:768px) {
  .input_text_course {
    height: 37px !important;
  }
}

.wrapper_lesson input[type=checkbox] {
  display: block;
  width: 16px;
      margin-right: 10px;
}