/** login page css **/

:root {
  --background-dark: #191a21;
  --color-primary: #9e26ff;
  --color-secondary: #6c757d;
  --color-success: #26cbff;
  --color-info: #0dcaf0;
  --color-warning: #ffc107;
  --color-danger: #ff5353;
  --color-light: #ffffff;
  --color-light-sec: #56586d;
  --color-light-dark: #7b7c8a;
  --color-dark: #0d0d14;
  --text-light: #f9f9fb;
  --border-dark: #3a3c51;
  --grey-color: #262836;
  --color-buttons: #b559ff;
  --color-blue: #4d0ac2;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pr-0 {
  padding-right: 0 !important;
}

.mb-3 {
  margin-bottom: 20px;
}

.pl-0 {
  padding-left: 0 !important;
}

.text-right {
  text-align: right;
}

video {
  width: 100%;
  height: auto !important;
}

.text-light {
  color: var(--color-light) !important;
}

a:hover,
a:hover {
  text-decoration: underline;
}

body {
  font-family: "Nunito Sans" !important;
  overflow-x: hidden;
}

.navbar-light .navbar-brand {
  margin: 0;
}

.mr-16 {
  margin-right: 16px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.float-right {
  float: right;
}

.login-main-wrapper p,
.register-main-wrapper p,
.forgot-main-wrapper p {
  color: var(--color-light);
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.login-main-wrapper,
.register-main-wrapper,
.forgot-main-wrapper {
  max-width: 500px;
  width: 100%;
}

.form-check-input {
  width: 18px;
  height: 18px;
  background-color: rgba(23, 24, 49, 0.2);
  border: 1px solid #e4e5ea;
  margin: 3px;
}

.login-form-area .form-group label.white_color,
.register-form-area .form-group label.white_color,
.forgot-form-area .form-group label.white_color {
  color: var(--color-light);
}

.register-footer-wrapper a,
.login-main-wrapper a {
  color: var(--color-primary);
}

.checkbox_group label.form-check-label {
  margin-left: 4px;
  top: -1px;
  position: relative;
}

.register-form-area .checkbox_group label.form-check-label {
  top: 3px;
}

.checkbox_group label.form-check-label.white_color a {
  color: var(--color-primary);
  text-decoration: underline;
}

.btn.btn_submit {
  width: 76px;
  height: 48px;
  border-radius: 8px;
  padding: 10px 8px;
  background: var(--color-primary);
  margin: 0;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  transition: ease all 0.2s;
  letter-spacing: 0.05em;
}

.btn.btn_submit:hover,
.btn.btn_submit:focus {
  color: var(--color-primary);
  background: var(--color-light);
}

.register-main-wrapper .btn.btn_submit {
  width: 95px;
}

.login-footer-wrapper,
.register-footer-wrapper,
.forgot-footer-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

h5.login-footer-links,
h5.register-footer-links,
h5.forgot-footer-links {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: var(--color-light);
  margin: 0;
}

h5.login-footer-links a,
h5.register-footer-links a h5.forgot-footer-links a {
  color: var(--color-primary);
}

p.large {
  font-size: 16px;
}

p.large2 {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}

p.large3 {
  font-size: 18px;
}

.sucess_msg_full {
  max-width: 100%;
}

.new_password .btn.btn-primary.btn_submit {
  width: auto;
  padding: 0 16px;
}

.link_content,
.link_content:hover,
.link_content:focus {
  color: var(--color-primary);
}

@media screen and (max-width: 1366px) {
  .login-main-wrapper,
  .register-main-wrapper {
    margin: 50px 0 0;
  }
}

/** end login css **/

/** register css **/

.register-form-area .checkbox_group input.form-check-input {
  margin-top: 15px;
}

/** mobile **/

@media (max-width: 575px) {
  .navbar-brand img {
    width: 100px;
  }

  .navbar .container-fluid {
    padding: 0;
  }

  .navbar-links .navr-links {
    font-size: 11px;
    line-height: normal;
    margin: 0 20px 0 0;
  }

  .navbar-links .navr-links:last-child {
    margin-right: 0;
  }

  .login-caption .title,
  .register-caption .title,
  .forgot-caption .title {
    font-size: 25px;
  }

  .login-main-wrapper,
  .register-main-wrapper,
  .forgot-main-wrapper {
    padding: 0 5px;
  }

  .checkbox_group .col-sm-9 {
    position: relative;
  }

  .register-form-area .checkbox_group input.form-check-input {
    margin-top: 12px;
    position: absolute;
    left: 15px;
    top: 0;
  }

  .register-form-area .checkbox_group label.form-check-label {
    top: 3px;
    padding-left: 30px;
    line-height: normal;
    font-size: 13px;
  }

  .register-main-wrapper .btn.btn_submit {
    margin-top: 30px;
  }

  h5.login-footer-links,
  h5.register-footer-links,
  h5.forgot-footer-links {
    font-size: 15px;
  }

  p.large {
    font-size: 14px;
  }
}

/** edited css 29-march-22 **/

.profile-drop .item ul li:last-child {
  border-top: solid #434557 1px;
}

.profile-drop .item ul li a svg {
  margin-right: 11px;
  width: 22px;
  text-align: left;
  position: relative;
  top: -1px;
}

/** edited css 29-march-22 **/

.overflow_scroll .aside-content-wrapper {
  height: calc(100vh - 65px);
  overflow: auto;
}

.overflow_scroll .wrapper.with_footer .aside-content-wrapper {
  overflow: auto;
  position: relative;
  height: calc(100vh - 144px);
}

.top_profile_section {
  border-bottom: solid #434557 1px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.top_profile_section img[alt="avtars"] {
  max-width: 160px;
  border-radius: 100%;
  height: 160px;
  object-fit: cover;
  min-width: 160px;
}

.profile-information-blog {
  background: var(--grey-color);
  padding: 40px 64px;
  max-width: 734px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
}

.profile-drop .item ul li:last-child {
  border-top: solid #434557 1px;
}

.profile-drop .item ul li a svg {
  margin-right: 11px;
  width: 22px;
  text-align: left;
  position: relative;
  top: -1px;
}

.progress_bar .post p,
.progress_bar .rookie p {
  font-size: 12px;
  margin: 0;
  color: var(--color-light);
  line-height: 18px;
  margin-bottom: 2px;
}

.btn__badge {
  right: 12px;
}

.item.dropdown .btn__badge {
  right: 4px;
}

.reward_btn .item .dropdown-toggle::after {
  content: none;
}

.profile-information-blog h5 {
  color: var(--text-light);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 24px 0;
  display: block;
}

.profile-information-blog img.flex-shrink-0 {
  margin-right: 32px;
}

.profile-information-blog p {
  color: var(--color-light-dark);
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.buttons.profiles {
  position: relative;
}

.top_profile_section .buttons.profiles {
  justify-content: center;
  flex-direction: inherit;
}

.buttons.profiles input[type="file"] {
  width: 135px;
  background: var(--color-primary);
  color: var(--text-light);
  height: 48px;
  border-radius: 8px;
  margin-right: 10px;
  display: none;
}

.buttons.profiles input {
  opacity: 0;
  visibility: hidden;
}

.buttons.profiles label {
  background: var(--color-primary);
  color: var(--text-light);
  width: 145px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 10px;
}

.buttons.profiles button,
.buttons.profiles a {
  border: none;
  min-width: 86px;
  height: 48px;
  border-radius: 8px;
  color: var(--color-primary);
  background: transparent;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
  border: solid var(--color-primary) 1px;
  padding: 0 16px;
}

.buttons.profiles button.default_btn {
  background: var(--color-primary);
  color: var(--text-light);
  margin-right: 10px;
}

div.buttons a.default_btn {
  min-width: 86px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
  border: solid var(--color-primary) 1px;
  padding: 0 16px;
  background: var(--color-primary);
  color: var(--text-light);
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-decoration: none;
}

.form_section label.control-label {
  color: var(--color-light-dark);
  font-size: 14px;
  line-height: 21px;
}

.form_section .form-control {
  border: 1px solid #3a3c51;
  background-color: transparent;
  padding: 5px 16px;
  border-radius: 8px;
  color: var(--color-light);
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  font-weight: 300;
}

.form_section .form-control:focus,
.form_section .form-control:hover {
  border-color: var(--color-primary);
}

.disable_field {
  position: relative;
}

.disable_field svg {
  position: absolute;
  right: 10px;
  top: 14px;
  right: 16px;
}

.form_section .form-control[disabled] {
  background: var(--border-dark);
  border-color: #434557;
  color: var(--color-light-dark);
  padding: 5px 40px 6px 16px;
}

.form_section .form-control.flag {
  background-image: url(../img/flag.png);
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 54px;
  background-size: 22px 16px;
}

span.doller_sign {
  position: absolute;
  left: 22px;
  top: 10px;
}

span.doller_sign svg {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
}

.form_section .form-control.dollor {
  padding-left: 48px;
}

.form_section hr {
  background: var(--color-light-dark);
  margin: 25px 0;
}

.buttons.profiles button.delete_btn {
  color: var(--color-danger);
  border-color: var(--color-danger);
}

.buttons.profiles a.delete_btn {
  color: var(--color-danger);
  border-color: var(--color-danger);
  display: inline-block;
  line-height: 46px;
  text-decoration: none;
}

.form_section .buttons button {
  margin-right: 10px;
}

.profile_default {
  width: 160px;
  height: 160px;
  background: rgba(69, 183, 149, 0.2);
  border-radius: 100%;
  margin-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.profile_default img {
  max-width: 100%;
  width: auto;
}

#change_password .modal-dialog {
  max-width: 560px;
}

.field_with_icon {
  position: relative;
}

/* .field_with_icon span.toggle-password {
    color: var(--color-light);
    position: absolute;
    right: 16px;
    top: 43px;
    width: auto;
} */

.field_with_icon span.toggle-password svg.eye_open {
  margin-top: -1px;
}

.eye_close {
  display: none;
}

.fa-eye-slash .eye_close {
  display: block;
  position: relative;
  top: 3px;
}

.fa-eye-slash .eye_open {
  display: none;
}

.toggle-password::before {
  display: none;
}

#change_password form.feedback_form input {
  color: var(--color-light);
}

#change_password .modal-footer {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: -15px;
  margin-bottom: 24px;
  padding-bottom: 0;
}

span.password_guide {
  color: var(--color-light-dark);
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  display: block;
  margin-top: 3px;
}

#password_saved .modal-dialog.modal-dialog-centered.modal-md {
  max-width: 325px;
}

#password_saved .btn {
  background: var(--color-primary);
  color: var(--color-light);
}

#password_saved .modal-body {
  margin: 0;
  padding: 10px 0 10px 0;
}

#delete_my_account p,
#remove_profile_image p {
  color: var(--text-light);
  margin: 0;
}

span.password_guide + .toggle-password {
  bottom: inherit;
  top: 46px;
}

span.password_guide + .toggle-password.fa-eye-slash {
  bottom: inherit;
  top: 40px;
}

/** profile plugin **/

.image-container {
  align-items: center;
  display: flex;
  justify-content: center;
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.image-container::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url(../img/shape.png);
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}

.image-container::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url(../img/image.png);
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}

.range-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  background: var(--border-dark);
  padding-bottom: 15px;
  border-radius: 0 0 4px 4px;
}

.range-container {
  align-items: center;
  display: flex;
  height: 1.5rem;
  width: 194px;
  margin: 0 10px;
}

.left {
  height: 1px;
  background-color: #818496;
}

.knob {
  height: 16px;
  width: 16px;
  border-radius: 9999px;
  background-color: #434557;
  cursor: pointer;
  border: solid var(--color-primary) 1px;
  box-shadow: 0px 0px 8px #ad26ff;
}

.right {
  flex: 1;
  height: 1px;
  background-color: #818496;
}

#upload_photo .modal-dialog {
  max-width: 560px;
  width: 100%;
}

