.top-header {
  border-bottom: 1px solid #ECECEC;
  padding: 15px 0;
}

.top-header .top-inner .login-session .login-list {
  list-style: none;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.top-header .top-inner .login-session .login-list .list-item {
  color: #37474F;
  margin-right: 20px;
}

.top-header .top-inner .login-session .login-list .list-item .tutor-logout-btn {
  color: #AF2020;
  font-weight: 600;
}

.sidemeu {
  border-right: 1px solid #ECECEC;
  min-height: 100%;
  width: 160px;
}

.sidemeu .sidebar-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.sidemeu .sidebar-list .menu-item {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 0;
}

.sidemeu .sidebar-list .menu-item.active, .sidemeu .sidebar-list .menu-item:hover {
  background: #ECECEC;
}

.sidemeu .sidebar-list .menu-item .menu-link {
  color: #828282;
  text-decoration: none;
}

.sidemeu .sidebar-list .menu-item .menu-link img.sidemenu-icon {
  margin: 0.5rem 0;
  width: 35px;
  height: 35px;
}

.sidemeu .sidebar-list .menu-item .menu-link .badge {
  font-size: 90%;
  font-weight: 500;
  position: relative;
  top: -15px;
  right: 10px;
}

.sidemeu .sidebar-list .menu-item .menu-link .user-img.tbar {
  margin: 0.5rem 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #FF9B00;
}

@font-face {
  font-family: 'MicrosoftSymbol';
  src: local("MicrosoftSymbol"), url("../fonts/symbol.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 13px;
  font-family: "Poppins", sans-serif, "MicrosoftSymbol";
  font-weight: 400;
  line-height: 22px;
  color: #626262;
}

.space-pt {
  padding-top: 40px;
}

.space-pb {
  padding-bottom: 40px;
}

.space-ptb {
  padding: 40px 0;
}

.sub-font {
  font-size: 15px;
}

.main-font {
  font-size: 24px;
}

.middle-font {
  font-size: 18px;
}

.montFam {
  font-family: 'Montserrat', sans-serif;
}

.page-content-wrapper {
  width: 100%;
  margin-right: 15px;
}

.week-summary {
  background-color: #fff1ec;
  border: 0;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(196, 196, 196, 0.5);
          box-shadow: 0px 1px 1px 1px rgba(196, 196, 196, 0.5);
  border-radius: 20px;
  padding: 20px 15px;
}

.week-summary .week-records .records-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.week-summary .week-records .records-list .records-item {
  padding: 0 18px;
}

.week-summary .week-records .records-list .records-item .records-num {
  margin: 0;
  color: #1A1A1A;
}

.week-summary .week-records .records-list .records-item .records-title {
  margin: 0;
}

.week-summary .week-records .records-list .records-item:not(:last-child) {
  border-right: 2px solid #ffffff;
}

.week-summary .card-heading .week-heading {
  font-size: 15px;
  color: #1A1A1A;
  font-weight: 500;
}

.add-bank-detail .add-bank-row {
  background-color: #e8f0fe;
  border-radius: 5px;
  padding: 15px 10px;
}

.add-bank-detail .add-bank-row .add-desc {
  color: #222222;
}

.add-bank-detail .add-bank-row .add-btn {
  text-align: right;
}

.add-bank-detail .add-bank-row .add-btn .add-btn-link {
  color: #449EFF;
  text-decoration: none;
  font-weight: 600;
}

.listing-sec .tab-sec .card-tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.listing-sec .tab-sec .card-tab .tab-link {
  color: #626262;
  padding: 0;
  border-radius: 0;
  width: 100%;
  font-weight: 500;
}

.listing-sec .tab-sec .card-tab .tab-box .tab-name {
  margin-bottom: 0;
  padding: 15px 25px;
}

.listing-sec .class-info {
  padding: 20px 30px 0 5px;
}

.listing-sec .class-info.one-2-1-info {
  padding: 20px 30px 0 30px;
}

.listing-sec .class-info.tutor-class {
  padding: 10px 30px 0 5px;
}

.listing-sec .class-info .tutor-recommended {
  color: #4CB666;
  font-weight: 600;
  margin-bottom: 5px;
}

.listing-sec .class-info .edu-info-list {
  color: #948ba1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  list-style: none;
  margin-bottom: 8px;
}

.listing-sec .class-info .edu-info-list li {
  margin-right: 6px;
  color: #626262;
}

.listing-sec .class-info .class-title {
  color: #003F9E;
  font-weight: 500;
  margin-bottom: 8px;
  padding-right: 100px;
  font-size: 18px;
}

.listing-sec .class-info .class-title.tutor-title {
  margin-bottom: 0px;
}

.listing-sec .class-info .class-title.my-class-title {
  margin-bottom: 5px;
  font-size: 15px;
  color: #003F9E;
  font-weight: 500;
}

.listing-sec .class-info .class-title.my-test {
  margin-bottom: 10px;
}

.listing-sec .class-info .date-time {
  margin-bottom: 0px;
}

.listing-sec .class-info .date-time.my-date-time {
  margin-bottom: 10px;
}

.listing-sec .class-info .date-time .class-date {
  color: #626262;
}

.listing-sec .class-info .date-time .class-date.my-class-date {
  font-weight: 500;
}

.listing-sec .class-info .date-time .class-time {
  color: #003F9E;
  font-weight: 500;
}

.listing-sec .class-info .date-time .session-time {
  color: #626262;
}

.listing-sec .class-info .enrol-students {
  color: #291843;
  font-weight: 500;
}

.listing-sec .class-info .tech-info .tech-name {
  color: #291843;
  margin-bottom: 0px;
}

.listing-sec .class-info .tech-info .tech-edu {
  color: #291843;
}

.listing-sec .class-info .class-price {
  margin-bottom: 0px;
}

.listing-sec .class-info .class-price .new-price {
  color: #003F9E;
  font-size: 15px;
}

.listing-sec .class-info .reg-close {
  color: #ed2727;
}

.listing-sec .class-info .star-class {
  position: absolute;
  right: 40px;
  top: -4px;
}

.listing-sec .class-info .star-class.star-cize {
  right: 27px;
}

.listing-sec .class-info .grade-1 {
  color: #1A1A1A;
}

.listing-sec .class-img-box .box-img {
  width: 100%;
  height: 147px;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.listing-sec .class-img-box .box-img.tutor-profile-img {
  height: auto;
}

.listing-sec .class-card {
  padding: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(196, 196, 196, 0.5);
          box-shadow: 0px 1px 1px 1px rgba(196, 196, 196, 0.5);
  border-radius: 10px;
}

.load-more-sec {
  text-align: center;
}

.online-tutors .tech-edu,
.online-test .tech-edu {
  color: #291843;
  margin-bottom: 5px;
}

.online-tutors .tech-edu.test-qu,
.online-test .tech-edu.test-qu {
  margin-bottom: 15px;
  margin-top: 8px;
}

.online-tutors .test-question,
.online-tutors .test-time,
.online-test .test-question,
.online-test .test-time {
  color: #291843;
  font-weight: 500;
}

.online-tutors .test-grade,
.online-test .test-grade {
  color: #291843;
  font-weight: 500;
  margin-bottom: 20px;
}

.online-tutors .price-reg,
.online-test .price-reg {
  text-align: right;
}

.online-tutors .price-reg .tutor-price,
.online-test .price-reg .tutor-price {
  font-size: 15px;
  color: #003F9E;
  font-weight: 600;
}

.online-tutors .price-reg .tutor-price.test-price,
.online-test .price-reg .tutor-price.test-price {
  margin-bottom: 5px;
}

.online-tutors .price-reg .tutor-req-btn,
.online-test .price-reg .tutor-req-btn {
  background-color: #003F9E;
  border-radius: 0;
  padding: 8px 15px;
  color: #ffffff;
}

.online-tutors .price-reg .tutor-req-btn.test-buy-btn,
.online-test .price-reg .tutor-req-btn.test-buy-btn {
  padding: 5px 25px;
}

.online-tutors .price-reg .test-validity,
.online-test .price-reg .test-validity {
  margin-bottom: 5px;
}

.online-tutors .tutor-rate,
.online-test .tutor-rate {
  color: #003F9E;
  font-weight: 600;
}

.online-tutors .tutor-about,
.online-test .tutor-about {
  display: -webkit-box;
  max-width: 300px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.enrolled {
  position: absolute;
  right: 60px;
  color: #4CB666;
  right: 30px;
  font-size: 12px;
}

.enrolled.ended {
  color: #AF2020;
}

.enrolled.draft {
  color: #E8505B;
}

.enrolled.yet-live {
  color: #003F9E;
  font-weight: 500;
}

.go-class {
  text-align: right;
}

.go-class.left {
  text-align: left;
}

.go-class.buy-crpoints {
  padding: 0 35px;
}

.go-class .on-going {
  color: #4CB666;
}

.go-class .on-going.yet-to-reg {
  color: #FF9B00;
}

.go-class .on-going.in-review {
  color: #449EFF;
}

.go-class .on-going.draft {
  color: #AF2020;
}

.go-class .go-class-btn {
  background-color: #4CB666;
  border-radius: 5px;
  color: #fff;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
}

.go-class .go-class-btn.view-detail-btn {
  background-color: #003F9E;
  color: #ffffff;
}

.go-class .go-class-btn.preactivate-session-btn {
  background: transparent;
  color: #767D9F;
  border: 1px solid #767D9F;
}

.go-class .go-class-btn.notes-btn {
  background: #449EFF;
}

.go-class .go-class-btn.credit-btn {
  width: 100%;
  padding: 10px;
}

@media (max-width: 991px) {
  .listing-sec .class-img-box .box-img {
    width: 100%;
    height: auto;
  }
  .listing-sec .class-info {
    padding: 20px 30px 0 25px;
  }
  .listing-sec .class-info .star-class {
    display: none;
  }
  .listing-sec .class-info .class-title {
    padding-right: 0;
  }
  .online-tutors .price-reg,
  .online-test .price-reg {
    text-align: left;
    padding-bottom: 25px;
  }
  .tutor-about-main {
    padding: 0;
  }
}

.one-2-1-info .session-date-time {
  margin-bottom: 5px;
}

.one-2-1-info .session-list {
  font-weight: 500;
}

.session-start-time {
  text-align: right;
}

.session-start-time .yet-start-btn {
  border: 1px solid #767d9f;
  border-radius: 5px;
  color: #767d9f;
  font-weight: 400;
  font-size: 13px;
  padding: 4px 7px;
}

.session-start-time .yet-start-btn.recording-btn {
  background-color: #003F9E;
  color: #ffffff;
  border: 1px solid #003F9E;
}

.session-start-time .time-session-active {
  color: #AF2020;
  font-style: italic;
  margin: 0;
}

.session-start-time .time-session-active.recording {
  color: #AF2020;
  font-style: italic;
}

.today-sTitle {
  color: #1A1A1A;
  font-weight: 500;
}

.refreshsec {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.refreshsec .new-class {
  background-color: #fff;
  border: 1px solid #449EFF;
  border-radius: 25px;
  color: #449EFF;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
}

.refreshsec .refresh-iocn {
  padding-top: 13px;
  margin-right: 20px;
}

.change-rate .rate-change-text {
  margin: 0 35px;
  padding: 10px 0;
  border: 2px solid #C4C4C4;
  border-radius: 10px;
  color: #FF9B00;
  font-size: 15px;
  font-weight: 500;
}

.change-rate .rate-change-text .change-btn {
  margin-left: 10px;
  color: #449EFF;
  font-weight: 400;
  font-size: 13px;
}

.user-profile-sec .user-info .user-img {
  border: 2px solid #FF9B00;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}

.user-profile-sec .not-verify {
  color: #E8505B;
}

.user-profile-sec .verify {
  color: #4CB666;
}

.view-my-calender .cal-name {
  color: #449EFF;
}

.tab-sec .tab-name-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-sec .tab-name-list .my-list {
  margin-right: 25px;
}

.tab-sec .tab-name-list .my-list .list-a.my-active:after {
  border-bottom: 3px solid #003F9E;
  content: "";
  display: block;
  height: 8px;
  color: #003F9E;
}

.tab-sec .tab-name-list .my-list .list-a.my-active {
  color: #003F9E;
}

.tab-sec .tab-name-list .my-list .list-a {
  color: #626262;
}

.session-date-time .class-time {
  color: #003F9E;
  font-weight: 500;
}

.educator-earning .educator-earning-card {
  background-color: #FFF1EC;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(196, 196, 196, 0.5);
          box-shadow: 0px 1px 1px 1px rgba(196, 196, 196, 0.5);
  border-radius: 10px;
}

.educator-earning .educator-earning-card .title-edu-earning {
  color: #000000;
  font-weight: 500;
  padding: 20px 0;
}

.educator-earning .educator-earning-card .earning-box table tr {
  text-align: left;
}

.educator-earning .educator-earning-card .earning-box table tr .number {
  margin-bottom: 0;
  color: #000000;
  font-weight: 500;
}

.educator-earning .educator-earning-card .earning-box table tr .title {
  margin-bottom: 0;
  color: #626262;
}

.educator-earning .educator-earning-card .earning-box table tr td {
  width: 100px;
  padding: 15px 25px;
}

.copyright-footer {
  background-color: #003F9E;
}

.copyright-footer .copyright {
  color: #ffffff;
  margin: 0;
  padding: 15px 0;
}

.breadcrumbs .breadcrumbs-bg {
  background: linear-gradient(89.59deg, rgba(227, 190, 74, 0.6) -1.21%, rgba(225, 158, 54, 0.6) 99.76%);
  padding: 112px 0;
}

.breadcrumbs .breadcrumbs-bg .bread-title {
  margin-bottom: 10px;
  color: #383843;
  font-weight: 600;
}

.breadcrumbs .breadcrumbs-bg .bread-desc {
  margin: 0;
  color: #383843;
  margin: 0 405px;
}

.tutor-details .tutor-detail-title, .tutor-other-details .tutor-detail-title, .draft-form .tutor-detail-title {
  border-bottom: 1px solid #C4C4C4;
  font-weight: 500;
}

.tutor-details #display, .tutor-other-details #display, .draft-form #display {
  color: #E8505B;
}

.register-form .form-control, .draft-form .form-control, .add-sessions .form-control, .register-tutor .form-control, .question-bank-filters .form-control {
  font-size: 13px;
  background: #F6F6FA;
  border-radius: 6px;
  border: none;
  height: 50px;
}

.register-form .form-control.bg-colr, .draft-form .form-control.bg-colr, .add-sessions .form-control.bg-colr, .register-tutor .form-control.bg-colr, .question-bank-filters .form-control.bg-colr {
  background-color: #c4c4c4;
}

textarea.form-control {
  height: auto !important;
}

.login-form-sec {
  padding: 173px 0;
}

.form-login .login-title {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
}

.form-login .login-title.mob-veri-title {
  color: #003F9E;
}

.form-login .form-control {
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  background: #F6F6FA;
  height: 50px;
}

.form-login input.btn.login-btn {
  padding: 10px;
  width: 100%;
  background-color: #003F9E;
  border-radius: 4px;
  color: #fff;
}

.form-login input.btn.login-btn.verify-btn {
  background-color: #4CB666;
}

select {
  background-image: url(../media/down-arrow.png) !important;
  background-position: calc(100% - 15px) 17px, calc(100% - 20px) 14px, 100% 0 !important;
  background-size: 13px 13px, 13px 13px !important;
  background-repeat: no-repeat !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 20px;
  cursor: pointer;
  background: rgba(196, 196, 196, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  color: #4E5155;
}

.form-file-upload {
  background: rgba(196, 196, 196, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.form-btn {
  background: #4CB666;
  color: #ffffff;
  padding: 5px 10px;
}

.form-btn:hover {
  background-color: transparent;
  border: 1px solid #4CB666;
  color: #4CB666;
}

.form-btn.bank-details-btn {
  background-color: #003F9E;
  border: 2px solid #003F9E;
  padding: 5px 10px;
  min-width: 7rem;
}

.form-btn.bank-details-btn:hover {
  background-color: transparent;
  color: #003F9E;
}

.form-btn.close-btn {
  color: #ffffff;
  background: #AF2020;
  padding: 5px 45px;
  border: 1px solid #AF2020;
}

.img-view img {
  width: 148px !important;
  height: 148px !important;
}

.img-view.img-view-profile .form-file-upload {
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
  margin-right: 50px;
}

.img-view.img-view-profile.promo-video {
  height: auto;
  border-radius: 5px;
  width: 280px;
  background: #F5F5F5;
  text-align: center;
  border: 1px solid #9D9D9D;
}

.img-view.img-view-profile.promo-video .form-file-upload {
  border-radius: 0;
  width: 280px !important;
  height: 150px !important;
  border: 0;
  margin: -7px;
}

.img-view.cover-photo .form-file-upload {
  width: 250px !important;
  height: 100px !important;
  margin-right: 50px;
}

.inst {
  margin-bottom: 0;
  font-size: 15px;
  color: #291843;
}

.btn.sub-btn {
  background-color: #003F9E;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #003F9E;
  min-width: 9rem;
}

.btn.sub-btn:hover {
  background-color: transparent;
  color: #003F9E;
}

.btn.close1-btn {
  background-color: #E8505B;
  color: #ffffff;
  border: 1px solid #E8505B;
  padding: 10px 20px;
  min-width: 9rem;
  margin-right: 10px;
}

.btn.close1-btn:hover {
  background-color: transparent;
  color: #E8505B;
}

.btn.approval-succ {
  background-color: #4CB666;
  color: #ffffff;
  border: 1px solid #4CB666;
  padding: 10px 20px;
  min-width: 9rem;
  margin-right: 10px;
}

.btn.approval-succ:hover {
  background-color: transparent;
  color: #4CB666;
}

.btn.add-another {
  background-color: #756ADE;
  color: #ffffff;
  border: 1px solid #756ADE;
  padding: 10px 20px;
  min-width: 9rem;
  margin-right: 10px;
}

.btn.add-another:hover {
  background-color: transparent;
  color: #756ADE;
}

.avatar-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.avatar-list .list-item {
  margin-right: 10px;
  background-color: #e5ec99;
  padding: 8px;
  cursor: pointer;
}

.avatar-list .list-item .img-avtar {
  width: 50px;
}

.avatar-list .list-item.selected_avtar {
  border: 1px solid #003F9E;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.profile-tab, .bank-details, .other-details {
  cursor: pointer;
  text-decoration: none;
  color: #626262;
}

.profile-tabs .other-details {
  margin: 0 20px;
}

.profile-tabs .other-details.other-det {
  color: #003F9E;
  border-bottom: 2px solid #003F9E;
  font-weight: 500;
}

.profile-tabs .profile-active {
  color: #003F9E;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

.profile-tabs .profile-active::after {
  content: " ";
  display: block;
  border: 1px solid #003F9E;
}

.note-profile {
  color: #E8505B;
  font-weight: 500;
  padding-top: 25px;
}

.bank-details .bank-detail-title {
  border-bottom: 1px solid #C4C4C4;
}

@media only screen and (max-width: 991px) {
  .breadcrumbs .breadcrumbs-bg .bread-desc {
    margin: 0 0;
  }
}

.new-educator {
  text-align: center;
}

.new-educator-login {
  color: #4CB666;
}

.mobile-veri-modal .user-number {
  font-weight: 600;
  color: #000;
}

.mobile-veri-modal .edit-num {
  color: #FF9B00;
  font-weight: 500;
}

.mobile-veri-modal .otp-field {
  color: #686879;
  text-align: center;
  width: 13%;
  padding: 15px;
  background: #F6F6FA 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  border: none;
  outline: none;
  margin: 4px;
}

.mobile-veri-modal .verify-and-pro {
  background-color: #003F9E;
  border-radius: 5px;
  width: 100%;
  margin: 50px 0 15px;
  color: #ffffff;
  font-weight: 500;
}

.mobile-veri-modal .resend-otp {
  color: #FF9B00;
}

.mobile-veri-modal a.veri-termandcon {
  text-decoration: underline !important;
  color: #6B6F7B;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 450px;
  }
  .modal-dialog.modal-lg {
    max-width: 800px;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .row-form .code-col {
    padding-right: 0;
    width: 50%;
    padding: 0;
  }
  .login-modal-popup .google-img {
    right: 20px;
  }
  .mobile-veri-modal .otp-field {
    margin: 1px;
    padding: 10px;
  }
}

.login-radio .form-check-label {
  font-weight: 600 !important;
}

.term-line {
  font-size: 10px;
  text-align: center;
  padding-top: 15px;
  margin: 0;
}

.terms-link {
  color: #003F9E;
  text-decoration: underline;
}

.resend-otp {
  color: #FF9B00;
}

.edu-mob {
  color: #291843;
  font-weight: 500;
}

.register-tutor .form-control[readonly], .question-bank-filters .form-control[readonly] {
  background-color: #E0E0E0;
}

ul#ui-id-1 {
  padding-left: 0;
  border: 1px solid #aaaaaa;
  background: ghostwhite;
  /* display: none; */
  width: 52.5% !important;
  list-style-type: none;
}

ul#ui-id-1 li.ui-menu-item {
  padding: 0 8px;
}

ul#ui-id-1 li.ui-menu-item:hover {
  background-color: #449EFF;
  color: white;
}

@media (max-width: 991px) {
  .login-form-sec .form-login {
    margin-top: 3rem;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  .login-form-sec {
    padding: 142px 0;
  }
}

@media (max-width: 480px) and (min-width: 300px) {
  .login-form-sec {
    padding: 72px 0;
  }
  .otp-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .otp-group .mobile-verify {
    width: 38px !important;
    margin-right: 0 !important;
    height: 38px !important;
  }
}

.heading-title .head-title {
  font-size: 24px;
  color: #1A1A1A;
  font-weight: 600;
  margin-bottom: 10px;
}

.heading-title .sub-desc {
  font-size: 13px;
}

.heading-title .p-title {
  text-transform: capitalize;
  padding-bottom: 0.5rem;
  font-weight: 500;
  border-bottom: 1px solid #c4c4c4;
}

.payout-table thead, .educator-addTopic thead {
  background-color: #E2E5E8;
}

.payout-table tbody, .educator-addTopic tbody {
  background-color: #F9F9FD;
}

.payout-table tbody tr, .educator-addTopic tbody tr {
  color: #626262;
}

.off-days label {
  color: #626262;
}

.off-time .off-time-list {
  list-style: none;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.off-time .off-time-list .off-time-list-item {
  margin-right: 20px;
  margin-bottom: 15px;
  color: #626262;
}

.otp-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.otp-group .mobile-verify {
  width: 49px;
  margin-right: 30px;
  background: #F6F6FA;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  height: 50px;
  text-align: center;
}

.class-detail-box .reg-close {
  text-align: right;
}

.class-detail-box .price-detail-box {
  border-radius: 25px 0px;
}

.class-detail-box .price-detail-box .course-fee {
  padding-top: 18px;
}

.class-detail-box .price-detail-box .price-box-footer {
  padding: 0;
  border: 0;
  background: transparent;
}

.class-detail-box .price-detail-box .price-box-footer .course-fee-btn {
  width: 100%;
  background-color: #4CB666;
  color: #ffffff;
  font-weight: 500;
}

.class-detail-box .price-detail {
  color: #003F9E;
  font-size: 15px;
  font-weight: 600;
}

.class-details .pre-requisite, .class-details .board, .class-details .about-us-class, .class-details .session-title, .class-details .instructor {
  color: #291843;
  font-size: 15px;
  font-weight: 600;
}

.class-details .board-name-btn {
  background-color: #F0F0F0;
  border-radius: 5px;
  color: #757575;
  font-weight: 500;
  padding: 5px 50px;
  margin-bottom: 15px;
}

.tutor-rating .tutor-rate {
  color: #FF9B00;
  font-weight: 600;
}

#accordion .card.job-profile {
  border-radius: 5px;
  margin-bottom: 20px;
}

#accordion .card.job-profile .card-header {
  background-color: #DFDFDF;
}

#accordion .card.job-profile .card-header button.btn {
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}

#accordion .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#accordion [data-toggle="collapse"]:after {
  position: absolute;
  text-align: center;
  right: 18px;
  background-color: transparent;
  color: #949494;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  font-weight: 600;
  top: 18px;
}

#accordion [data-toggle="collapse"].collapsed:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header-session {
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.header-session .session-btn {
  color: #003F9E;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  padding: 15px 10px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  width: 100%;
}

.header-session .session-btn .online-code {
  color: #626262;
  font-size: 13px;
}

.header-session .session-btn .session-time {
  color: #949494;
  font-size: 12px;
}

.header-session h5 {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.instructor-details .name-instructor {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  padding-top: 10px;
}

.instructor-details .name-instructor-edu {
  color: #291843;
  margin-bottom: 10px;
}

.instructor-details .exp-instructor {
  color: #6D7780;
}

.similar-live-class .similar-title {
  color: #291843;
  font-size: 15px;
  font-weight: 600;
}

.ratings-instructor .ratings-title {
  color: #291843;
  font-size: 15px;
  font-weight: 600;
}

.ratings-instructor .ratings {
  color: #6D7780;
}

.ratings-instructor .count-rate {
  color: #FF9B00;
}

.ratings-instructor .list-reviews {
  padding: 0;
}

.ratings-instructor .list-reviews .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C4C4C4;
  padding: 15px 0;
}

.ratings-instructor .list-reviews .reviews .user-review-img {
  margin-right: 20px;
  margin-bottom: 15px;
  width: 83px;
  height: 83px;
}

.ratings-instructor .list-reviews .reviews .name-desc .user-name {
  color: #291843;
  font-weight: 600;
}

.ratings-instructor .more-reviews-btn {
  width: 100%;
  color: #626262;
  font-weight: 500;
}

.enroll-btn {
  background: #4CB666;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  padding: 10px 50px;
  display: inline-block;
  width: 100%;
}

.note-text {
  margin: auto;
  color: #AE6E79;
  padding: 10px 0;
}

.class-text-heading {
  color: #003F9E;
  font-weight: 500;
  font-size: 15px;
}

#classes-session .class-status, #published_session .class-status {
  color: #4E5155;
  font-weight: normal;
  padding: 25px 5px;
  margin-bottom: 0;
  float: right;
  font-size: 14px;
  color: #AE6E79;
  position: absolute;
  right: 0;
  top: 0;
}

#classes-session .class-status.class-rs, #published_session .class-status.class-rs {
  color: #FF9B00;
}

#classes-session .cls-session-card, #published_session .cls-session-card {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#classes-session .cls-session-card.ended, #published_session .cls-session-card.ended {
  background-color: #F6F6FA;
}

#classes-session .cls-session-card.active-acc, #published_session .cls-session-card.active-acc {
  background-color: #F6F6FA;
}

