/* @charset "UTF-8";
.llms-pagination ul:before, .llms-pagination ul:after,
.llms-student-dashboard .llms-sd-items:before,
.llms-form-fields:before,
.llms-checkout-cols-2:before,
.llms-access-plans:before,
.llms-course-navigation:before,
.llms-loop-list:before,
.llms-cols:before,
.llms-student-dashboard .llms-sd-items:after,
.llms-form-fields:after,
.llms-checkout-cols-2:after,
.llms-access-plans:after,
.llms-course-navigation:after,
.llms-loop-list:after,
.llms-cols:after {
  content: " ";
  display: table;
}
.llms-pagination ul:after,
.llms-student-dashboard .llms-sd-items:after,
.llms-form-fields:after,
.llms-checkout-cols-2:after,
.llms-access-plans:after,
.llms-course-navigation:after,
.llms-loop-list:after,
.llms-cols:after {
  clear: both;
} */

.llms-cols .llms-col {
  width: 100%;
}
@media all and (min-width: 600px) {
  .llms-cols [class*=llms-col-] {
    float: left;
  }
}

.llms-flex-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.llms-flex-cols [class*=llms-col] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

@media all and (min-width: 600px) {
  .llms-cols .llms-col-1, .llms-flex-cols .llms-col-1 {
    width: 100%;
  }
  .llms-cols .llms-col-2, .llms-flex-cols .llms-col-2 {
    width: 50%;
  }
  .llms-cols .llms-col-3, .llms-flex-cols .llms-col-3 {
    width: 33.3333333333%;
  }
  .llms-cols .llms-col-4, .llms-flex-cols .llms-col-4 {
    width: 25%;
  }
  .llms-cols .llms-col-5, .llms-flex-cols .llms-col-5 {
    width: 20%;
  }
  .llms-cols .llms-col-6, .llms-flex-cols .llms-col-6 {
    width: 16.6666666667%;
  }
  .llms-cols .llms-col-7, .llms-flex-cols .llms-col-7 {
    width: 14.2857142857%;
  }
  .llms-cols .llms-col-8, .llms-flex-cols .llms-col-8 {
    width: 12.5%;
  }
  .llms-cols .llms-col-9, .llms-flex-cols .llms-col-9 {
    width: 11.1111111111%;
  }
  .llms-cols .llms-col-10, .llms-flex-cols .llms-col-10 {
    width: 10%;
  }
  .llms-cols .llms-col-11, .llms-flex-cols .llms-col-11 {
    width: 9.0909090909%;
  }
  .llms-cols .llms-col-12, .llms-flex-cols .llms-col-12 {
    width: 8.3333333333%;
  }
}

.llms-donut {
  background-color: #f1f1f1;
  background-image: none;
  border-radius: 50%;
  color: var(--wp--preset--color--primary);
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 200px;
}

.llms-donut:after {
  clear: both;
}
.llms-donut svg {
  overflow: visible !important;
  pointer-events: none;
  width: 100%;
}
.llms-donut svg path {
  fill: none;
  stroke-width: 35px;
  stroke: var(--wp--preset--color--primary);
}
.llms-donut.mini {
  height: 36px;
  width: 36px;
}
.llms-donut.mini .percentage {
  font-size: 10px;
}
.llms-donut.small {
  height: 100px;
  width: 100px;
}
.llms-donut.small .percentage {
  font-size: 18px;
}
.llms-donut.medium {
  height: 130px;
  width: 130px;
}
.llms-donut.medium .percentage {
  font-size: 26px;
}
.llms-donut.large {
  height: 260px;
  width: 260px;
}
.llms-donut.large .percentage {
  font-size: 48px;
}
.llms-donut .inside {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  top: 50%;
  z-index: 3;
}
.llms-donut .percentage {
  line-height: 1.2;
  font-size: 34px;
}
.llms-donut .caption {
  font-size: 50%;
}