@media (max-width: 767px) {
  .profile-information-blog {
    background: var(--grey-color);
    padding: 30px 30px;
    max-width: 734px;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
  }

  .profile_default {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }

  .profile-information-blog p {
    margin-top: 0;
  }

  .top_profile_section .d-flex.position-relative {
    display: block !important;
    text-align: center;
  }

  .profile-information-blog img.flex-shrink-0 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .profile_default {
    width: 90px;
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .profile_default img {
    width: 45px;
  }
}

/** 30-march-2022 **/

.progress-bar {
  line-height: 16px;
}

.left-nav {
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1090px) {
  /** top section **/
  .progress_bar .post p,
  .progress_bar .rookie p {
    font-size: 11px;
  }

  .navbar-right-custom {
    min-width: 300px;
  }

  .progress_bar .post,
  .progress_bar .rookie {
    padding: 0 10px;
  }

  .notification-drop .item,
  .reward_btn .item {
    padding: 10px 5px;
  }

  .profile-drop {
    margin-left: 5px;
  }

  .profile-main-drop {
    padding-right: 15px;
  }

  .profile-main-drop .profile-content .title {
    font-size: 13px;
    line-height: 21px;
    max-width: 140px;
  }
}

/** resources page css **/

.searchbar_main {
  position: relative;
}

.searchbar_main button {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  padding: 11px 18px 0;
}

.searchbar_main input.form-control.cform-control {
  padding-left: 55px;
  color: #56586d;
}

.resources_blog {
  background-color: var(--grey-color);
  padding: 24px;
  border-radius: 8px;
  min-height: auto;
  margin-top: 24px;
  transition: ease all 0.5s;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}

.resources_vendor {
  width: 64px;
  height: 64px;
  background: rgba(117, 37, 255, 0.1);
  border-radius: 100%;
  text-align: center;
  line-height: 64px;
  margin-right: 16px;
  transition: ease all 0.5s;
}

.resources_vendor img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.resources_blog p {
  color: var(--text-light);
  margin: 10px 0 0 0;
}

.resources_vendor.orange {
  background: rgba(255, 105, 21, 0.2);
}

.resources_vendor.blue {
  background: rgba(38, 203, 255, 0.2);
}

label.youtube {
  background: rgba(255, 77, 38, 0.2);
  color: var(--color-light);
  font-size: 14px;
  line-height: 24px;
  width: 70px;
  border-radius: 16px;
  text-align: center;
  margin-top: 4px;
}

label.article {
  background: rgba(69, 183, 149, 0.2);
  color: var(--color-light);
  font-size: 14px;
  line-height: 24px;
  width: 70px;
  border-radius: 16px;
  text-align: center;
  margin-top: 4px;
}

label.blogpost {
  background: rgba(38, 203, 255, 0.2);
  color: var(--color-light);
  font-size: 14px;
  line-height: 24px;
  width: 70px;
  border-radius: 16px;
  text-align: center;
  margin-top: 4px;
}

.resources-content div > a {
  text-decoration: none;
}

.resources_blog::after {
  content: "";
  width: 24px;
  height: 24px;
  /* background-image: url(../img/link_icon.svg); */
  display: block;
  background-position: center center;
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.resources_blog:hover,
.resources_blog:focus {
  background: var(--border-dark);
}

.resources_blog:hover::after,
.resources_blog:focus::after {
  opacity: 1;
  visibility: visible;
}

/** custom select box **/

@import url("//fonts.googleapis.com/css?family=Maven+Pro");

.wrap-drop {
  box-shadow: none;
  cursor: pointer;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 100%;
  border: 1px solid #818496;
  height: 48px;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-light-sec);
}

.wrap-drop.active {
  border-color: var(--color-primary);
  color: var(--color-light);
}

.wrap-drop::after {
  border: none;
  content: "";
  height: 8px;
  margin-top: 0;
  position: absolute;
  right: 16px;
  top: calc(50% - 4px);
  width: 14px;
  background-image: url(../img/arrow_select.svg);
  transform: rotate(180deg);
  transition: ease all 0.5s;
}

.wrap-drop .drop {
  background: var(--grey-color);
  left: auto;
  list-style: none;
  margin-top: auto;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  border-radius: 8px;
  margin-top: 1px;
  padding: 8px 0;
  transition: ease all 0.2s;
  height: 0;
  overflow: hidden;
}

.wrap-drop .drop li a {
  font-family: "Nunito Sans";
  font-size: 16px;
  color: var(--color-light);
  text-decoration: none;
  height: 40px;
  float: left;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.wrap-drop .drop li:hover a {
  background: var(--border-dark);
  color: var(--text-light);
}

.wrap-drop.active::after {
  transform: rotate(0);
}

.wrap-drop.active .drop {
  opacity: 1;
  pointer-events: auto;
  height: 256px;
}

/** end custom select box **/

.wrap-drop .drop ul {
  display: none;
  position: absolute;
  top: 100%;
  background: var(--grey-color);
  left: 0;
  right: 0;
  z-index: 1;
  width: 224px;
  padding: 0;
}

.wrap-drop .drop ul li {
  padding: 0 20px 0 20px;
  border-bottom: none;
  height: 40px;
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.wrap-drop .drop ul li a,
.wrap-drop .drop ul li span {
  font-family: "Nunito Sans";
  font-size: 16px;
  color: var(--color-light);
  text-decoration: none;
}

.wrap-drop .drop li a svg {
  margin-right: 11px;
  width: 22px;
  text-align: left;
  position: relative;
  top: -1px;
}

.wrap-drop span {
  color: var(--color-light);
}

.wrap-drop .drop li {
  display: flex;
  margin: 4px 0;
  float: left;
  width: 100%;
}

.wrap-drop .drop li:hover a,
.wrap-drop .drop li:focus a,
.wrap-drop .drop li.selected a {
  background: var(--border-dark);
}

/** resoureces popup css **/

.resources_form .modal-dialog {
  max-width: 922px;
}

.resources_form .modal-dialog .modal-content {
  background: var(--color-light);
  border: none;
  border-radius: 8px;
}

.resources_form h5.modal-title svg {
  margin-right: 15px;
}

.resources_form h5.modal-title {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  line-height: 24px;
}

h5.modal-title a {
  color: #333442;
  font-weight: normal;
}

.modal-body .resources_Content {
  padding: 0 70px;
}

.modal-body .resources_Content .banner_blog {
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.modal-body .resources_Content .banner_blog h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  color: var(--color-light);
}

.resources_Content p {
  margin-top: 0.5rem;
  color: #333442;
  margin-bottom: 1rem;
}

.resources_Content p.note {
  color: var(--color-light-dark);
}

ul.list_style1 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: #333442;
  list-style: disc;
  padding-left: 20px;
}

p.danger_lable {
  background: rgba(255, 105, 21, 0.2);
  padding: 8px;
  border-radius: 4px;
}

.resources_Content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.modal-body .resources_Content .banner_blog img {
  width: 100%;
}

a.play_button {
  position: absolute;
  left: 0;
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

.video_section {
  position: relative;
  margin-bottom: 20px;
}

.video_section img {
  max-width: 100%;
  width: 100%;
}

.video_section::after {
  background: #0d0d14;
  opacity: 0.8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.video_section a.play_button {
  z-index: 1;
}

.white_body {
  background: var(--color-light);
}

.model_content_fit_screen .modal-content {
  border: none;
  border-radius: 0;
}

.model_content_fit_screen .modal-body {
  max-width: 905px;
  margin: 0 auto;
  width: 100%;
}

.white_body li.breadcrumb-item {
  font-size: 14px;
  line-height: 21px;
  color: #333442;
}

.model_content_fit_screen .breadcrumb-item.active {
  color: var(--color-light-dark);
}

.model_content_fit_screen .breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}

.model_content_fit_screen .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 10px;
}

.video_section label.video_time {
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-light);
  width: 59px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  bottom: 16px;
  right: 24px;
  border-radius: 4px;
  z-index: 1;
}

p.empty_content {
  color: var(--color-light-dark);
}

/** comment child **/

.comment_child .comment_blog {
  background: var(--text-light);
  margin: 0 -16px;
  padding: 15px 16px 0;
  margin-top: 0;
}

.comment_child .comment_blog .comment_inner_section {
  border: none;
  padding-bottom: 0;
  display: block;
  width: 100%;
  padding-top: 0;
}

.comment_section .comment_field_input input[type="text"] {
  border: none;
  color: #333442;
  padding: 0;
}

.comment_section input[type="text"] {
  color: #333442 !important;
}

.comment_section input[type="text"]:focus {
  border-color: #9e26ff;
  outline: 0;
}

.comment_field_input form {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.comment_field_input form button {
  background: transparent;
  border: none;
  padding: 0;
}

.preview_icon {
  width: 100%;
  text-align: center;
}

.preview_icon svg {
  max-width: 750px;
  width: 90%;
}

p.loading_progresing {
  background: rgba(158, 38, 255, 0.1);
  text-align: center;
  color: var(--color-light);
  padding: 30px 15px;
  margin: 0;
  position: relative;
}

p.loading_progresing::after {
  width: calc(100% - 16px);
  content: "";
  display: block;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  position: absolute;
  left: 8px;
  bottom: 5px;
}

p.loading_progresing::before {
  width: 50%;
  content: "";
  display: block;
  height: 4px;
  background: #b559ff;
  border-radius: 8px;
  position: absolute;
  left: 8px;
  bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .model_content_fit_screen .modal-body .resources_Content {
    padding: 0;
  }

  .resources_form .modal-dialog {
    padding: 1rem;
  }

  .modal-body .resources_Content .banner_blog h3 {
    font-size: 21px;
    line-height: normal;
  }

  .modal-body .resources_Content {
    padding: 0 40px;
  }

  .modal-body .resources_Content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .resources_Content p {
    font-size: 15px;
  }

  .modal-body .resources_Content {
    padding: 0;
  }

  .modal-body .resources_Content .banner_blog h3 {
    font-size: 18px;
    line-height: normal;
  }

  form.search_bar {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .resources_form .modal-dialog {
    padding: 1rem;
  }

  .white_body li.breadcrumb-item {
    font-size: 13px;
  }
}

/***** 31-march-2022 *****/

/** Randomiser page **/

.random-config-caption h3 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: var(--text-light);
}

.randomister_content a:hover,
.resources-content a:hover,
.randomister_content a:focus,
.resources-content a:focus {
  text-decoration: none;
}

.border_btn_default {
  height: 48px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 48px;
  color: #b559ff;
  border-radius: 8px;
  border: solid #b559ff 1px;
  transition: ease all 0.5s;
  min-width: auto;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.main_btn_default {
  height: 48px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 48px;
  color: var(--color-light);
  border-radius: 8px;
  border: solid var(--color-primary) 1px;
  background: var(--color-primary);
  transition: ease all 0.5s;
  min-width: 75px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}

a.main_btn_default.no_hover:hover {
  background: var(--color-primary);
  color: var(--color-light);
}

.randomister_popup .modal-content {
  background: var(--grey-color);
}

.main_btn_default:hover,
.main_btn_default:focus {
  text-decoration: none;
}

.border_btn_default:hover,
.border_btn_default:focus {
  background: var(--color-primary);
  color: var(--color-light);
  text-decoration: none;
}

.main_btn_default:hover,
.main_btn_default:focus {
  background: transparent;
  color: var(--color-primary);
  text-decoration: none;
}

.btn_purple {
  font-size: 12px;
  color: var(--color-light);
  border-radius: 4px;
  border: solid var(--color-primary) 1px;
  background: var(--color-primary);
  transition: ease all 0.5s;
  min-width: 75px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  padding: 8px 13px;
}

.btn_purple:hover,
.btn_purple:focus {
  background: transparent;
  color: var(--color-primary);
  text-decoration: none;
}

.btn_thankyou {
  background: rgba(86, 88, 109, 1);
  padding: 10px 15px;
  border-radius: 8px;
  color: #818496;
  height: auto;
  border: none;
}

.btn_thankyou:hover {
  border: none;
}

.randomister_content .line-height_48 {
  line-height: 48px;
}

.randomister_blog h3 {
  font-size: 24px;
  color: var(--text-light);
  line-height: 36px;
}

.randomister_blog p {
  color: var(--color-light-dark);
}

.randomister_popup .modal-dialog {
  max-width: 733px;
}

.white-font p {
  color: var(--text-light);
  font-size: 16px;
}

.white-font ul li {
  color: var(--text-light);
  font-size: 16px;
}

.static_form {
  display: flex;
  justify-content: center;
}

.popup_section {
  padding: 32px 56px;
  background: var(--grey-color);
  max-width: 734px;
  float: none;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 20%), 0px 3px 25px rgb(0 0 0 / 56%);
}

.popup_header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}

.popup_header h4 {
  font-size: 16px;
  color: var(--text-light);
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}

.popup_header a {
  color: var(--color-primary);
  font-size: 14px;
  text-decoration: none;
  line-height: 24px;
}

.popup_content p {
  font-size: 16px;
  color: var(--text-light);
  opacity: 0.8;
  line-height: 24px;
  margin: 16px 0px;
  position: relative;
}

.video_audio_section img {
  width: 100%;
}

.popup_footer a.main_btn_default {
  margin-left: 0;
}

.popup_footer {
  margin-top: 24px;
}

a.border_btn_default.icon_btn {
  float: right;
  margin-right: 0px;
  line-height: 46px;
}

a.border_btn_default.icon_btn:hover,
a.border_btn_default.icon_btn:focus {
  background: transparent;
}

#video_audio_popup .popup_section,
#video_audio_popup .popup_section + .video_content {
  max-width: 992px;
  width: 100%;
}

.video_audio_section span.player_control {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

span.player_recording_btn {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  opacity: 0;
  transition: ease all 0.5s;
  visibility: hidden;
  transform: scale(0);
  border-radius: 8px;
}

.video_audio_section:hover span.player_recording_btn,
p.video_audio_section:focus span.player_recording_btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.video_content .accordion-collapse .accordion-body {
  opacity: 0.8;
}

.video_content .accordion-collapse .accordion-body p {
  line-height: 24px;
}

.prize-block-grid-inner {
  background: #3a3c51;
  border: solid transparent 1px;
}

.prize-block-grid-inner .prize-block-caption {
  min-height: 140px;
  position: relative;
}

.prize-block-grid-inner:hover,
.prize-block-grid-inner:focus {
  box-shadow: 0px 0px 20px rgb(158 38 255 / 47%);
  border-color: var(--color-primary);
}

.lesson_sidebar ul li.hide_check::after {
  background-image: none;
}

/** accordion **/

.video_content button.accordion-button h4 {
  font-size: 16px;
  color: var(--text-light);
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  float: left;
}

.video_content button.accordion-button span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  float: right;
  color: var(--color-primary);
}

.video_content .accordion-button::after {
  position: absolute;
  width: 14px;
  background-size: cover;
  height: 8px;
  left: 29px;
  background-image: url(../img/accordian_arrow.svg);
  top: 38px;
}

.video_content button.accordion-button {
  background: var(--grey-color);
  border-radius: 8px !important;
  padding: 30px 30px 30px 60px;
}

.video_content .accordion-item {
  background: var(--grey-color);
  border-radius: 8px;
  border: none;
}

.video_content button.accordion-button {
  background: var(--grey-color);
  border-radius: 8px;
  display: block;
  box-shadow: none;
}

.video_content .accordion-collapse p {
  color: var(--text-light);
  line-height: normal;
  margin: auto;
}

.video_content .accordion-collapse .accordion-body {
  padding: 0 30px 20px 55px;
  margin: 0;
}