#classes-session .cls-session-card .go-to-class, #published_session .cls-session-card .go-to-class {
  font-weight: 400;
  background-color: #4CB666;
  color: white;
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 5px;
}

#classes-session .collapse.show, #published_session .collapse.show {
  background-color: #ffffff;
}

#classes-session .additional-button .btn, #published_session .additional-button .btn {
  font-weight: 500;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px;
  min-width: 7rem;
  margin: 5px 5px 5px 0;
}

#classes-session .additional-button .btn.btn-blue, #published_session .additional-button .btn.btn-blue {
  background-color: #449EFF;
}

#classes-session .additional-button .btn.btn-violet, #published_session .additional-button .btn.btn-violet {
  background-color: #003F9E;
}

.blue-colr {
  color: #449EFF;
  font-weight: 500;
}

@media (max-width: 991px) {
  .session-details-col {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .header-session .session-btn {
    width: 75%;
  }
}

.upcoming-classes .upcoming-classes-card {
  padding: 0;
  border-bottom-right-radius: 25px;
}

.upcoming-classes .upcoming-classes-card img.card-img-custom {
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}

.upcoming-classes .upcoming-classes-card .upcoming-card-title {
  color: #003F9E;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}

.upcoming-classes .upcoming-classes-card .upcoming-card-title.live-detail-title {
  color: #003F9E;
}

.upcoming-classes .upcoming-classes-card .edu-info-list {
  color: #948ba1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  list-style: none;
}

.upcoming-classes .upcoming-classes-card .edu-info-list li {
  margin-right: 6px;
}

.upcoming-classes .upcoming-classes-card .classes-date {
  color: #003F9E;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 500;
}

.upcoming-classes .upcoming-classes-card .real-price {
  color: #003F9E;
  font-weight: 500;
  font-size: 15px;
}

.upcoming-classes .upcoming-classes-card .tech-name, .upcoming-classes .upcoming-classes-card .tech-edu {
  color: #291843;
  margin-bottom: 0;
}

.upcoming-classes .upcoming-classes-card .up-classes-footer {
  background: #FF9B00;
  border-radius: 25px 0px;
  padding: 0;
  border-bottom-right-radius: 25px !important;
  border-top-left-radius: 25px !important;
  border-top: 0;
}

.upcoming-classes .upcoming-classes-card .up-classes-footer .up-classes-btn {
  width: 100%;
  color: #ffffff;
}

.draft-btn {
  background-color: #ffffff;
  border: 1px solid #4CB666;
  width: 100%;
  color: #4CB666;
  font-weight: 600;
}

.btn-orange {
  background-color: #FF9B00;
}

.btn-orange.view-batch {
  background-color: transparent;
  border: 1px solid #003F9E;
  color: #003F9E !important;
}

.btn-red {
  background-color: #E8505B;
}

.btn-red.go-to-class {
  background-color: #4CB666;
}

.session-empty-tab .not-sessions {
  background: rgba(196, 196, 196, 0.3);
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
}

.blue-btn {
  background-color: #003F9E;
  color: #ffffff;
  padding: 6px 40px;
  font-size: 13px;
  font-weight: 600;
}

.view-batch {
  background-color: transparent;
}

.back-to-page {
  color: #003F9E;
}

.student-enrolled .enrolled-student {
  color: #003F9E;
  font-size: 15px;
  font-weight: 500;
}

.student-enrolled .table tbody {
  background-color: #F9F9FD;
  color: #9C9CA1;
}

.change-rate .one-2-session-rate .one-2-title {
  font-size: 24px;
  font-weight: 500;
  color: #003F9E;
}

.change-rate .rate-fill {
  background: #F6F6FA;
  border-radius: 6px;
  border: 0;
  height: 50px;
}

.change-rate .rate-sub-btn {
  background-color: #003F9E;
  color: #ffffff;
}

.change-rate .modal-header1 {
  padding: 15px 15px;
}

.change-rate .modal-header1 .close {
  font-weight: normal;
  font-size: 34px;
  color: gray;
}

.orange-cl {
  color: #FF9B00;
  border: 2px solid #FF9B00;
}

.day-with-date-box:hover, .day-with-date-box:active {
  background: #ffffff;
  border: 1px solid #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.day-with-date-box.active-date {
  border: 1px solid #FF9B00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-color: rgba(236, 163, 15, 0.22);
  font-weight: 700;
}

.add-sessions .modal-dialog {
  max-width: 1100px;
}

.add-sessions .new-session-title {
  font-size: 15px;
  color: #3B4045;
  margin-bottom: 0;
  font-weight: 600;
}

.add-sessions .add-assignment {
  font-size: 15px;
  color: #626262;
}

.add-sessions .add-session-list {
  padding-left: 10px;
}

.add-sessions .add-session-list .add-session-item {
  padding-top: 10px;
}

.remove-session {
  color: #E8505B;
  font-weight: 600;
  margin-left: 10px;
  cursor: pointer;
}

.discard-session-btn {
  border: 1px solid #E8505B;
  background-color: #E8505B;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 13px;
  margin-right: 10px;
}

.discard-session-btn:hover {
  background-color: transparent;
  color: #E8505B;
}

.create-session-btn {
  border: 1px solid #4CB666;
  background-color: #4CB666;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 13px;
}

.create-session-btn:hover {
  background-color: transparent;
  color: #4CB666;
}

.create-session-btn.update-session {
  background-color: #003F9E;
  border: 1px solid #003F9E;
}

.create-session-btn.update-session:hover {
  background: transparent;
  color: #003F9E;
}

.mark-filter select {
  background-position: calc(100% - 15px) 12px, calc(100% - 20px) 14px, 100% 0 !important;
}

.close-btn {
  padding: 10px 25px;
  background-color: #ffffff;
  color: #003F9E;
  margin-right: 15px;
  border: 1px solid #003F9E;
}

.table-col {
  text-align: center;
}

.table-col .day-name {
  color: #291843;
  font-weight: 500;
  margin-bottom: 5px;
}

.table-col .day-of-date {
  color: #828282;
  margin-bottom: 5px;
  font-weight: 400;
}

.table-col .table-bordered {
  border-collapse: separate;
  border-spacing: 15px;
}

.table-col .table-bordered td {
  border: none;
  background: #F0F0F0;
  border-radius: 5px;
  color: #757575;
}

.table-col .table-bordered td.g-active {
  background-color: #4CB666;
  color: #ffffff;
  font-weight: 500;
}

.table-col .time-tab {
  cursor: pointer;
}

.time-schedule-btn {
  background-color: #003F9E;
  color: #ffffff;
  font-weight: 500;
  padding: 5px 50px;
}

.time-schedule .slick-prev:before, .time-schedule .slick-next:before {
  color: #291843;
}

.time-schedule button.slick-prev.slick-arrow {
  background: transparent;
  left: 36px;
  top: 52px;
  z-index: 1;
}

.time-schedule button.slick-next.slick-arrow {
  background: transparent;
  right: 36px;
  top: 52px;
}

.time-schedule .slick-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 25px;
  font-weight: 600;
}

.time-schedule .slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 25px;
  font-weight: 600;
}