.lifterlms [data-tip],
.lifterlms [data-title-default],
.lifterlms [data-title-active],
.llms-metabox [data-tip],
.llms-metabox [data-title-default],
.llms-metabox [data-title-active],
.llms-mb-container [data-tip],
.llms-mb-container [data-title-default],
.llms-mb-container [data-title-active],
.llms-quiz-wrapper [data-tip],
.llms-quiz-wrapper [data-title-default],
.llms-quiz-wrapper [data-title-active] {
  position: relative;
}
.lifterlms [data-tip].tip--top-right:before,
.lifterlms [data-title-default].tip--top-right:before,
.lifterlms [data-title-active].tip--top-right:before,
.llms-metabox [data-tip].tip--top-right:before,
.llms-metabox [data-title-default].tip--top-right:before,
.llms-metabox [data-title-active].tip--top-right:before,
.llms-mb-container [data-tip].tip--top-right:before,
.llms-mb-container [data-title-default].tip--top-right:before,
.llms-mb-container [data-title-active].tip--top-right:before,
.llms-quiz-wrapper [data-tip].tip--top-right:before,
.llms-quiz-wrapper [data-title-default].tip--top-right:before,
.llms-quiz-wrapper [data-title-active].tip--top-right:before {
  bottom: 100%;
  left: -10px;
}
.lifterlms [data-tip].tip--top-right:hover:before,
.lifterlms [data-title-default].tip--top-right:hover:before,
.lifterlms [data-title-active].tip--top-right:hover:before,
.llms-metabox [data-tip].tip--top-right:hover:before,
.llms-metabox [data-title-default].tip--top-right:hover:before,
.llms-metabox [data-title-active].tip--top-right:hover:before,
.llms-mb-container [data-tip].tip--top-right:hover:before,
.llms-mb-container [data-title-default].tip--top-right:hover:before,
.llms-mb-container [data-title-active].tip--top-right:hover:before,
.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,
.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,
.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before {
  bottom: calc(100% + 6px);
}
.lifterlms [data-tip].tip--top-right:after,
.lifterlms [data-title-default].tip--top-right:after,
.lifterlms [data-title-active].tip--top-right:after,
.llms-metabox [data-tip].tip--top-right:after,
.llms-metabox [data-title-default].tip--top-right:after,
.llms-metabox [data-title-active].tip--top-right:after,
.llms-mb-container [data-tip].tip--top-right:after,
.llms-mb-container [data-title-default].tip--top-right:after,
.llms-mb-container [data-title-active].tip--top-right:after,
.llms-quiz-wrapper [data-tip].tip--top-right:after,
.llms-quiz-wrapper [data-title-default].tip--top-right:after,
.llms-quiz-wrapper [data-title-active].tip--top-right:after {
  border-top-color: #444;
  left: 6px;
  top: 0;
}
.lifterlms [data-tip].tip--top-right:hover:after,
.lifterlms [data-title-default].tip--top-right:hover:after,
.lifterlms [data-title-active].tip--top-right:hover:after,
.llms-metabox [data-tip].tip--top-right:hover:after,
.llms-metabox [data-title-default].tip--top-right:hover:after,
.llms-metabox [data-title-active].tip--top-right:hover:after,
.llms-mb-container [data-tip].tip--top-right:hover:after,
.llms-mb-container [data-title-default].tip--top-right:hover:after,
.llms-mb-container [data-title-active].tip--top-right:hover:after,
.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,
.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,
.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after {
  top: -6px;
}
.lifterlms [data-tip].tip--top-left:before,
.lifterlms [data-title-default].tip--top-left:before,
.lifterlms [data-title-active].tip--top-left:before,
.llms-metabox [data-tip].tip--top-left:before,
.llms-metabox [data-title-default].tip--top-left:before,
.llms-metabox [data-title-active].tip--top-left:before,
.llms-mb-container [data-tip].tip--top-left:before,
.llms-mb-container [data-title-default].tip--top-left:before,
.llms-mb-container [data-title-active].tip--top-left:before,
.llms-quiz-wrapper [data-tip].tip--top-left:before,
.llms-quiz-wrapper [data-title-default].tip--top-left:before,
.llms-quiz-wrapper [data-title-active].tip--top-left:before {
  bottom: 100%;
  right: -10px;
}
.lifterlms [data-tip].tip--top-left:hover:before,
.lifterlms [data-title-default].tip--top-left:hover:before,
.lifterlms [data-title-active].tip--top-left:hover:before,
.llms-metabox [data-tip].tip--top-left:hover:before,
.llms-metabox [data-title-default].tip--top-left:hover:before,
.llms-metabox [data-title-active].tip--top-left:hover:before,
.llms-mb-container [data-tip].tip--top-left:hover:before,
.llms-mb-container [data-title-default].tip--top-left:hover:before,
.llms-mb-container [data-title-active].tip--top-left:hover:before,
.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,
.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,
.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before {
  bottom: calc(100% + 6px);
}
.lifterlms [data-tip].tip--top-left:after,
.lifterlms [data-title-default].tip--top-left:after,
.lifterlms [data-title-active].tip--top-left:after,
.llms-metabox [data-tip].tip--top-left:after,
.llms-metabox [data-title-default].tip--top-left:after,
.llms-metabox [data-title-active].tip--top-left:after,
.llms-mb-container [data-tip].tip--top-left:after,
.llms-mb-container [data-title-default].tip--top-left:after,
.llms-mb-container [data-title-active].tip--top-left:after,
.llms-quiz-wrapper [data-tip].tip--top-left:after,
.llms-quiz-wrapper [data-title-default].tip--top-left:after,
.llms-quiz-wrapper [data-title-active].tip--top-left:after {
  border-top-color: #444;
  right: 6px;
  top: 0;
}
.lifterlms [data-tip].tip--top-left:hover:after,
.lifterlms [data-title-default].tip--top-left:hover:after,
.lifterlms [data-title-active].tip--top-left:hover:after,
.llms-metabox [data-tip].tip--top-left:hover:after,
.llms-metabox [data-title-default].tip--top-left:hover:after,
.llms-metabox [data-title-active].tip--top-left:hover:after,
.llms-mb-container [data-tip].tip--top-left:hover:after,
.llms-mb-container [data-title-default].tip--top-left:hover:after,
.llms-mb-container [data-title-active].tip--top-left:hover:after,
.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,
.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,
.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after {
  top: -6px;
}
.lifterlms [data-tip].tip--bottom-left:before,
.lifterlms [data-title-default].tip--bottom-left:before,
.lifterlms [data-title-active].tip--bottom-left:before,
.llms-metabox [data-tip].tip--bottom-left:before,
.llms-metabox [data-title-default].tip--bottom-left:before,
.llms-metabox [data-title-active].tip--bottom-left:before,
.llms-mb-container [data-tip].tip--bottom-left:before,
.llms-mb-container [data-title-default].tip--bottom-left:before,
.llms-mb-container [data-title-active].tip--bottom-left:before,
.llms-quiz-wrapper [data-tip].tip--bottom-left:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:before {
  top: 100%;
  right: -10px;
}
.lifterlms [data-tip].tip--bottom-left:hover:before,
.lifterlms [data-title-default].tip--bottom-left:hover:before,
.lifterlms [data-title-active].tip--bottom-left:hover:before,
.llms-metabox [data-tip].tip--bottom-left:hover:before,
.llms-metabox [data-title-default].tip--bottom-left:hover:before,
.llms-metabox [data-title-active].tip--bottom-left:hover:before,
.llms-mb-container [data-tip].tip--bottom-left:hover:before,
.llms-mb-container [data-title-default].tip--bottom-left:hover:before,
.llms-mb-container [data-title-active].tip--bottom-left:hover:before,
.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before {
  top: calc(100% + 6px);
}
.lifterlms [data-tip].tip--bottom-left:after,
.lifterlms [data-title-default].tip--bottom-left:after,
.lifterlms [data-title-active].tip--bottom-left:after,
.llms-metabox [data-tip].tip--bottom-left:after,
.llms-metabox [data-title-default].tip--bottom-left:after,
.llms-metabox [data-title-active].tip--bottom-left:after,
.llms-mb-container [data-tip].tip--bottom-left:after,
.llms-mb-container [data-title-default].tip--bottom-left:after,
.llms-mb-container [data-title-active].tip--bottom-left:after,
.llms-quiz-wrapper [data-tip].tip--bottom-left:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:after {
  border-bottom-color: #444;
  right: 6px;
  bottom: 0;
}
.lifterlms [data-tip].tip--bottom-left:hover:after,
.lifterlms [data-title-default].tip--bottom-left:hover:after,
.lifterlms [data-title-active].tip--bottom-left:hover:after,
.llms-metabox [data-tip].tip--bottom-left:hover:after,
.llms-metabox [data-title-default].tip--bottom-left:hover:after,
.llms-metabox [data-title-active].tip--bottom-left:hover:after,
.llms-mb-container [data-tip].tip--bottom-left:hover:after,
.llms-mb-container [data-title-default].tip--bottom-left:hover:after,
.llms-mb-container [data-title-active].tip--bottom-left:hover:after,
.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after {
  bottom: -6px;
}
.lifterlms [data-tip].tip--bottom-right:before,
.lifterlms [data-title-default].tip--bottom-right:before,
.lifterlms [data-title-active].tip--bottom-right:before,
.llms-metabox [data-tip].tip--bottom-right:before,
.llms-metabox [data-title-default].tip--bottom-right:before,
.llms-metabox [data-title-active].tip--bottom-right:before,
.llms-mb-container [data-tip].tip--bottom-right:before,
.llms-mb-container [data-title-default].tip--bottom-right:before,
.llms-mb-container [data-title-active].tip--bottom-right:before,
.llms-quiz-wrapper [data-tip].tip--bottom-right:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:before {
  top: 100%;
  left: -10px;
}
.lifterlms [data-tip].tip--bottom-right:hover:before,
.lifterlms [data-title-default].tip--bottom-right:hover:before,
.lifterlms [data-title-active].tip--bottom-right:hover:before,
.llms-metabox [data-tip].tip--bottom-right:hover:before,
.llms-metabox [data-title-default].tip--bottom-right:hover:before,
.llms-metabox [data-title-active].tip--bottom-right:hover:before,
.llms-mb-container [data-tip].tip--bottom-right:hover:before,
.llms-mb-container [data-title-default].tip--bottom-right:hover:before,
.llms-mb-container [data-title-active].tip--bottom-right:hover:before,
.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before {
  top: calc(100% + 6px);
}
.lifterlms [data-tip].tip--bottom-right:after,
.lifterlms [data-title-default].tip--bottom-right:after,
.lifterlms [data-title-active].tip--bottom-right:after,
.llms-metabox [data-tip].tip--bottom-right:after,
.llms-metabox [data-title-default].tip--bottom-right:after,
.llms-metabox [data-title-active].tip--bottom-right:after,
.llms-mb-container [data-tip].tip--bottom-right:after,
.llms-mb-container [data-title-default].tip--bottom-right:after,
.llms-mb-container [data-title-active].tip--bottom-right:after,
.llms-quiz-wrapper [data-tip].tip--bottom-right:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:after {
  border-bottom-color: #444;
  left: 6px;
  bottom: 0;
}
.lifterlms [data-tip].tip--bottom-right:hover:after,
.lifterlms [data-title-default].tip--bottom-right:hover:after,
.lifterlms [data-title-active].tip--bottom-right:hover:after,
.llms-metabox [data-tip].tip--bottom-right:hover:after,
.llms-metabox [data-title-default].tip--bottom-right:hover:after,
.llms-metabox [data-title-active].tip--bottom-right:hover:after,
.llms-mb-container [data-tip].tip--bottom-right:hover:after,
.llms-mb-container [data-title-default].tip--bottom-right:hover:after,
.llms-mb-container [data-title-active].tip--bottom-right:hover:after,
.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after {
  bottom: -6px;
}
.lifterlms [data-tip]:before,
.lifterlms [data-title-default]:before,
.lifterlms [data-title-active]:before,
.llms-metabox [data-tip]:before,
.llms-metabox [data-title-default]:before,
.llms-metabox [data-title-active]:before,
.llms-mb-container [data-tip]:before,
.llms-mb-container [data-title-default]:before,
.llms-mb-container [data-title-active]:before,
.llms-quiz-wrapper [data-tip]:before,
.llms-quiz-wrapper [data-title-default]:before,
.llms-quiz-wrapper [data-title-active]:before {
  background: #444;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding: 8px;
  max-width: 300px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lifterlms [data-tip]:after,
.lifterlms [data-title-default]:after,
.lifterlms [data-title-active]:after,
.llms-metabox [data-tip]:after,
.llms-metabox [data-title-default]:after,
.llms-metabox [data-title-active]:after,
.llms-mb-container [data-tip]:after,
.llms-mb-container [data-title-default]:after,
.llms-mb-container [data-title-active]:after,
.llms-quiz-wrapper [data-tip]:after,
.llms-quiz-wrapper [data-title-default]:after,
.llms-quiz-wrapper [data-title-active]:after {
  content: "";
  border: 6px solid transparent;
  height: 0;
  width: 0;
}
.lifterlms [data-tip]:before, .lifterlms [data-tip]:after,
.lifterlms [data-title-default]:before,
.lifterlms [data-title-default]:after,
.lifterlms [data-title-active]:before,
.lifterlms [data-title-active]:after,
.llms-metabox [data-tip]:before,
.llms-metabox [data-tip]:after,
.llms-metabox [data-title-default]:before,
.llms-metabox [data-title-default]:after,
.llms-metabox [data-title-active]:before,
.llms-metabox [data-title-active]:after,
.llms-mb-container [data-tip]:before,
.llms-mb-container [data-tip]:after,
.llms-mb-container [data-title-default]:before,
.llms-mb-container [data-title-default]:after,
.llms-mb-container [data-title-active]:before,
.llms-mb-container [data-title-active]:after,
.llms-quiz-wrapper [data-tip]:before,
.llms-quiz-wrapper [data-tip]:after,
.llms-quiz-wrapper [data-title-default]:before,
.llms-quiz-wrapper [data-title-default]:after,
.llms-quiz-wrapper [data-title-active]:before,
.llms-quiz-wrapper [data-title-active]:after {
  opacity: 0;
  -webkit-transition: all 0.2s 0.1s ease;
  transition: all 0.2s 0.1s ease;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
.lifterlms [data-tip]:hover:before, .lifterlms [data-tip]:hover:after,
.lifterlms [data-title-default]:hover:before,
.lifterlms [data-title-default]:hover:after,
.lifterlms [data-title-active]:hover:before,
.lifterlms [data-title-active]:hover:after,
.llms-metabox [data-tip]:hover:before,
.llms-metabox [data-tip]:hover:after,
.llms-metabox [data-title-default]:hover:before,
.llms-metabox [data-title-default]:hover:after,
.llms-metabox [data-title-active]:hover:before,
.llms-metabox [data-title-active]:hover:after,
.llms-mb-container [data-tip]:hover:before,
.llms-mb-container [data-tip]:hover:after,
.llms-mb-container [data-title-default]:hover:before,
.llms-mb-container [data-title-default]:hover:after,
.llms-mb-container [data-title-active]:hover:before,
.llms-mb-container [data-title-active]:hover:after,
.llms-quiz-wrapper [data-tip]:hover:before,
.llms-quiz-wrapper [data-tip]:hover:after,
.llms-quiz-wrapper [data-title-default]:hover:before,
.llms-quiz-wrapper [data-title-default]:hover:after,
.llms-quiz-wrapper [data-title-active]:hover:before,
.llms-quiz-wrapper [data-title-active]:hover:after {
  opacity: 1;
  -webkit-transition: all 0 0.1s ease;
  transition: all 0 0.1s ease;
  visibility: visible;
  z-index: 99999999;
}
.lifterlms [data-tip]:before,
.llms-metabox [data-tip]:before,
.llms-mb-container [data-tip]:before,
.llms-quiz-wrapper [data-tip]:before {
  content: attr(data-tip);
}
.lifterlms [data-tip].active:before,
.llms-metabox [data-tip].active:before,
.llms-mb-container [data-tip].active:before,
.llms-quiz-wrapper [data-tip].active:before {
  content: attr(data-tip-active);
}

.llms-membership-image {
  display: block;
  margin: 0 auto;
}

.llms-course-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.llms-featured-image {
  display: block;
  margin: 0 auto;
}

.llms-image-thumb {
  width: 150px;
}

.llms-video-wrapper .center-video {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  text-align: center;
}
.llms-video-wrapper .center-video > .wp-video,
.llms-video-wrapper .center-video .fluid-width-video-wrapper,
.llms-video-wrapper .center-video iframe, .llms-video-wrapper .center-video object, .llms-video-wrapper .center-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.llms-video-wrapper .center-video > .wp-video {
  width: 100% !important;
}
.llms-video-wrapper .center-video .fluid-width-video-wrapper {
  padding-top: 0 !important;
}

.clear {
  clear: both;
  width: 100%;
}

.llms-featured-image {
  text-align: center;
}

#main-content .llms-payment-options p {
  margin: 0;
  font-size: 16px;
}

.llms-option {
  display: block;
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
  font-size: 16px;
}
.llms-option label {
  cursor: pointer;
  position: static;
}

.llms-option:first-child {
  margin-top: 0;
}

.llms-option:last-child {
  margin-bottom: 0;
}

#main-content .llms-option:last-child {
  margin-bottom: 0;
}