a.player_round_btn {
  position: relative;
  left: 0;
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

.player_round_btn_play {
  position: relative;
  left: 0;
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video_audio_popup .popup_section {
  margin-bottom: 25px;
}

.video_audio_section {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: ease all 0.5s;
}

.video_audio_section video {
  width: 100%;
  height: auto;
}

span.media_player_controls_timer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 40px;
}

.media_player_controls_timer span.controls_player {
  background: rgba(25, 26, 33, 0.8);
  border-radius: 8px;
  padding: 0 24px;
  display: block;
  float: left;
  min-height: 95px;
}

.media_player_controls_timer span.controls_player label {
  text-align: left;
  color: var(--text-light);
  opacity: 0.7;
  padding-top: 7px;
}

span.controls_player p.large_number {
  font-size: 35px;
  color: var(--color-light);
  opacity: 1;
  line-height: 36px;
  margin: 7px 0 27px 0;
}

.media_player_controls_timer span.controls_player span.left {
  background: transparent;
}

.media_player_controls_timer span.controls_player p {
  opacity: 1;
  margin-bottom: 0;
}

span.controls_player.col-sm-9 {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.media_player_controls_timer span.controls_player.col-sm-3 {
  width: 22%;
  margin-right: 3%;
  position: relative;
}

span.controls_player.left_timer {
  width: 165px;
}

span.controls_player.right_content {
  display: flex;
  width: 80%;
  justify-content: space-between;
  float: right;
  margin-left: 24px;
}

span.media_player_controls_timer .control-video {
  display: flex;
  justify-content: space-between;
}

.video_audio_section:hover > img,
.video_audio_section:focus > img,
.video_audio_section:hover .media_player_controls_timer,
.video_audio_section:focus .media_player_controls_timer {
  filter: blur(3px);
}

span.video_info_label {
  position: absolute;
  bottom: 24px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

span.video_info_label label {
  background: var(--color-light);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body img.img-fluid {
  width: 100%;
}

a.main_btn_default + a {
  margin-left: 24px;
}

a.main_btn_default + a:hover {
  text-decoration: none;
}

#review_submit h5.modal-title {
  color: var(--text-light);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 16px;
}

#review_submit .modal-content {
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  height: 420px;
}

#review_submit .modal-header {
  padding-bottom: 0px;
}

.md-right_content {
  justify-content: flex-end;
}

.light_color {
  color: var(--color-light-dark) !important;
}

.aside-title-area p.light_color {
  margin: 0 24px 0 0;
  line-height: normal;
  width: 100%;
  text-align: right;
  min-height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.score_info {
  padding: 20px 24px 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.score_info p {
  margin: 0;
  float: left;
  line-height: 32px;
}

.score_info p b {
  color: var(--color-light);
}

.score_info .green-text,
.green-text {
  color: #29b469;
}

a.report_btn {
  background: rgba(158, 38, 255, 0.1);
  border-radius: 4px;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b559ff;
  font-weight: 700;
  float: right;
  text-decoration: none;
}

#video_report .modal-dialog,
#video_report1 .modal-dialog {
  max-width: 560px;
}

#video_report .modal-dialog .modal-content {
  border: none;
  border-radius: 8px;
}

p.score_total {
  background: rgba(69, 183, 149, 0.2);
  border-radius: 4px;
  color: var(--text-light);
  padding: 8px 16px;
  font-size: 14px;
}

.verbals {
  border: 1px solid #3a3c51;
  padding: 16px 21px 16px 16px;
  border-radius: 4px;
}

.verbals p {
  color: var(--text-light);
}

.progress_bar_verbals .progress {
  height: 2px;
  background: #acafbf;
}

.progress_bar_verbals .progress .progress-bar {
  background: #acafbf;
}

.progress_bar_verbals .progress .progress-bar.active {
  background: #29b469;
}

ul.process_number {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

ul.process_number li {
  display: flex;
  color: #7b7c8a;
  font-size: 12px;
  position: relative;
}

ul.process_number li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #acafbf;
  position: absolute;
  left: 0px;
  top: -14px;
  border-radius: 100%;
}

ul.process_number li.active:after {
  background: #29b469;
}

ul.labels {
  display: flex;
  margin-top: 13px;
}

ul.labels li {
  padding: 0px 8px;
  background: #999;
  border-radius: 50px;
  line-height: 24px;
  font-size: 16px;
  position: relative;
  color: var(--text-light);
  font-weight: normal;
}

ul.labels li {
  margin-right: 8px;
}

ul.labels li.red {
  background: rgba(227, 104, 104, 0.7);
}

ul.labels li.green {
  background: rgba(97, 180, 135, 0.7);
}

.process_number li.active.fixed_trag::before {
  content: "";
  background: linear-gradient(
      0deg,
      rgba(41, 181, 112, 0.2),
      rgba(41, 181, 112, 0.2)
    ),
    #262836;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -4px;
  border: 1px solid #29b469;
  box-shadow: 0px 0px 8px #29b469;
  border-radius: 100%;
  top: -19px;
  z-index: 1;
}

ul.process_number li:last-child {
  right: -5px;
}

.video_report_details.error_red p.score_total {
  background: rgba(255, 77, 38, 0.2);
}

b.red-text {
  color: #ff5353;
}

.error_red .progress_bar_verbals .progress .progress-bar.active {
  background: #ff5353;
}

.error_red .process_number li.active.fixed_trag::before {
  border: 1px solid #ff5353;
  box-shadow: 0px 0px 8px #ff5353;
  background: linear-gradient(
      0deg,
      rgba(255, 83, 83, 0.2),
      rgba(255, 83, 83, 0.2)
    ),
    #262836;
}

a.report_btn svg {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.error_red ul.process_number li.active:after {
  background: #ff5353;
}

.profile_img {
  position: relative;
  width: 80px;
  margin: 0 auto;
  height: 80px;
}

.profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: solid var(--color-success) 1px;
}

label.notification {
  width: 40px;
  height: 40px;
  color: var(--color-light);
  border: solid var(--color-success) 1px;
  border-radius: 100%;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  background: var(--border-dark);
  position: absolute;
  bottom: 0;
  right: -20px;
}

.leaderboard_profile {
  margin-top: 10px;
}

.profile_info {
  text-align: center;
}

.profile_info p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 2px;
}

.profile_info p b {
  color: var(--color-light);
}

.profile_info h3 {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}

#leaderboard_form .popup_section {
  width: 100%;
}

.table.leaderboard_table {
  padding-top: 0;
}

.leaderboard_table thead {
  padding: 0;
  color: #acafbf;
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
  top: 0;
}

.leaderboard_table thead tr {
  padding: 0;
  border: none;
  box-shadow: none;
}

.table.leaderboard_table tr {
  border: none;
  padding: 0;
}

.leaderboard_table thead tr th {
  font-weight: normal;
  padding: 0;
}

.leaderboard_table tbody {
  color: var(--text-light);
  border: none;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
}

.leaderboard_table tbody img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
}

span.number {
  border: solid #26cbff 1px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.table.leaderboard_table tr {
  border: none;
}

.table.leaderboard_table tr td,
.table.leaderboard_table tr th {
  border: none;
  padding: 9px 0;
}

.question_blog {
  background: var(--grey-color);
  max-width: 400px;
  width: 100%;
  height: 320px;
  border-radius: 16px;
  margin: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease all 0.25s;
}

.question_blog:hover,
.question_blog:focus,
.question_blog.active {
  background: #262836;
  border: 1px solid #bb66ff;
  transform: scale(1.2);
  box-shadow: 0px 0px 64px rgb(178 45 185 / 40%);
}

.question_section {
  max-width: 990px;
  margin: 0 auto;
  width: 100%;
  padding-top: 0;
}

.random_test .question_blog h3 {
  color: var(--color-light);
  text-align: center;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.white_body .breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}

.white_body .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 10px;
}

.white_body .breadcrumb-item.active {
  color: var(--color-light-dark);
}

.random_test label.form-check-label {
  color: #0d0d14;
  font-size: 16px;
  line-height: 24px;
}

.random_test .form-check {
  border: 1px solid #e4e5ea;
  padding: 21px 25px;
  border-radius: 8px;
  margin: 20px auto;
}

p.large_style {
  font-size: 18px;
  line-height: 27px;
}

.light_text {
  color: var(--color-light-dark);
}

.random_test .breadcrumb {
  margin-bottom: 1.5rem;
}

/** radio button **/

.custom_radio {
  margin: 20px;
}

.custom_radio input[type="radio"] {
  display: none;
}

.custom_radio input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  margin-right: 11em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
}

.custom_radio input[type="radio"] + label:before,
.custom_radio input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-family: Times;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: solid #e4e5ea 1px;
  background: transparent;
}

.custom_radio input[type="radio"] + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em transparent, inset 0 0 0 1em transparent;
}

.custom_radio input[type="radio"]:checked + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 3px white, inset 0 0 0 1em var(--color-primary);
}

.custom_radio input[type="radio"]:checked + label:after {
  border-color: var(--color-primary);
}

.yourself_text footer {
  min-height: auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-left: 280px;
  background: var(--color-light);
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e4e5ea;
  left: 0;
}

body.overflow_scroll.yourself_tex .aside-content-wrapper.with_footer {
  height: calc(100vh - 130px) !important;
}

.yourself_text footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.yourself_tex .wrapper.full_section + footer {
  padding-left: 0;
  transition: ease all 0.5s;
}

a.main_btn_default.blue_color {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-light);
}

a.main_btn_default.blue_color:hover,
a.main_btn_default.blue_color:focus {
  border-color: var(--color-blue);
  color: var(--color-blue);
  background: var(--color-light);
}

.form-check.custom_radio.right_ans {
  border-color: #29b469;
  background: rgba(69, 183, 149, 0.05);
}

.form-check.custom_radio.false_ans {
  border-color: #ff5353;
  background: rgba(255, 77, 38, 0.05);
}

.form-check.ans_submit_msg {
  background: rgba(69, 183, 149, 0.05);
  border: none;
  border-left: solid #29b469 4px;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 52px;
}

.incrrect_ans .form-check.ans_submit_msg {
  background: rgba(255, 77, 38, 0.05);
  border: none;
  border-left: solid #ff5353 4px;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 52px;
}

.form-check.ans_submit_msg img {
  margin-right: 12px;
  position: relative;
  top: -1px;
}

.pick_lectures li.breadcrumb-item,
.light_breadcrum li.breadcrumb-item {
  color: var(--color-light);
}

.pick_lectures li.breadcrumb-item.active,
.light_breadcrum li.breadcrumb-item.active {
  color: var(--color-light-dark);
}

.yourself_text.dark footer {
  background: #191a21;
  border-color: #3a3b51;
}

.form-check h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.form-check p {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 21px;
}

.random-config-caption h3 {
  color: var(--color-light);
}

.form-check.ans_submit_msg p {
  padding: 0;
  line-height: 51px;
}

.flashcard_week ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: center;
  border-top: none;
  padding-top: 15px;
  width: 100%;
  padding-bottom: 10px;
  overflow: auto;
}

.flashcard_week ul li {
  position: relative;
  border-top: 1px solid #e4e5ea;
  min-width: 150px;
  width: 100%;
}

.flashcard_week ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #cbf2ff;
  display: block;
  margin: -12px auto 0;
  border-radius: 100%;
  background-image: url(../img/icon_lock.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.flashcard_week ul li a {
  font-size: 14px;
  color: var(--color-light-dark);
  line-height: 21px;
  margin-top: 0;
}

.flashcard_week ul li a:hover {
  text-decoration: none;
}

.flashcard_week ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #cbf2ff;
  display: block;
  margin: -12px auto 14px;
  border-radius: 100%;
  background-image: url(../img/icon_lock.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.flashcard_week {
  padding: 50px 80px 70px;
}

.flashcard_week ul li.active::before {
  background-color: #29b469;
  background-image: url(../img/check_icon.png);
}

/* new css flashcard */
/* .flashcard_week {
    padding: 0 70px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.flashcard_week ul {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    position: relative;
    text-align: center;
    border-top: none;
    width: 100%;
    overflow: auto;
}

.flashcard_week ul li {
    position: relative;
    width: 100%;
    margin: 20px 0 10px;
    font-size: 14px;
    color: #0D0D14;
    font-weight: 700;
    list-style-type: none;
    font-family: 'Nunito Sans';
    border-top: 1px solid #E4E5EA;
}

.flashcard_week ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #CBF2FF;
    display: block;
    margin: -12px auto 0;
    border-radius: 100%;
    background-image: url(../img/icon_lock.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.flashcard_week ul li a {
    font-size: 14px;
    color: var(--color-light-dark);
    line-height: 21px;
    margin-top: 0;
}

.flashcard_week ul li:hover {
    cursor: pointer;
}

.flashcard_week ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #CBF2FF;
    display: block;
    margin: -12px auto 14px;
    border-radius: 100%;
    background-image: url(../img/icon_lock.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.flashcard_week ul li.active::before {
    background-color: #29B469;
    background-image: url(../img/check_icon.png);
} */

/* end new css flashcard  */

.flascard_guide {
  max-width: 734px;
  min-height: 420px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 18px rgb(196 196 196 / 50%);
  border-radius: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 48px;
}

.flascard_guide p.large {
  font-size: 25px;
  color: var(--color-light-dark);
  line-height: 50px;
  margin: 0;
}

.flascard_guide h3 {
  color: #333442;
  font-size: 36px;
  line-height: 50px;
  font-weight: normal;
  margin: 0;
}

/** checkbox **/

.pick_lectures .form-group {
  display: block;
  margin-bottom: 15px;
}

.pick_lectures .green_checkbox_layout .form-group input {
  width: 18px;
  height: 18px;
  background-color: rgba(23, 24, 49, 0.2);
  border: 1px solid #e4e5ea;
  margin: 3px;
  border-radius: 4px;
  appearance: none;
  vertical-align: middle;
  margin-right: 10px !important;
  position: relative;
  top: -2px;
  display: inline-block;
}

.pick_lectures
  .green_checkbox_layout
  .form-group
  input[type="checkbox"]:checked {
  background: #29b469 url(../img/checkmark.svg) no-repeat center;
  border-color: #29b469;
}

.pick_lectures
  .green_checkbox_layout
  .form-group
  input[type="checkbox"]:checked
  + label {
  color: #7b7c8a !important;
}

.pick_lectures .green_checkbox_layout .form-group label:before {
  content: "";
  display: none;
}

.pick_lectures .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.pick_lectures .form-group label {
  position: relative;
  cursor: pointer;
}

.pick_lectures .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e4e5ea;
  box-shadow: none;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 19px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

.pick_lectures .form-check.custom_check .form-group {
  margin: 0;
}

.pick_lectures .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--color-primary);
  top: inherit;
  border-radius: 3px;
  left: 0;
  background-image: url(../img/Checkmark.png);
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
}

