/*
 * style.css update 
 */
.left-sidebar-inner .menu .menu-item a {
  padding: 5px 15px !important;
  margin: 1px 0;
  line-height: 20px !important;
}
.with-sidebar .left-sidebar-inner .widget {
  border-bottom: none;
  margin-bottom: 0;
}
.with-sidebar .left-sidebar-inner .widget + .widget {
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px #bebebe solid;
}
#courses .courses-wrapper {
  padding: 0 15px;
}
.owl-carousel {
  z-index: auto;
}
.course-buttons form input[type="submit"],
.course-buttons .course_button.button,
#buddypress .single-course-sidebar input[type="submit"],
#buddypress .single-course-sidebar .course_button,
.course-buttons .button,
#buddypress .single-course-sidebar input[type="submit"],
#buddypress .single-course-sidebar .course_button,
#buddypress a.button.button-purchase,
.button-purchase,
.new-form .button,
.ca-button {
  line-height: 16px;
}
.unit_title h1 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 900;
}
.unit_title h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
}
.unit_class .question {
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.unit_class .question:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.unit_class .question h3 {
  font-size: 18px;
  font-weight: 900;
}
.unit_class .question h3 span {
  font-weight: normal;
}
.unit_content .question_content {
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
  border: 0;
}
.course_time strong span.overdue {
  color: #b40000;
}
.course_timeline h4,
.course_timeline li a {
  font-size: 12px;
}
.course_timeline li.unit_line .deadline {
  padding: 0 0 0 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
/** 
 * Colors
 */
/**
 * Notifications
 */
.notification-track {
  position: relative;
  padding-right: 40px;
  background-color: #22a9ec;
}
.notification-track .container {
  padding: 20px 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}
.notification-track .container a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.notification-track .container a:hover {
  color: #000;
}
.notification-track .btn-close {
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  font-size: 18px;
  background: none;
  border: 0;
  color: #fff;
  transition: 0.3s all;
}
.notification-track .btn-close:hover {
  color: #000;
}
.notification-message {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 10px 15px 10px 50px;
  position: relative;
  background-color: #d7e5f1;
  line-height: 20px;
  clear: both;
}
.notification-message i {
  position: absolute;
  left: 15px;
  top: 12px;
  color: #5d9ac6;
  font-size: 30px;
}
.notification-message span {
  display: block;
  padding: 5px 0;
  line-height: 20px;
}
.notification-message:after {
  content: "";
  clear: both;
  display: block;
}
.notification-message.error-message {
  background-color: #f2dede;
}
.notification-message.error-message i {
  color: #a94442;
}
.notification-message.success-message {
  background-color: rgba(138, 229, 169, 0.5);
}
.notification-message.success-message i {
  color: #068030;
}
/**
 * What's New menu & popup
 */
.menu-item-whats-new > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.2s ease;
}
/* Badge on user profile icon in header */
.vbplogin {
  position: relative;
}
.vbplogin .whats-new-badge {
  position: absolute;
  top: -2px;
  right: 2px;
  margin: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 10px;
  line-height: 18px;
  border-radius: 9px;
  background-color: #f05b4f;
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  font-weight: 700;
  text-align: center;
  opacity: 1;
}
.vbplogin .whats-new-badge.is-visible {
  display: flex;
}
/* Hide badge on user icon when dropdown menu is open */
.login-nav:has(#vibe_bp_login.active) .vbplogin .whats-new-badge {
  display: none !important;
}
/* Badge on "What's New" menu item in dropdown */
#vibe_bp_login ul li.uprofile a {
  padding: 8px 12px !important;
  position: relative;
}
#vibe_bp_login ul li.uprofile a.js-whats-new-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#vibe_bp_login ul li.uprofile a.js-whats-new-link .whats-new-menu-badge {
  display: none;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background-color: #f05b4f;
  color: #ffffff;
  margin-left: 8px;
  flex-shrink: 0;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
#vibe_bp_login ul li.uprofile a.js-whats-new-link .whats-new-menu-badge.is-visible {
  display: flex;
}
.whats-new-badge {
  display: none;
  min-width: 20px;
  padding: 2px 7px;
  margin-left: 10px;
  border-radius: 12px;
  background-color: #f05b4f;
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  position: relative;
  top: -1px;
}
.whats-new-badge.is-visible {
  display: inline-block;
}
/* Override mfp-content and medium-popup width when it contains whats-new-modal */
.mfp-content:has(.whats-new-modal),
.mfp-content .medium-popup.whats-new-popup-wrapper,
.mfp-content .medium-popup:has(.whats-new-modal) {
  max-width: 900px !important;
  width: 90% !important;
}