.llms-option input[type=radio] {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 0;
}

.llms-option input[type=radio] {
  display: inline-block;
}

.llms-option input[type=radio] + label span.llms-radio {
  display: none;
}

.llms-option input[type=radio] + label span.llms-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 20;
  position: absolute;
  top: 0;
  left: -2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  -webkit-box-shadow: hsla(0deg, 0%, 100%, 0.15) 0 1px 1px, inset hsla(0deg, 0%, 0%, 0.5) 0 0 0 1px;
          box-shadow: hsla(0deg, 0%, 100%, 0.15) 0 1px 1px, inset hsla(0deg, 0%, 0%, 0.5) 0 0 0 1px;
  background: #efefef;
  background-image: radial-gradient(ellipse at center, #e5554e 0%, #e5554e 40%, #efefef 45%);
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
  transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
}

.llms-option input[type=radio]:checked + label span.llms-radio {
  -webkit-transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);
  transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);
}

.llms-option input[type=radio] + label span.llms-radio {
  background-position: -24px 0;
}

.llms-option input[type=radio]:checked + label span.llms-radio {
  background-position: 0 0;
}

.llms-option input[type=submit] {
  border: none;
  background: #e5554e;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
}

.llms-styled-text {
  padding: 14px 0;
}

.llms-notice-box {
  border-radius: 3px;
  z-index: 10;
  margin: 10px 0;
  padding: 15px 20px;
  border: 1px solid #ccc;
  list-style-type: none;
  width: 100%;
  overflow: auto;
}
.llms-notice-box input[type=text] {
  height: auto;
}
.llms-notice-box .col-1-1 {
  width: 100%;
}
.llms-notice-box .col-1-1 input[type=text] {
  width: 100%;
}
.llms-notice-box .col-1-2 {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .llms-notice-box .col-1-2 {
    width: 100%;
  }
}
.llms-notice-box .col-1-3 {
  width: 33%;
  float: left;
  margin-right: 10px;
}
.llms-notice-box .col-1-4 {
  width: 25%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .llms-notice-box .col-1-4 {
    width: 100%;
  }
}
.llms-notice-box .col-1-6 {
  width: 16.6%;
  float: left;
  margin-right: 10px;
}
.llms-notice-box .col-1-8 {
  width: 11%;
  float: right;
}
.llms-notice-box .llms-pad-right {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .llms-notice-box .llms-pad-right {
    padding-right: 0;
  }
}

input[type=text].cc_cvv,
#cc_cvv {
  margin-right: 0;
  width: 23%;
  float: right;
}

.llms-clear-box {
  border-radius: 3px;
  z-index: 10;
  margin: 10px 0;
  padding: 15px 20px;
  list-style-type: none;
  width: 100%;
  overflow: auto;
}

.llms-price-label {
  font-weight: normal;
}

.llms-final-price {
  font-weight: bold;
  float: right;
}

.llms-center-content {
  text-align: center;
}