.pick_lectures .form-check.custom_check {
  background: var(--grey-color);
  border-color: var(--grey-color);
  font-size: 18px;
  color: var(--text-light);
  font-weight: 700;
  max-width: 100%;
}

.pick_lectures .select_field label {
  color: var(--color-light);
}

.pick_lectures .select_field label::before {
  top: -1px;
  margin-right: 10px;
}

.pick_lectures .full.select_field .form-group {
  margin-right: 25px;
}

.pick_lectures .form-check.custom_check.lock_checkbox {
  background: #3a3c51;
  border-color: #3a3c51;
}

.pick_lectures .form-check.custom_check.lock_checkbox label::before {
  display: none;
}

.pick_lectures .form-check.custom_check.lock_checkbox svg {
  position: relative;
  top: -3px;
  margin-right: 19px;
  left: 1px;
}

.pick_lectures .full.select_field {
  display: flex;
}

.pick_lectures .full.select_field p.light_text {
  margin-right: 24px;
}

.white_text {
  color: var(--color-light) !important;
}

.pick_lectures .form-group input {
  width: 18px;
  height: 18px;
  background-color: rgba(23, 24, 49, 0.2);
  border: 1px solid #818496;
  margin: 3px;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.pick_lectures .full.select_field p {
  margin-right: 24px;
}

.pick_lectures .select_field .form-group input:checked + label:after {
  background-image: url(../img/Selection.png);
  /* top: 3px; */
  top: inherit;
  background-position: center center;
}

ul.flascard_guide_controls {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

ul.flascard_guide_controls li {
  margin: 0 20px;
}

input#current_password[type="password"] + span svg.eye_open {
  display: none;
}

input#current_password[type="password"] + span svg.eye_close {
  display: block;
}

input#new_password[type="password"] + span svg.eye_open {
  display: none;
}

input#new_password[type="password"] + span svg.eye_close {
  display: block;
}

input#password_repeat[type="password"] + span svg.eye_open {
  display: none;
}

input#password_repeat[type="password"] + span svg.eye_close {
  display: block;
}

.space_between {
  justify-content: space-between;
}

.question_section a:hover,
.question_section a:focus {
  text-decoration: none;
}

.random-config-caption h3 {
  color: var(--text-light);
}

/** courses **/

.no-sidebar .aside-content-wrapper {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.no-sidebar header.header-main-inner {
  background: transparent;
}

.breadcrum_style2 p a {
  color: var(--text-light);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.breadcrum_style2 p svg {
  margin-right: 20px;
}

.courses_blog {
  background: var(--grey-color);
  max-width: 920px;
  width: 100%;
  border-radius: 8px;
  margin: 24px auto;
  display: flex;
  transition: ease all 0.5s;
  border: solid transparent 1px;
  position: relative;
  overflow: hidden;
}

.courses_blog:hover,
.courses_blog:focus {
  box-shadow: 0px 0px 64px rgba(158, 38, 255, 0.47);
  border-color: var(--color-primary);
  transform: scale(1.05);
  z-index: 1;
}

.courses_blog .course_image {
  margin-right: 24px;
  max-width: 190px;
  min-width: 190px;
}

.courses_blog.circle_progressbar .course_image {
  max-width: 350px;
  min-width: 350px;
}

.right_processbar {
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
}

.random_test h3 {
  color: #333442;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 24px;
}

.courses_blog h3 {
  color: var(--text-light);
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 24px;
}

.courses_blog.small h3 {
  font-size: 18px;
  line-height: 27px;
}

.course_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.courses_blog p {
  color: var(--color-light-dark);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.course_content .left_conent {
  color: var(--color-light-dark);
  font-size: 14px;
  padding-bottom: 12px;
}

.course_content .left_conent a.main_btn_default {
  margin-right: 20px;
}

.cources h3 {
  font-size: 36px;
  color: var(--text-light);
  line-height: 50px;
  font-weight: 700;
  margin: 0;
}

.layout_width {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}

.accordion-body ul.list_style1 {
  color: var(--text-light);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.accordion-body ul.list_style1 li {
  padding-top: 10px;
}

#new_courses p {
  color: var(--text-light);
  margin: 0;
}

#choose_your_date p {
  color: var(--text-light);
  margin: 0;
}

#date_confirm p {
  color: var(--text-light);
  margin: 0;
}

.modal-footer-left a.main_btn_default {
  margin-right: 10px;
}

/** calendar section **/

.month {
  padding: 70px 25px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: var(--text-light);
  font-size: 14px;
  text-transform: none;
  line-height: 24px;
}

.month .prev {
  float: left;
}

.month .next {
  float: right;
}

.weekdays {
  margin: 0;
  padding: 0 24px;
  background-color: transparent;
}

.weekdays li {
  display: inline-block;
  width: 14.2%;
  color: var(--color-light-dark);
  text-align: center;
  font-size: 10px;
  line-height: normal;
  padding: 0;
  float: left;
  margin-bottom: 10px;
}

.days {
  padding: 0 24px;
  background: transparent;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 14.2%;
  text-align: center;
  margin: 2px 0;
  font-size: 14px;
  color: #818496;
  line-height: normal;
  float: left;
  padding: 3px 5px;
}

.days li .active {
  padding: 3px 8px;
  background: rgba(38, 203, 255, 0.2);
  width: 24px;
  border: solid #26cbff 1px;
  border-radius: 5px;
  color: #26cbff;
  position: relative;
}

.days li span.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 15px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #26cbff;
}

.days li:hover {
  color: var(--color-light);
}

.days li .active_semi_active {
  padding: 3px 5px;
  background: rgba(38, 203, 255, 0.2);
  width: 24px;
  border-radius: 5px;
  color: var(--color-light);
}

.calendar_section {
  display: flex;
  background: radial-gradient(
    90.16% 143.01% at 15.32% 21.04%,
    rgba(38, 203, 255, 0.082) 0%,
    rgba(110, 191, 244, 0.0447917) 77.08%,
    rgba(70, 144, 213, 0) 100%
  );
  filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.09));
  border-radius: 6px;
  margin: 24px 0 0;
  border: solid #26cbff 1px;
}

div#choose_your_date .modal-dialog {
  max-width: 624px;
}

.month {
  padding: 30px 40px;
  width: 100%;
  background: transparent;
  text-align: center;
}

li.prev,
li.next {
  position: relative;
  top: -2px;
}

.days li.active {
  padding-left: 0;
  padding-right: 0;
}

div#date_confirm a.main_btn_default + a {
  margin: 0;
}

.text-decoration_none,
.text-decoration_none:hover,
.text-decoration_none:focus {
  text-decoration: none;
}

label.notification_menu {
  background: #ff5353;
  font-size: 9px;
  color: var(--color-light);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  text-align: center;
  line-height: 16px;
  position: absolute;
  right: -4px;
  top: -5px;
}

.random_test .random-config-caption h3 {
  color: var(--text-light);
}

span.svg-child {
  position: relative;
}

/** course_blog **/

.course_blog {
  background: var(--border-dark);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 10px;
}

.course_thumb {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  height: 300px;
  background: #000;
}

.course_thumb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.course_blog img {
  width: 100%;
}

.course_detail {
  padding: 16px 24px;
}

.course_detail label {
  color: var(--text-light);
  font-size: 14px;
  line-height: 21px;
  width: 100%;
}

.course_detail .d-flex.position-relative > div {
  float: left;
  width: 100%;
}

.course_detail label span {
  float: right;
  color: var(--color-light-dark);
}

.course_detail h5 {
  color: var(--text-light);
  font-weight: 700;
  margin: 8px 0 0 0;
  font-size: 18px;
  line-height: 27px;
  float: left;
  width: 100%;
}

.course_detail h5 a {
  color: var(--text-light);
  text-decoration: none;
}

/** course left section **/

.lesson_sidebar {
  position: absolute;
  left: 0;
}

.lessons_sidebar_section .aside-content-wrapper {
  width: calc(100% - 660px);
  margin-left: 660px;
  padding: 24px;
  height: calc(100vh - 65px);
}

.lesson_sidebar {
  background: var(--grey-color);
  padding: 24px 20px 24px 32px;
  float: left;
  margin-left: 280px;
  width: 380px;
  height: calc(100% - 65px);
  z-index: 1;
  overflow: auto;
  top: 63px;
}

.lesson_sidebar ul li {
  color: var(--text-light);
  position: relative;
  /* margin-bottom: 32px; */
}

.lesson_sidebar ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 100%;
  left: -29px;
  position: absolute;
  top: 55%;
}

.lesson_sidebar ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: var(--color-primary);
  height: 100%;
  width: 1px;
}

.lesson_sidebar ul li:last-child:before {
  content: "";
  display: none;
}

.lesson_sidebar ul li small {
  font-size: 12px;
  color: var(--color-light-dark);
}

.lesson_sidebar ul li svg {
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.lesson_sidebar ul li small {
  font-size: 12px;
  color: var(--color-light-dark);
  padding-left: 0;
  line-height: normal;
}

.lesson_sidebar ul {
  /* border-left: solid var(--color-primary) 1px; */
  padding-left: 26px;
  position: relative;
}

.lesson_sidebar ul:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  bottom: 0;
  background: var(--grey-color);
  width: 1px;
  height: 32px;
}

.lesson_sidebar ul li::after {
  background-image: url(../img/shape_check_small.png);
  content: "";
  display: block;
  background-color: #4e1f7a;
  height: 16px;
  border: 1px solid var(--color-primary);
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 16px;
  background-position: 2px 3px;
  position: absolute;
  left: -35px;
  top: 0px;
}

.lesson_sidebar ul li .lesson_sidebar_info {
  position: relative;
  padding-bottom: 32px;
}

.lesson_sidebar ul li .lesson_sidebar_info::before {
  content: "";
  position: absolute;
  left: -51px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--color-primary);
}

.lesson_sidebar ul li:last-child .lesson_sidebar_info::before {
  display: none;
}

.lessons_sidebar_section .overflow_scroll .aside-content-wrapper {
  height: calc(100vh - 82px);
  overflow: auto;
}