.month-calender .upper-row .select-month .select-month-cal {
  border-radius: 3px;
  padding: 0 35px 0 11px;
  height: 47px;
}

.month-calender .upper-row .today-date .today-date-btn {
  background-color: transparent;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #000000;
  font-weight: 400;
}

.month-calender .date-slider a:hover {
  text-decoration: none;
}

.month-calender .date-slider .day-with-date-box {
  text-align: center;
}

.month-calender .date-slider .day-with-date-box .week-date {
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}

.month-calender .date-slider .day-with-date-box .week-day {
  margin-bottom: 5px;
}

.month-calender .date-slider .slick-prev:before {
  content: url(../media/left-arrow.png);
}

.month-calender .date-slider .slick-next:before {
  content: url(../media/right-arrow.png);
}

.month-calender .date-slider .slick-prev.slick-arrow, .month-calender .date-slider .slick-next.slick-arrow {
  display: block !important;
}

.slider-container {
  max-width: 55vw;
  width: 100%;
}

.slider-myschedule {
  max-width: 79vw;
  width: 100%;
}

.available-slots-sec .available-slots-title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.available-slots-sec .available-slots-title-line .title {
  color: #003F9E;
  font-weight: 500;
  font-size: 15px;
  margin-right: auto;
}

.available-slots-sec .available-slots-title-line .slots-instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.available-slots-sec .available-slots-title-line .slots-instructions .ins-box {
  margin-right: 20px;
}