.mfp-content .medium-popup.whats-new-popup-wrapper,
.mfp-content .medium-popup:has(.whats-new-modal) {
  padding: 20px 30px !important;
}

.whats-new-modal {
  max-width: 100%;
  width: 100%;
  padding: 0;
  text-align: left;
}
.whats-new-modal-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Monochrome-Light);
  text-align: left;
  gap: 20px;
}
.whats-new-modal-header-left {
  flex: 1 1 auto;
  min-width: 0;
}
.whats-new-modal-header-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.whats-new-modal-header-right .whats-new-mark-all-read {
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  background: var(--Primary-Extra-Light);
  color: var(--Primary-Extra-Dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  padding: 5px 10px 4px 10px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.whats-new-modal-header-right .whats-new-mark-all-read:hover {
  background: #bbddfd;
}
.whats-new-modal-header-right .whats-new-mark-all-read:active {
  background: #bbddfd;
}
.whats-new-modal-header-right .whats-new-mark-all-read:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: var(--Primary-Extra-Light);
}
.whats-new-modal-title {
  margin: 15px 0 15px 0 !important;
  font-size: 32px !important;
}
.whats-new-modal-subtitle {
  margin: 0 !important;
  color: #3b4148;
}
.whats-new-filter-wrapper {
  position: relative;
}
.whats-new-filter-wrapper .app-dropdown--label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  color: var(--Primary-Regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background: none;
  border: 0;
  padding: 0;
}
.whats-new-filter-wrapper .app-dropdown--label:hover {
  color: #094d91;
}
.whats-new-filter-wrapper .app-dropdown--label svg {
  margin-right: -4px;
  transition: transform 0.2s ease;
}
.whats-new-filter-wrapper .app-dropdown--container {
  margin-top: 5px;
  border-radius: 1px;
  border: 1px solid var(--Monochrome-Light);
  background: #FFF;
  position: absolute;
  right: 0;
  z-index: 1000;
  padding: 14px 21px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  min-width: 180px;
}
.whats-new-filter-wrapper .app-dropdown--container.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  transition: .2s;
  opacity: 0;
  overflow: hidden;
}
.whats-new-filter-wrapper .app-dropdown--container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.whats-new-filter-wrapper .app-dropdown--container li {
  margin: 0;
  padding: 0;
}
.whats-new-filter-wrapper .app-dropdown--container li a {
  color: var(--Primary-Regular);
  line-height: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 400;
}
.whats-new-filter-wrapper .app-dropdown--container li a:hover {
  color: var(--Primary-Extra-Dark);
}
.whats-new-filter-wrapper .app-dropdown--container li a.is-active {
  color: var(--Primary-Regular);
  font-weight: 500;
}
.whats-new-filter-wrapper .app-dropdown--container li a span {
  flex: 1 1 auto;
}
.whats-new-filter-wrapper .app-dropdown--container li a .fa-check {
  margin-left: auto;
  color: var(--Primary-Regular);
  font-size: 12px;
}
.whats-new-filter-wrapper .app-dropdown--container:not(.is-hidden) ~ .app-dropdown--label svg,
.whats-new-filter-wrapper:has(.app-dropdown--container:not(.is-hidden)) .app-dropdown--label svg {
  transform: rotate(180deg);
}
.whats-new-list {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.whats-new-list::-webkit-scrollbar {
  width: 6px;
}
.whats-new-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.whats-new-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.whats-new-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.whats-new-item {
  display: block;
  padding: 20px 0;
  border-top: 1px solid var(--Monochrome-Light);
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.whats-new-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.whats-new-item:last-child {
  padding-bottom: 0;
}
.whats-new-item-date {
  margin: 0 0 5px 0 !important;
  font-size: 12px;
  color: #999999;
  font-weight: 400;
  display: block;
}
.whats-new-item-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px 0;
}
.whats-new-item-title {
  margin: 0;
  flex: 1 1 auto;
}
.whats-new-item-description-wrapper {
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.whats-new-item-description {
  margin: 0;
  font-size: 14px;
  color: #3b4148;
  line-height: 1.5;
  text-align: left;
}
.whats-new-item-description p {
  margin: 0 0 1em 0;
  display: block;
}
.whats-new-item-description p:last-child {
  margin-bottom: 0;
}
.whats-new-item-description h1,
.whats-new-item-description h2,
.whats-new-item-description h3,
.whats-new-item-description h4,
.whats-new-item-description h5,
.whats-new-item-description h6 {
  margin: 1em 0 0.5em 0;
  font-weight: 700;
  text-align: left;
  display: block;
}
.whats-new-item-description h1:first-child,
.whats-new-item-description h2:first-child,
.whats-new-item-description h3:first-child,
.whats-new-item-description h4:first-child,
.whats-new-item-description h5:first-child,
.whats-new-item-description h6:first-child {
  margin-top: 0;
}
.whats-new-item-description h4 {
  font-size: 16px;
}
.whats-new-item-read-more,
.whats-new-item-show-less {
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--Primary-Regular);
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  transition: color 0.2s ease;
  display: inline;
  vertical-align: baseline;
}
.whats-new-item-read-more:hover,
.whats-new-item-show-less:hover {
  color: var(--Primary-Extra-Dark);
}
.whats-new-item-read-more:active,
.whats-new-item-show-less:active {
  color: var(--Primary-Extra-Dark);
}
.whats-new-item-mark-read {
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  background: var(--Primary-Extra-Light);
  color: var(--Primary-Extra-Dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  padding: 5px 10px 4px 10px;
  transition: background-color 0.2s ease;
}
.whats-new-item-mark-read:hover {
  background: #bbddfd;
}
.whats-new-item-mark-read:active {
  background: #bbddfd;
}
.whats-new-item.is-read .whats-new-item-mark-read {
  display: none;
}
.whats-new-load-more-wrapper {
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
}
.whats-new-load-more {
  background: var(--Primary-Regular);
  color: #ffffff;
  border: 0;
  border-radius: 3px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.whats-new-load-more:hover {
  background: var(--Primary-Extra-Dark);
}
.whats-new-load-more:active {
  background: var(--Primary-Extra-Dark);
}
.whats-new-item:only-child .whats-new-item-description {
  color: #999999;
}
/**
 * Template With sidebar
 */
.with-sidebar {
  /* Default */
  background: #fff;
}
.with-sidebar .left-sidebar #item-header-avatar {
  margin: 0 0 30px 0;
  text-align: center;
}
.with-sidebar .left-sidebar #item-header-avatar img {
  border-radius: 50%;
  max-width: 160px;
}
.with-sidebar .left-sidebar .sticky-sidebar {
  width: auto !important;
  max-width: 100%;
}
.with-sidebar .left-sidebar .box-featured {
  padding: 20px 0 0 0;
  font-size: 15px;
}
.with-sidebar .left-sidebar .box-featured .btn-ca-featured {
  width: 100%;
  padding: 10px 5px;
  letter-spacing: 0;
}
.with-sidebar .left-sidebar .box-featured p {
  margin: 0 3px 5px 3px;
}
.with-sidebar .left-sidebar .box-featured a.l {
  display: block;
  margin: 15px 3px 0 3px;
  color: #0097e0;
  text-align: center;
}
.with-sidebar .left-sidebar .box-featured a.l:hover {
  text-decoration: underline;
}
.with-sidebar .main-content {
  padding: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.with-sidebar .main-content .main-content-wrapper {
  position: relative;
  z-index: 1;
  flex: 1;
}
.with-sidebar .main-content .main-content-wrapper a.get-back {
  display: inline-block;
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #17a0e2;
  cursor: pointer;
  transition: 0.3s;
}
.with-sidebar .main-content .main-content-wrapper a.get-back:hover {
  color: #000;
}
.with-sidebar .main-content .main-content-wrapper h4.title {
  margin: 0 0 30px 0;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
}
.with-sidebar .main-content .main-content-wrapper h4.title.inline {
  display: inline-block;
}
.with-sidebar .main-content .main-content-wrapper h4.title.small-caps {
  text-transform: none;
}
.with-sidebar .main-content .main-content-wrapper h4.title .btn-ca-outline {
  margin: 0 0 0 10px;
}
.with-sidebar .main-content .main-content-wrapper h4.title .new-form {
  float: right;
  text-align: right;
}
.with-sidebar .main-content::after {
  background-color: #ebebeb;
  content: " ";
  background: #ebebeb;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 4000px;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .with-sidebar .main-content {
    min-height: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .with-sidebar .main-content {
    padding: 30px 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .with-sidebar .main-content .main-content-wrapper h4.title .new-form {
    float: none;
    text-align: left;
  }
  .with-sidebar .main-content .main-content-wrapper h4.title .file-download-wrapper {
    margin: 20px 0 0 0;
    padding: 0 40px 0 0;
  }
}
/**
 * Form template and elements
 */
.new-form {
  /* Default */
  font-size: 16px;
  /* Custom */
}
.new-form input[type="text"],
.new-form input[type="password"],
.new-form input[type="email"],
.new-form select,
.new-form .input-text {
  color: #3d3c3c;
  height: 48px;
  width: 100%;
  padding: 5px 10px;
  line-height: 32px;
  font-size: 16px;
  border: 1px solid #e8eaeb;
  border-radius: 2px;
  background-color: #ffffff;
}
.new-form select {
  cursor: pointer;
}
.new-form .input-text + .input-text {
  margin-top: 10px;
}
.new-form textarea {
  height: 220px;
  padding: 10px 10px;
  border: 1px solid #e8eaeb;
  border-radius: 2px;
  background-color: #ffffff;
  resize: none;
  line-height: 20px;
}
.new-form input.field-error,
.new-form textarea.field-error,
.new-form select.field-error {
  border-color: red;
}
.new-form .notification-message {
  margin: 0 0 20px 0;
}
.new-form .field {
  position: relative;
  padding: 0 0 20px 0;
  /* Search field */
}
.new-form .field label,
.new-form .field .label {
  display: block;
  font-size: inherit;
  font-weight: 400;
  color: #737373;
  text-align: left;
}
.new-form .field label.field-error,
.new-form .field .label.field-error {
  position: absolute;
  top: auto;
  margin: 3px 0px;
  background: none;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  color: red;
}
.new-form .field .label {
  white-space: normal;
}
.new-form .field h5 {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.new-form .field .field-desc {
  color: #737373;
  line-height: 16px;
  font-style: italic;
  font-size: 14px;
}
.new-form .field.field-search {
  position: relative;
}
.new-form .field.field-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #094d91;
  background: none;
  border: 0;
  transition: 0.3s;
}
.new-form .field.field-search .btn-search:hover {
  color: #000;
}
.new-form .field .custom-select {
  width: 100%;
}
.new-form .field:after {
  content: "";
  clear: both;
}
.new-form .desc {
  margin: 0 0 10px 0;
  font-size: inherit;
}
.new-form .btn-ca {
  margin: 10px 0 0 0;
  font-size: 13px;
  padding: 12px 30px;
}
.new-form button.up {
  margin: 0 20px 0 0;
}
.new-form a.dl {
  display: inline-block;
  margin: 10px 0 0 0;
  color: #920000;
}
@media screen and (max-width: 480px) {
  .new-form .field-password {
    width: 100%;
  }
}
.file-download-wrapper {
  position: relative;
  display: inline-block;
  margin: -4px 0 0 0;
  padding: 0 0 0 40px;
}
.file-download-wrapper .ajax-spinner {
  position: absolute;
  margin: 4px 5px 0 0;
  left: 0px;
}
@media screen and (max-width: 575px) {
  .file-download-wrapper .ajax-spinner {
    left: 220px;
  }
}
.file-download-wrapper .btn-ca-secondary {
  margin: 0;
}
.file-download-wrapper .btn-ca-secondary i {
  margin-right: 10px;
}
.ajax-spinner {
  display: none;
  margin: 0px 10px 0 0;
  width: 30px;
  height: 30px;
  background: url("images/ajax-spinner.svg") center center no-repeat;
  background-size: cover;
}
.btn-ca-outline {
  padding: 5px 10px;
  border: 2px solid #0097e0;
  font-size: 14px;
  font-weight: 900;
  box-sizing: border-box;
  color: #0097e0;
  transition: 0.3s all;
  text-transform: uppercase;
  background-color: transparent;
}
.btn-ca-outline:hover {
  color: #094D91;
  border-color: #094D91;
}
@media screen and (max-width: 991px) {
  .with-sidebar .main-content .main-content-wrapper h4.title .new-form {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .table-users-filter .filter-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .table-users-filter .filter-row {
    flex-direction: column;
  }
}
/* Select2 “chosen-select”: user group multiselects (Add/Edit user, etc.) */
.select2-new-form {
  /* Override default */
}
.select2-new-form.select2-container--wplms .select2-dropdown {
  padding: 0;
}
.training-setup .field .select2-container--open .select2-dropdown--below,
.form-add-users .custom-select .select2-container--open .select2-dropdown--below {
  top: 100% !important;
  margin-top: 0 !important;
}
/* Legacy Select2 v3 fallback used by some screens/assets. */
.form-add-users .custom-select .select2-drop.select2-drop-above,
.form-add-users .custom-select .select2-drop.select2-drop-active {
  top: 100% !important;
  margin-top: 0 !important;
}
.select2-new-form.select2-container--wplms.select2-container--wplms.select2-container--disabled .select2-selection--multiple {
  background: #fff;
}
.select2-new-form.select2-container--wplms .select2-selection__clear {
  display: none;
}
.select2-new-form.select2-container--wplms .select2-results__options {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.select2-new-form.select2-container--wplms .select2-results__options .select2-results__option {
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
}
.select2-new-form.select2-container--wplms .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #0097e0;
}
/* Custom checkbox */
.custom-checkbox {
  margin: 5px 0 0 0;
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000 !important;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 0 0 0;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #fbfbfb;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Custom radio button */
.custom-radio {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3d3c3c !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio .field-desc {
  font-size: 16px !important;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
}
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fbfbfb;
  border: 1px solid #818181;
  border-radius: 50%;
}
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333333;
}
/* Custom radio group */
.custom-weekday {
  display: inline-block;
  margin: 0 5px 0 5px;
}
.custom-weekday div {
  height: 42px;
}
.custom-weekday label {
  display: inline-block !important;
  float: left;
  position: relative;
  width: 33px;
  height: 33px;
  margin: 9px 5px 0 0;
  cursor: pointer;
  color: #3d3c3c !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-weekday label input {
  position: absolute;
  opacity: 0;
}
.custom-weekday label input:checked ~ .checkmark {
  background-color: #0097e0;
  color: #fff;
}
.custom-weekday label .checkmark {
  position: absolute;
  height: inherit;
  width: inherit;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
}
.custom-weekday label:after {
  content: "";
  clear: both;
}
/**
 * Elements
 */
/* Boxes */
.box-white {
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #3d3c3c;
}
.box-new-users {
  margin: 30px 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.box-new-users .field .field-error {
  bottom: 0;
}
/* Links */
a.default {
  color: #0097e0;
  cursor: pointer;
  transition: 0.3s all;
}
a.default:hover {
  color: #0097e0;
  text-decoration: underline;
}
a.underline {
  color: #0097e0;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3 all;
}
a.underline:hover {
  text-decoration: underline;
  color: #000;
}
/* Default table */
.table-default__wrapper .table-default {
  width: 100%;
}
.table-default__wrapper .table-default > thead > tr {
  border-bottom: 5px solid #ebebeb;
}
.table-default__wrapper .table-default > thead > tr > th {
  padding: 10px 15px;
  background-color: #3b4148;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  font-size: 12px;
}
.table-default__wrapper .table-default > thead > tr > th:first-child {
  border-left: 0;
}
.table-default__wrapper .table-default > thead > tr > th.sortable {
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.table-default__wrapper .table-default > thead > tr > th a {
  color: #fff;
}
.table-default__wrapper .table-default > thead > tr > th a:hover,
.table-default__wrapper .table-default > thead > tr > th a:focus {
  color: #fff;
}
.table-default__wrapper .table-default > thead > tr > th .sort-arrows {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin: -5px 0 0 0;
}
.table-default__wrapper .table-default > thead > tr > th .sort-arrows i {
  float: left;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  color: #fff;
}
.table-default__wrapper .table-default > thead > tr > th .sort-arrows i.active {
  opacity: 1;
}
.table-default__wrapper .table-default > thead > tr > th .sort-arrows i.dashicons-arrow-up {
  margin-top: -10px;
}
.table-default__wrapper .table-default > thead > tr > th .sort-arrows i.dashicons-arrow-down {
  margin-bottom: -10px;
}
.table-default__wrapper .table-default > tbody {
  font-size: 15px;
  background-color: #fff;
}
.table-default__wrapper .table-default > tbody > tr {
  border-bottom: 1px solid #e8eaeb;
}
.table-default__wrapper .table-default > tbody > tr.hidden-row {
  display: none;
}
.table-default__wrapper .table-default > tbody > tr > th {
  background-color: #878d95;
  color: #fff;
  padding: 8px 10px 8px 28px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}
.table-default__wrapper .table-default > tbody > tr > td {
  padding: 15px 15px;
  line-height: 20px;
  font-size: 14px;
}
.table-default__wrapper .table-default > tbody > tr > td.buttons {
  text-align: center;
}
.table-default__wrapper .table-default > tbody > tr > td.overdue {
  font-weight: bold;
  color: #a00000;
}
.table-default__wrapper .table-default > tbody > tr > td .link-btn {
  width: 24px;
  margin: 0 5px;
  display: inline-block;
  color: #0097e0;
  font-size: 24px;
  transition: 0.3s all;
}
.table-default__wrapper .table-default > tbody > tr > td .link-btn:hover {
  color: #000;
}
.table-default__wrapper .table-default > tbody > tr > td .user-name {
  margin: 0;
  line-height: 20px;
}
.table-default__wrapper .table-default > tbody > tr > td .user-name td:first-child {
  width: 46px;
}
.table-default__wrapper .table-default > tbody > tr > td .user-name img {
  width: 36px;
  min-width: 36px;
  margin-right: 10px;
}
.table-default__wrapper .table-default > tbody > tr > td .user-name span {
  display: block;
  color: #989898;
  font-size: 13px;
}
.table-default__wrapper .table-default > tfoot > tr > td {
  padding: 20px 0 0 0;
}
.table-default__wrapper .table-default .ui-sortable-helper {
  width: 100%;
  display: table;
  cursor: pointer;
}
.table-default__wrapper .table-notifications {
  min-width: 627px;
}
.table-default__wrapper .table-notifications thead .edit {
  width: 80px;
  text-align: center;
}
.table-default__wrapper .table-users {
  min-width: 667px;
}
.table-default__wrapper .table-users > thead .display_name {
  min-width: 250px;
}
.table-default__wrapper .table-users > thead .action {
  width: 110px;
  min-width: 120px;
}
.table-default__wrapper .table-users > thead .group {
  width: 160px;
}
.table-default__wrapper .table-users > thead .current_login {
  width: 120px;
  min-width: 120px;
}
.table-default__wrapper .table-users > thead .scheduleStatus {
  width: 160px;
}
.table-default__wrapper .table-users > tbody > tr > td.check-it {
  padding-right: 0px;
}
.table-default__wrapper .table-users > tbody > tr > td.check-it .custom-checkbox {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding: 0;
}
.table-default__wrapper .table-active {
  min-width: 440px;
  vertical-align: top;
}
.table-default__wrapper .table-active > tbody > tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-default__wrapper .table-active > tbody > tr:nth-of-type(even) > td {
  background-color: #fff;
}
.table-default__wrapper .table-active > tbody > tr.non-active > td,
.table-default__wrapper .table-active > tbody > tr.non-active .select2-new-form.select2-container--wplms.select2-container--wplms.select2-container--disabled .select2-selection--multiple,
.table-default__wrapper .table-active > tbody > tr.non-active .select2-new-form.select2-container--wplms .select2-selection--multiple .select2-selection__choice {
  background-color: #f2f2f2;
}
.table-default__wrapper .table-active > tbody > tr > td {
  vertical-align: top;
}
.table-default__wrapper .table-active > tbody > tr > td:first-child {
  padding-left: 40px;
}
.table-default__wrapper .table-active > tbody > tr > td:first-child::before {
  cursor: move;
  left: 0px;
  content: "::::";
  font-size: 28px;
  letter-spacing: 2px;
  position: absolute;
  transform: rotate(-90deg);
  color: #c4c4c4;
}
.table-default__wrapper .table-active > tbody > tr > td .custom-checkbox {
  cursor: pointer;
  margin: 0;
  float: right;
}
.table-default__wrapper .table-active > tbody > tr > td h5 {
  margin-bottom: 0;
}
.table-default__wrapper .table-active .active {
  width: 140px;
}
/* Select */
.custom-select {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: inherit;
}
/**
 * Page My activity
 */
.title-buttons {
  float: right;
}
.title-buttons .btn-ca-primary {
  float: right;
  margin: 0 0 20px 20px;
}
.wrapper-course-items {
  clear: both;
}
.wrapper-course-items .course-item.mandated-en:before {
  content: "COMPANY MANDATED";
  display: block;
  position: absolute;
  z-index: 1000;
  top: -7px;
  left: 10px;
  padding: 5px 0 0 8px;
  width: 76px;
  height: 47px;
  background: url("images/marker-mandated.png");
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.wrapper-course-items .course-item .course-right .course-text {
  color: #3d3c3c;
}
.wrapper-course-items .course-item .course-schedule-status {
  display: block;
  margin: 10px 0;
  height: 35px;
  border: 1px solid #d6d6d6;
  border-left: 0;
  border-right: 0;
  line-height: 35px;
  font-weight: bold;
  font-size: 13px;
}
.wrapper-course-items .course-item .course-schedule-status.exam-error {
  color: #a00000;
}
.wrapper-course-items .course-item .course-schedule-status.exam-success {
  color: #279d0d;
}
.wrapper-course-items .course-item .course-schedule-status.uppercase {
  text-transform: uppercase;
}
.wrapper-course-items .course-item .no-activities {
  padding: 20px 0;
  font-size: 24px;
  color: #797979;
  text-align: center;
}
.wrapper-course-items .course-item .no-activities .fa-star {
  margin: 0 0 10px 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #0096df;
  color: #fff;
}
.wrapper-course-items .course-item .no-activities .hello {
  display: block;
  color: #3d3c3c;
  font-weight: 600;
}
.wrapper-course-items .course-item .no-activities .new-form {
  margin: auto;
  max-width: 420px;
  padding: 20px 10px 0 10px;
  text-align: center;
}
.wrapper-course-items .course-item .no-activities .new-form .enroll-left,
.wrapper-course-items .course-item .no-activities .new-form .enroll-right {
  width: 50%;
  float: left;
  margin: 0;
  padding: 10px;
  height: 40px;
}
.wrapper-course-items .course-item .no-activities .new-form .enroll-left {
  margin: 0 10px 0 -10px;
}
.wrapper-course-items .course-item .no-activities .new-form .enroll-right {
  margin: 0 -10px 0 10px;
}
@media screen and (max-width: 480px) {
  .wrapper-course-items .course-item .no-activities .new-form .enroll-left,
  .wrapper-course-items .course-item .no-activities .new-form .enroll-right {
    margin: 0;
    width: 100%;
  }
  .wrapper-course-items .course-item .no-activities .new-form .enroll-right {
    margin-top: 20px;
  }
}
/**
 * Page Notifications
 */
.section-notifications .break-line {
  display: inline-block;
}
.section-notifications .break-line .custom-select {
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  .section-notifications .break-line {
    margin: 10px -5px;
    display: block;
  }
}
/**
 * Page Users 
 */
.users-options {
  margin: 30px 0 0 0;
}
.users-options:after {
  content: "";
  display: block;
  clear: both;
}
.users-options .info {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
}
.users-options .btn-ca-outline {
  float: left;
}
.users-options .file-download-wrapper {
  float: right;
  margin: -4px 0 0 0;
}
@media screen and (max-width: 480px) {
  .users-options .file-download-wrapper {
    margin: 20px 0 0 0;
    clear: both;
  }
}
/**
 * Page User details
 */
.box-user-details {
  margin-bottom: 30px;
}
.box-user-details .user-details {
  width: 100%;
  display: table;
  font-size: 16px;
}
.box-user-details .user-details .user-photo {
  display: table-cell;
  width: 80px;
}
.box-user-details .user-details .user-photo img {
  max-width: 100%;
}
.box-user-details .user-details .user-info {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 20px;
  white-space: nowrap;
}
.box-user-details .user-details .user-info span {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 110px;
  text-align: right;
  color: #989898;
}
@media screen and (max-width: 480px) {
  .box-user-details .user-details {
    display: block;
  }
  .box-user-details .user-details .user-photo {
    display: inherit;
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
  }
  .box-user-details .user-details .user-info {
    display: inherit;
    padding: 0;
  }
}
/**
 * Page Course/Session schedule
 */
.form-schedule {
  clear: both;
  padding: 10px 0 40px 0;
}
.form-schedule .custom-select {
  margin: 5px 5px;
}
.form-schedule .field {
  padding-bottom: 30px;
}
.form-schedule .radio-choices {
  padding: 0 0 0 20px;
}
.form-schedule .field-schedule .num-of-sessions {
  float: left;
}
.form-schedule .field-schedule .break-line {
  float: left;
  display: inline-block;
}
.form-schedule .field-schedule .show-weekday,
.form-schedule .field-schedule .show-days-in-month {
  display: none;
}
.form-schedule .field-schedule .custom-weekday {
  height: 52px;
  float: left;
}
.form-schedule .field-schedule:after {
  content: "";
  display: block;
  clear: both;
}
.form-schedule .field-user-groups {
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .form-schedule .field-user-groups {
    width: 100%;
  }
}
.form-schedule .field-user-groups label {
  line-height: 40px;
}
/**
 * Page Add new users
 */
.buttons-before {
  margin: 0 0 20px 0;
}
.buttons-before button,
.buttons-before a.btn-ca-secondary {
  margin: 0 10px 0 0 !important;
}
.box-new-users .row-wide {
  position: relative;
  padding: 20px 30px 0 30px;
  border-bottom: 2px solid #e8e8e8;
}
.box-new-users .row-wide:last-child {
  border-bottom: none;
}
.add-another-user {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
}
.add-another-user .btn-ca-tertiary {
  margin: 0 20px 10px 0;
}
.add-another-user span {
  margin: 10px 0 0 0;
  display: block;
}
/**
 * Page Company settings
 */
.company-admins {
  margin-top: 30px;
}
.company-admins .notification-message {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.company-admins ul {
  margin: 30px 0 0 0;
}
.company-admins ul li {
  margin: 0 0 20px 0;
  min-height: 36px;
}
.company-admins ul li a {
  display: block;
  min-height: 36px;
  position: relative;
  padding: 9px 0 9px 46px;
  line-height: 18px;
}
.company-admins ul li img {
  width: 36px;
  margin: -18px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .company-admins {
    margin-top: 0;
  }
  .company-admins .box-white {
    min-height: 357px;
  }
}
/** 
 * Page User groups
 */
.form-user-groups .new-input {
  margin: 10px 0 0 0;
  position: relative;
}
.form-user-groups .new-input .btn-icon-close {
  top: 6px;
  right: -25px;
}
/**
 * Page Training/awareness schedule
 */
.wrapper-schedule-items {
  margin: 0 -15px 10px -15px;
  display: flex;
  flex-wrap: wrap;
}
.wrapper-schedule-items .schedule-item {
  width: 100%;
  height: calc(100% - 20px);
  margin: 0 0 20px 0;
  padding: 20px 20px 50px 20px;
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.wrapper-schedule-items .schedule-item .schedule-photo {
  padding-right: 0;
}
.wrapper-schedule-items .schedule-item .schedule-title h4 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
}
.wrapper-schedule-items .schedule-item .btn-ca-schedule {
  position: absolute;
  bottom: 20px;
  display: inline-block;
  padding: 0 17px;
  height: 30px;
  border: 0;
  border-radius: 15px;
  background: #eaeaea;
  color: #575757;
  font-weight: bold;
  line-height: 30px;
  transition: 0.3s all;
}
.wrapper-schedule-items .schedule-item .btn-ca-schedule:hover {
  background: #f2f2f2;
}
.wrapper-schedule-items .schedule-item .btn-ca-schedule.set {
  background: #0097e0;
  color: #fff;
}
.wrapper-schedule-items .schedule-item .btn-ca-schedule.set:hover {
  background: #14a7ee;
}
.wrapper-schedule-items:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 991px) {
  .wrapper-schedule-items .schedule-item .schedule-photo {
    margin: 0 0 20px 0;
    padding: 0 15px;
  }
}
/**
 * Page Start session
 */
#lesson-content .error-box {
  margin: 30px 0;
}
#lesson-time {
  display: inline;
}
#next-lesson::after {
  content: "\e0f6";
  font-family: "fonticon";
  float: right;
  margin-left: 5px;
}
#prev-lesson::after {
  content: "\e172";
  font-family: "fonticon";
  float: left;
  margin-right: 5px;
}
.lesson-menu a:hover {
  cursor: pointer;
}
.lesson-question + .lesson-question {
  margin: 10px 0 0 0;
  border-top: 1px solid #e5e5e5;
}
.lesson-question#lesson-test .check_options {
  display: none;
}
.lesson-question#lesson-test .message {
  display: none;
}
.lesson-question.hide-message .message {
  display: none;
}
.lesson-question h3 {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.lesson-question h3 span {
  font-weight: normal;
  text-transform: none;
}

.users-title-wrap {
  display: flex;
  align-items: center;
}

.users-title-wrap .users-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