.llms-input-text {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

.llms-price {
  margin-bottom: 0;
  font-weight: bold;
}

.llms-price-loop {
  margin-bottom: 0;
  font-weight: bold;
}

.courses .entry {
  padding: 0;
}

.list-view .site-content .llms-course-list .hentry, .list-view .site-content .llms-membership-list .hentry {
  border-top: 0;
  padding-top: 0;
}

.llms-content {
  width: 100%;
}

.llms-lesson-button-wrapper {
  width: 100%;
  display: block;
  clear: both;
  text-align: center;
}

.llms-template-wrapper {
  width: 100%;
  display: block;
  clear: both;
}

.llms-button-wrapper {
  width: 100%;
  display: block;
  clear: both;
  text-align: center;
}

.llms-styled-select {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.llms-styled-select, .llms-styled-select select {
  width: 100%;
}

select:focus {
  outline: none;
}

.llms-styled-select select {
  height: 34px;
  padding: 5px 0 5px 5px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  font-size: 16px;
  color: #444444;
}

@-moz-document url-prefix() {
  .--ms-styled-select select {
    width: 110%;
  }
}
.llms-styled-select .fa-sort-desc {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 24px;
  color: #ccc;
}

select::-ms-expand {
  display: none;
}

_:-o-prefocus .llms-styled-select, .selector .llms-styled-select {
  background: none;
}

.llms-form-item-wrapper {
  margin-bottom: 1em;
}

/* Circle Graph */
.llms-progress-circle {
  position: relative;
  width: 200px;
  height: 200px;
  float: left;
}

.llms-progress-circle-count {
  top: 27%;
  position: absolute;
  width: 94%;
  text-align: center;
  color: #666;
  font-size: 44px;
}

.llms-progress-circle svg {
  position: absolute;
  width: 200px;
  height: 200px;
}

.llms-progress-circle circle {
  fill: transparent;
}

svg .llms-background-circle {
  fill: transparent;
  stroke-width: 10px;
  stroke: #f1f2f1;
  stroke-dasharray: 430;
}

svg .llms-animated-circle {
  fill: transparent;
  stroke-width: 10px;
  stroke: #e5554e;
  stroke-dasharray: 430;
  stroke-dashoffset: 410;
}

.llms-widget-syllabus .llms-lesson.current-lesson .lesson-title {
  font-weight: 700;
}
.llms-widget-syllabus .llms-lesson-complete, .llms-widget-syllabus .lesson-complete-placeholder {
  font-size: 1.2em;
  margin-right: 6px;
  color: #ccc;
}
.llms-widget-syllabus .llms-lesson-complete.done, .llms-widget-syllabus .lesson-complete-placeholder.done {
  color: #e5554e;
}
.llms-widget-syllabus .section-title {
  font-weight: bold;
}
.llms-widget-syllabus .lesson-title a {
  text-decoration: none;
}
.llms-widget-syllabus .lesson-title a:hover {
  text-decoration: none !important;
}
.llms-widget-syllabus .lesson-title.done a {
  color: #999;
  text-decoration: line-through;
}
.llms-widget-syllabus ul {
  list-style-type: none;
}
.llms-widget-syllabus ul li {
  list-style-type: none;
}
.llms-widget-syllabus ul li ul li {
  margin: 0 0 2px 0;
  padding: 0;
}

.llms-remove-coupon {
  float: right;
}

.llms-lesson-link-locked, .llms-lesson-link-locked:hover {
  background: #f1f1f1;
  -webkit-box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
          box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
  display: block;
  color: #a6a6a6;
  min-height: 85px;
  padding: 15px;
  text-decoration: none;
  position: relative;
}

.llms-lesson-preview.is-complete .llms-lesson-link-locked {
  padding-left: 75px;
}

.llms-lesson-tooltip {
  display: none;
  position: absolute;
  color: #000000;
  background-color: #c0c0c0;
  padding: 0.25em;
  border-radius: 2px;
  z-index: 100;
  top: 0;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
}

/* arrows - :after */
.llms-lesson-tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #c0c0c0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.llms-lesson-tooltip.active {
  display: inline-block;
}

.llms-favorite-wrapper {
  cursor: pointer;
}
.llms-favorite-wrapper .zee-heart {
  color: var(--wp--preset--color--vivid-red);
}

.llms-has-favorite .llms-parent-course-link {
  display: inline-block;
  margin-bottom: 20px;
}
.llms-has-favorite .llms-parent-course-link + .llms-favorite-wrapper {
  float: right;
  margin: 0;
}



.llms-notice {
  background: var(--wp--preset--color--foreground);
  border-color: #2295ff;
  border-style: solid;
  border-width: 2px;
  border-radius: var(--theme-border-radius);
  padding: 16px;
  margin-bottom: 16px;
}
.llms-notice p:last-child, .llms-notice ul:last-child {
  margin-bottom: 0;
}
.llms-notice li {
  list-style-type: none;
}
.llms-notice.llms-debug {
  background: rgba(202, 202, 202, 0.3);
  border-color: #cacaca;
}
.llms-notice.llms-error {
  background: rgba(229, 85, 78, 0.3);
  border-color: #e5554e;
}
.llms-notice.llms-success {
  background: rgba(131, 195, 115, 0.3);
  border-color: #83c373;
}

.entry-content .llms-notice {
  margin: 0 0 16px;
}
.entry-content .llms-notice li {
  list-style-type: none;
}



.llms-achievement-loop-item .llms-achievement,
.llms-certificate-loop-item .llms-certificate {
    text-decoration: none;
    color: var(--wp--preset--color--base);
}

.llms-achievement:hover,
.llms-certificate:hover {
  background: var(--wp--preset--color--foreground-dark);
}
.llms-achievement .llms-achievement-img,
.llms-certificate .llms-achievement-img {
  display: block;
  margin: 0;
  width: 100%;
}
.llms-achievement .llms-achievement-title,
.llms-certificate .llms-achievement-title {
  text-align: center;
  
}


.llms-achievement .llms-achievement-info,
.llms-achievement .llms-achievement-date,
.llms-certificate .llms-achievement-info,
.llms-certificate .llms-achievement-date {
  display: none;
}

.llms-certificate-loop-item .llms-certificate {
    text-align: center;
}

.llms-certificate-loop-item .llms-certificate svg {
    width: 60px;
}

.llms-certificate_date-label {
    color: var(--wp--preset--color--base-light);
    font-size: 14px;
}

.llms-certificate-content h4.llms-certificate-title {
  font-size: 16px;
  margin-bottom: 10px;
}




.llms-achievement-modal .llms-achievement {
  background: var(--wp--preset--color--foreground);
}
.llms-achievement-modal .llms-achievement-info {
  display: block;
}
.llms-achievement-modal .llms-achievement-title {
  display: none;
}

.llms-notification {
  background: var(--wp--preset--color--foreground);
  -webkit-box-shadow: 0 1px 2px -2px #333, 0 1px 1px -1px #333;
  box-shadow: 3px 3px 10px #00000012;
  border-radius: 2px var(--theme-border-radius) var(--theme-border-radius) 2px;
  border-left: 6px solid var(--wp--preset--color--primary);
  opacity: 0;
  padding: 20px;
  padding-right: 26px;
  position: fixed;
  right: -800px;
  top: 24px;
  -webkit-transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out;
  visibility: hidden;
  width: auto;
  z-index: 9999999;
}
.llms-notification:after {
  clear: both;
}
.llms-notification.visible {
  left: 12px;
  opacity: 1;
  right: 12px;
  -webkit-transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  visibility: visible;
}
.llms-notification.visible:hover .llms-notification-dismiss {
  opacity: 1;
}
.llms-notification .llms-notification-content {
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.llms-notification .llms-notification-main {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.llms-notification .llms-notification-title {
  font-size: 16px;
  margin: 0;
}
.llms-notification .llms-notification-body {
  font-size: 14px;
  line-height: 1.4;
}
.llms-notification .llms-notification-body p, .llms-notification .llms-notification-body li {
  font-size: inherit;
}
.llms-notification .llms-notification-body p {
  margin: 10px 0;
}
.llms-notification .llms-notification-body .llms-mini-cert {
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: inset 0 0 0 3px #fefefe, inset 0 0 0 4px #dedede;
          box-shadow: inset 0 0 0 3px #fefefe, inset 0 0 0 4px #dedede;
  padding: 16px 16px 24px;
  margin-top: 12px;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title {
  font-size: 16px;
  font-weight: 700;
  margin: 12px auto;
  text-align: center;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body {
  width: 100%;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(1) {
  width: 65%;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(2) {
  width: 35%;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(3) {
  width: 85%;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(4) {
  width: 75%;
  margin-top: 18px;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(5) {
  width: 70%;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(6) {
  margin-left: 12px;
  margin-bottom: -24px;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--body > div:nth-child(7) {
  width: 65%;
  margin-right: 12px;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-line {
  border-radius: 2px;
  height: 8px;
  background: #b0b0b0;
  background-image: -webkit-gradient(linear, left top, right top, from(#b0b0b0), color-stop(20%, #a0a0a0), color-stop(40%, #b0b0b0), to(#b0b0b0));
  background-image: linear-gradient(to right, #b0b0b0 0%, #a0a0a0 20%, #b0b0b0 40%, #b0b0b0 100%);
  background-repeat: no-repeat;
  margin: 4px auto;
}
.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert--mock-dot {
  background: #b0b0b0;
  border-radius: 50%;
  display: inline-block;
  content: "";
  height: 24px;
  width: 24px;
}
.llms-notification .llms-notification-body .llms-mini-cert p {
  margin-bottom: 0;
}
.llms-notification .llms-notification-aside {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.llms-notification .llms-notification-icon {
  display: block;
  max-width: 64px;
}
.llms-notification .llms-notification-footer {
  font-size: 12px;
  margin-top: 12px;
  padding: 6px 6px 0;
  text-align: right;
}
.llms-notification .progress__indicator {
  margin: 0;
  padding-top: 6px;
  color: var(--wp--preset--color--primary-dark);
}

.llms-notification .llms-progress-bar {
  display: none;
}

.llms-notification .llms-notification-dismiss {
  color: #e5554e;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 8px;
  top: 6px;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  font-style: normal;
  padding: 0 4px;
}

.llms-sd-notification-center .llms-notification-list,
.llms-sd-notification-center .llms-notification-list-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification {
  background: var(--wp--preset--color--foreground-dark);
}
.llms-sd-notification-center .llms-notification {
    opacity: 1;
    border: 1px solid var(--wp--preset--color--outline);
    left: auto;
    padding: 24px;
    position: relative;
    right: auto;
    top: auto;
    visibility: visible;
    width: auto;
    box-shadow: none;
    border-radius: var(--theme-border-radius);
}
.llms-sd-notification-center .llms-notification .llms-notification-aside {
  max-width: 64px;
}
.llms-sd-notification-center .llms-notification .llms-notification-footer {
  border: none;
  padding: 0;
  text-align: left;
}
.llms-sd-notification-center .llms-notification .llms-progress {
  display: none !important;
}
.llms-sd-notification-center .llms-notification .llms-notification-date {
  color: #515151;
  float: left;
  margin-right: 6px;
}
.llms-sd-notification-center .llms-notification .llms-mini-cert {
  margin: 0 auto;
  max-width: 380px;
}

@media all and (min-width: 480px) {
  .llms-notification {
    right: -800px;
    width: 360px;
  }
  .llms-notification.visible {
    left: auto;
    right: 24px;
  }
  .llms-notification .llms-notification-dismiss {
    opacity: 0;
  }
}
.llms-pagination ul {
  list-style-type: none;
}
.llms-pagination ul li {
  float: left;
}
.llms-pagination ul li a {
  border-bottom: 0;
  text-decoration: none;
}
.llms-pagination ul li .page-numbers {
  padding: 0.5em;
  text-decoration: underline;
}
.llms-pagination ul li .page-numbers.current {
  text-decoration: none;
}

.llms-tooltip {
  background: #2a2a2a;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0;
  top: -20px;
  padding: 8px 12px;
  left: 50%;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease, top 0.2s ease;
  transition: opacity 0.2s ease, top 0.2s ease;
  max-width: 320px;
}
.llms-tooltip.show {
  top: -28px;
  opacity: 1;
}
.llms-tooltip:after {
  bottom: -8px;
  border-top: 8px solid #2a2a2a;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}

.webui-popover-title {
  font-size: initial;
  font-weight: initial;
  line-height: initial;
}

.webui-popover-inverse .webui-popover-inner .close {
  color: #fff;
  opacity: 0.6;
  text-shadow: none;
}
.webui-popover-inverse .webui-popover-inner .close:hover {
  opacity: 0.8;
}
.webui-popover-inverse .webui-popover-content a {
  color: #fff;
  text-decoration: underline;
}
.webui-popover-inverse .webui-popover-content a:hover {
  text-decoration: none;
}

.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}



.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question {
  background: #efefef;
  margin: 0 0 16px;
  position: relative;
  list-style-type: none;
  border-radius: var(--theme-border-radius);
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question:last-child {
  margin-bottom: 0;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer {
  color: inherit;
  display: block;
  padding: 16px 36px 16px 16px;
  text-decoration: none;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after {
  content: " ";
  display: table;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after {
  clear: both;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect {
  background: rgba(255, 146, 43, 0.2);
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon {
  background-color: #ff922b;
  padding: 6px;
  font-size: 20px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct {
  background: rgba(131, 195, 115, 0.2);
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon {
  background-color: #83c373;
  padding: 6px;
  font-size: 20px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect {
  background: rgba(229, 85, 78, 0.2);
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon {
  background-color: #e5554e;
  padding: 6px;
  font-size: 20px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question pre {
  overflow: auto;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title {
  float: left;
  margin: 0;
  font-size: 16px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points {
  float: right;
  line-height: 1;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip {
  position: absolute;
  right: -12px;
  top: -2px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon {
  color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main {
  display: none;
  padding: 0 10px 10px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers {
  margin: 0;
  padding: 0;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer {
  padding: 0;
  margin: 0 0 0 30px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child {
  list-style-type: none;
  margin-left: 0;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img {
  height: auto;
  max-width: 200px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  padding-top: 20px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer, .single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed {
  opacity: 0.5;
}
.single-llms_quiz #llms-quiz-wrapper .llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title {
  font-style: italic;
  font-weight: normal;
}
.single-llms_quiz .llms-return {
  margin-bottom: 10px;
}
.single-llms_quiz .llms-quiz-results:before, .single-llms_quiz .llms-quiz-results:after {
  content: " ";
  display: table;
}
.single-llms_quiz .llms-quiz-results:after {
  clear: both;
}
.single-llms_quiz .llms-quiz-results .llms-donut.passing {
  color: #83c373;
}
.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path {
  stroke: #83c373;
}
.single-llms_quiz .llms-quiz-results .llms-donut.pending {
  color: #555;
}
.single-llms_quiz .llms-quiz-results .llms-donut.pending svg path {
  stroke: #555;
}
.single-llms_quiz .llms-quiz-results .llms-donut.failing {
  color: #e5554e;
}
.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path {
  stroke: #e5554e;
}
.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside,
.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,
.single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
  margin-bottom: 20px;
}
/* @media all and (min-width: 600px) {
  .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside {
    float: left;
    width: 220px;
  }
  .single-llms_quiz .llms-quiz-results .llms-quiz-results-main,
.single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
    float: right;
    width: calc(100% - 300px);
  }
  .single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
    clear: right;
  }
} */
.single-llms_quiz ul.llms-quiz-meta-info,
.single-llms_quiz ul.llms-quiz-meta-info li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-llms_quiz ul.llms-quiz-meta-info {
  margin-bottom: 10px;
}
.single-llms_quiz .llms-quiz-buttons {
  margin-top: 10px;
  text-align: left;
}
.single-llms_quiz .llms-quiz-buttons form {
  display: inline-block;
}

.llms-quiz-question-wrapper {
  min-height: 140px;
  position: relative;
}
.llms-quiz-question-wrapper .llms-quiz-loading {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}
.llms-quiz-question-wrapper .llms-question-image img {
  height: auto;
  max-width: 100%;
}

.llms-quiz-ui {
  background: #fcfcfc;
  padding: 20px;
  position: relative;
}
.llms-quiz-ui .llms-quiz-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}
.llms-quiz-ui .llms-progress {
  background-color: #f1f2f1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 8px;
  margin: 0;
  overflow: hidden;
}
.llms-quiz-ui .llms-progress .progress-bar-complete {
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  width: 0;
}
.llms-quiz-ui .llms-error {
  background: #e5554e;
  border-radius: 4px;
  color: #fff;
  margin: 10px 0;
  padding: 10px;
}
.llms-quiz-ui .llms-error:before, .llms-quiz-ui .llms-error:after {
  content: " ";
  display: table;
}
.llms-quiz-ui .llms-error:after {
  clear: both;
}
.llms-quiz-ui .llms-error a {
  color: rgba(255, 255, 255, 0.6);
  float: right;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
.llms-quiz-ui .llms-quiz-counter {
  display: none;
  color: #6a6a6a;
  float: right;
  font-size: 18px;
}
.llms-quiz-ui .llms-quiz-counter .llms-sep {
  margin: 0 5px;
}
.llms-quiz-ui .llms-quiz-nav {
  margin-top: 20px;
}
.llms-quiz-ui .llms-quiz-nav button {
  margin: 0 10px 0 0;
}

.llms-question-wrapper .llms-question-text {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
.llms-question-wrapper ol.llms-question-choices {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
  position: relative;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice:last-child {
  border-bottom: none;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture {
  border-bottom: none;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture label {
  display: inline-block;
  padding: 0;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-marker {
  bottom: 10px;
  margin: 0;
  position: absolute;
  right: 10px;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image {
  margin: 2px;
  padding: 20px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image img {
  display: block;
  height: auto;
  width: 100%;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture input:checked ~ .llms-choice-image {
  background: #efefef;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice input {
  display: none;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice label {
  display: block;
  margin: 0;
  padding: 10px 20px;
  position: relative;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .iterator {
  display: none;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .zee-icon {
  display: inline;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker {
  background: #f0f0f0;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
  width: 40px;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .zee-icon {
  display: none;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--lister, .llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--checkbox {
  border-radius: 4px;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--radio {
  border-radius: 50%;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker .iterator {
  display: none;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker .zee-icon {
  display: inline;
}
.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  vertical-align: middle;
  width: calc(100% - 60px);
}

.llms-quiz-timer {
  background: #fff;
  border: 1px solid #83c373;
  border-radius: 4px;
  color: #83c373;
  float: right;
  font-size: 18px;
  line-height: 1;
  margin-left: 20px;
  padding: 8px 12px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.llms-quiz-timer.color-half {
  border-color: #ff922b;
  color: #ff922b;
}
.llms-quiz-timer.color-empty {
  border-color: #e5554e;
  color: #e5554e;
}
.llms-quiz-timer .llms-tiles {
  display: inline-block;
  margin-left: 5px;
}

.voucher-expand {
  display: none;
}

@media all and (min-width: 600px) {
  .llms-access-plans.cols-1 .llms-access-plan {
    width: 100%;
  }
  .llms-access-plans.cols-2 .llms-access-plan {
    width: 50%;
  }
  .llms-access-plans.cols-3 .llms-access-plan {
    width: 33.3333333333%;
  }
  .llms-access-plans.cols-4 .llms-access-plan {
    width: 25%;
  }
  .llms-access-plans.cols-5 .llms-access-plan {
    width: 20%;
  }
}

.llms-free-enroll-form {
  margin-bottom: 0;
}

.llms-access-plan {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  text-align: center;
  width: 100%;
}
.llms-access-plan .llms-access-plan-footer,
.llms-access-plan .llms-access-plan-content {
  background: #f1f1f1;
}
.llms-access-plan.featured .llms-access-plan-featured {
  background: #4ba9ff;
}
.llms-access-plan.featured .llms-access-plan-footer,
.llms-access-plan.featured .llms-access-plan-content {
  border-left: 3px solid #2295ff;
  border-right: 3px solid #2295ff;
}
.llms-access-plan.featured .llms-access-plan-footer {
  border-bottom-color: #2295ff;
}
.llms-access-plan.on-sale .price-regular {
  text-decoration: line-through;
}
.llms-access-plan .stamp {
  background: #2295ff;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  padding: 2px 3px;
  vertical-align: top;
}
.llms-access-plan .llms-access-plan-restrictions ul {
  margin: 0;
}

.llms-access-plan-featured {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 2px 0 2px;
}

.llms-access-plan-content {
  margin: 0 2px 0;
}
.llms-access-plan-content .llms-access-plan-pricing {
  padding: 10px 0 0;
}

.llms-access-plan-title {
  background: #2295ff;
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
}

.llms-access-plan-pricing .llms-price-currency-symbol {
  font-size: 14px;
  vertical-align: top;
}

.llms-access-plan-price {
  font-size: 18px;
  font-variant: small-caps;
  line-height: 20px;
}
.llms-access-plan-price .lifterlms-price {
  font-weight: 700;
}
.llms-access-plan-price.sale {
  padding: 5px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.llms-access-plan-trial,
.llms-access-plan-schedule,
.llms-access-plan-sale-end,
.llms-access-plan-expiration {
  font-size: 15px;
  font-variant: small-caps;
  line-height: 1.2;
}

.llms-access-plan-description {
  font-size: 16px;
  padding: 10px 10px 0;
}
.llms-access-plan-description ul {
  margin: 0;
}
.llms-access-plan-description ul li {
  border-bottom: 1px solid #d0d0d0;
  list-style-type: none;
}
.llms-access-plan-description ul li:last-child {
  border-bottom: none;
}
.llms-access-plan-description div:last-child, .llms-access-plan-description img:last-child, .llms-access-plan-description p:last-child, .llms-access-plan-description ul:last-child, .llms-access-plan-description li:last-child {
  margin-bottom: 0;
}

.llms-access-plan-restrictions .stamp {
  vertical-align: baseline;
}
.llms-access-plan-restrictions ul {
  margin: 0;
}
.llms-access-plan-restrictions ul li {
  font-size: 12px;
  line-height: 14px;
  list-style-type: none;
}
.llms-access-plan-restrictions a {
  color: #f8954f;
}
.llms-access-plan-restrictions a:hover {
  color: #f67d28;
}

.llms-access-plan-footer {
  border-bottom: 3px solid #f1f1f1;
  padding: 10px;
  margin: 0 2px 2px 2px;
}
.llms-access-plan-footer .llms-access-plan-pricing {
  padding: 0 0 10px;
}

.webui-popover-content .llms-members-only-restrictions {
  text-align: center;
}
.webui-popover-content .llms-members-only-restrictions ul, .webui-popover-content .llms-members-only-restrictions ol, .webui-popover-content .llms-members-only-restrictions li, .webui-popover-content .llms-members-only-restrictions p {
  margin: 0;
  padding: 0;
}
.webui-popover-content .llms-members-only-restrictions ul, .webui-popover-content .llms-members-only-restrictions ol, .webui-popover-content .llms-members-only-restrictions li {
  list-style-type: none;
}
.webui-popover-content .llms-members-only-restrictions li {
  padding: 8px 0;
  border-top: 1px solid #3b3b3b;
}
.webui-popover-content .llms-members-only-restrictions li:first-child {
  border-top: none;
}
.webui-popover-content .llms-members-only-restrictions li a {
  display: block;
}










.llms-checkout-wrapper form.llms-login {
  display: none;
  margin-bottom: 10px;
}

.llms-checkout-section-content .llms-coupon-wrapper .llms-coupon-entry {
  display: none;
  margin-top: 10px;
}





.llms-checkout-section.order-summary ul.llms-order-summary {
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
}

.llms-checkout-section.order-summary ul.llms-order-summary li {
  margin-bottom: 6px;
}

.llms-checkout-section.order-summary ul.llms-order-summary li .llms-label {
  font-weight: 600;
  margin-right: 4px;
}







.llms-payment-gateway {
  border: 1px solid var(--wp--preset--color--outline);
  padding: 16px;
  border-radius: var(--theme-border-radius);
  margin-bottom: 16px;
}

.llms-payment-gateway .llms-payment-gateway-option {
  display: flex;
  gap: 24px;
  align-items: center;
}

.llms-payment-gateway .llms-payment-gateway-option .llms-description img {
  height: 40px;
}

.llms-gateway-description {
  display: none;
  padding: 16px;
  background: var(--wp--preset--color--background);
  border-radius: var(--theme-border-radius);
  margin-top: 16px;
}

.llms-payment-gateway.is-selected .llms-gateway-description {
  display: block;
}

.llms-gateway-description p {
  margin: 6px 0;
}

.llms-payment-gateway .llms-payment-gateway-option label {
  margin: 4px 0;
}

.llms-checkout-section-content .llms-checkout-confirm #llms-privacy-policy label {
  font-size: 14px;
  font-weight: unset;
}

.llms-checkout-section-content .llms-checkout-confirm #llms-privacy-policy {
  margin-bottom: 20px;
}

.llms-checkout-wrapper .llms-checkout .llms-checkout-section .llms-checkout-confirm .llms-button-action {
  padding: 18px 30px;
  font-size: 16px;
  max-width: 460px;
  width: 100%;
}






/* .llms-checkout-wrapper .llms-form-heading {
  background: #2295ff;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

.llms-checkout {
  background: #fff;
  position: relative;
}

@media all and (min-width: 800px) {
  .llms-checkout-cols-2 .llms-checkout-col {
    float: left;
  }
  .llms-checkout-cols-2 .llms-checkout-col.llms-col-1 {
    margin-right: 5px;
    width: calc(58% - 5px);
  }
  .llms-checkout-cols-2 .llms-checkout-col.llms-col-2 {
    margin-left: 5px;
    width: calc(42% - 5px);
  }
  .llms-checkout-cols-2 .llms-checkout-col.llms-col-2 button {
    width: 100%;
  }
}

.llms-checkout-section {
  border: 3px solid #2295ff;
  margin-bottom: 10px;
  position: relative;
}

.llms-checkout-section-content {
  margin: 10px;
}
.llms-checkout-section-content.llms-form-fields {
  margin: 0px;
}
.llms-checkout-section-content .llms-label {
  font-weight: 400;
  font-variant: small-caps;
  text-transform: lowercase;
}
.llms-checkout-section-content .llms-order-summary {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.llms-checkout-section-content .llms-order-summary li {
  list-style-type: none;
}
.llms-checkout-section-content .llms-order-summary li.llms-pricing.on-sale .price-regular, .llms-checkout-section-content .llms-order-summary li.llms-pricing.has-coupon .price-regular {
  text-decoration: line-through;
}
.llms-checkout-section-content .llms-coupon-wrapper {
  border-top: 1px solid #dadada;
  margin-top: 10px;
  padding-top: 10px;
}


.llms-form-field.llms-payment-gateway-option label + span.llms-description {
  display: inline-block;
  margin-left: 5px;
}
.llms-form-field.llms-payment-gateway-option .llms-description a {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.llms-form-field.llms-payment-gateway-option .llms-description img {
  display: inline;
  max-height: 22px;
  vertical-align: middle;
}

.llms-checkout-confirm {
  margin: 0 10px;
}

.llms-payment-method {
  margin: 10px 10px 0;
}

.llms-gateway-description p {
  font-size: 85%;
  font-style: italic;
  margin-bottom: 0;
} */



.llms-form-heading {
  margin-top: 0;
  margin-bottom: 24px;
}






.llms-checkout-wrapper .llms-payment-gateways {
  margin: 0;
  padding: 0;
  list-style: none;
}



/* .llms-checkout-wrapper ul.llms-payment-gateways {
  margin: 5px 0 0;
  padding: 0;
}

ul.llms-payment-gateways {
  list-style-type: none;
}
ul.llms-payment-gateways li:last-child:after {
  border-bottom: 1px solid #dadada;
  content: "";
  display: block;
  margin: 10px;
}
ul.llms-payment-gateways .llms-payment-gateway {
  margin-bottom: 5px;
  list-style-type: none;
}
ul.llms-payment-gateways .llms-payment-gateway:last-child {
  margin-bottom: none;
}
ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-payment-gateway-option label {
  font-weight: 700;
}
ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields {
  display: block;
}
ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields .llms-notice {
  margin-left: 10px;
  margin-right: 10px;
}
ul.llms-payment-gateways .llms-payment-gateway .llms-form-field {
  padding-bottom: 0;
}
ul.llms-payment-gateways .llms-gateway-description {
  margin-left: 40px;
}
ul.llms-payment-gateways .llms-gateway-fields {
  display: none;
  margin: 5px 0 20px;
}
ul.llms-payment-gateways .llms-payment-gateway-error {
  padding: 0 10px;
} */









.llms-form-fields .clear {
  display: none
}

@media (min-width: 600px) {
  .llms-form-field label:empty:after {
      content:"empty";
      opacity: 0
  }
}

@media (max-width: 599px) {

  .llms-form-fields .llms-form-field {
    margin-bottom: 16px;
  }

  .llms-form-field label:empty {
      height: 0;
      margin: 0;
      display: block
  }

  .llms-payment-gateway .llms-payment-gateway-option {
      margin-bottom: 0;
  }
}

.llms-form-field.llms-visually-hidden-field {
  display: none
}

@media screen and (min-width: 600px) {
  .zeeblocks-form-fields-grid {
      display:grid;
      grid-template-columns: repeat(12,1fr);
      grid-template-rows: repeat(1,1fr);
      grid-gap: 15px;
      gap: 15px
  }

  .llms-form-field.llms-cols-1 {
      grid-column: auto/span 1
  }

  .llms-form-field.llms-cols-2 {
      grid-column: auto/span 2
  }

  .llms-form-field.llms-cols-3 {
      grid-column: auto/span 3
  }

  .llms-form-field.llms-cols-4 {
      grid-column: auto/span 4
  }

  .llms-form-field.llms-cols-5 {
      grid-column: auto/span 5
  }

  .llms-form-field.llms-cols-6 {
      grid-column: auto/span 6
  }

  .llms-form-field.llms-cols-7 {
      grid-column: auto/span 7
  }

  .llms-form-field.llms-cols-8 {
      grid-column: auto/span 8
  }

  .llms-form-field.llms-cols-9 {
      grid-column: auto/span 9
  }

  .llms-form-field.llms-cols-10 {
      grid-column: auto/span 10
  }

  .llms-form-field.llms-cols-11 {
      grid-column: auto/span 11
  }

  .llms-form-field.llms-cols-12 {
      grid-column: auto/span 12
  }
}

.select2-container--default .select2-search--dropdown .select2-search__field,.select2-container .select2-selection--single {
  height: 40px;
  background: var(--color-layout-1);
  border: var(--layout-border-2)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--font-color);
  line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: var(--font-color-2)
}

.select2-dropdown {
  background: var(--color-layout-1);
  border: var(--layout-border-2)
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--color-layout-3)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-primary);
  color: #fff
}






.llms-form-field.type-hidden {
  padding: 0;
}
.llms-form-field.type-radio input,
.llms-form-field.type-radio label, .llms-form-field.type-checkbox input,
.llms-form-field.type-checkbox label {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.llms-form-field.type-radio input, .llms-form-field.type-checkbox input {
  margin-right: 5px;
}
.llms-form-field.type-radio label + .llms-description, .llms-form-field.type-checkbox label + .llms-description {
  display: block;
}
.llms-form-field.type-radio:not(.is-group) input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: none;
}
.llms-form-field.type-radio:not(.is-group) label:before {
  background: #fafafa;
  background-position: -24px 0;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-box-shadow: hsla(0deg, 0%, 100%, 0.15) 0 1px 1px, inset hsla(0deg, 0%, 0%, 0.35) 0 0 0 1px;
          box-shadow: hsla(0deg, 0%, 100%, 0.15) 0 1px 1px, inset hsla(0deg, 0%, 0%, 0.35) 0 0 0 1px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin-right: 5px;
  position: relative;
  -webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
  transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
  vertical-align: middle;
  width: 22px;
  z-index: 2;
}
.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked + label:before {
  -webkit-transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);
  transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);
  background-position: 0 0;
  background-image: radial-gradient(ellipse at center, #2295ff 0%, #2295ff 40%, #fafafa 45%);
}
.llms-form-field .llms-input-group {
  margin-top: 5px;
}
.llms-form-field .llms-input-group .llms-form-field {
  padding: 0 0 5px 5px;
}
.llms-form-field.type-reset button:not(.auto), .llms-form-field.type-button button:not(.auto), .llms-form-field.type-submit button:not(.auto) {
  width: 100%;
}
.llms-form-field .llms-description {
  font-size: 14px;
  font-style: italic;
}
.llms-form-field .llms-required {
  color: #e5554e;
  margin-left: 4px;
}
.llms-form-field input, .llms-form-field textarea, .llms-form-field select {
  width: 100%;
}
.llms-form-field .select2-container .select2-selection--single {
  height: auto;
  padding: 5px 6px;
  border: 1px solid var(--wp--preset--color--outline);
  border-radius: var(--theme-btn-border-radius);
}
.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.llms-password-strength-meter {
  border: 1px solid #dadada;
  display: none;
  font-size: 10px;
  margin-top: -10px;
  padding: 1px;
  position: relative;
  text-align: center;
}
.llms-password-strength-meter:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.llms-password-strength-meter.mismatch, .llms-password-strength-meter.too-short, .llms-password-strength-meter.very-weak {
  border-color: #e35b5b;
}
.llms-password-strength-meter.mismatch:before, .llms-password-strength-meter.too-short:before, .llms-password-strength-meter.very-weak:before {
  background: rgba(227, 91, 91, 0.25);
  width: 25%;
}
.llms-password-strength-meter.too-short:before {
  width: 0;
}
.llms-password-strength-meter.weak {
  border-color: #f78b53;
}
.llms-password-strength-meter.weak:before {
  background: rgba(247, 139, 83, 0.25);
  width: 50%;
}
.llms-password-strength-meter.medium {
  border-color: #ffc733;
}
.llms-password-strength-meter.medium:before {
  background: rgba(255, 199, 51, 0.25);
  width: 75%;
}
.llms-password-strength-meter.strong {
  border-color: #83c373;
}
.llms-password-strength-meter.strong:before {
  background: rgba(131, 195, 115, 0.25);
  width: 100%;
}

.llms-widget-syllabus--collapsible .llms-section .section-header {
  cursor: pointer;
}
.llms-widget-syllabus--collapsible .llms-section.llms-section--opened .llms-collapse-caret .fa-caret-right {
  display: none;
}
.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-collapse-caret .fa-caret-down {
  display: none;
}
.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-lesson {
  display: none;
}
.llms-widget-syllabus--collapsible .llms-syllabus-footer {
  text-align: left;
}

.llms-student-dashboard {
  /**
   * Dashboard Home
   */
}
.llms-student-dashboard .llms-sd-title {
  margin: 25px 0;
}
.llms-student-dashboard .llms-sd-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.llms-student-dashboard .llms-sd-item {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.llms-student-dashboard .llms-sd-item:last-child .llms-sep {
  display: none;
}
.llms-student-dashboard .llms-sd-item .llms-sep {
  color: #333;
  margin: 0 5px;
}
.llms-student-dashboard .llms-sd-section {
  margin-bottom: 25px;
}
.llms-student-dashboard .llms-sd-section .llms-sd-section-footer {
  margin-top: 10px;
}




.llms-student-dashboard .llms-status {
  border-radius: 3px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 80%;
  padding: 3px 6px;
  vertical-align: middle;
}
.llms-student-dashboard .llms-status.llms-size--large {
  font-size: 105%;
  padding: 6px 12px;
}
.llms-student-dashboard .llms-status.llms-active, .llms-student-dashboard .llms-status.llms-completed, .llms-student-dashboard .llms-status.llms-pass, .llms-student-dashboard .llms-status.llms-txn-succeeded {
  color: #1f3818;
  background-color: #83c373;
}
.llms-student-dashboard .llms-status.llms-fail, .llms-student-dashboard .llms-status.llms-failed, .llms-student-dashboard .llms-status.llms-expired, .llms-student-dashboard .llms-status.llms-cancelled, .llms-student-dashboard .llms-status.llms-txn-failed {
  color: #5a110d;
  background-color: #e5554e;
}
.llms-student-dashboard .llms-status.llms-incomplete, .llms-student-dashboard .llms-status.llms-on-hold, .llms-student-dashboard .llms-status.llms-pending, .llms-student-dashboard .llms-status.llms-pending-cancel, .llms-student-dashboard .llms-status.llms-refunded, .llms-student-dashboard .llms-status.llms-txn-pending, .llms-student-dashboard .llms-status.llms-txn-refunded {
  color: #664200;
  background-color: orange;
}
.llms-student-dashboard .llms-person-form-wrapper .llms-change-password {
  display: none;
}
@media all and (min-width: 600px) {
  .llms-student-dashboard .order-primary {
    float: left;
    width: 68%;
  }
}
@media all and (min-width: 600px) {
  .llms-student-dashboard .order-secondary {
    float: left;
    width: 32%;
  }
}
.llms-student-dashboard .order-secondary form {
  margin-bottom: 0;
}
@media all and (min-width: 600px) {
  .llms-student-dashboard .llms-view-order.llms-stack-cols .order-primary,
.llms-student-dashboard .llms-view-order.llms-stack-cols .order-secondary {
    float: none;
    width: 100%;
  }
}
.llms-student-dashboard .llms-switch-payment-source .llms-notice,
.llms-student-dashboard .llms-switch-payment-source .entry-content .llms-notice {
  margin-left: 10px;
  margin-right: 10px;
}
.llms-student-dashboard .llms-switch-payment-source-main {
  border: none;
  display: none;
  margin: 0;
}
.llms-student-dashboard .llms-switch-payment-source-main ul.llms-payment-gateways {
  padding: 10px 16px 0;
  margin: 0;
}
.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method,
.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary {
  padding: 0 24px 10px;
  margin: 0;
  list-style-type: none;
}
.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method li,
.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary li {
  list-style-type: none;
}
.llms-student-dashboard .llms-loop-list {
  margin: 0 -10px;
}

.llms-sd-grades .llms-table .llms-progress {
  display: block;
  margin: 0;
}
.llms-sd-grades .llms-table .llms-progress .llms-progress-bar {
  top: 0;
  height: 1.4em;
}
.llms-sd-grades .llms-table .llms-progress .progress__indicator {
  font-size: 1em;
  position: relative;
  right: 0.4em;
  top: 0.2em;
  z-index: 1;
}

.llms-table.llms-single-course-grades tbody tr:first-child td, .llms-table.llms-single-course-grades tbody tr:first-child th {
  background-color: #eaeaea;
}
.llms-table.llms-single-course-grades th {
  font-weight: 400;
}
.llms-table.llms-single-course-grades td .llms-donut {
  display: inline-block;
  vertical-align: middle;
}
.llms-table.llms-single-course-grades td .llms-status {
  margin-right: 4px;
}
.llms-table.llms-single-course-grades td .llms-donut + .llms-status {
  margin-left: 4px;
}
.llms-table.llms-single-course-grades th.llms-section_title {
  font-size: 110%;
  font-weight: 700;
}
.llms-table.llms-single-course-grades td.llms-lesson_title {
  padding-left: 36px;
  max-width: 40%;
}
.llms-table.llms-single-course-grades td.llms-associated_quiz .llms-donut {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.llms-table.llms-single-course-grades td.llms-lesson_title a[href="#"] {
  pointer-events: none;
}
.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] {
  color: inherit;
  position: relative;
}
.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip {
  max-width: 380px;
  width: 380px;
}
.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip.show {
  top: -54px;
}

.llms-sd-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.llms-sd-widgets .llms-sd-widget {
  background: #f9f9f9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 10px 20px;
  padding: 0 0 20px;
}
.llms-sd-widgets .llms-sd-widget:first-child {
  margin-left: 0;
}
.llms-sd-widgets .llms-sd-widget:last-child {
  margin-right: 0;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title {
  background: #2295ff;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 20px;
  padding: 10px;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-widget-empty {
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  text-align: center;
}
.llms-sd-widgets .llms-sd-widget .llms-donut {
  margin: 0 auto;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-date {
  opacity: 0.8;
  text-align: center;
  font-size: 22px;
  line-height: 1.1;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-date span {
  display: block;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-date span.day {
  font-size: 52px;
}
.llms-sd-widgets .llms-sd-widget .llms-sd-date span.diff {
  font-size: 12px;
  font-style: italic;
  margin-top: 8px;
  opacity: 0.75;
}
.llms-sd-widgets .llms-sd-widget .llms-achievement {
  background: transparent;
  margin: 0 auto;
  max-width: 120px;
}
.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-title {
  display: none;
}

.llms-sd-pagination {
  margin-top: 24px;
}
.llms-sd-pagination:before, .llms-sd-pagination:after {
  content: " ";
  display: table;
}
.llms-sd-pagination:after {
  clear: both;
}
.llms-sd-pagination .llms-button-secondary {
  display: inline-block;
}
.llms-sd-pagination .llms-button-secondary.prev {
  float: left;
}
.llms-sd-pagination .llms-button-secondary.next {
  float: right;
}

.llms-sd-notification-center .llms-notification {
  z-index: 1;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}







.llms-favorite-wrapper .llms-heart-btn {
  padding: 12px;
  background: var(--wp--preset--color--foreground);
  border-radius: 100%;
  box-shadow: 2px 2px 4px #00000010;
}

.llms-favorite-wrapper .llms-heart-btn::before {
  position: relative;
  top: 1px;
}

.llms-favorite-wrapper .llms-favorites-count {
  font-size: 14px;
  opacity: .7;
}

.llms-favorite-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}



/* Course List */
.zeeblocks-progress .zeeblocks-progress-bar {
  --progress: 0;
  --bar-height: 10px;
  position: relative;
  width: 100%;
  height: var(--bar-height);
  background: rgb(0 0 0/8%)
}

.zeeblocks-progress .zeeblocks-progress-bar-complete {
  background: var(--wp--preset--color--primary);
  height: 100%;
  -webkit-transition: width .8s ease-out .5s;
  transition: width .8s ease-out .5s;
  position: relative;

}

.zeeblocks-progress .zeeblocks-progress-bar-complete {
  width: var(--progress)
}

.progress__indicator {
  white-space: nowrap;
  line-height: 1;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600
}

.zeeblocks-lifter-progress-bar.animated .zeeblocks-progress-bar-complete {
  -webkit-animation-name: progress-animate;
  animation-name: progress-animate;
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.zeeblocks-lifter-progress-bar.rounded .zeeblocks-progress-bar{
  border-radius: 50px;
}



/* Dashboard - Grades */
.llms-sd-section.llms-sd-grades td.llms-table-sort form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.llms-sd-section.llms-sd-grades td.llms-table-sort form label {
  width: 100%;
  line-height: 1;
  margin: 0;
}

.llms-sd-section.llms-sd-grades td.llms-table-sort form select#llms-sd-table-sort {
  width: unset;
}



/* Course Reviews */
.review_box h5 {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-theme-danger);
  display: none;
}

.review_box+.thank_you_box {
  display: none;
}




/* Archive Templates */

/* .post-type-archive-course .wp-block-group > #container > #content > h1.page-title,
.post-type-archive-llms_membership .wp-block-group > #container > #content > h1.page-title,
.archive.tax-course_track .wp-block-group > #container > #content > h1.page-title,
.archive.tax-course_cat .wp-block-group > #container > #content > h1.page-title,
.archive.tax-course_tag .wp-block-group > #container > #content > h1.page-title,
.archive.tax-course_difficulty .wp-block-group > #container > #content > h1.page-title {
  margin-top: 40px;
}

.post-type-archive-course .wp-block-group > #container > #content >  .zeeblocks-llms-loop,
.post-type-archive-llms_membership .wp-block-group > #container > #content > .zeeblocks-llms-loop,
.archive.tax-course_track .wp-block-group > #container > #content > .zeeblocks-llms-loop,
.archive.tax-course_cat .wp-block-group > #container > #content > .zeeblocks-llms-loop,
.archive.tax-course_tag .wp-block-group > #container > #content > .zeeblocks-llms-loop,
.archive.tax-course_difficulty .wp-block-group > #container > #content > .zeeblocks-llms-loop {
  margin-bottom: 60px;
}

.post-type-archive-course .wp-block-group > #container > #content > p.lifterlms-info,
.post-type-archive-llms_membership .wp-block-group > #container > #content > p.lifterlms-info,
.archive.tax-course_track .wp-block-group > #container > #content > p.lifterlms-info,
.archive.tax-course_cat .wp-block-group > #container > #content > p.lifterlms-info,
.archive.tax-course_tag .wp-block-group > #container > #content > p.lifterlms-info,
.archive.tax-course_difficulty .wp-block-group > #container > #content > p.lifterlms-info {
  margin-bottom: 60px;
} */