.available-slots-sec .available-slots-title-line .slots-instructions .ins-box .ins-sq {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
}

.available-slots-sec .available-slots-title-line .slots-instructions .ins-box .color-green {
  background-color: #4CB666;
}

.available-slots-sec .available-slots-title-line .slots-instructions .ins-box .color-blue {
  background-color: #003F9E;
}

.available-slots-sec .available-slots-title-line .slots-instructions .ins-box .color-lgt-purple {
  background-color: #B67BF0;
}

.available-slots-sec .available-slots-title-line .slots-instructions .ins-box .color-butfly-blue {
  background-color: #449EFF;
}

.available-slots-sec .available-slots-title-line .slots-instructions .ins-box .color-white {
  border: 1px solid #626262;
}

.available-slots-sec .book-slots .list-slots {
  list-style: none;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.available-slots-sec .book-slots .list-slots .slots-item {
  margin-bottom: 15px;
}

.available-slots-sec .pretty.p-default input:checked ~ .state.available121 label:after {
  background-color: #4CB666 !important;
}

.available-slots-sec .pretty.p-default input:checked ~ .state.booked121 label:after {
  background-color: #003F9E !important;
}

.available-slots-sec .pretty.p-default input:checked ~ .state.booked-course label:after {
  background-color: #B67BF0 !important;
}

.available-slots-sec .pretty.p-default input:checked ~ .state.new-selected label:after {
  background-color: #449EFF !important;
}

.available-slots-sec .pretty.p-default input:checked ~ .state.unavailable label:after {
  background-color: #ffffff !important;
}

.available-slots-sec .save-btn {
  background-color: #003F9E;
  color: #ffffff;
  border: 2px solid #003F9E;
  padding: 5px 55px;
  border-radius: 5px;
  margin-right: 10px;
  font-weight: 600;
}

.available-slots-sec .save-btn.next {
  padding: 5px 30px;
}

.available-slots-sec .save-btn:hover {
  background-color: transparent;
  color: #003F9E;
}

.available {
  color: #4CB666;
}

.image-holder {
  height: 140px;
  position: relative;
  /* width: 98.5px; */
  border: 2px solid #999999;
  border-radius: 0.4rem;
  padding: 0.1rem;
  float: left;
}

.image-holder.pp-img {
  /* border: none; */
  border: 1px solid #ff9b00;
  border-radius: 50%;
}

.image-holder.pp-img img {
  border-radius: 50%;
}

.image-holder img {
  height: 100%;
  width: 100%;
}

.upload-chnage {
  position: absolute;
  left: 15px;
  bottom: -50px;
  border: 1px solid #818181;
  padding: 5px 26px;
  margin: 15px 0 0 0;
  border-radius: 5px;
  color: #818181;
}

.upload-chnage.side-button {
  position: initial;
  margin: 7px 0 15px 0;
}

.upload-chnage.quest-opt {
  position: initial;
  margin: 0;
  padding: 2px 10px;
}

.profile-avatar-images img.p-avatar {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}

.profile-avatar-images img.p-avatar.active {
  padding: 0.5px;
  border: 2px solid #449eff;
}

.small-font {
  font-size: 10px;
  letter-spacing: 0.5px;
}

.note-session.active {
  color: #AF2020;
}

.red-colr {
  color: #E8505B;
}

.g-colr {
  color: #4CB666;
}

#short_description, #short_description1 {
  height: 170px;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  font-size: 13px;
  margin-right: 10px;
  font-weight: 500;
  padding: 10px 20px;
}