.lessons_sidebar_section .modal-body {
  margin: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.lessons_sidebar_section .modal-body .resources_Content {
  padding: 0;
}

.video_section.hide_overlay::after {
  display: none;
}

.lessons_sidebar_section .modal-body .resources_Content:after {
  display: none;
}

.full_section .lesson_sidebar {
  margin-left: 0;
  transition: ease all 0.5s;
}

.lessons_sidebar_section .full_section .aside-content-wrapper {
  width: calc(100% - 380px);
  margin-left: 380px;
}

.pagination_section_page {
  background: var(--text-light);
  padding: 0 25px;
  height: 64px;
}

.pagination_section_page .prev svg {
  margin-right: 10px;
}

.pagination_section_page .next svg {
  margin-left: 10px;
}

.pagination_section_page p {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  color: #333442;
  letter-spacing: 0.05em;
}

.pagination_section_page p svg {
  position: relative;
  top: -2px;
}

.pagination_section_page {
  background: var(--text-light);
  padding: 24px 25px;
  height: 64px;
  margin: 0 auto;
  display: block;
  clear: both;
  width: 100%;
}

.pagination_section_page p a {
  color: #333442;
  text-decoration: none;
}

.pagination_section_page a.main_btn_default {
  margin-top: -20px;
}

.comment_cont svg,
.comment_footer a svg {
  margin-left: 12px;
}

.user_avtar {
  display: inline-flex;
  width: 100%;
}

.user_avtar img {
  margin-right: 15px;
  float: left;
  height: 40px;
  margin-top: 4px;
  width: 40px;
  border-radius: 100%;
  object-fit: cover;
  min-width: 40px;
}

.comment_section input[type="text"] {
  width: 100%;
  border: 1px solid #acafbf;
  height: 48px;
  border-radius: 8px;
  padding: 12px 55px 12px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #acafbf;
}

.comment_section input[type="text"]:hover,
.comment_section input[type="text"]:focus,
.comment_section input[type="text"]:focus-visible {
  border-color: var(--color-primary);
  box-shadow: none;
}

.comment_blog {
  margin-top: 24px;
}

.comment_blog img {
  margin-top: 10px;
  margin-right: 15px;
  border-radius: 100%;
  height: 40px;
  object-fit: cover;
  width: 40px;
  min-width: 40px;
}

.top_section h3.comment_name {
  font-size: 16px;
  margin: 0;
}

h3.comment_name span.date_time {
  color: #7b7c8a;
  font-size: 14px;
  font-weight: normal;
  margin-left: 15px;
}

.top_section p {
  margin: 0;
  line-height: 24px;
}

.top_section svg {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.comment_inner_section {
  border: 1px solid #e4e5ea;
  border-radius: 8px;
  padding: 16px;
}

.comment_footer {
  margin: 0 -16px;
  border-top: 1px solid #e4e5ea;
  padding: 0;
}

.comment_footer form {
  padding: 0;
}

.comment_footer .comment_field_input input {
  padding: 0 15px;
}

.comment_footer p {
  margin: 12px 0 0 0;
}

.comment_footer p svg {
  margin-right: 10px;
}

.comment_footer p a {
  color: #acafbf;
}

.lessons_sidebar_section .breadcrum {
  display: flex;
  justify-content: space-between;
}

form.comment_box_field {
  width: 100%;
  position: relative;
}

form.comment_box_field button {
  background: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

label.trainer_label {
  background: rgba(158, 38, 255, 0.2);
  width: 87px;
  height: 24px;
  border-radius: 50px;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  font-weight: normal;
  margin-left: 12px;
}

.learning_video_section {
  max-width: 542px;
  margin: 0 auto;
  width: 100%;
}

.training_video_info {
  border: 1px solid #e4e5ea;
  border-radius: 0 0 16px 16px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
}

.video_post_section {
  display: flex;
}

.video_post_section p {
  margin: 0 0 0 20px;
}

.video_post_section p svg {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.video_info h3 {
  font-size: 16px;
  font-weight: normal;
  color: #333442;
  margin: 0;
  line-height: 24px;
}

.video_info p {
  margin: 0;
  color: #7b7c8a;
  font-size: 12px;
  line-height: 18px;
}

.video_upload_info {
  display: flex;
}

.video_upload_info img {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 100%;
}

.video_blog .video_section {
  margin-bottom: 0;
  height: 490px;
}

.video_blog .video_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_blog {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.video_blog .video_section::after {
  display: none;
}

.video_blog .video_section label.video_time {
  left: 24px;
  right: inherit;
}

.border_btn_default.red_btn {
  border-color: #ff5353;
  background: transparent;
}

.border_btn_default.red_btn:hover,
.border_btn_default.red_btn:focus {
  background: transparent;
}

/** reviewer review **/

.minus_blank_space {
  margin-top: -35px;
}

.video_post_section {
  border-radius: 8px;
  max-width: 922px;
  width: 100%;
  margin: 0 auto;
}

.video_post_section .video_blog {
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

label.video_time {
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-light);
  width: 59px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  bottom: 16px;
  left: 24px;
  border-radius: 4px;
}

.single_video label.video_time {
  background: var(--color-light);
  color: #191a21;
  width: auto;
  padding: 0 8px;
}

.single_video label.video_time + label {
  right: 24px;
  left: inherit;
}

.offwhite_color h3 {
  color: var(--text-light);
}

.tabbar_head {
  border-bottom: solid #262836 1px;
}

.tabbar_head ul li a {
  color: var(--text-light);
  font-size: 14px;
  line-height: 24px;
}

.tabbar_head ul li a.nav-link {
  color: var(--text-light);
  font-size: 16px;
  line-height: 24px;
  border-bottom: solid transparent 1px;
  border-radius: 0;
  margin-bottom: -1px;
  text-decoration: none;
  padding: 7px 0;
  margin-right: 32px;
}

.white_body .tabbar_head ul li a.nav-link {
  color: #7b7c8a;
}

.tabbar_head ul.nav-pills li a.nav-link.active {
  background: transparent;
  border-bottom: solid var(--color-primary) 1px;
  position: relative;
}

.white_body .tabbar_head ul.nav-pills li a.nav-link.active {
  color: #333442;
}

.white_body .tabbar_head ul.nav-pills li a.nav-link.active::after {
  box-shadow: none;
}

.white_body .tabbar_head {
  border-bottom: solid #e4e5ea 1px;
}

.tabbar_head ul.nav-pills li a.nav-link.active::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  box-shadow: 0px 1px 8px #ad26ff;
  top: 8px;
  position: relative;
  left: 0;
}

h3.backtopage {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

h3.backtopage a {
  color: var(--text-light);
}

h3.backtopage a:hover,
h3.backtopage a:focus {
  text-decoration: none;
}

.tab-content .accordion {
  max-width: 922px;
  margin: 0 auto;
  width: 100%;
}

.training_video_info .video_post_section {
  background: transparent;
  width: auto;
  margin: 0;
}

.video_post_info {
  padding: 15px 24px;
  display: flex;
  justify-content: space-between;
  background: var(--grey-color);
  border-radius: 0 0 8px 8px;
}

.video_post_info .score_info {
  padding: 0;
  width: auto;
}

.video_post_info .score_info p.light_color {
  margin-right: 24px;
}

.verbals_section {
  border: 1px solid #3a3c51;
  min-height: 150px;
  border-radius: 8px;
  padding: 16px 24px;
}

.verbals_section h5 {
  color: var(--text-light);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.verbals_section p {
  color: var(--text-light);
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 48px;
  position: relative;
}

span.tooltip_hover {
  position: absolute;
  width: 150px;
  left: -60px;
  top: -48px;
  background: #434557;
  padding: 8px 16px;
  line-height: 18px;
  font-size: 12px;
  text-align: left;
  color: var(--text-light);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.5s;
}

span.tooltip_hover::after {
  width: 12px;
  height: 12px;
  display: block;
  background: #434557;
  content: "";
  position: absolute;
  left: calc(50% - 9px);
  transform: rotate(45deg);
}

.score_label ul,
.default_label ul {
  margin: 0 12px;
}

.score_label ul li {
  float: left;
  width: 40px;
  height: 48px;
  background: transparent;
  text-align: center;
  border: 1px solid var(--color-buttons);
  border-radius: 8px;
  margin: 4px 8px 4px 8px;
  color: var(--color-buttons);
  font-size: 14px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease all 0.5s;
}

.score_label ul li:hover,
.score_label ul li:focus {
  background: var(--color-buttons);
  color: var(--text-light);
}

.default_label ul li {
  float: left;
  border: solid #ccc 1px;
  text-align: center;
  color: var(--color-light);
  font-size: 14px;
  line-height: 24px;
  padding: 4px 12px;
  margin: 5px 8px;
  transition: ease all 0.5s;
  border-radius: 100px;
  position: relative;
}

.default_label ul.green_label li {
  border-color: rgba(97, 180, 135, 0.7);
}

.default_label ul.green_label li:hover,
.default_label ul.green_label li:focus,
.default_label ul.green_label li.active {
  background: rgba(97, 180, 135, 0.7);
}

.default_label ul.red_label li {
  border-color: rgba(227, 104, 104, 0.7);
}

.default_label ul.red_label li:hover,
.default_label ul.red_label li:focus,
.default_label ul.red_label li.active {
  background: rgba(227, 104, 104, 0.7);
}

.default_label ul.align_fix {
  margin-left: 41px;
  position: relative;
  top: 0;
}

.verbals_section p.basic_tooltip:hover a span.tooltip_hover {
  opacity: 1;
  visibility: visible;
}

.white_color {
  color: var(--text-light) !important;
}

.text_small {
  display: block;
  color: #7b7c8a;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

#delete_recording p {
  padding: 0 25px;
}

.final_evalution .labels {
  background: rgba(69, 183, 149, 0.2);
  color: var(--color-light);
  padding: 4px 16px;
  float: left;
  font-size: 14px;
  border-radius: 50px;
  display: flex;
  margin-bottom: 25px;
}

.prize-block-caption .prize-points {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 36px;
  color: var(--text-light);
}

.form_section .form-control[type="date"] {
  text-transform: uppercase;
  background-image: url(../img/calender.png);
  background-repeat: no-repeat;
  background-position: 18px 10px;
  padding-left: 55px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.form_section .form-control[type="time"] {
  text-transform: uppercase;
  background-image: url(../img/clock_icon.png);
  background-repeat: no-repeat;
  background-position: 18px 10px;
  padding-left: 55px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

p.feedback_status.dark_blue {
  background: rgba(38, 203, 255, 0.05);
  color: var(--color-light);
  text-align: center;
  margin: 0;
  padding: 16px 0;
  border-radius: 8px;
}

ul.labels li.red {
  background: rgba(227, 104, 104, 0.7);
}

ul.labels li.green {
  background: rgba(97, 180, 135, 0.7);
}

label.blue {
  background: #1b8eb3;
}

label.dark_blue {
  background: rgba(38, 203, 255, 0.2);
}

label.dark_red {
  background: rgba(255, 105, 21, 0.2);
}

label.dark_green {
  background: rgba(69, 183, 149, 0.2);
}

.evaluation_section label {
  color: var(--color-light);
  border-radius: 16px;
  font-size: 14px;
  padding: 4px 12px;
  margin-right: 10px;
  margin-top: 10px;
}

#book_secction h3 {
  font-size: 24px;
}

/** footer fixed css **/

footer {
  min-height: auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-left: 280px;
  left: 0;
}

.dark_footer {
  background: var(--grey-color);
}

.bottom_control_video {
  position: relative;
  background: var(--grey-color);
  display: flex;
  padding: 8px 10px;
  justify-content: space-between;
  height: 65px;
}

a.video_btn_control.next svg {
  transform: rotate(180deg);
}

a.video_btn_control svg {
  width: 11px;
}

a.video_btn_control.button:hover,
a.video_btn_control.button:focus {
  text-decoration: none;
}

.wrapper.full_section + footer {
  padding-left: 0;
  transition: ease all 0.5s;
}

.overflow_scroll .aside-content-wrapper.with_footer {
  height: calc(100vh - 128px) !important;
  position: relative;
  overflow-x: hidden;
}

.score_label {
  position: relative;
}

.prize-block-grid-inner .prize-block-caption h3 span {
  font-size: 14px;
}

.prize-block-caption h5.prize-points {
  font-size: 18px;
  line-height: 27px;
  margin-top: 15px;
}

.progress.tin {
  height: 4px;
  width: calc(100% - 40px);
}

.progress.tin .progress-bar {
  background: #26cbff;
  padding: 0;
}

.progress.tin .progress-bar span {
  position: absolute;
  right: 25px;
}

.questions_trainer.form-check.custom_radio.pick_lectures {
  padding: 7px 55px 0;
  margin: 0;
}

.questions_trainer.pick_lectures .form-group label:before {
  margin-right: 10px;
}

.yourself_text.lessons_sidebar_section .aside-content-wrapper {
  height: calc(100vh - 142px);
}

.white_body .video_blog .video_section p {
  color: #f9f9fb;
  position: absolute;
  top: 24px;
  z-index: 2;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  left: 24px;
}

/*** end reviewer review **/

h3.heading_1 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  color: #333442;
  font-weight: 700;
}

.video_upload_section {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-light);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  height: 210px;
  background-size: cover;
  border-radius: 15px;
  background-position: center center;
}

.video_upload_section p {
  margin: 0;
}

.video_upload_section.record_video {
  background-image: url(../img/recorder_bg.png);
}

.video_upload_section.upload_video {
  background-image: url(../img/upload_bg.png);
}

.video_upload_section.record_video a {
  color: var(--color-light);
  text-decoration: none;
}

.video_upload_section p svg {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.file_upload_section {
  border: 1px dashed #acafbf;
  height: 50vh;
  margin-top: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file_upload_section p {
  font-size: 18px;
  line-height: 27px;
}

.file_upload_section p a {
  color: var(--color-primary);
}

.file_upload_section p + p + p {
  font-size: 14px;
  color: #7b7c8a;
  line-height: normal;
  margin: 0;
  padding: 0 15px;
}

.file_upload_inner label {
  color: var(--color-primary);
}

/** toggle swich **/

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  margin-right: 6px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(158, 38, 255, 0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: solid var(--color-primary) 1px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100%;
}

input:checked + .slider {
  background-color: var(--color-primary);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--color-primary);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(23px);
}

.label_swich {
  font-size: 14px;
  line-height: 28px;
  color: #333442;
}

.sort_field .wrap-drop.sort_select {
  max-width: 166px;
  width: 100%;
  float: left;
}

.sort_field {
  float: right;
}

.sort_field p.white_color {
  margin: 0 15px 0 0;
  float: left;
  line-height: 48px;
}

.sort_field {
  float: right;
  width: 240px;
  display: flex;
  justify-content: flex-end;
}

.sort_select.wrap-drop.active .drop {
  height: auto;
}

.trainers_list {
  background: #262836;
  border-radius: 8px;
  padding: 40px 40px;
  min-height: 128px;
}

.trainers_list:hover,
.trainers_list:focus,
.trainers_list.active {
  background: #3a3c51;
}

.aside-tiles-item.grey_block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.aside-tiles-item.grey_block .shadow-shape {
  display: none;
}

.trainers_name h4 {
  line-height: 40px;
  font-size: 18px;
  padding-left: 15px;
}

.slider.round {
  border-radius: 34px;
}

/** home page **/

.student_home_page {
  background: url(../img/home_page_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.student_home_page .no-sidebar header.header-main-inner {
  background: #0d0d14;
}

.student_home_page .aside-tiles-item {
  background: rgba(38, 203, 255, 0.1);
  border-radius: 8px;
  padding: 24px 24px;
  position: relative;
  height: 100%;
}

.student_home_page .shadow-shape {
  position: absolute;
  top: -10px;
  left: 0;
}

.student_home_page h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  padding-right: 55px;
}

.aside-tiles-item label {
  color: #f9f9fb;
}

span.info_label {
  background: #29b469;
  padding: 0;
  float: right;
  height: 32px;
  width: 51px;
  border-radius: 4px;
  margin-left: 15px;
  line-height: 32px;
  text-align: center;
  margin-top: -5px;
  color: var(--color-light);
}

.pick_lectures .form-group label {
  position: relative;
  cursor: pointer;
  color: #7b7c8a;
}

.pick_lectures .form-group input[type="checkbox"]:checked + label {
  color: var(--color-light);
}

.pick_lectures
  ul.green_checkbox_layout
  .form-group
  input:checked
  + label:after {
  background-color: #29b469;
  content: "";
  display: none;
}

a.calendar_icon {
  position: absolute;
  right: 24px;
}

.profile_info_icon ul {
  display: flex;
  margin-top: 45px;
  justify-content: space-around;
}

.profile_info_icon ul li {
  margin: 0 15px;
  position: relative;
}

.profile_info_icon ul li svg {
  width: 88px;
}

.student_home_page .aside-content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

p.hover_show {
  background: #434557;
  color: #f9f9fb;
  width: 141px;
  height: 34px;
  border-radius: 6px;
  font-size: 12px;
  text-align: center;
  line-height: 34px;
  margin: 12px 0 0 0;
  position: absolute;
  left: -30px;
  visibility: hidden;
  opacity: 0;
}

p.hover_show::after {
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  position: absolute;
  background: #434557;
  left: 50%;
  top: -6px;
  transform: rotate(45deg);
}

.profile_info_icon ul li:hover p.hover_show,
.profile_info_icon ul li:focus p.hover_show {
  visibility: visible;
  opacity: 1;
}

.question_blog_full {
  background: #262836;
  border-radius: 8px;
  padding: 24px;
  transition: ease all 0.5s;
}

.question_blog_full img[alt="avtars"] {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  object-fit: cover;
}

.question_blog_full:hover,
.question_blog_full:focus {
  background: #3a3c51;
}

.question_blog_full p span {
  margin-left: 10px;
}

.question_blog_full p {
  color: #f9f9fb;
}

.full_section {
  max-width: 100%;
}

.white_body h3.backtopage a {
  color: #000;
}

.white_body h3.backtopage a svg {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.single_video_feedback {
  max-width: 733px;
  margin: 0 auto;
}

.video_blog.single_full_video::after {
  background: rgba(13, 13, 20, 0.8);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video_blog.single_full_video a.play_button {
  z-index: 2;
}

.video_blog.single_full_video h3.white_color {
  color: var(--color-light);
}

.video_blog.single_full_video p {
  color: var(--color-light);
}

.video_blog.single_full_video label.video_time {
  right: 24px;
  left: auto;
  z-index: 11;
  bottom: 20px;
}

.video_details_form.form_section textarea.form-control.cform-control {
  border-color: #acafbf;
  height: 144px;
  padding: 12px 16px;
  line-height: normal;
}

.video_details_form.form_section .form-control.cform-control {
  border: 1px solid #acafbf;
}

.aside-content-wrapper.white_body.with_footer footer .bottom_control_video,
.aside-content-wrapper.white_body.with_footer footer {
  background: #f9f9fb;
}

.video_blog.single_full_video .training_video_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 11;
  border: none;
}

.white_body a.video_btn_control {
  color: #333442;
  font-weight: 700;
}

.aside-content-wrapper.white_body.with_footer a.video_btn_control.next svg {
  transform: rotatey(0);
}

/** select css **/

/** select section style **/

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #818496;
  background-color: transparent;
  padding: 0 16px;
  border-radius: 8px;
  color: var(--color-light);
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  font-weight: 300;
  transition: ease all 0.5s;
}

.custom-select-trigger:hover,
.custom-select-trigger:focus {
  border-color: var(--color-primary);
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid var(--color-light);
  border-right: 1px solid var(--color-light);
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 0;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
  background: var(--border-dark);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  padding: 8px 0;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 16px;
  border-bottom: none;
  font-size: 16px;
  font-weight: normal;
  color: var(--text-light);
  line-height: 40px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.custom-option:hover,
.custom-option:focus {
  background: #434557;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

button.icon_button {
  position: absolute;
  right: 19px;
  background: transparent;
  border: none;
  padding: 0;
  line-height: normal;
  top: 17px;
}

.courses_blog.small .dropdown {
  position: absolute;
  right: 19px;
  top: 17px;
}

label.courses_label {
  position: absolute;
  background: var(--color-light);
  left: 0;
  font-size: 14px;
  color: #0d0d14;
  line-height: 24px;
  padding: 0px 18px 0px 16px;
  border-radius: 0px 4px 4px 0px;
  top: 16px;
}

/** white bg select **/

.aside-content-wrapper.white_body .custom-select-wrapper {
  width: 308px;
  float: right;
  height: 24px;
}

.aside-content-wrapper.white_body
  .custom-select-wrapper
  span.custom-select-trigger {
  color: #000;
}

.aside-content-wrapper.white_body .custom-select-trigger:after {
  border-color: #000;
}

/** default table **/

table.table.default_table_theme {
  /* background: #191a21; */
  border-radius: 8px;
  min-width: 1000px;
  border: 1px solid #3a3c51;
}

table.table.default_table_theme thead {
  background: #191a21;
  border-radius: 8px;
  font-size: 12px;
}

table.table.default_table_theme thead tr th {
  color: #f9f9fb99;
  /* background: #191a21; */
  text-transform: capitalize;
  padding: 13px 12px;
  border-right: 1px solid #3a3c51;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-wrap: nowrap;
}

table.table.default_table_theme thead th svg {
  position: relative;
  top: 0px;
  margin-left: 15px;
}

table.table.default_table_theme tbody th > img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 100%;
}

.training_students table.table.default_table_theme input.form-check-input {
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

table.table.default_table_theme tbody td,
table.table.default_table_theme tbody th {
  color: #f9f9fb;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  line-height: normal;
  padding: 16px 12px;
  /* background: #191a21; */
  border-top: 1px solid #3a3c51;
  border-right: 1px solid #3a3c51;
  text-wrap: nowrap;
}

table.table.default_table_theme ul.labels {
  margin: 0;
  cursor: default;
}

td.status_dot svg {
  margin-left: 10px;
}

td.status_dot span.status-doticon svg {
  margin-left: 0px;
}

.evaluations_dropdown .wrap-drop .drop {
  height: auto;
}

#add_tag .modal-dialog {
  max-width: 560px;
}

.responsive-table {
  overflow: auto;
  border-radius: 8px 8px;
}

.responsive-table table.table tr th {
  width: auto !important;
  display: table-cell;
  text-align: left;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

td.status_dot svg {
  margin-right: 10px;
  position: relative;
  top: -2 px;
}

table.table.default_table_theme tr:hover,
table.table.default_table_theme tr:focus,
table.table.default_table_theme tr.active {
  background: linear-gradient(
      0deg,
      rgba(158, 38, 255, 0.1),
      rgba(158, 38, 255, 0.1)
    ),
    #262836;
}

.resources_blog p small {
  font-size: 12px;
  color: #7b7c8a;
}

.resources_blog p.time_resources svg {
  position: relative;
  top: -1px;
}

p.time_resources {
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 12px;
  padding: 10px 15px;
  color: #f9f9fb;
  margin-bottom: 20px;
}

.resources_blog.give_feedback p.time_resources {
  background: rgba(158, 38, 255, 0.1);
  color: #b559ff;
  display: flex;
  justify-content: center;
  font-weight: 700;
}

.resources_blog p.time_resources svg {
  position: relative;
  margin-right: 8px;
}

.resources_hide_hover .resources_blog:hover,
.resources_hide_hover .resources_blog:focus {
  background: var(--grey-color);
}

.resources_hide_hover .resources_blog::after {
  display: none;
}

/** toggle bar tab **/

.toggle_tabbar ul.nav.nav-pills {
  width: 100%;
  display: flex;
  padding: 0;
  flex-wrap: initial;
}

.toggle_tabbar ul.nav.nav-pills li.nav-item a {
  border: solid var(--color-primary) 1px;
  color: var(--color-primary);
  text-decoration: none;
  padding: 11px 18px;
}

.toggle_tabbar ul.nav.nav-pills li.nav-item a.active {
  background: var(--color-primary);
  color: var(--text-light);
}

.toggle_tabbar ul.nav.nav-pills li {
  width: 50%;
  text-align: center;
}

.toggle_tabbar ul.nav.nav-pills li:nth-child(1) a {
  border-radius: 4px 0 0 4px;
}

.toggle_tabbar ul.nav.nav-pills li:nth-child(2) a {
  border-radius: 0 4px 4px 0;
}

a.link_btn {
  color: #b559ff;
  text-decoration: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 4px;
}

.form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.radio_btn_option .form-check.custom_radio {
  padding: 0;
  margin: 0;
  position: relative;
}

.radio_form_style {
  display: flex;
}

.radio_form_style .radio_button_section {
  position: relative;
  margin-right: 20px;
}

.radio_form_style .radio_button_section .form-check.custom_radio {
  padding: 0;
  margin: 0;
}

.radio_form_style .custom_radio input[type="radio"] + label {
  color: var(--color-light);
  font-size: 14px;
  padding: 0 0px 0 30px;
  line-height: 30px;
}

#give_feedback .modal-dialog.modal-dialog-centered {
  max-width: 735px;
  width: 100%;
}

/** Video Grid css start **/

.video_thumb {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  height: 300px;
  background: #000;
}

.single_video .video_thumb {
  height: 520px;
}

.video_thumb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.single_video .video_thumb img {
  object-fit: scale-down;
}

a.play_button {
  position: absolute;
  left: 0;
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

.video_detail {
  background: var(--grey-color);
  border-radius: 0 0 8px 8px;
  padding: 24px 24px;
}

.video_detail .d-flex {
  align-items: center;
}

.video_detail p {
  color: var(--color-light-dark);
}

.video_detail h5 {
  color: var(--text-light);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video_detail p {
  color: var(--color-light-dark);
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.video_detail img + div {
  margin-top: -1px;
  width: 85%;
}

.video_detail p span::after {
  width: 4px;
  height: 4px;
  background: #c4c4c4;
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}

.video_detail p span {
  position: relative;
  padding: 0 0 0 14px;
  margin-left: 10px;
}

label.video_time {
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-light);
  width: 59px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  bottom: 16px;
  left: 24px;
  border-radius: 4px;
}

.video_blog {
  margin-bottom: 20px;
  margin-top: 5px;
}

/** video grid end **/

p.time_resources.green {
  background: rgba(69, 183, 149, 0.2);
}

p.time_resources.blue {
  background: rgba(38, 203, 255, 0.2);
}

@media (min-width: 1353px) {
  #video_audio_popup .popup_section,
  #video_audio_popup .popup_section + .video_content {
    max-width: 100%;
    width: 992px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  span.media_player_controls_timer {
    padding: 24px 25px;
  }

  span.controls_player p.large_number {
    font-size: 32px;
  }

  /** courses sidebar section **/

  .lesson_sidebar {
    background: var(--grey-color);
    padding: 24px 20px 24px 20px;
    margin-left: 280px;
    width: 270px;
  }

  .lesson_sidebar ul li {
    font-size: 13px;
  }

  .lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 550px);
    margin-left: 550px;
    padding: 24px 10px;
    height: calc(100vh - 65px);
  }

  .lessons_sidebar_section .modal-body .resources_Content .banner_blog h3 {
    font-size: 25px;
    line-height: normal;
  }

  .lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 270px);
    margin-left: 270px;
  }

  .pagination_section_page {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /** media controls **/
  span.media_player_controls_timer {
    width: 100%;
    padding: 15px 15px;
  }

  .control-video {
    display: flex;
  }

  .media_player_controls_timer span.controls_player {
    padding: 0 15px 10px;
    min-height: auto;
  }

  .media_player_controls_timer span.controls_player p {
    font-size: 11px;
    line-height: normal;
  }

  .media_player_controls_timer span.controls_player p.large_number {
    font-size: 28px;
  }

  span.controls_player.right_content {
    margin-left: 15px;
  }

  a.player_round_btn {
    width: 30px;
    height: 30px;
  }

  a.player_round_btn {
    left: calc(50% - 15px);
  }

  .md-right_content {
    justify-content: flex-start;
  }

  .flashcard_week {
    padding: 30px 0px 50px;
  }

  .flascard_guide h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .courses_blog .course_image img {
    width: 100%;
  }

  .courses_blog .course_image {
    margin-right: 24px;
    width: 380px;
  }

  .courses_blog .course_image {
    width: auto;
  }

  .courses_blog h3 {
    color: var(--text-light);
    margin-bottom: 15px;
  }

  .courses_blog p {
    font-size: 14px;
    line-height: 21px;
  }

  .progress-circle {
    width: 65px;
    height: 65px;
  }

  .progress-circle span {
    font-size: 16px;
    width: 59px;
    height: 59px;
    margin-left: -30px;
    margin-top: -29px;
  }

  .course_content .left_conent {
    margin-bottom: 0;
  }

  /** courses sidebar section **/

  .lesson_sidebar {
    background: var(--grey-color);
    padding: 24px 20px 24px 20px;
    margin-left: 280px;
    width: 180px;
  }

  .lesson_sidebar ul li {
    font-size: 13px;
  }

  .lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 460px);
    margin-left: 460px;
    padding: 24px 0;
    height: calc(100vh - 65px);
  }

  .lessons_sidebar_section .modal-body .resources_Content .banner_blog h3 {
    color: #333442;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    margin-top: 15px;
  }

  .pagination_section_page {
    margin: 0;
  }

  .lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 180px);
    margin-left: 180px;
  }

  .pagination_section_page {
    margin: 0;
  }

  .course_blog {
    margin-bottom: 25px;
  }

  .video_post_info {
    display: block;
  }

  .video_post_info .score_info {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .video_post_info .score_info p.light_color {
    margin: 0;
    font-size: 13px;
  }

  a.report_btn {
    font-size: 11px;
  }

  .video_post_info .score_info {
    margin-top: 10px;
  }

  .d-flex.score_label {
    display: block !important;
  }

  .d-flex.default_label {
    display: block !important;
  }

  .score_label ul,
  .default_label ul {
    margin: 0;
  }

  .score_label ul li {
    margin: 5px;
  }

  .default_label ul.align_fix {
    margin-left: 0;
  }

  .video_post_section p {
    margin: 0;
  }

  p.basic_tooltip {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
  }

  .profile_info_icon ul {
    padding-left: 0;
    padding-right: 0;
  }

  .profile_info_icon ul {
    padding: 0;
  }

  .courses_blog.circle_progressbar .course_image {
    max-width: 210px;
    min-width: 210px;
  }
}

@media only screen and (max-width: 991px) {
  /* .pagination_section_page .d-flex {
        display: block !important;
    } */

  .pagination_section_page {
    height: inherit;
  }

  .pagination_section_page p a {
    display: block;
    text-align: center;
  }

  .pagination_section_page a.main_btn_default {
    display: block;
    margin: 10px 0;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .flashcard_week {
    padding: 30px 0px 50px;
  }

  .flashcard_week ul li a {
    font-size: 12px;
    margin-top: 0;
  }

  .flascard_guide {
    width: 90%;
  }

  .flascard_guide h3 {
    font-size: 28px;
    padding: 0 10px;
  }

  .yourself_tex footer {
    padding-left: 0;
  }

  .popup_section {
    padding: 28px 24px;
  }

  .buttons {
    display: flex;
  }

  .buttons a {
    margin: -1px 8px;
  }

  .main_btn_default {
    padding: 0 12px;
  }

  .aside-title-area .title {
    font-size: 20px;
    line-height: 24px;
  }

  #video_audio_popup .popup_section,
  #video_audio_popup .popup_section + .video_content {
    width: 100%;
  }

  span.media_player_controls_timer {
    width: 100%;
    padding: 15px 15px;
  }

  .control-video {
    display: flex;
  }

  .media_player_controls_timer span.controls_player {
    padding: 0 15px 10px;
    min-height: auto;
  }

  .media_player_controls_timer span.controls_player p {
    font-size: 11px;
    line-height: normal;
  }

  .media_player_controls_timer span.controls_player p.large_number {
    font-size: 28px;
  }

  span.controls_player.right_content {
    margin-left: 15px;
  }

  a.player_round_btn {
    width: 30px;
    height: 30px;
  }

  a.player_round_btn {
    left: calc(50% - 15px);
  }

  .media_player_controls_timer span.controls_player label {
    font-size: 14px;
  }

  .md-right_content {
    justify-content: flex-start;
  }

  .aside-title-area p.light_color {
    display: none;
  }

  ul.labels li {
    margin-right: 5px;
  }

  ul.labels li {
    padding: 1px 5px 0;
    font-size: 11px;
  }

  .leaderboard_table tbody {
    font-size: 13px;
  }

  .table.leaderboard_table tr td,
  .table.leaderboard_table tr th {
    border: none;
    padding: 9px 5px;
  }

  span.number {
    border: solid #26cbff 1px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    margin-top: 5px;
  }

  .question_blog {
    width: 80%;
    height: 280px;
    margin: 20px 10%;
  }

  .yourself_text.dark footer {
    padding-left: 0;
  }

  .custom_radio input[type="radio"] + label {
    padding-left: 30px;
    margin-right: 0;
    padding-right: 0;
  }

  .flascard_guide {
    padding: 0 20px;
  }

  .flascard_guide h3 {
    font-size: 25px;
    line-height: normal;
  }

  .cources .d-flex h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    margin: 0;
    width: 190px;
  }

  .courses_blog {
    display: block;
  }

  .courses_blog .course_image {
    margin-right: 0;
  }

  .courses_blog .course_image img {
    width: 100%;
    border-radius: 8px;
    height: auto;
  }

  .course_content {
    display: block;
    padding: 0 25px;
  }

  .course_content .left_conent {
    width: 100%;
    margin-bottom: 0;
  }

  .courses_blog.small .left_conent,
  .courses_blog.small .left_conent p {
    margin: 0;
  }

  .course_content {
    display: block;
    padding: 0 25px 25px;
  }

  .course_content .left_conent a.main_btn_default {
    margin-right: 15px;
  }

  .calendar_section {
    display: grid;
  }

  .month {
    padding: 30px 30px;
  }

  .weekdays {
    padding: 0 10px;
  }

  .days {
    padding: 0 10px;
  }

  /** lesson sidebar **/

  .lesson_sidebar {
    margin-left: 0;
    width: 120px;
    position: fixed;
    height: 100%;
    padding: 24px 15px 24px 15px;
  }

  .lesson_sidebar ul {
    font-size: 14px;
  }

  .lessons_sidebar_section .full_section .aside-content-wrapper {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 10px 0px;
    height: calc(100vh - 65px);
  }

  .lessons_sidebar_section .aside-content-wrapper {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 10px 0;
    height: calc(100vh - 65px);
  }

  .lesson_sidebar ul {
    border-left: solid var(--color-primary) 1px;
    padding-left: 15px;
    position: relative;
    font-size: 12px;
  }

  .lesson_sidebar ul li::before {
    left: -18px;
  }

  .lesson_sidebar ul li::after {
    left: -24px;
  }

  .lesson_sidebar ul li svg {
    margin-right: 4px;
  }

  .lesson_sidebar ul li svg {
    display: none;
  }

  .lesson_sidebar ul li small {
    font-size: 11px;
    padding-left: 0;
  }

  .lessons_sidebar_section .left-nav,
  .small_header .left-nav {
    height: calc(100vh - 64px);
  }

  .lessons_sidebar_section .modal-body .resources_Content .banner_blog h3 {
    color: #333442;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    margin-top: 15px;
  }

  .resources_Content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }

  .lessons_sidebar_section .resources_Content h3 {
    font-size: 1rem;
  }

  .lessons_sidebar_section .resources_Content p {
    font-size: 14px;
  }

  .comment_blog {
    display: block !important;
  }

  .comment_blog img {
    margin-top: 10px;
    margin-right: auto;
    height: 40px;
    margin-left: auto;
    margin-bottom: 5px;
    display: flex;
  }

  h3.comment_name span.date_time {
    font-size: 12px;
    margin-left: 0;
    float: left;
    width: 100%;
    margin-top: 8px;
  }

  .pagination_section_page {
    margin: 0;
    padding: 10px;
  }

  .comment_child .comment_blog {
    padding: 15px 0 10px;
  }

  .pagination_section_page p a {
    font-size: 13px;
  }

  .comment_section input[type="text"] {
    font-size: 13px;
  }

  .course_blog {
    margin-bottom: 25px;
  }

  .training_video_info {
    padding: 15px;
  }

  .training_video_info {
    display: block !important;
  }

  .video_upload_info img {
    margin-right: 10px;
    height: 40px;
  }

  .video_info h3 {
    margin: 0;
  }

  .video_upload_info {
    margin-bottom: 15px;
  }

  .video_post_section p {
    margin: 0 20px 0 0;
  }

  .video_blog .video_section::after {
    border-radius: 8px 8px 0 0;
  }

  .video_blog .video_section label.video_time {
    left: 10px;
    right: inherit;
    bottom: 10px;
    font-size: 14px;
  }

  .aside-title-area.md-right_content a.main_btn_default + a {
    margin-top: 0;
  }

  .video_post_info {
    display: block;
  }

  .video_post_info .score_info {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .video_post_info .score_info p.light_color {
    margin-right: 0;
    font-size: 13px;
  }

  a.report_btn {
    font-size: 11px;
  }

  footer {
    padding-left: 0;
  }

  .d-flex.score_label {
    display: block !important;
  }

  .d-flex.default_label {
    display: block !important;
  }

  .score_label ul,
  .default_label ul {
    margin: 0;
  }

  .score_label ul li {
    margin: 5px;
  }

  .default_label ul.align_fix {
    margin-left: 0;
  }

  .video_post_section p {
    margin: 0;
  }

  p.basic_tooltip {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
  }

  .overflow_scroll .wrapper.with_footer .aside-content-wrapper {
    padding-bottom: 50px;
  }

  .yourself_text footer {
    padding-left: 0;
  }

  span.info_label {
    float: right;
    height: 22px;
    width: 40px;
    border-radius: 4px;
    line-height: 22px;
    margin-top: 0;
  }

  .profile_info_icon ul li svg {
    width: 60px;
  }

  .profile_info_icon ul {
    padding: 0;
  }

  .profile_info_icon ul li {
    margin: 0 10px;
  }

  p.hover_show {
    left: -44px;
  }

  .right_processbar {
    padding: 0;
  }

  .right_processbar .progress-circle {
    margin: 0 auto;
  }

  .random_test .form-check {
    padding: 21px 15px;
  }

  .random_test label.form-check-label {
    font-size: 15px;
    line-height: 24px;
  }

  .header-main-inner nav {
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .video_audio_section span.player_control img {
    max-height: 120px;
  }

  .pick_lectures .form-group {
    font-size: 14px;
  }
}

/** css 08/july/2022 **/

.video_blog img[alt="avtars"] {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.empty-icon-img {
  width: 95px;
}

.courses_blog .course_image img {
  width: 100%;
  object-fit: cover;
  height: 116px;
}

.courses_blog.circle_progressbar .course_image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.courses_blog.small h3 {
  padding-right: 20px;
}

.icon svg {
  max-width: 150px;
}

.aside-title-area .main_btn_default {
  min-width: 140px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .aside-title-area p.light_color {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .video_blog .video_section {
    margin-bottom: 0;
    height: 320px;
  }
}

@media (max-width: 991px) {
  .single_video .video_thumb img {
    object-fit: cover;
  }

  .single_video .video_thumb {
    height: 320px;
  }

  .aside-title-area .main_btn_default {
    min-width: 130px;
  }

  .aside-title-area p.light_color {
    display: none;
  }

  .video_blog .video_section {
    height: 490px;
  }
}

@media (max-width: 767px) {
  .courses_blog .course_image {
    margin-right: 0;
    max-width: 100%;
  }

  .courses_blog.circle_progressbar .course_image {
    max-width: 100%;
    min-width: 100%;
  }

  .courses_blog .course_image img {
    height: auto;
  }
}

@media (max-width: 1353px) {
  #video_audio_popup > .center {
    width: 100%;
  }
}

.create-guide-popup .modal-body img {
  max-width: 100%;
  height: auto;
}

.tabbar_head.reviewer-tabs .nav-tabs {
  border-bottom: 1px solid #262836;
}

.tabbar_head.reviewer-tabs {
  border-bottom: none;
}

.video-tabs .nav-tabs li.nav-item button,
.reviewer-tabs .nav-tabs button {
  color: #7b7c8a;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.video-tabs .nav-tabs li.nav-item button.active,
.reviewer-tabs .nav-tabs button.active {
  background-color: transparent;
  color: #333442 !important;
  border-bottom: 1px solid #9e26ff;
}

.reviewer-tabs .nav-tabs button,
.reviewer-tabs .nav-tabs button.active {
  color: #fff !important;
}

.change-password-popup .input-group input[type="password"],
.change-password-popup .input-group .form-control {
  color: #fff;
}

.video-tabs .btn-fclose.del-button {
  color: #4d0ac2;
  border-color: #4d0ac2;
}

.video-tabs .btn-fclose.del-button:hover {
  border-color: #4d0ac2;
  color: #fff;
  background-color: #4d0ac2;
}

.video-tabs .btn-fclose.del-button:hover svg path {
  fill: #fff !important;
}

.resources_Content video {
  margin-bottom: 20px;
}

.quiz-list-box .form-check {
  max-width: inherit;
}

.video-tabs .video_upload_section p {
  color: #fff;
}

.quiz-footer {
  padding: 20px 0;
  position: relative;
}

.quiz-footer button {
  margin-right: 0;
}

.guide-footer {
  position: relative;
}

.dark-purple,
.quiz-list-box .quiz-footer .blue_color {
  background: #4d0ac2 !important;
  color: #fff !important;
}

.video-tabs .btn-puple-outline {
  color: #4d0ac2 !important;
  border-color: #4d0ac2 !important;
}

.btn-puple-outline:hover {
  background: #4d0ac2 !important;
  color: #fff !important;
}

.dark-purple:hover {
  background: #fff !important;
  color: #4d0ac2 !important;
  border-color: #4d0ac2 !important;
}

.random_test .radio_button_section .form-check label {
  margin-left: 8px;
}

.random_test .radio_button_section .custom_radio input[type="radio"] + label {
  padding-left: 32px;
}

.random_test .radio_button_section .form-check-input[type="checkbox"] {
  margin-left: 0;
  min-width: 18px;
}

.modal-dark.change-password-success .modal-body {
  padding: 24px 24px 15px;
  text-align: center;
}

.modal-dark.change-password-success .modal-footer {
  justify-content: center;
}

.mb-15 {
  margin-bottom: 15px;
}

.resource-dropdown .dropdown-menu a {
  padding: 7px 10px;
  margin-bottom: 2px;
}

.resource-dropdown .dropdown-menu a svg {
  margin-right: 6px;
}

.resource-dropdown .dropdown-menu a:hover,
.resource-dropdown .dropdown-menu a.selected {
  background: var(--color-primary) !important;
}

@media only screen and (max-width: 767px) {
  .modal-body .calendar_section .react-datepicker__day,
  .modal-body .calendar_section .react-datepicker__day-name {
    width: 1.75rem !important;
  }

  .modal-body .react-datepicker__month-container {
    width: 100% !important;
    float: none !important;
  }

  .modal-body .react-datepicker__navigation {
    top: 18px !important;
  }

  .white_body .tabbar_head {
    border: none;
  }

  .video-tabs .resources_Content .btn {
    display: block;
    margin: 0 0 10px !important;
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .create-guide-popup .modal-footer-left button {
    margin-right: 6px;
  }
}

.video-popup .modal-body .wrap-drop {
  height: inherit;
}

.video-popup .modal-body .btn.btn-success {
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  white-space: normal;
}

.video-popup .modal-body .btn.btn-success:focus {
  outline: 0;
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
}

.video-popup .modal-body .btn.btn-success:after {
  content: "";
  display: none;
}

.video-review-tabs .nav-tabs .nav-item button {
  background: transparent;
  color: #333442;
  position: relative;
}

.video-review-tabs .nav-tabs .nav-item button.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 8px #ad26ff;
  background: #9e26ff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  bottom: 0;
}

.video-review-tabs .css-4ljt47-MenuList div#react-select-3-option-0 {
  background-color: transparent !important;
}

.label-spacing {
  margin-top: 12px;
  margin-right: 12px;
}

.tinstatus {
  background: rgba(69, 183, 149, 0.2);
  padding: 4px 15px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
}

.course-final-evalution .breadcrumb li.breadcrumb-item a {
  color: #f9f9fb;
}

.evaluation_section {
  background: #262836;
  border-radius: 8px;
  padding: 32px 48px;
  max-width: 700px;
  margin: 0 auto;
}

p.large-text {
  text-align: center;
  font-size: 18px;
}

ul.list_step {
  max-width: 591px;
  margin: 0 auto 32px !important;
}

.list_step li {
  position: relative;
  color: #fff;
  line-height: 24px;
  padding-bottom: 36px;
  position: relative;
  display: inline-block;
  padding-left: 64px;
  margin-bottom: 0;
  width: 100%;
}

.list_step li:before {
  width: 1px;
  background: #26cbff;
  content: "";
  min-height: 100%;
  display: block;
  position: absolute;
  top: 8px;
  left: 20px;
}

.list_step li:nth-child(2)::before,
.list_step li:nth-child(2)::after {
  display: none;
}

.video_content .accordion-header button.accordion-button {
  color: #fff;
}

.video-tabs .tab-content .current-user {
  display: flex;
  align-items: center;
  padding: 15px 0 10px;
  border-bottom: 1px solid #e4e5ea;
  margin-bottom: 12px;
}

.video-tabs .tab-content .current-user .user_avtar {
  width: auto;
}

.video-tabs .tab-content .current-user .user_avtar span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #182f2e;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
}

.lorange-badge {
  background: rgba(255, 105, 21, 0.2);
  padding: 8px 12px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 14px;
  color: #333442;
}

.learning_video_section a,
.learning_video_section a:hover {
  text-decoration: none;
}

.video-feedback-footer .video_btn_control.prev span {
  margin-right: 8px;
}

.video-feedback-footer .video_btn_control.next span {
  margin-left: 8px;
}

.video_details_form.form_section
  .form-control.cform-control.css-b62m3t-container {
  padding: 0;
  border: none;
}

.video_details_form.form_section .form-control.cform-control:focus {
  border: 1px solid #9e26ff;
  outline: 0;
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
}

.video-upload-feedback h3 {
  font-size: 16px;
  color: #333442;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
}

.video-upload-feedback .position {
  color: #7b7c8a;
  font-size: 14px;
}

.video-upload-feedback .tag-container {
  display: flex;
}

.video-upload-feedback .tag-container div {
  margin-right: 8px;
  padding: 6px 15px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 14px;
  color: #333442;
}

.video-upload-feedback .tag-container .green {
  background: rgba(69, 183, 149, 0.2);
  border: 1px solid rgba(97, 180, 135, 0.7);
}

.video-upload-feedback .tag-container .red {
  background: rgba(255, 105, 21, 0.2);
  border: 1px solid rgba(255, 105, 21, 0.2);
}

.feedback-popup .form-control {
  padding-top: 10px;
}

.feedback-popup .css-1t8y0t9-control,
.feedback-popup .css-1vp9nu5-control {
  background: transparent;
  height: inherit;
  border: 1px solid #818496;
  padding: 5px;
}

.feedback-popup .css-1vp9nu5-control:focus,
.feedback-popup .css-1t8y0t9-control:focus {
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
  outline: 0;
  border: 1px solid #9e26ff;
}

.feedback-popup .css-b62m3t-container {
  padding: 0;
  border: none;
  height: auto !important;
}

.collection-listbox.resources_blog:after {
  content: "";
  display: none;
}

.collection-listbox.resources_blog .weblink {
  position: absolute;
  right: 20px;
  top: 18px;
  opacity: 0;
}

.collection-listbox.resources_blog:hover {
  background: #3a3c51;
  backdrop-filter: blur(80px);
}

.collection-listbox.resources_blog:hover .weblink {
  opacity: 1;
}

.collection-listbox.resources_blog .weblink svg path {
  fill: #acafbf;
}

.resource-popup img,
.resource-popup video {
  max-width: 100%;
  height: auto;
}

.float-sm-right {
  float: right;
}

.feedback-popup .feedback-field {
  padding: 0;
  border: none;
  height: inherit !important;
}

.clear-all {
  text-align: right;
}

.clear-all a {
  color: var(--color-primary);
  cursor: pointer;
}

.clear-all a:hover {
  color: #fff;
}

.white_body.video-review-tabs .tabbar_head {
  border-bottom: none;
}

/* .pick_lectures .form-group label::before {
    top: 0px;
} */

.pick_lectures .radio_button_section .form-group label:before {
  top: 0px;
}

.pick_lectures .select_field .form-group input:checked + label::after {
  top: 3px;
}

.back-to-video svg {
  margin-right: 10px;
}

.video-bottom-button .video_btn_control.prev svg,
.video-bottom-button .video_btn_control.next svg {
  margin-right: 5px;
  width: 15px;
  height: 14px;
  position: relative;
  top: -1px;
}

.video-bottom-button .video_btn_control.next svg {
  transform: rotate(0deg);
  margin-left: 5px;
}

.video-box-list .faq-item-list .accordion-header .accordion-button {
  display: block;
}

.video-box-list .video_content button.accordion-button h4 {
  position: relative;
  padding-left: 26px;
}

.video-box-list
  .accordion-header
  .accordion-button[aria-expanded="true"]
  h4:after {
  background-image: url(../img/ic_arrow_down.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  left: 0px;
  position: absolute;
  width: 14px;
  top: 8px;
  content: "";
}

.video-box-list
  .accordion-header
  .accordion-button[aria-expanded="false"]
  h4:after {
  background-image: url(../img/ic_arrow_down.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  left: 0px;
  position: absolute;
  width: 14px;
  top: 8px;
  content: "";
  transform: rotate(180deg);
}

.video-box-list .accordion-button::after {
  content: "";
  display: none;
}

.video-box-list .accordion-header .accordion-button,
.video-box-list .accordion-body {
  background: #262836 !important;
}

.video-box-list.video_post_section {
  margin-bottom: 15px;
}

.video-box-list label.video_time {
  bottom: 30px;
}

.video-box-list video {
  width: 100%;
}

#reviewed .video_post_section {
  margin-bottom: 20px;
}

.video-box-list .video_post_info,
#reviewed .single_video .video_post_info {
  margin-top: -8px;
}

.css-tj5bde-Svg {
  fill: #9369c8 !important;
}

.css-tj5bde-Svg:hover {
  fill: #9369c8 !important;
}

.score_label ul li.selected {
  background: var(--color-primary);
  color: #fff;
}

.video-upload-feedback .review {
  margin-top: 18px;
}

.single_video_feedback .css-39ynda-multiValue,
.single_video_feedback .css-lhc3im-multiValue,
.single_video_feedback .css-1hfe723-multiValue,
.feedback-field .css-39ynda-multiValue,
.feedback-field .css-lhc3im-multiValue,
.feedback-field .css-1hfe723-multiValue {
  border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  padding: 5px 15px;
}

.single_video_feedback .css-39ynda-multiValue {
  background: rgba(69, 183, 149, 0.7);
  border: 1px solid rgba(97, 180, 135, 0.7);
}

.single_video_feedback .css-lhc3im-multiValue {
  background: rgba(227, 104, 104, 0.7) !important;
  border: 1px solid rgba(227, 104, 104, 0.7);
}

.feedback-field .css-1hfe723-multiValue {
  background-color: rgba(27, 142, 179, 0.7);
}

.single_video_feedback .css-39ynda-multiValue svg,
.single_video_feedback .css-lhc3im-multiValue svg,
.feedback-field .css-39ynda-multiValue svg,
.feedback-field .css-lhc3im-multiValue svg,
.feedback-field .css-1hfe723-multiValue svg,
.single_video_feedback .css-1hfe723-multiValue svg {
  margin-left: 5px;
}

.single_video_feedback .css-39ynda-multiValue .css-1bv34l2,
.single_video_feedback .css-39ynda-multiValue .css-159jk51,
.single_video_feedback .css-lhc3im-multiValue .css-1i4vdfo,
.single_video_feedback .css-lhc3im-multiValue .css-1yg6boi,
.single_video_feedback .css-1hfe723-multiValue .css-1kkc0k0,
.single_video_feedback .css-1hfe723-multiValue .css-hj2aik,
.feedback-field .css-39ynda-multiValue .css-1bv34l2,
.feedback-field .css-39ynda-multiValue .css-159jk51,
.feedback-field .css-lhc3im-multiValue .css-1i4vdfo,
.feedback-field .css-lhc3im-multiValue .css-1yg6boi,
.feedback-field .css-1hfe723-multiValue .css-1kkc0k0,
.feedback-field .css-1hfe723-multiValue .css-hj2aik {
  background: transparent !important;
  padding: 0;
  font-size: 16px;
  color: #fff !important;
}

.leaderboard-popup .profile_img {
  height: 80px;
  width: 80px;
}

.leaderboard-popup .profile_img .user_avtar img {
  margin-right: 0;
  height: 80px;
  width: 80px;
}

.leaderboard-popup .profile_info p {
  margin-top: 12px;
  margin-bottom: 0;
}

.leaderboard-popup .profile_info h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #f9f9fb;
}

.leaderboard-popup .leaderboard_table tr td,
.leaderboard-popup .leaderboard_table tr th {
  padding: 10px;
}

.leaderboard-popup .leaderboard_table .user-infobox {
  display: flex;
  align-items: flex-start !important;
  justify-content: flex-start;
}

.leaderboard-popup .leaderboard_table .user_avtar {
  width: auto;
}

.leaderboard-popup .leaderboard_table .user_avtar img {
  margin-top: 0;
}

.leaderboard-popup .leaderboard_table .user_avtar span {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: rgba(38, 203, 255, 0.2);
  margin-right: 12px;
  border-radius: 50%;
  line-height: 40px;
}

.video-setting-popup .modal-body button.dropdown-toggle {
  padding: 10px !important;
  min-height: 44px;
}

.video-setting-popup .modal-body .dropdown .dropdown-item {
  white-space: normal;
  text-decoration: none !important;
}

.question-list a:hover {
  text-decoration: none;
}

.question-list .question_blog_full p {
  margin-bottom: 0 !important;
}

.question-list .question_blog_full .up {
  margin-right: 16px;
}

.question-list .question_blog_full img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.prize-locker-box .prize-locker-request .prize-block-grid-inner {
  opacity: 0.6;
  backdrop-filter: blur(80px);
}

.prize-locker-box .prize-locker-request .prize-block-grid-inner h3.title,
.prize-block-caption .title {
  margin: 0 0 10px;
}

.other-video-box .video_blog .video_section {
  height: inherit;
}

.other-video-box .video_blog .video_section video {
  margin-bottom: 0;
}

.other-video-box .video_blog .training_video_info {
  margin-top: -8px;
}

.student-profile-box {
  background: url(../img/profile_shape.png) no-repeat center;
  width: 281px;
  height: 312px;
  margin: 0 auto;
  background-size: 273px auto;
}

.student-profile-box img {
  width: 108%;
  clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
  position: relative;
  top: 11px;
  width: 285px;
  height: 290px;
  left: 0;
  object-fit: cover;
}

.certified_number {
  width: 88px;
  height: 88px;
  line-height: 88px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  overflow: hidden;
}

.company_img img {
  height: 100%;
  /* object-fit: cover; */
}

.certified_number a {
  font-weight: 600;
  font-size: 36px;
  color: #26cbff !important;
  font-family: "Nunito Sans";
  text-decoration: none;
}

table.table.default_table_theme.course-listbox tr td .up {
  width: 40px;
  height: 40px;
  line-height: 26px;
}

table.table.default_table_theme.course-listbox tr td img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.single_video_reviewed .reviewed-add-comment {
  padding: 0;
  border: none !important;
}

.info_label.go_btn {
  float: none;
  display: inline-block;
}

.video_report_popup #evaluation_session .modal-title {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .video-box-list .video_content button.accordion-button span {
    float: none;
  }
}

.flashcard_week {
  padding: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.flashcard_week .cb-flashcard-slider {
  /* padding: 30px 0; */
}

.flashcard_week .pointer {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px 0 10px;
  font-size: 14px;
  color: #0d0d14;
  font-weight: 700;
  list-style-type: none;
  font-family: "Nunito Sans";
  border-top: 1px solid #e4e5ea;
}

.flashcard_week .pointer::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #cbf2ff;
  display: block;
  margin: -12px auto 0;
  border-radius: 100%;
  background-image: url(../img/icon_lock.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.flashcard_week ul li a {
  font-size: 14px;
  color: var(--color-light-dark);
  line-height: 21px;
  margin-top: 0;
}

.flashcard_week .pointer:hover {
  cursor: pointer;
}

.flashcard_week .pointer::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #cbf2ff;
  display: block;
  margin: -12px auto 14px;
  border-radius: 100%;
  background-image: url(../images/icon_lock.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.flashcard_week .pointer.active::before {
  background-color: #29b469;
  background-image: url(../images/checkmark.svg);
}

.flascard_guide {
  max-width: 734px;
  min-height: 420px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 18px rgb(196 196 196 / 50%);
  border-radius: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 48px;
}

.flascard_guide p.large {
  font-size: 25px;
  color: var(--color-light-dark);
  line-height: 50px;
  margin: 0;
}

.flascard_guide h3 {
  color: #333442;
  font-size: 36px;
  line-height: 50px;
  font-weight: normal;
  margin: 0;
}

.cb-flashcard-slider {
  padding: 30px 70px;
}

.cb-flashcard-slider .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
  background: url("../images/arrow.svg") no-repeat center !important;
  background-size: 16px !important;
  background-color: rgba(58, 60, 81, 0.1) !important;
}

.cb-flashcard-slider .owl-nav button:hover {
  background: url("../images/arrow_white.svg") no-repeat center !important;
  background-color: rgba(58, 60, 81, 1) !important;
}

.cb-flashcard-slider .owl-nav button.owl-prev {
  left: 15px;
}

.cb-flashcard-slider .owl-nav button span {
  display: none;
}

.cb-flashcard-slider .owl-nav .disabled {
  opacity: 0.6;
}

.cb-flashcard-slider .owl-nav .disabled:hover {
  background: url("../images/arrow.svg") no-repeat center !important;
  background-color: rgba(58, 60, 81, 0.1) !important;
}

.cb-flashcard-slider .owl-nav button.owl-next {
  right: 15px;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* --- Flashcard Css End --- */

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  padding-bottom: 20px;
}

.cb-disabled {
  pointer-events: none;
}
/* .border-light {
  border: 1px solid #818496;
  background-color: transparent;
} */

.pagination-black .page-link {
  border-color: #000 !important;
}
.icon-black,.item-black {
  color: #000 !important;
  border-color: #000 !important;
}
.icon-black .page-link,.item-black .page-link {
  color: #000;
  border-color: #000 !important;
}

.item-black.active .page-link {
  color: #fff !important;
}

.learning_video_section .icon-black  .page-link,
.learning_video_section .item-black .page-link{
  color:  #000 !important;
}