.btn.published {
  padding: 10px;
  font-size: 15px;
}

.btn.success-btn-clr {
  border: 1px solid #4CB666;
  color: #4CB666;
}

.btn.success-btn-clr:hover {
  background-color: #4CB666;
  color: #ffffff;
}

.btn.cancel-btn {
  border: 1px solid #E8505B;
  color: #E8505B;
}

.btn.cancel-btn:hover {
  background-color: #E8505B;
  color: #ffffff;
}

.symbol-box {
  border-radius: 0 6px 6px 0 !important;
}

#AssignList, #ToolsList {
  padding-top: 1rem;
}

#AssignList > div, #ToolsList > div {
  margin-bottom: 0.5rem;
}

#AssignList .remove-assignment, #ToolsList .remove-assignment {
  font-size: 13px;
  border: none;
  color: #E8505B;
  font-weight: 500;
  padding: 0;
  margin-left: 15px;
}

.approved-session {
  background-color: #ECECEC;
}

#credentialmodal .modal-body.cred-modal-body label {
  margin-bottom: 0;
}

#credentialmodal .modal-body.cred-modal-body .form-control {
  font-size: 13px;
}

#credentialmodal .modal-body.cred-modal-body select {
  background-position: calc(100% - 15px) 10px, calc(100% - 20px) 14px, 100% 0 !important;
}

.card .status {
  font-size: 10px;
  margin-bottom: 0;
}

.add-blue {
  color: #449EFF !important;
}

.add-danger {
  color: #AF2020 !important;
}

.add-suspend {
  color: #FF9B00 !important;
}

.on-going {
  color: #4CB666;
}

.disabled-submit {
  color: #c4c4c4;
}

.pre-wrap {
  white-space: pre-wrap;
}

.time-show {
  margin: auto;
  font-size: 14px;
}

.time-show #countdown-title {
  font-weight: 600;
}

.time-show #meeting-countdown {
  font-weight: 600;
}

.time-show .start-session {
  color: #4CB666;
}

.bootstrap-select button.dropdown-toggle {
  background-image: url(/static/employee_app/media/admin-management/select-arrow.png) !important;
  background-position: calc(100% - 15px) 17px, calc(100% - 20px) 14px, 100% 0 !important;
  background-size: 13px 13px, 13px 13px !important;
  background-repeat: no-repeat !important;
  -webkit-appearance: none !important;
  height: 50px;
  background: white;
  line-height: 2.5;
  color: #495057;
  font-size: 13px;
  -moz-appearance: none !important;
}

.bootstrap-select button.dropdown-toggle:after {
  content: none;
}

.modal.display-msge .modal-content {
  border: 1px solid #4CB666;
}

.modal.display-msge .modal-content .modal-header1 button {
  padding: 15px;
  color: #AF2020;
  font-weight: 400;
  opacity: 1;
}

.modal.display-msge .modal-content .modal-body {
  text-align: center;
  padding-top: 0;
  padding-right: 30px;
}

.modal.display-msge .modal-content .modal-body .title {
  color: #4CB666;
  margin-bottom: 0;
}

.modal.display-msge .modal-content .modal-body .btn {
  border: 1px solid #4CB666;
  background: #4CB666;
  color: #ffffff;
  min-width: 7rem;
  padding: 8px;
  margin: 20px;
}

.modal.display-msge .modal-content .modal-body .btn:hover {
  background: transparent;
  color: #4CB666;
}

.spinner {
  width: 35px;
  height: 35px;
  margin: auto;
  background-color: #003F9E;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.edit {
  color: #449EFF;
}

.edit:hover {
  color: #449EFF;
  text-decoration: underline;
}

.remove {
  color: #AF2020;
}

.remove:hover {
  color: #AF2020;
  text-decoration: underline;
}

.success {
  color: #4CB666;
}

.success:hover {
  color: #4CB666;
  text-decoration: underline;
}

.q-status {
  font-size: 12px;
}

.q-status.pending {
  color: #FF9B00;
}

.q-status.approval {
  color: #449EFF;
}

.q-status.approved {
  color: #4CB666;
}

.q-status.disabled {
  color: #AF2020;
}

.diff-level span {
  display: inline-block;
  width: 30px;
  height: 15px;
  border-radius: 8px;
  margin-right: 15px;
  vertical-align: middle;
}

.diff-level span.easy {
  background-color: #4CB666;
}

.diff-level span.medium {
  background-color: #FF9B00;
}

.diff-level span.hard {
  background-color: #AF2020;
}

.question-bank-filters p.qb-title-name {
  margin-bottom: 10px;
  font-size: 24px;
}

.question-bank-filters hr.heading-decoration {
  margin-top: 0;
}

.question-bank-filters a.add-topic-link {
  text-decoration: none;
}

.question-bank-filters a.add-topic-link span {
  border: 1px solid #000000;
  color: #000000;
  background-color: #ECECEC;
  font-weight: 500;
  line-height: 8;
  padding: 10px 20px;
  border-radius: 20px;
}

.question-bank-filters a.add-topic-link span:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 5px rgba(1, 1, 1, 0.8);
          box-shadow: 1px 1px 5px rgba(1, 1, 1, 0.8);
}

.question-bank-filters .add-question.series-listing-qpaper {
  position: absolute;
  top: 0;
  right: 15px;
  font-weight: 500;
}

.question-bank-filters .add-question.series-listing-qpaper a.add-question-link span {
  border: 1px solid #4CB666;
  color: #4CB666;
}

.question-bank-filters .add-question.series-listing-qpaper a.add-question-link span:hover {
  background: #4CB666;
  color: #ffffff;
}

.question-bank-filters .add-question a.add-question-link {
  text-decoration: none;
}

.question-bank-filters .add-question a.add-question-link span {
  border: 1px solid #449EFF;
  color: #449EFF;
  border-radius: 100px;
  padding: 15px 25px;
}

.question-bank-filters .add-question a.add-question-link span:hover {
  color: #ffffff;
  background-color: #449EFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.question-bank-filters .add-question a.add-question-link span.pending-link {
  border: 1px solid #FD7D4D;
  color: #FD7D4D;
}

.question-bank-filters .add-question a.add-question-link span.pending-link:hover {
  background-color: #FD7D4D;
  color: #ffffff;
}

.question-bank-filters .add-question a.add-question-link span.bulk-upload {
  border: 1px solid #4CB666;
  color: #4CB666;
}

.question-bank-filters .add-question a.add-question-link span.bulk-upload:hover {
  background: #4CB666;
  color: #ffffff;
}

.question-bank-filters .card.q-bank {
  border: none;
}

.question-bank-filters .card.q-bank p.question-no {
  font-weight: 500;
  margin-bottom: 0;
}

.question-bank-filters .card.q-bank p.question-no span.left {
  color: #000000;
}

.question-bank-filters .card.q-bank p.question-no span.right {
  float: right;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content {
  border-radius: 8px;
  border: 2px solid #FF9B00;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content p.ans, .question-bank-filters .card.q-bank .card-body.q-bank-content p.qstn, .question-bank-filters .card.q-bank .card-body.q-bank-content p.explanation {
  margin-bottom: 5px;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content .image-box {
  width: 250px;
  height: 180px;
  border: 1px solid #F6F6FA;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content .image-box.box-option {
  height: 140px;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content .image-box.box-option img.question-img {
  height: 140px;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content .image-box img.question-img {
  width: 248px;
  height: 178px;
  padding: 5px;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content ul.options {
  margin: 20px 0;
  list-style: none;
  padding-left: 15px;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content ul.options li {
  margin-bottom: 15px;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content .edit-ques a, .question-bank-filters .card.q-bank .card-body.q-bank-content .delete-ques a {
  color: #626262;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content .edit-ques img.card-icon, .question-bank-filters .card.q-bank .card-body.q-bank-content .delete-ques img.card-icon {
  width: 30px;
  height: 30px;
}

.question-bank-filters .card.q-bank .card-body.q-bank-content .edit-ques span, .question-bank-filters .card.q-bank .card-body.q-bank-content .delete-ques span {
  margin-left: 15px;
}

.question-bank-filters .question-create .saved-data {
  font-size: 13px;
  padding: 15px;
  border: 1px solid transparent;
  height: 200px;
  overflow: auto;
  background: #e0e0e0;
}

.question-bank-filters .question-create .saved-data::-webkit-scrollbar {
  width: 5px;
}

.question-bank-filters .question-create .saved-data::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

.question-bank-filters .question-create img.option-save-img {
  width: 200px;
  height: 164px;
}

.question-bank-filters .question-create .option .option-no {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  color: #000000;
}

.question-bank-filters .question-create .option .option-no label {
  color: #000000;
}

.question-bank-filters .question-create .question-label span {
  color: #000000;
  font-weight: 500;
}

.question-bank-filters .question-create textarea.custom-textarea {
  width: 100%;
  height: auto;
}

.question-bank-filters .question-create .question-image-holder {
  position: relative;
  width: 100%;
  height: 150px;
  background: rgba(196, 196, 196, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.question-bank-filters .question-create .question-image-holder.option-img {
  margin-bottom: 0.5rem;
  width: 170px;
  height: 170px;
}

.question-bank-filters .question-create .question-image-holder.option-img img.thumb-image {
  width: 100%;
  height: 100%;
}

.question-bank-filters .question-create .question-image-holder img.prev-img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}

.question-bank-filters .question-create .question-image-holder img.thumb-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.question-bank-filters .question-create .note-text {
  font-size: 13px;
  padding: 10px;
  color: #626262;
  position: absolute;
  bottom: -54px;
  left: 148px;
}

.question-bank-filters .question-create .note-text.option-note-text {
  position: initial;
}

.question-bank-filters .question-create .add-more-option {
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 0.25rem;
  background: #FF9B00;
  border: 1px solid #FF9B00;
}

.question-bank-filters .question-create .add-more-option:hover {
  background-color: #FFFFFF;
  border: 1px solid #FF9B00;
  color: #FF9B00;
}

.question-bank-filters .t-topic {
  text-decoration: none;
}

.question-bank-filters .t-topic .question-topic {
  font-size: 15px;
  color: #626262;
  padding: 10px 20px;
  border-bottom: 2px solid #626262;
  margin-right: 15px;
  float: left;
  min-width: 9.3rem;
  text-align: center;
}

.question-bank-filters .t-topic .question-topic.active {
  color: #003F9E;
  border-bottom: 2px solid #003F9E;
  -webkit-box-shadow: inset 0px -7px 7px 3px rgba(1, 1, 1, 0.11);
          box-shadow: inset 0px -7px 7px 3px rgba(1, 1, 1, 0.11);
}

.question-bank-filters .t-topic .question-topic:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: inset 0px -7px 7px 3px rgba(1, 1, 1, 0.11);
          box-shadow: inset 0px -7px 7px 3px rgba(1, 1, 1, 0.11);
}

.dataTables_wrapper .dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}

.dataTables_wrapper .dataTables_length select {
  padding: 3px 38px 3px 3px !important;
  background-image: none !important;
  -webkit-appearance: listbox !important;
}

.dataTables_wrapper .dataTables_scrollBody {
  border-bottom: 1px solid #dee2e6 !important;
}

.dataTables_wrapper #dataTable_paginate {
  margin-top: 20px;
}

.dataTables_wrapper #dataTable_paginate .paginate_button {
  border: 1px solid #dadada;
  border-radius: 5px 0 0 5px;
}

.dataTables_wrapper #dataTable_paginate .paginate_button.next {
  border-radius: 0 5px 5px 0;
}

.dataTables_wrapper #dataTable_paginate .paginate_button.current {
  border-radius: 0;
  background: #003F9E !important;
  color: #ffffff !important;
}

table.d-table thead tr th {
  border-bottom: none;
}

table.d-table tbody tr {
  background-color: #F6F6FA !important;
}

table.d-table tbody tr td {
  padding: 15px 19px 15px 17px !important;
}

.custom-editor-height .ql-snow.ql-toolbar {
  background: linear-gradient(45deg, #00000042, transparent);
}

.custom-editor-height .ql-snow.ql-container {
  height: auto;
  background: #ffffff;
}

.custom-editor-height .ql-snow.ql-container.option, .custom-editor-height .ql-snow.ql-container.explain {
  min-height: 108px;
}

.custom-editor-height .ql-snow.ql-container.option .ql-editor, .custom-editor-height .ql-snow.ql-container.explain .ql-editor {
  min-height: 107px;
}

.custom-editor-height .ql-snow.ql-container.question {
  min-height: 200px;
}

.custom-editor-height .ql-snow.ql-container.question .ql-editor {
  min-height: 199px;
}

.position-absolute {
  position: absolute;
}

.card.qp-detail-card {
  border: transparent;
  background: #4CB666;
  color: #ffffff;
  font-weight: 600;
  -webkit-box-shadow: 3px 4px 4px 1px #c4c4c4;
          box-shadow: 3px 4px 4px 1px #c4c4c4;
}

.card.qp-detail-card .card-body .details-text {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.load-more {
  font-size: 12px;
  color: #FF9B00;
}

.load-more:hover {
  color: #4CB666;
}

.card.series-card, .card.series-question-listing-card {
  border: 1px solid #F6F6FA;
  margin: 10px 0;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(196, 196, 196, 0.5);
          box-shadow: 1px 1px 1px 1px rgba(196, 196, 196, 0.5);
  border-radius: 10px;
}

.card.series-card .card-body, .card.series-question-listing-card .card-body {
  padding: 0.8rem;
}

.card.series-card .card-body .series-title, .card.series-question-listing-card .card-body .series-title {
  font-size: 18px;
  color: #003F9E;
  font-weight: 500;
}

.card.series-card .card-body .series-detail, .card.series-question-listing-card .card-body .series-detail {
  color: #626262;
  font-weight: 500;
}

.card.series-card .card-body .series-status, .card.series-question-listing-card .card-body .series-status {
  position: absolute;
  top: 13px;
  right: 16px;
}

.card.series-card .card-body .series-status.approved_img::before, .card.series-question-listing-card .card-body .series-status.approved_img::before {
  content: url(../media/approved.png);
  margin-right: 10px;
}

.delete-ques > a {
  color: #626262;
}

/* pagination styling */
.pagination_section {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* pagination styling */
}

.pagination_section a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border: 1px solid #ddd;
  /* pagination hover effect on active*/
  /* pagination hover effect on non-active */
}

.pagination_section a.active {
  background-color: #003F9E;
  color: white;
}

.pagination_section a:first-child, .pagination_section a:last-child {
  font-weight: bold;
}

.pagination_section a:hover:not(.active) {
  background-color: #ECECEC;
  color: #000000;
}
/*# sourceMappingURL=style.css.map */