/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easiert.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
/*Registration with socials*/
*, ::before, ::after {
  outline: none;
  box-sizing: border-box;
}

/* Lesson Return Message Notification */
.llms-return-message {
  background-color: var(--bb-primary-color);
  color: white;
  padding: 12px;
  margin: 8px 0;
  border-radius: 4px;
  font-size: 14px;
}

.title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.title-wrap h2 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  color: #090F52;
}
.title-wrap p {
  margin: 0;
  color: #5D5E6A;
  font-size: 14px;
  line-height: 164%;
}
.title-wrap p a {
  font-weight: 500;
  color: #017374;
}
.title-wrap p a:hover {
  text-decoration: underline;
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}
/*23_01 page redesign*/
/*common styles*/
body {
  font-family: "Inter" !important;
}

.wrapper {
  margin: 0 auto;
  max-width: 1300px;
}

/*common styles end*/
/*login start*/
body:not(.logged-in).page-id-17 #header-aside, body:not(.logged-in).page-id-17 footer, body:not(.logged-in).page-template-page-lost-password #header-aside, body:not(.logged-in).page-template-page-lost-password footer {
  display: none;
}
body:not(.logged-in).page-id-17 .container, body:not(.logged-in).page-template-page-lost-password .container {
  width: 100%;
}
body:not(.logged-in).page-id-17 #content, body:not(.logged-in).page-template-page-lost-password #content {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  body:not(.logged-in).page-id-17 #content, body:not(.logged-in).page-template-page-lost-password #content {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  body:not(.logged-in).page-id-17 #content #primary, body:not(.logged-in).page-template-page-lost-password #content #primary {
    padding-top: 8px;
  }
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form {
  border: none;
  padding: 0;
  width: 528px;
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  display: flex;
  flex-direction: column;
  position: relative;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form.load::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 249, 251, 0.8);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23326867' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
  z-index: 6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-form-field.llms-cols-12 {
  padding: 0;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-description {
  color: #5D5E6A;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  display: none;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms_lost_password_message {
  font-size: 14px;
  line-height: 164%;
  max-width: 325px;
  margin: 0 auto 32px;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 767px) {
  body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms_lost_password_message {
    padding-top: calc(80px - 7.47vw);
  }
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms_lost_password_message h1 {
  color: #090F52;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 14px;
  font-family: "Inter";
}
@media (max-width: 767px) {
  body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms_lost_password_message h1 {
    font-size: 26px;
  }
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms-password-strength-meter {
  margin: -20px 0 24px;
  padding: 0 28px 0 0;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12px;
  line-height: 164%;
  font-weight: 400 !important;
  color: #5D5E6A;
  text-align: right;
  position: relative;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms-password-strength-meter::before {
  order: 2;
  margin-right: 0;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99935 18.3337C14.6017 18.3337 18.3327 14.6027 18.3327 10.0003C18.3327 5.39795 14.6017 1.66699 9.99935 1.66699C5.39697 1.66699 1.66602 5.39795 1.66602 10.0003C1.66602 14.6027 5.39697 18.3337 9.99935 18.3337Z' stroke='%23A5B1B1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 9.58301V13.7497' stroke='%23A5B1B1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 6.25944L10.0094 6.24902' stroke='%23A5B1B1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-size: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  left: inherit;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms-password-strength-meter.strong {
  background-image: url("data:image/svg+xml,%3Csvg width='365' height='6' viewBox='0 0 365 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='88' height='5' fill='%2384A4A4'/%3E%3Crect x='92' y='0.5' width='89' height='5' fill='%2384A4A4'/%3E%3Crect x='185' y='0.5' width='89' height='5' fill='%2384A4A4'/%3E%3Crect x='278' y='0.5' width='87' height='5' fill='%2384A4A4'/%3E%3C/svg%3E");
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms-password-strength-meter.very-weak, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms-password-strength-meter.too-short {
  background-image: url("data:image/svg+xml,%3Csvg width='365' height='6' viewBox='0 0 365 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='88' height='5' fill='%2384A4A4'/%3E%3Crect x='92' y='0.5' width='89' height='5' fill='%23EBF0F0'/%3E%3Crect x='185' y='0.5' width='89' height='5' fill='%23EBF0F0'/%3E%3Crect x='278' y='0.5' width='87' height='5' fill='%23EBF0F0'/%3E%3C/svg%3E");
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms-password-strength-meter.weak, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form #llms-password-strength-meter.medium {
  background-image: url("data:image/svg+xml,%3Csvg width='365' height='6' viewBox='0 0 365 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='88' height='5' fill='%2384A4A4'/%3E%3Crect x='92' y='0.5' width='89' height='5' fill='%2384A4A4'/%3E%3Crect x='185' y='0.5' width='89' height='5' fill='%2384A4A4'/%3E%3Crect x='278' y='0.5' width='87' height='5' fill='%23EBF0F0'/%3E%3C/svg%3E");
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-form-field:nth-child(1) {
  order: -2;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-form-field.type-html.llms-cols-12.llms-cols-last:not(.check-psw) {
  order: -1;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-form-field .bb-toggle-password {
  background: #F3F5F5;
  width: 42px;
  height: 42px;
  margin: 5px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-form-field .bb-toggle-password .bb-icon-eye {
  font-size: 18px;
  color: #017374;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-form-field .bb-toggle-password.bb-show-pass .bb-icon-eye::before {
  content: "\ee6a";
  font-family: "bb-icons";
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-form-field.red label {
  color: #B54941;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-form-field.red input {
  border-color: #B54941;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password {
  position: relative;
  margin-bottom: 28px;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email.has-value label, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password.has-value label {
  font-size: 12px;
  line-height: 12px;
  top: -6px;
  color: #017374;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email.has-value label::before, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password.has-value label::before {
  content: "";
  background: #F9F9FB;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email.has-value.red label, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password.has-value.red label {
  color: #B54941;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email.has-value.red input, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password.has-value.red input {
  border-color: #B54941;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email:-webkit-autofill, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email:autofill, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password:-webkit-autofill, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password:autofill {
  background: #FFFFFF;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email label, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password label {
  font-size: 14px;
  line-height: 164%;
  font-weight: 400;
  font-family: "Inter";
  color: #9E9FA6;
  position: absolute;
  top: 15px;
  margin: 0 20px;
  z-index: 3;
  padding: 0 5px;
  background-color: #FFFFFF;
  transition: all 0.3s;
  pointer-events: none;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email input, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password input {
  height: 52px;
  border: 1px solid #E8E9EF;
  padding: 14px 24px;
  border-radius: 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 164%;
  color: #5D5E6A;
  transition: all 0.5s;
  background-color: #FFFFFF;
  margin: 0;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email input::placeholder, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password input::placeholder {
  color: #9E9FA6;
  opacity: 1;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email input:focus, body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password input:focus {
  box-shadow: none;
  border-color: #C2D2D1;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-password {
  width: 100%;
  padding: 0;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .error {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #B54941;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit {
  background-color: #017374;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  color: #FFFFFF;
  border: 1px solid #017374;
  padding: 0;
  position: relative;
  height: 52px;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit:hover {
  background-color: #FFFFFF;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit:hover button {
  color: #036063;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit button {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Inter";
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  font-size: 16px;
  background-color: transparent;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 42px;
  height: 42px;
  background-color: #036063;
  background-image: url(../img/arrows-right.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex: 0 0 auto;
  z-index: 1;
}
body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit.save::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L5 11L15 1' stroke='white' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 16px;
}

/*login end*/
.form-field {
  position: relative;
  padding-top: 7px;
}
.form-field.has-value label {
  font-size: 12px;
  line-height: 12px;
  top: 0;
  color: #017374;
}
.form-field label {
  font-size: 14px;
  line-height: 164%;
  font-weight: 400;
  font-family: "Inter";
  color: #9E9FA6;
  position: absolute;
  top: 21px;
  margin: 0 20px;
  z-index: 3;
  padding: 0 5px;
  background-color: #FFFFFF;
  transition: all 0.3s;
  pointer-events: none;
}
.form-field input {
  height: 52px;
  border: 1px solid #E8E9EF;
  padding: 14px 24px;
  border-radius: 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 164%;
  color: #5D5E6A;
  transition: all 0.5s;
}
.form-field::placeholder {
  color: #9E9FA6;
  opacity: 1;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.fade-out {
  opacity: 1;
  animation: fadeOut 5s ease-in 1 forwards;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 5s ease-in 1 forwards;
}

.bb-grid {
  margin-left: 0;
  margin-right: 0;
}

.bb-grid-cell:not(.no-gutter), .bb-grid > :not(.no-gutter) {
  padding-left: 0;
  padding-right: 0;
}

.notification-wrap span.count {
  background-color: #F54100;
  line-height: 1.6;
  top: -9px;
  right: -9px;
  padding: 0;
  border: 2px solid #FFFFFF;
  width: 7px;
  height: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  box-shadow: none;
  box-sizing: content-box;
}

.page-id-17, .page-template-page-lost-password {
  background-color: #F9F9FB;
}
.page-id-17 .site-header, .page-template-page-lost-password .site-header {
  border-bottom: 1px solid #F0F1F5;
}

article .entry-footer {
  padding: 0;
  background: none;
}

.bb-template-v2 .eff-back-transactions-wrap {
  position: relative;
  padding: 0;
  background: none;
  margin-bottom: 28px;
  width: 100%;
}
.bb-template-v2 .eff-back-transactions-wrap .dashicons {
  position: absolute;
  left: 18px;
  top: 12px;
  width: 6px;
  height: 10px;
  background-image: url(../img/btn-arrow-left.svg);
  background-size: contain;
}
.bb-template-v2 .eff-back-transactions-wrap .dashicons::before {
  display: none;
}
.bb-template-v2 .eff-back-transactions-wrap a {
  padding: 2px 18px 2px 32px;
  background: #EFF0F2;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #9CC6C5;
  height: 32px;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-sd-header, .bb-template-v2 .llms-student-dashboard.orders .transactions {
  display: none;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 25px;
  color: #090F52;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M1 10.5L5 6L1 1.5' stroke='%23090F52' stroke-linecap='square'/%3E%3C/svg%3E");
  width: 6px;
  height: 12px;
  background-size: 100%;
  margin-right: 16px;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 150%;
  color: #017374;
  background-color: #ECF2F2;
  padding: 4px 12px;
  margin-left: 20px;
  border-radius: 0;
  border-bottom: none;
  font-weight: normal;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status.llms-pending {
  background-color: rgba(245, 176, 71, 0.12);
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status.llms-pending::before {
  background-color: #F5B047;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 6px;
  background-color: #017374;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary {
  max-width: 548px;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table {
  background: #FFFFFF;
  border: 1px solid #ECF2F2;
  border-radius: 0;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table tr:nth-child(1) td, .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table tr:nth-child(1) th {
  border-top: none;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table tr:nth-child(4) td:last-child {
  font-size: 12px;
  line-height: 150%;
  color: #A1A3A9;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table tr:nth-child(4) td:last-child .lifterlms-price {
  color: #5D5E6A;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td, .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th {
  padding: 18px 20px;
  border-top: 1px solid #ECF2F2;
  border-bottom: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5D5E6A;
  vertical-align: middle;
  background-color: #FFFFFF;
  text-align: right;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td:nth-child(1), .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th:nth-child(1) {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9294B0;
  text-align: left;
}
.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td a, .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th a {
  color: #017374;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .bb-template-v2 .eff-back-transactions-wrap {
    margin-bottom: 1.94vw;
  }
  .bb-template-v2 .eff-back-transactions-wrap .dashicons {
    left: 1.25vw;
    top: 0.83vw;
    width: 0.42vw;
    height: 0.69vw;
  }
  .bb-template-v2 .eff-back-transactions-wrap a {
    padding: 0.14vw 1.25vw 0.14vw 2.22vw;
    font-size: 0.97vw;
    line-height: 1.94vw;
    height: 2.22vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title {
    font-size: 1.53vw;
    line-height: 110%;
    margin-bottom: 1.74vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title::before {
    width: 0.42vw;
    height: 0.83vw;
    margin-right: 1.11vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status {
    font-size: 0.83vw;
    padding: 0.28vw 0.83vw;
    margin-left: 1.39vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status::before {
    width: 0.42vw;
    height: 0.42vw;
    margin-right: 0.42vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary {
    max-width: 38.06vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table tr:nth-child(4) td:last-child {
    font-size: 0.83vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td, .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th {
    padding: 1.25vw 1.39vw;
    font-size: 0.97vw;
    line-height: 1.39vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td:nth-child(1), .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th:nth-child(1) {
    font-size: 0.76vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .bb-template-v2 .eff-back-transactions-wrap {
    margin-bottom: 3.65vw;
  }
  .bb-template-v2 .eff-back-transactions-wrap .dashicons {
    left: 2.34vw;
    top: 1.56vw;
    width: 0.78vw;
    height: 1.3vw;
  }
  .bb-template-v2 .eff-back-transactions-wrap a {
    padding: 0.26vw 2.34vw 0.26vw 4.17vw;
    font-size: 1.82vw;
    line-height: 3.65vw;
    height: 4.17vw;
  }
  .bb-template-v2 .site-content {
    padding: 0;
  }
  .page-id-17 .container, .page-template-page-lost-password .container {
    padding: 0 2.6vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title {
    font-size: 2.86vw;
    line-height: 110%;
    margin-bottom: 3.26vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title::before {
    width: 0.78vw;
    height: 1.56vw;
    margin-right: 2.08vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status {
    font-size: 1.56vw;
    padding: 0.52vw 1.56vw;
    margin-left: 2.6vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status::before {
    width: 0.78vw;
    height: 0.78vw;
    margin-right: 0.78vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary {
    max-width: 100%;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table tr:nth-child(4) td:last-child {
    font-size: 1.56vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td, .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th {
    padding: 2.08vw;
    font-size: 1.82vw;
    line-height: 2.6vw;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td:nth-child(1), .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th:nth-child(1) {
    font-size: 1.43vw;
  }
}
@media (max-width: 767px) {
  .bb-template-v2 .eff-back-transactions-wrap {
    margin-bottom: 7.47vw;
  }
  .bb-template-v2 .eff-back-transactions-wrap .dashicons {
    left: 4.8vw;
    top: 3.2vw;
    width: 1.6vw;
    height: 2.67vw;
  }
  .bb-template-v2 .eff-back-transactions-wrap a {
    padding: 0.53vw 4.8vw 0.53vw 8.53vw;
    font-size: 3.73vw;
    line-height: 7.47vw;
    height: 8.53vw;
  }
  .bb-template-v2 .site-content {
    padding: 0;
  }
  .page-id-17 .container, .page-template-page-lost-password .container {
    padding: 0 15px;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title {
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 25px;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title::before {
    width: 6px;
    height: 12px;
    margin-right: 16px;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status {
    font-size: 12px;
    padding: 4px 12px;
    margin-left: 20px;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary {
    max-width: 100%;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table tr:nth-child(4) td:last-child {
    font-size: 12px;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td, .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th {
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
    display: table-cell;
  }
  .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td:nth-child(1), .bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th:nth-child(1) {
    font-size: 11px;
  }
}
.single .entry-title {
  letter-spacing: normal;
}

[data-bp-tooltip]::before, [data-balloon]::before {
  width: 17px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 11L17 1.19209e-07H0L8.5 11Z' fill='%23ecf2f2'/%3E%3C/svg%3E") !important;
  background-size: 17px;
}
[data-bp-tooltip]::after, [data-balloon]::after {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: normal;
  background: #ECF2F2 !important;
  border-radius: 0;
  box-shadow: none;
  color: #9CC6C5;
  line-height: 150%;
  padding: 8px 12px;
  text-shadow: none;
}

.bs-item-wrap .notification-avatar {
  background: #F9F9FB;
  margin-right: 12px;
}
.bs-item-wrap .notification-avatar img {
  border-radius: 0;
}

.member-status {
  border: 2px solid #FFFFFF;
  width: 7px;
  height: 7px;
  right: -4px;
  top: -4px;
  box-sizing: content-box;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #FFFFFF;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: po "Inter";
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 20px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select .nice-select-dropdown {
  background: #FFFFFF;
  border: 1px solid #F7F7F9;
  box-shadow: 0px 4px 15px rgba(9, 15, 82, 0.03);
  margin-top: 4px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .nice-select-dropdown .list {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 526px;
  overflow-y: auto;
  margin: 0;
}
.nice-select .nice-select-dropdown .list::-webkit-scrollbar {
  width: 0;
}
.nice-select .option {
  cursor: po "Inter";
  list-style: none;
  outline: none;
  text-align: left;
  transition: all 0.2s;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #090F52;
  background-repeat: no-repeat;
  background-position: 24px center;
  padding: 9px 20px;
}
.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}
.nice-select .option:hover {
  color: #017374;
}
.nice-select .option.focus, .nice-select .option .selected {
  padding-left: 44px;
  background-image: url(../img/select-checked.svg);
}

.connected-health {
  display: none;
}

/*Group*/
.bb-template-v2.groups {
  background-color: #F5F5F5 !important;
}
.bb-template-v2.groups .content-area {
  padding: 0;
}
.bb-template-v2.groups .privacy {
  display: none;
}
.bb-template-v2.groups #content {
  position: relative;
}
.bb-template-v2 #header-cover-image.public__cover {
  margin: 0 -293px !important;
  height: 104px !important;
  background-color: #313C41 !important;
}
.bb-template-v2 #cover-image-container.public__cover-image-container {
  border-radius: 0;
  margin-top: -43px;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.bb-template-v2 #cover-image-container #item-header-cover-image.public__item-header-cover-image {
  display: block;
  padding-bottom: 0;
  min-height: inherit;
  flex-direction: row;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-avatar.public__avatar {
  margin: 0 40px 0 0 !important;
  height: 282px;
  width: 282px;
  float: left;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-avatar.public__avatar:hover .link-change-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 0 !important;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-avatar.public__avatar img.avatar {
  border: none;
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content {
  padding-top: 0;
  display: flex;
  align-items: flex-end;
  width: auto;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .flex {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__type {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 105%;
  color: #FFFFFF;
  margin: 0 0 36px;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__type .group-visibility {
  display: none;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0;
  color: #090F52;
  font-family: "Inter";
  text-align: left;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__meta {
  width: 100%;
  color: #4E5280;
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc {
  width: 100%;
  margin-bottom: 16px;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service) > span {
  width: 32px;
  height: 32px;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service) > span svg {
  max-height: 15px;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members {
  width: 100%;
  margin-bottom: 10px;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members .small-title__total {
  margin: 0;
}
.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members li:first-child {
  margin-left: 0;
}
.bb-template-v2:not(.group-members) #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members li:last-child {
  max-width: 300px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(243, 242, 248, 0.6);
}
.bb-template-v2:not(.group-members) #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members li:last-child a {
  color: rgba(243, 242, 248, 0.6);
}
.bb-template-v2 #cover-image-container #item-header-cover-image .public__button {
  justify-content: flex-start;
  width: auto;
}
.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .bp-group-meta {
  display: none;
}
.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button {
  height: 45px;
  width: 366px;
  background: #017374;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 0 30px 0 0;
  text-align: center;
  justify-content: center;
  position: relative;
  border: 1px solid #017374;
  transition: all 0.5s;
}
.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button::after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  background-color: #036063;
  right: 4px;
  top: 4px;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button:hover {
  background-color: transparent;
  color: #017374;
}
.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button.leave-group {
  border-color: #98B2B3;
  background-color: transparent;
  color: rgba(50, 104, 103, 0.78);
}
.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button.leave-group::after {
  background: #98B2B3;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button.leave-group:hover {
  background-color: #F9EDED;
  border-color: #F9EDED;
  color: #EB3226;
}
.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button.leave-group:hover::after {
  background-color: rgba(235, 50, 38, 0.2);
  background-image: url(../img/trash.svg);
}
.bb-template-v2 .public__section {
  padding-top: 64px;
}
.bb-template-v2 .public__section:nth-child(1) {
  padding-top: 64px;
}
.bb-template-v2 .public__section.with-flex {
  display: flex;
  justify-content: space-between;
}
.bb-template-v2 .public__section .subnav-filters {
  display: none;
}
.bb-template-v2 .public__section .public__section-feed {
  max-width: 827px;
  margin: 0 auto 136px;
}
.bb-template-v2 .public__section .public__section-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  letter-spacing: 0.04em;
  color: #090F52;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.bb-template-v2 .public__section .public__section-title::after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #F5EEE9;
}
.bb-template-v2 .public__section .public__section-title span {
  padding-right: 40px;
  flex: 0 0 auto;
}
.bb-template-v2 .public__section .public__section-title span em {
  color: #F54100;
}
.bb-template-v2 .public__section .created-challenges__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.bb-template-v2 .public__section .created-challenges__list li {
  width: 329px;
  border-top: 1px solid #F0F1F5;
  border-bottom: 1px solid #F0F1F5;
  border-right: 1px solid #F0F1F5;
  background-color: #FFFFFF;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.bb-template-v2 .public__section .created-challenges__list li:nth-child(1), .bb-template-v2 .public__section .created-challenges__list li:nth-child(5n) {
  border-left: 1px solid #F0F1F5;
}
.bb-template-v2 .public__section .created-challenges__list li .profile-challenges__img {
  margin: 22px 24px 9px;
  width: 282px;
  height: 221px;
  background-color: #F9F9FB;
  background-image: url(../img/no-image.svg);
  background-position: center;
  background-size: 150px;
  background-repeat: no-repeat;
}
.bb-template-v2 .public__section .created-challenges__list li .profile-challenges__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.bb-template-v2 .public__section .created-challenges__list li .profile-challenges__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-template-v2 .public__section .created-challenges__list li h2 {
  padding: 0 24px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #090F52;
  margin: 0 0 8px;
  height: 44px;
  overflow: hidden;
}
.bb-template-v2 .public__section .created-challenges__list li h2 a {
  color: #090F52;
}
.bb-template-v2 .public__section .created-challenges__list li p {
  padding: 0 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 174%;
  color: #5D5E6A;
  margin: 0 0 16px;
}
.bb-template-v2 .public__section .created-challenges__list li .btn-wrap {
  padding: 9px 24px;
  margin: 22px 0 0;
  border-top: 1px solid #F0F1F5;
}
.bb-template-v2 .public__section .created-challenges__list li .btn-wrap .btn {
  width: 100%;
  display: inline-flex;
  padding: 5px;
  background-color: #017374;
  border-color: #017374;
  transition: all 0.5s;
  color: #FFFFFF;
}
.bb-template-v2 .public__section .created-challenges__list li .btn-wrap .btn:hover {
  background-color: transparent;
  color: #017374;
}
.bb-template-v2 .public__section .btn-bordered {
  width: 100%;
}
.bb-template-v2 .public__block {
  background: #FFFFFF;
  width: 916px;
}
.bb-template-v2 .public__block h2 {
  padding: 32px 32px 20px;
  border-bottom: 1px solid #ECF2F2;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  letter-spacing: 0.04em;
  color: #090F52 !important;
  margin: 0 !important;
}
.bb-template-v2 .public__block h2 span {
  color: #F54100;
}
.bb-template-v2 .public__block.trending-challenge {
  flex: 0 0 auto;
}
.bb-template-v2 .public__block.trending-challenge h2 {
  padding: 18px 24px;
}
.bb-template-v2 .public__block.trending-challenge .public__list {
  padding: 18px 12px 18px 24px;
}
.bb-template-v2 .public__block.trending-challenge .public__list li span {
  height: 108px;
  width: 108px;
  margin-right: 17px;
  flex: 0 0 auto;
}
.bb-template-v2 .public__block.trending-challenge .public__list li a p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #090F52;
  margin: 0;
}
.bb-template-v2 .public__block.trending-challenge .public__list li a p small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5D5E6A;
  display: block;
  margin-top: 8px;
}
.bb-template-v2 .public__block.public__block-small {
  width: 366px;
}
.bb-template-v2 .public__block .public__content {
  padding: 22px 32px 41px;
  font-size: 14px;
  line-height: 164%;
  color: #5D5E6A;
}
.bb-template-v2 .public__block .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
}
.bb-template-v2 .public__block .more svg {
  margin-left: 10px;
  width: 8px;
}
.bb-template-v2 .public__list {
  padding: 24px 24px 18px;
  margin: 0;
  list-style: none;
}
.bb-template-v2 .public__list.moderators-lists li {
  display: flex;
}
.bb-template-v2 .public__list.moderators-lists li:not(:last-child) {
  margin-bottom: 11px;
}
.bb-template-v2 .public__list.moderators-lists li.chief .moderators-lists__img {
  border-color: #F54100;
}
.bb-template-v2 .public__list.moderators-lists li.chief .moderators-lists__info small {
  opacity: 1;
}
.bb-template-v2 .public__list.moderators-lists li .moderators-lists__img {
  width: 48px;
  height: 48px;
  margin-right: 18px;
  border: 2px solid transparent;
  border-radius: 100%;
  flex: 0 0 auto;
  overflow: hidden;
}
.bb-template-v2 .public__list.moderators-lists li .moderators-lists__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-template-v2 .public__list.moderators-lists li .moderators-lists__info {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #090F52;
}
.bb-template-v2 .public__list.moderators-lists li .moderators-lists__info p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bb-template-v2 .public__list.moderators-lists li .moderators-lists__info p svg {
  width: 14px;
  margin-left: 11px;
}
.bb-template-v2 .public__list.moderators-lists li .moderators-lists__info small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 2px;
  opacity: 0.6;
}
.bb-template-v2 .public__list li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #090F52;
}
.bb-template-v2 .public__list li span {
  height: 48px;
  width: 60px;
  flex: 0 0 auto;
  margin-right: 14px;
  background-color: rgba(50, 104, 103, 0.5);
  background-image: url(../img/icon-more-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
.bb-template-v2 .public__list li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-template-v2 .public__targets {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #090F52;
  z-index: 3;
}
.bb-template-v2 .public__targets.stop {
  position: absolute;
}
.bb-template-v2 .public__targets ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
.bb-template-v2 .public__targets ul a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  min-width: 239px;
}
.bb-template-v2 .public__targets ul a.active, .bb-template-v2 .public__targets ul a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .bb-template-v2 #header-cover-image.public__cover {
    margin: 0 -4.3vw !important;
    height: 7.22vw !important;
  }
  .bb-template-v2 #cover-image-container.public__cover-image-container {
    margin-top: -2.99vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-avatar.public__avatar {
    margin: 0 2.78vw 0 0 !important;
    height: 19.58vw;
    width: 19.58vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .flex {
    margin-bottom: 0.56vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__type {
    font-size: 1.94vw;
    margin: 0 0 2.5vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__title {
    font-size: 2.08vw;
    line-height: 2.22vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__meta {
    font-size: 0.97vw;
    line-height: 1.67vw;
    margin-bottom: 0.83vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc {
    margin-bottom: 1.11vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service) > span {
    width: 2.22vw;
    height: 2.22vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service) > span svg {
    max-height: 1.04vw;
    width: 1.04vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members {
    margin-bottom: 0.69vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members li:last-child {
    max-width: 20.83vw;
    font-size: 0.83vw;
    line-height: 1.25vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button {
    height: 3.13vw;
    width: 25.42vw;
    font-size: 1.11vw;
    line-height: 1.94vw;
    padding: 0 2.08vw 0 0;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button::after {
    width: 2.5vw;
    height: 2.5vw;
    right: 0.28vw;
    top: 0.28vw;
    background-size: 0.97vw;
  }
  .bb-template-v2 .public__section {
    padding-top: 4.44vw;
  }
  .bb-template-v2 .public__section:nth-child(1) {
    padding-top: 4.44vw;
  }
  .bb-template-v2 .public__section .public__section-feed {
    max-width: 57.43vw;
    margin: 0 auto 9.44vw;
  }
  .bb-template-v2 .public__section .public__section-title {
    font-size: 1.94vw;
    line-height: 2.15vw;
    margin-bottom: 2.5vw;
  }
  .bb-template-v2 .public__section .public__section-title span {
    padding-right: 2.78vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li {
    width: 22.85vw;
    margin-bottom: 2.22vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li .profile-challenges__img {
    margin: 1.53vw 1.67vw 0.63vw;
    width: 19.58vw;
    height: 15.35vw;
    background-size: 10.42vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li h2 {
    padding: 0 1.67vw;
    font-size: 1.11vw;
    line-height: 1.53vw;
    margin: 0 0 0.56vw;
    height: 3.06vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li p {
    padding: 0 1.67vw;
    font-size: 0.97vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li .btn-wrap {
    padding: 0.63vw 1.67vw;
    margin: 1.53vw 0 0;
  }
  .bb-template-v2 .public__section .created-challenges__list li .btn-wrap .btn {
    padding: 0.35vw;
    font-size: 1.11vw;
    line-height: 1.94vw;
  }
  .bb-template-v2 .public__block {
    width: 63.61vw;
  }
  .bb-template-v2 .public__block h2 {
    padding: 2.22vw 2.22vw 1.39vw;
    font-size: 1.94vw;
    line-height: 2.15vw;
  }
  .bb-template-v2 .public__block.trending-challenge h2 {
    padding: 1.25vw 1.67vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list {
    padding: 1.25vw 0.83vw 1.25vw 1.67vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list li span {
    height: 7.5vw;
    width: 7.5vw;
    margin-right: 1.18vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list li a p {
    font-size: 1.11vw;
    line-height: 1.53vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list li a p small {
    font-size: 0.97vw;
    line-height: 1.39vw;
    margin-top: 0.56vw;
  }
  .bb-template-v2 .public__block.public__block-small {
    width: 25.42vw;
  }
  .bb-template-v2 .public__block .public__content {
    padding: 1.53vw 2.22vw 2.85vw;
    font-size: 0.97vw;
  }
  .bb-template-v2 .public__block .more {
    margin-bottom: 1.11vw;
    font-size: 0.97vw;
    line-height: 1.32vw;
  }
  .bb-template-v2 .public__block .more svg {
    margin-left: 0.69vw;
    width: 0.56vw;
  }
  .bb-template-v2 .public__list {
    padding: 1.67vw 1.67vw 1.25vw;
  }
  .bb-template-v2 .public__list.moderators-lists li:not(:last-child) {
    margin-bottom: 0.76vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__img {
    width: 3.33vw;
    height: 3.33vw;
    margin-right: 1.25vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__info {
    font-size: 1.11vw;
    line-height: 1.39vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__info p svg {
    width: 0.97vw;
    margin-left: 0.76vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__info small {
    font-size: 0.97vw;
    line-height: 1.18vw;
    margin-top: 0.14vw;
  }
  .bb-template-v2 .public__list li a {
    font-size: 0.97vw;
    line-height: 1.39vw;
  }
  .bb-template-v2 .public__list li span {
    height: 3.33vw;
    width: 4.17vw;
    margin-right: 0.97vw;
    background-size: 0.56vw;
  }
  .bb-template-v2 .public__targets ul a {
    padding: 1.39vw;
    font-size: 0.9vw;
    min-width: 16.6vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button .bp-generic-meta.groups-meta.action {
    margin: 0;
  }
  .addtoany_shortcode > div {
    line-height: inherit !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  body:not(.my-account) #content > .container {
    padding: 0 2.6vw;
  }
  body.my-account #content > .container {
    padding: 0;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content {
    margin-top: 0 !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .bb-template-v2 #header-cover-image.public__cover {
    margin: 0 -5.21vw !important;
    height: 10.42vw !important;
  }
  .bb-template-v2 #cover-image-container.public__cover-image-container {
    margin-top: -4.95vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-avatar.public__avatar {
    margin: 0 2.6vw 0 0 !important;
    height: 18.75vw;
    width: 18.75vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .flex {
    margin-bottom: 0.52vw;
    text-align: left;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__type {
    font-size: 2.6vw;
    margin: 0 0 2.99vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__title {
    font-size: 2.86vw;
    line-height: 3.65vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__meta {
    font-size: 1.82vw;
    line-height: 150%;
    margin-bottom: 1.43vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc {
    margin-bottom: 0;
    width: auto;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service) > span {
    width: 4.17vw;
    height: 4.17vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service) > span svg {
    max-height: 1.95vw;
    width: 2vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members {
    margin-bottom: 0;
    max-width: 31.9vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members li:last-child {
    max-width: 22.4vw;
    font-size: 1.56vw;
    line-height: 2.34vw;
    text-align: left;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button {
    height: 5.86vw;
    width: 47.66vw;
    font-size: 2.08vw;
    line-height: 3.65vw;
    padding: 0 3.91vw 0 0;
    margin-top: 4.17vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button::after {
    width: 4.69vw;
    height: 4.69vw;
    right: 0.52vw;
    top: 0.52vw;
    background-size: 1.82vw;
  }
  .bb-template-v2 .public__section {
    padding-top: 9.38vw;
  }
  .bb-template-v2 .public__section:nth-child(1) {
    padding-top: 4.17vw;
  }
  .bb-template-v2 .public__section .public__section-feed {
    max-width: 100%;
    margin: 0 auto 17.71vw;
  }
  .bb-template-v2 .public__section .public__section-title {
    font-size: 3.65vw;
    line-height: 4.04vw;
    margin-bottom: 2.34vw;
  }
  .bb-template-v2 .public__section .public__section-title span {
    padding-right: 5.21vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li {
    width: 31.51vw;
    margin-bottom: 4.17vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li .profile-challenges__img {
    margin: 2.08vw 2.08vw 1.04vw;
    width: 27.47vw;
    height: 20.83vw;
    background-size: 13.02vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li h2 {
    padding: 0 2.08vw;
    font-size: 2.08vw;
    line-height: 2.86vw;
    margin: 0 0 0.78vw;
    height: 5.73vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li p {
    padding: 0 2.08vw;
    font-size: 1.56vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li .btn-wrap {
    padding: 1.17vw 2.08vw;
    margin: 2.86vw 0 0;
  }
  .bb-template-v2 .public__section .created-challenges__list li .btn-wrap .btn {
    padding: 0.65vw;
    font-size: 1.69vw;
    line-height: 3.65vw;
  }
  .bb-template-v2 .public__block {
    width: 47.4vw;
  }
  .bb-template-v2 .public__block h2 {
    padding: 2.6vw;
    font-size: 3.65vw;
    line-height: 4.04vw;
  }
  .bb-template-v2 .public__block.trending-challenge h2 {
    padding: 2.34vw 3.13vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list {
    padding: 2.34vw 1.56vw 2.34vw 3.13vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list li span {
    height: 14.06vw;
    width: 14.06vw;
    margin-right: 2.21vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list li a p {
    font-size: 2.08vw;
    line-height: 2.86vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list li a p small {
    font-size: 1.82vw;
    line-height: 2.6vw;
    margin-top: 1.04vw;
  }
  .bb-template-v2 .public__block.public__block-small {
    width: 44.92vw;
  }
  .bb-template-v2 .public__block .public__content {
    padding: 2.6vw;
    font-size: 1.82vw;
  }
  .bb-template-v2 .public__block .more {
    margin-bottom: 2.08vw;
    font-size: 1.82vw;
    line-height: 2.47vw;
  }
  .bb-template-v2 .public__block .more svg {
    margin-left: 1.3vw;
    width: 1.04vw;
  }
  .bb-template-v2 .public__section.with-flex {
    align-items: flex-start;
  }
  .bb-template-v2 .public__list {
    padding: 2.08vw 2.6vw;
  }
  .bb-template-v2 .public__list.moderators-lists li:not(:last-child) {
    margin-bottom: 1.43vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__img {
    width: 6.25vw;
    height: 6.25vw;
    margin-right: 2.34vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__info {
    font-size: 2.08vw;
    line-height: 2.6vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__info p svg {
    width: 1.82vw;
    margin-left: 1.43vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__info small {
    font-size: 1.82vw;
    line-height: 2.21vw;
    margin-top: 0.26vw;
  }
  .bb-template-v2 .public__list li a {
    font-size: 1.82vw;
    line-height: 2.6vw;
  }
  .bb-template-v2 .public__list li span {
    height: 6.25vw;
    width: 7.81vw;
    margin-right: 1.82vw;
    background-size: 1.04vw;
  }
  .bb-template-v2 .public__targets ul a {
    padding: 1.95vw 2.6vw;
    font-size: 1.69vw;
    min-width: 13.54vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button .bp-generic-meta.groups-meta.action {
    margin: 0;
  }
  .addtoany_shortcode > div {
    line-height: inherit !important;
  }
  .bb-template-v2 .profile-block.trending-challenge.public__block.public__block-small {
    display: none;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content > .container {
    padding: 0 4vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content {
    margin-top: 0 !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    position: relative;
  }
  .bb-template-v2 #header-cover-image.public__cover {
    margin: 0 -8vw !important;
    height: 15.2vw !important;
  }
  .bb-template-v2 #cover-image-container.public__cover-image-container {
    margin-top: -6.13vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-avatar.public__avatar {
    margin: 0 3.2vw 0 0 !important;
    height: 25.6vw;
    width: 25.6vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .flex {
    margin-bottom: 2.13vw;
    text-align: left;
    padding-left: 28.8vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__type {
    font-size: 5.33vw;
    margin: 0 0 1.87vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__title {
    font-size: 4.8vw;
    line-height: 5.07vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__meta {
    font-size: 3.73vw;
    line-height: 5.33vw;
    margin-bottom: 5.33vw;
    padding-left: 28.8vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc {
    margin-bottom: 0;
    width: 100%;
    margin-top: 5.33vw;
    text-align: left;
  }
  .bb-template-v2.groups #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc {
    display: none;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service) > span {
    width: 8.53vw;
    height: 8.53vw;
  }
  .bb-template-v2.groups #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members {
    margin: 5.33vw 0 2.67vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__soc .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service) > span svg {
    max-height: 4vw;
    width: 4vw;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members .small-title__total {
    margin-bottom: 0;
    max-width: 100%;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members .small-title__total {
    width: 100%;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__members li:last-child {
    max-width: 76vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: left;
  }
  .bb-template-v2.groups #cover-image-container #item-header-cover-image .group-actions-absolute {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .bb-template-v2.groups #cover-image-container #item-header-cover-image .group-actions-absolute .show-popup {
    font-size: 0;
    background-color: #98B2B3;
    border-color: #98B2B3;
    display: inline-flex;
  }
  .bb-template-v2.groups #cover-image-container #item-header-cover-image .group-actions-absolute .show-popup:hover {
    background-color: #017374;
  }
  .bb-template-v2.groups #cover-image-container #item-header-cover-image .public__button .generic-button button {
    height: 12.1vw;
    max-width: 75.47vw;
    margin: 0 !important;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button {
    height: 12vw;
    width: 91.73vw;
    font-size: 3.47vw;
    line-height: 7.47vw;
    padding: 0 8vw 0 0;
    margin-top: 2.67vw !important;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button::after {
    width: 9.6vw;
    height: 9.6vw;
    right: 1.07vw;
    top: 1.07vw;
    background-size: 3.73vw;
  }
  .bb-template-v2 .public__section {
    padding-top: 17.07vw;
  }
  .bb-template-v2 .public__section:nth-child(1) {
    padding-top: 6.4vw;
  }
  .bb-template-v2 .public__section .public__section-feed {
    max-width: 100%;
    margin: 0 auto 36.27vw;
  }
  .bb-template-v2 .public__section .public__section-title {
    font-size: 7.47vw;
    line-height: 8.27vw;
    margin-bottom: 4.8vw;
  }
  .bb-template-v2 .public__section .public__section-title span {
    padding-right: 5.33vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li {
    width: 100%;
    margin-bottom: 2.67vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li .profile-challenges__img {
    margin: 5.87vw 6.4vw 2.4vw;
    width: 79.47vw;
    height: 58.93vw;
    background-size: 40vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li h2 {
    padding: 0 6.4vw;
    font-size: 4.27vw;
    line-height: 5.87vw;
    margin: 0 0 2.13vw;
    height: 11.73vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li p {
    padding: 0 6.4vw;
    font-size: 3.73vw;
  }
  .bb-template-v2 .public__section .created-challenges__list li .btn-wrap {
    padding: 2.4vw 6.4vw;
    margin: 5.87vw 0 0;
  }
  .bb-template-v2 .public__section .created-challenges__list li .btn-wrap .btn {
    padding: 1.33vw;
    font-size: 3.47vw;
    line-height: 7.47vw;
  }
  .bb-template-v2 .public__block {
    width: 100%;
  }
  .bb-template-v2 .public__block h2 {
    padding: 5.33vw;
    font-size: 7.47vw;
    line-height: 8.27vw;
  }
  .bb-template-v2 .public__block.trending-challenge h2 {
    padding: 4.8vw 6.4vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list {
    padding: 4.8vw 3.2vw 4.8vw 6.4vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list li span {
    height: 28.8vw;
    width: 28.8vw;
    margin-right: 4.53vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list li a p {
    font-size: 4.27vw;
    line-height: 5.87vw;
  }
  .bb-template-v2 .public__block.trending-challenge .public__list li a p small {
    font-size: 3.73vw;
    line-height: 5.33vw;
    margin-top: 2.13vw;
  }
  .bb-template-v2 .public__block.public__block-small {
    width: 100%;
  }
  .bb-template-v2 .public__block .public__content {
    padding: 5.33vw;
    font-size: 3.73vw;
  }
  .bb-template-v2 .public__block .more {
    margin-bottom: 4.27vw;
    font-size: 3.73vw;
    line-height: 5.07vw;
  }
  .bb-template-v2 .public__block .more svg {
    margin-left: 2.67vw;
    width: 2.13vw;
  }
  .bb-template-v2 .public__section.with-flex {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .bb-template-v2 .public__section#about .public__block:nth-child(2) {
    margin-bottom: 6.4vw;
  }
  .bb-template-v2 .public__list {
    padding: 4.27vw 6.4vw;
  }
  .bb-template-v2 .public__list.moderators-lists li:not(:last-child) {
    margin-bottom: 2.93vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__img {
    width: 12.8vw;
    height: 12.8vw;
    margin-right: 4.8vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__info {
    font-size: 4.27vw;
    line-height: 5.33vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__info p svg {
    width: 3.73vw;
    margin-left: 2.93vw;
  }
  .bb-template-v2 .public__list.moderators-lists li .moderators-lists__info small {
    font-size: 3.73vw;
    line-height: 4.53vw;
    margin-top: 0.53vw;
  }
  .bb-template-v2 .public__list li a {
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
  .bb-template-v2 .public__list li span {
    height: 12.8vw;
    width: 16vw;
    margin-right: 3.73vw;
    background-size: 2.13vw;
  }
  .bb-template-v2 .public__targets ul a {
    padding: 2.67vw 5.33vw;
    font-size: 2.4vw;
    line-height: 2.93vw;
    min-width: 25%;
    height: 100%;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button .bp-generic-meta.groups-meta.action {
    margin: 0;
  }
  .addtoany_shortcode > div {
    line-height: inherit !important;
  }
  .bb-template-v2 .profile-block.trending-challenge.public__block.public__block-small {
    display: none;
  }
  .bb-template-v2 #cover-image-container #item-header-cover-image .public__button {
    width: 100%;
  }
  .bb-template-v2 .public__targets .wrapper {
    padding: 0;
  }
}
/*Product page*/
.bb-template-v2.single-associate_product {
  background-color: #F5F5F5;
}
.bb-template-v2.single-associate_product .site-content-grid {
  position: inherit;
}
.bb-template-v2.single-associate_product #content {
  position: relative;
}
.bb-template-v2.single-associate_product .content-area.bs-bp-container {
  padding: 0;
}
.bb-template-v2.single-associate_product #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content {
  display: block;
}
.bb-template-v2.single-associate_product #header-cover-image.public__cover {
  background-color: #036063 !important;
  background-image: url(../img/profile-logo.svg);
  background-size: 189px !important;
  background-position: right top !important;
}
.bb-template-v2.single-associate_product .product-info {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.bb-template-v2.single-associate_product .product-info__img {
  width: 58px;
  height: 58px;
  margin-right: 19px;
}
.bb-template-v2.single-associate_product .product-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-template-v2.single-associate_product .product-info__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4E5280;
  margin: 0;
}
.bb-template-v2.single-associate_product .product-info__text p strong {
  font-weight: 500;
}
.bb-template-v2.single-associate_product .products-meta {
  width: 366px;
  display: flex;
  flex-direction: column;
}
.bb-template-v2.single-associate_product .products-meta a {
  display: flex;
  height: 45px;
  border: 1px solid;
  padding: 4px;
}
.bb-template-v2.single-associate_product .products-meta a:not(:last-child) {
  margin-bottom: 15px;
}
.bb-template-v2.single-associate_product .products-meta a.btn-grey {
  border-color: #EFF0F2;
}
.bb-template-v2.single-associate_product .products-meta a.btn-grey svg {
  width: 16px;
  height: 17px;
}
.bb-template-v2.single-associate_product .products-meta a.btn-green {
  border-color: #017374;
  color: #FFFFFF;
}
.bb-template-v2.single-associate_product .products-meta a.btn-green:hover, .bb-template-v2.single-associate_product .products-meta a.btn-green:focus {
  color: #017374;
}
.bb-template-v2.single-associate_product .products-meta a.btn-green .icon {
  width: 36px;
  height: 36px;
}
.bb-template-v2.single-associate_product #about .public__block {
  width: 100%;
}
.bb-template-v2.single-associate_product .product.public {
  margin-bottom: 136px;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .bb-template-v2.single-associate_product #header-cover-image.public__cover {
    background-size: 13.13vw !important;
  }
  .bb-template-v2.single-associate_product .product-info {
    margin-bottom: 0.97vw;
  }
  .bb-template-v2.single-associate_product .product-info__img {
    width: 4.03vw;
    height: 4.03vw;
    margin-right: 1.32vw;
  }
  .bb-template-v2.single-associate_product .product-info__text p {
    font-size: 0.97vw;
    line-height: 1.67vw;
  }
  .bb-template-v2.single-associate_product .products-meta {
    width: 25.42vw;
  }
  .bb-template-v2.single-associate_product .products-meta a {
    height: 3.13vw;
    padding: 0.28vw;
  }
  .bb-template-v2.single-associate_product .products-meta a:not(:last-child) {
    margin-bottom: 1.04vw;
  }
  .bb-template-v2.single-associate_product .products-meta a.btn-grey svg {
    width: 1.11vw;
    height: 1.18vw;
  }
  .bb-template-v2.single-associate_product .products-meta a.btn-green .icon {
    width: 2.5vw;
    height: 2.5vw;
  }
  .bb-template-v2.single-associate_product .product.public {
    margin-bottom: 9.44vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .bb-template-v2.single-associate_product #header-cover-image.public__cover {
    background-size: 24.61vw !important;
  }
  .bb-template-v2.single-associate_product .product-info {
    margin-bottom: 0;
    margin-top: 2.6vw;
  }
  .product-info__text {
    text-align: left;
  }
  .bb-template-v2.single-associate_product .product-info__img {
    width: 7.55vw;
    height: 7.55vw;
    margin-right: 2.47vw;
  }
  .bb-template-v2.single-associate_product .product-info__text p {
    font-size: 1.82vw;
    line-height: 3.13vw;
  }
  .bb-template-v2.single-associate_product .products-meta {
    width: 44.79vw;
    margin-top: 1.95vw;
  }
  .bb-template-v2.single-associate_product .products-meta a {
    height: 5.86vw;
    padding: 0.52vw;
  }
  .bb-template-v2.single-associate_product .products-meta a:not(:last-child) {
    margin-bottom: 1.95vw;
  }
  .bb-template-v2.single-associate_product .products-meta a.btn-grey svg {
    width: 2.08vw;
    height: 2.21vw;
  }
  .bb-template-v2.single-associate_product .products-meta a.btn-green .icon {
    width: 4.69vw;
    height: 4.69vw;
  }
  .bb-template-v2.single-associate_product .product.public {
    margin-bottom: 17.71vw;
  }
}
@media (max-width: 767px) {
  .bb-template-v2.single-associate_product #header-cover-image.public__cover {
    background-size: 26.93vw !important;
  }
  .bb-template-v2.single-associate_product .product-info {
    margin-bottom: 0;
    margin-top: 17.33vw;
    padding-left: 0;
  }
  .product-info__text {
    text-align: left;
  }
  .bb-template-v2.single-associate_product .product-info__img {
    width: 15.47vw;
    height: 15.47vw;
    margin-right: 5.07vw;
    flex: 0 0 auto;
  }
  .bb-template-v2.single-associate_product .product-info__text p {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .bb-template-v2.single-associate_product .products-meta {
    width: 91.73vw;
    margin-top: 4vw;
  }
  .bb-template-v2.single-associate_product .products-meta a {
    height: 12vw;
    padding: 1.07vw;
  }
  .bb-template-v2.single-associate_product .products-meta a:not(:last-child) {
    margin-bottom: 4vw;
  }
  .bb-template-v2.single-associate_product .products-meta a.btn-grey svg {
    width: 4.27vw;
    height: 4.53vw;
  }
  .bb-template-v2.single-associate_product .products-meta a.btn-green .icon {
    width: 9.6vw;
    height: 9.6vw;
  }
  .bb-template-v2.single-associate_product .product.public {
    margin-bottom: 36.27vw;
  }
}
/*Challenge social group*/
.private-challenge-community .course-hero.course-hero-group {
  margin-bottom: 0;
  background-color: #FFFFFF;
}
.private-challenge-community .course-hero.course-hero-group .course-hero__sponsor {
  margin-bottom: 0;
}
.private-challenge-community .course-hero.course-hero-group .course-prices {
  margin-top: 57px;
}
.private-challenge-community .course-hero.course-hero-group .btn.btn-grey {
  padding: 2px 18px;
  color: #9CC6C5;
  font-size: 14px;
  text-transform: none;
  line-height: 28px;
  margin: 15px 51px 48px;
  letter-spacing: normal;
}
.private-challenge-community .course-hero.course-hero-group .btn.btn-grey i::before {
  color: #9CC6C5;
}
.private-challenge-community .group.public {
  max-width: 1440px;
  padding: 0 61px;
  margin: 0 auto;
}
.private-challenge-community .group.public .public__section {
  width: 100%;
}
.private-challenge-community .group.public .public__section .public__section-title {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 36px;
}
.private-challenge-community .group.public .public__section .public__section-title span {
  color: #090F52;
}
.private-challenge-community .group.public .public__section .public__section-title p {
  order: 100;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: right;
  color: #090F52;
  margin: 0;
  flex: 0 0 auto;
  letter-spacing: normal;
  margin-left: 40px;
}
.private-challenge-community .group.public .public__section#participants .public__section-title {
  font-size: 48px;
  line-height: 105%;
  margin-bottom: 36px;
}
.private-challenge-community .group.public .public__section#participants .public__section-title span {
  color: #090F52;
}
.private-challenge-community .group.public .participants__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.private-challenge-community .group.public .participants__list .participants__list-item {
  width: 439px;
  height: 505px;
  border: 1px solid #F0F1F5;
  background-color: #FFFFFF;
  padding: 20px;
}
.private-challenge-community .group.public .participants__list .participants__list-item:nth-child(3n+2) {
  border-left: none;
  border-right: none;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECF2F2;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topimg {
  width: 67px;
  height: 67px;
  margin-right: 14px;
  flex: 0 0 auto;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #017374;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p img {
  width: 75px;
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #9295B1;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p img.dark {
  display: none;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo h2 {
  font-size: 24px;
  line-height: 105%;
  letter-spacing: 0.02em;
  margin: 0;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topreward {
  width: 70px;
  margin-left: 20px;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info {
  position: relative;
  width: 100%;
  height: 288px;
  box-shadow: 0px 18.1321px 45.3303px rgba(191, 21, 108, 0.05);
  margin-bottom: 18px;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info::before {
  width: 100%;
  height: 100%;
  background: rgba(9, 15, 82, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text {
  position: absolute;
  height: 178px;
  width: 100%;
  background-image: url(../img/chart.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 105%;
  bottom: 0;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 105%;
  font-family: "Inter";
  font-style: normal;
  margin-bottom: 3px;
}
.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text span {
  color: #090F52;
}
.private-challenge-community .group.public .leaderboards__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.private-challenge-community .group.public .leaderboards__list > li {
  width: 439px;
  border: 1px solid #F0F1F5;
  background-color: #FFFFFF;
}
.private-challenge-community .group.public .leaderboards__list > li:nth-child(3n+2) {
  border-left: none;
  border-right: none;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title {
  padding: 28px 24px 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E8E9EF;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title h2 {
  letter-spacing: 0.02em;
  font-size: 28px;
  margin: 0;
  line-height: 105%;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #F54100;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users {
  margin: 0;
  padding: 28px 40px 40px;
  list-style: none;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li {
  display: flex;
  align-items: center;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li:not(:last-child) {
  margin-bottom: 24px;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-img {
  width: 48px;
  height: 48px;
  margin-right: 18px;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #090F52;
  margin: 0 0 2px;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info p svg {
  width: 17px;
  margin-left: 7px;
}
.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info span {
  font-size: 14px;
  line-height: 17px;
  color: #090F52;
  opacity: 0.6;
  display: block;
}
.private-challenge-community .has-scrolled .social-group-header:not(.mobile) {
  display: none;
}
.private-challenge-community .social-group-header {
  background: #F9F9FB;
  padding: 9px 20px;
  display: none;
  align-items: center;
  width: 100%;
  margin: 0 32px;
  justify-content: space-between;
}
.private-challenge-community .social-group-header p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #017374;
  margin: 0;
}
.private-challenge-community .social-group-header .pin {
  width: 34px;
  height: 34px;
  background: #F9F3EE;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.private-challenge-community .social-group-header .pin svg {
  width: 16px;
}
.private-challenge-community .social-group-header .course-hero__completed {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 24px;
}
.private-challenge-community .social-group-header .course-hero__completed p {
  margin: 0;
  line-height: 17px;
  color: #017374;
  font-size: 0;
}
.private-challenge-community .social-group-header .course-hero__completed p strong {
  font-size: 14px;
}
.private-challenge-community .social-group-header .course-hero__completed span {
  position: relative;
  background: rgba(50, 104, 103, 0.1);
  border-radius: 8px;
  display: block;
  height: 6px;
  margin-right: 16px;
  order: -1;
  width: 165px;
}
.private-challenge-community .social-group-header .course-hero__completed span em {
  position: absolute;
  border-radius: 8px;
  background-color: #017374;
  left: 0;
  top: 0;
  height: 100%;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .private-challenge-community .course-hero.course-hero-group .course-hero__sponsor {
    margin-bottom: 0;
  }
  .private-challenge-community .course-hero.course-hero-group .course-prices {
    margin-top: 3.96vw;
  }
  .private-challenge-community .course-hero.course-hero-group .btn.btn-grey {
    padding: 0.14vw 1.25vw;
    font-size: 0.97vw;
    line-height: 1.94vw;
    margin: 1.04vw 3.54vw 3.33vw;
  }
  .private-challenge-community .group.public {
    max-width: 100vw;
    padding: 0 4.24vw;
  }
  .private-challenge-community .group.public .public__section .public__section-title {
    font-size: 3.19vw;
    line-height: 3.89vw;
    margin-bottom: 2.5vw;
  }
  .private-challenge-community .group.public .public__section .public__section-title p {
    font-size: 1.39vw;
    margin-left: 2.78vw;
  }
  .private-challenge-community .group.public .public__section#participants .public__section-title {
    font-size: 3.33vw;
    margin-bottom: 2.5vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item {
    width: 30.49vw;
    height: 35.07vw;
    padding: 1.39vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top {
    padding-bottom: 1.39vw;
    margin-bottom: 1.39vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topimg {
    width: 4.65vw;
    height: 4.65vw;
    margin-right: 0.97vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p {
    margin-bottom: 0.28vw;
    font-size: 0.83vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p img {
    width: 5.21vw;
    padding-right: 0.42vw;
    margin-right: 0.42vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo h2 {
    font-size: 1.67vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topreward {
    width: 4.86vw;
    margin-left: 1.39vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info {
    height: 20vw;
    margin-bottom: 1.25vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text {
    height: 12.36vw;
    font-size: 2.36vw;
    padding: 1.39vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text small {
    font-size: 0.83vw;
    margin-bottom: 0.21vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li {
    width: 30.49vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title {
    padding: 1.94vw 1.67vw 1.94vw 2.78vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title h2 {
    font-size: 1.94vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title span {
    font-size: 1.11vw;
    line-height: 1.53vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users {
    padding: 1.94vw 2.78vw 2.78vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li:not(:last-child) {
    margin-bottom: 1.67vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-img {
    width: 3.33vw;
    height: 3.33vw;
    margin-right: 1.25vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info p {
    font-size: 1.11vw;
    line-height: 1.39vw;
    margin: 0 0 0.14vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info p svg {
    width: 1.18vw;
    margin-left: 0.49vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info span {
    font-size: 0.97vw;
    line-height: 1.18vw;
  }
  .private-challenge-community .social-group-header {
    padding: 0.63vw 1.39vw;
    margin: 0 2.22vw;
  }
  .private-challenge-community .social-group-header p {
    font-size: 0.97vw;
    line-height: 1.39vw;
  }
  .private-challenge-community .social-group-header .pin {
    width: 2.36vw;
    height: 2.36vw;
    border-radius: 4.17vw;
  }
  .private-challenge-community .social-group-header .pin svg {
    width: 1.11vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed {
    margin-right: 1.67vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed p {
    line-height: 1.18vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed p strong {
    font-size: 0.97vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed span {
    border-radius: 0.56vw;
    height: 0.42vw;
    margin-right: 1.11vw;
    width: 11.46vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed span em {
    border-radius: 0.56vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .private-challenge-community .course-hero.course-hero-group .course-hero__sponsor {
    margin-bottom: 0;
  }
  .private-challenge-community .course-hero.course-hero-group .course-prices {
    margin-top: 1.69vw;
  }
  .private-challenge-community .course-hero.course-hero-group .btn.btn-grey {
    padding: 0.26vw 2.34vw;
    font-size: 1.82vw;
    line-height: 3.65vw;
    margin: 1.95vw 2.6vw 0.78vw;
  }
  .private-challenge-community .group.public {
    max-width: 100%;
    padding: 0 2.6vw;
  }
  .private-challenge-community .group.public .public__section .public__section-title {
    font-size: 4.69vw;
    line-height: 105%;
    margin-bottom: 3.13vw;
  }
  .private-challenge-community .group.public .public__section .public__section-title p {
    font-size: 2.08vw;
    line-height: 140%;
    margin-left: 5.21vw;
  }
  .private-challenge-community .group.public .public__section#participants .public__section-title {
    font-size: 4.69vw;
    margin-bottom: 3.13vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item {
    width: 44.92vw;
    height: 55.08vw;
    padding: 1.82vw;
    margin-right: 4.95vw;
    margin-bottom: 2.6vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item:nth-child(3n+2) {
    border-left: 0.13vw solid #F0F1F5;
    border-right: 0.13vw solid #F0F1F5;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top {
    padding-bottom: 1.82vw;
    margin-bottom: 1.82vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topimg {
    width: 7.55vw;
    height: 7.55vw;
    margin-right: 1.56vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p {
    margin-bottom: 0.52vw;
    font-size: 1.3vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p img {
    width: 9.38vw;
    padding-right: 0.78vw;
    margin-right: 0.78vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo h2 {
    font-size: 2.6vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topreward {
    width: 7.81vw;
    margin-left: 1.69vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info {
    height: 32.16vw;
    margin-bottom: 1.56vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text {
    height: 17.58vw;
    font-size: 3.39vw;
    padding: 1.82vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text small {
    font-size: 1.56vw;
    margin-bottom: 0.26vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li {
    width: 47.4vw;
    margin-bottom: 2.6vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title {
    padding: 2.6vw 3.13vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title h2 {
    font-size: 3.65vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title span {
    font-size: 2.08vw;
    line-height: 2.86vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users {
    padding: 3.13vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li:not(:last-child) {
    margin-bottom: 2.08vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-img {
    width: 6.25vw;
    height: 6.25vw;
    margin-right: 2.34vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info p {
    font-size: 2.08vw;
    line-height: 2.6vw;
    margin: 0 0 0.26vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info p svg {
    width: 2.21vw;
    margin-left: 0.91vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info span {
    font-size: 1.82vw;
    line-height: 2.21vw;
  }
  .private-challenge-community .has-scrolled .social-group-header:not(.mobile) {
    display: none;
  }
  .private-challenge-community .social-group-header {
    padding: 1.17vw 2.6vw;
    margin: 0;
    background-color: #FFFFFF;
    box-shadow: 0vw 0.52vw 1.95vw rgba(9, 15, 82, 0.03);
    border-top: 0.13vw solid #E8E9EF;
  }
  .private-challenge-community .social-group-header p {
    font-size: 1.69vw;
    line-height: 150%;
  }
  .private-challenge-community .social-group-header .pin {
    width: 4.43vw;
    height: 4.43vw;
    border-radius: 7.81vw;
  }
  .private-challenge-community .social-group-header .pin svg {
    width: 2.08vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed {
    margin-right: 2.34vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed p {
    line-height: 2.21vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed p strong {
    font-size: 1.82vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed span {
    border-radius: 1.04vw;
    height: 0.78vw;
    margin-right: 2.08vw;
    width: 21.48vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed span em {
    border-radius: 1.04vw;
  }
  .private-challenge-community.single.single-course .course-hero__left .course-coaches {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .private-challenge-community .course-hero.course-hero-group .course-hero__sponsor {
    margin-bottom: 0;
  }
  .private-challenge-community .course-hero.course-hero-group .course-prices {
    margin-top: 3.47vw;
  }
  .private-challenge-community.single.single-course .course-hero .course-btns {
    order: 100;
  }
  .private-challenge-community.single.single-course .course-hero .course-btns li {
    margin-right: 0;
  }
  .private-challenge-community .course-hero.course-hero-group .btn.btn-grey {
    padding: 0.53vw 3.73vw;
    font-size: 3.73vw;
    line-height: 7.47vw;
    margin: 4vw 4vw 0;
    order: -4;
    max-width: 63.2vw;
    letter-spacing: normal;
  }
  .bb-template-v2.private-challenge-community .public__section .public__section-title {
    display: block;
  }
  .private-challenge-community.single.single-course .course-hero__right {
    display: none;
  }
  .private-challenge-community .group.public {
    max-width: 100%;
    padding: 0 4vw;
  }
  .private-challenge-community .group.public .public__section .public__section-title {
    font-size: 9.6vw;
    line-height: 105%;
    margin-bottom: 6.4vw;
  }
  .private-challenge-community .group.public .public__section .public__section-title p {
    font-size: 4.27vw;
    line-height: 140%;
    margin-left: 10.67vw;
    display: none;
  }
  .private-challenge-community .group.public .public__section#participants .public__section-title {
    font-size: 9.6vw;
    margin-bottom: 6.4vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item {
    width: 100%;
    height: auto;
    padding: 3.73vw;
    margin-right: 0;
    margin-bottom: 5.33vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item:nth-last-of-type(-n+1) {
    margin-bottom: 0;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item:nth-child(3n+2) {
    border-left: 0.27vw solid #F0F1F5;
    border-right: 0.27vw solid #F0F1F5;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top {
    padding-bottom: 3.73vw;
    margin-bottom: 3.73vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topimg {
    width: 15.47vw;
    height: 15.47vw;
    margin-right: 3.2vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p {
    margin-bottom: 1.07vw;
    font-size: 2.67vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p img {
    width: 19.2vw;
    padding-right: 1.6vw;
    margin-right: 1.6vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo h2 {
    font-size: 5.33vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topreward {
    width: 16vw;
    margin-left: 3.47vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info {
    height: 65.87vw;
    margin-bottom: 3.2vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text {
    height: 36vw;
    font-size: 6.93vw;
    padding: 3.73vw;
  }
  .private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text small {
    font-size: 3.2vw;
    margin-bottom: 0.53vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li {
    width: 100%;
    margin-bottom: 5.33vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li:nth-last-of-type(-n+1) {
    margin-bottom: 0;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title {
    padding: 5.33vw 6.4vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title h2 {
    font-size: 7.47vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title span {
    font-size: 4.27vw;
    line-height: 5.87vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users {
    padding: 6.4vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li:not(:last-child) {
    margin-bottom: 4.27vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-img {
    width: 12.8vw;
    height: 12.8vw;
    margin-right: 4.8vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info p {
    font-size: 4.27vw;
    line-height: 5.33vw;
    margin: 0 0 0.53vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info p svg {
    width: 4.53vw;
    margin-left: 1.87vw;
  }
  .private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info span {
    font-size: 3.73vw;
    line-height: 4.53vw;
  }
  .private-challenge-community .has-scrolled .social-group-header:not(.mobile) {
    display: none;
  }
  .private-challenge-community .social-group-header {
    padding: 2.4vw 5.33vw;
    margin: 0;
    background-color: #FFFFFF;
    box-shadow: 0vw 1.07vw 4vw rgba(9, 15, 82, 0.03);
    border-top: 1px solid #E8E9EF;
    justify-content: space-between;
  }
  .private-challenge-community .social-group-header p {
    font-weight: 500;
    font-size: 3.47vw;
    line-height: 150%;
  }
  .private-challenge-community .social-group-header .pin {
    width: 9.07vw;
    height: 9.07vw;
    border-radius: 16vw;
    flex: 0 0 auto;
  }
  .private-challenge-community .social-group-header .pin svg {
    width: 4.27vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed {
    margin-right: 4.8vw;
    display: none;
  }
  .private-challenge-community .social-group-header .course-hero__completed p {
    line-height: 4.53vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed p strong {
    font-size: 3.73vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed span {
    border-radius: 2.13vw;
    height: 1.6vw;
    margin-right: 4.27vw;
    width: 44vw;
  }
  .private-challenge-community .social-group-header .course-hero__completed span em {
    border-radius: 2.13vw;
  }
  .private-challenge-community.single.single-course .course-hero__left .course-coaches {
    padding-bottom: 0;
  }
  .has-scrolled .social-group-header.mobile {
    display: flex;
  }
}
/*header notifications*/
.header-aside .notification-dropdown {
  background: #FFFFFF;
  border: 1px solid #F7F7F9;
  box-shadow: 0px 4px 15px rgba(9, 15, 82, 0.03);
  top: calc(100% + 10px);
  border-radius: 0;
}
.header-aside .notification-dropdown .notification-header {
  padding: 17px 20px 19px;
  border-bottom: 1px solid #ECF2F2;
  margin-bottom: 17px;
}
.header-aside .notification-dropdown .notification-header .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #090F52;
  font-family: "Inter";
}
.header-aside .notification-dropdown .notification-header .title + .mark-read-all {
  font-size: 14px;
  line-height: 28px;
  color: #98B2B3;
  display: flex;
  align-items: center;
}
.header-aside .notification-dropdown .notification-header .title + .mark-read-all::after {
  content: "";
  margin-left: 9px;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='10' y1='0.707107' x2='0.707107' y2='10' stroke='%23BBCBCD' stroke-linecap='square'/%3E%3Cline x1='10.2929' y1='10' x2='0.999999' y2='0.707108' stroke='%23BBCBCD' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.header-aside .notification-dropdown .notification-list {
  padding: 0 20px;
}
.header-aside .notification-dropdown .notification-list li {
  border-radius: 0;
  padding: 5px 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ECF2F2;
}
.header-aside .notification-dropdown .notification-list li.bs-item-wrap {
  background-color: transparent;
}
.header-aside .notification-dropdown .notification-list li.bs-item-wrap .notification-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #090F52;
}
.header-aside .notification-dropdown .notification-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.header-aside .notification-dropdown .notification-list li.unread:hover {
  background: transparent;
}
.header-aside .notification-dropdown .notification-list li.unread::before {
  display: none;
}
.header-aside .notification-dropdown .notification-list li .notification-avatar {
  margin-right: 12px;
}
.header-aside .notification-dropdown .notification-list li .notification-avatar img {
  max-width: 40px;
  border-radius: 0;
}
.header-aside .notification-dropdown .notification-list li .notification-content a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #090F52;
}
.header-aside .notification-dropdown .notification-list li .notification-content .posted {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #5D5E6A;
  margin-top: 0;
}
.header-aside .notification-dropdown .notification-list li .actions {
  opacity: 1;
  visibility: visible;
}
.header-aside .notification-dropdown .notification-list li .actions a {
  color: #98B2B3;
}
.header-aside .notification-dropdown .notification-footer {
  border-top: 1px solid #ECF2F2;
}
.header-aside .notification-dropdown .notification-footer .delete-all {
  padding: 10px 0 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #017374;
}
.header-aside .notification-dropdown .notification-footer .delete-all i {
  display: none;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .header-aside .notification-dropdown .notification-header {
    padding: 1.18vw 1.39vw 1.32vw;
    margin-bottom: 1.18vw;
  }
  .header-aside .notification-dropdown .notification-header .title {
    font-size: 1.11vw;
    line-height: 1.53vw;
  }
  .header-aside .notification-dropdown .notification-header .title + .mark-read-all {
    font-size: 0.97vw;
    line-height: 1.94vw;
  }
  .header-aside .notification-dropdown .notification-header .title + .mark-read-all::after {
    margin-left: 0.63vw;
    width: 0.76vw;
    height: 0.76vw;
  }
  .header-aside .notification-dropdown .notification-list {
    padding: 0 1.39vw;
  }
  .header-aside .notification-dropdown .notification-list li {
    padding: 0.35vw 0 1.04vw;
    margin-bottom: 1.04vw;
  }
  .header-aside .notification-dropdown .notification-list li.bs-item-wrap .notification-content {
    font-size: 0.97vw;
    line-height: 1.39vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-avatar {
    margin-right: 0.83vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-avatar img {
    max-width: 2.78vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-content a {
    font-size: 0.97vw;
    line-height: 1.39vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-content .posted {
    font-size: 0.83vw;
  }
  .header-aside .notification-dropdown .notification-footer .delete-all {
    padding: 0.69vw 0 0.83vw;
    font-size: 0.97vw;
    line-height: 1.94vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header-aside .notification-dropdown .notification-header {
    padding: 2.21vw 2.6vw 2.47vw;
    margin-bottom: 2.21vw;
  }
  .header-aside .notification-dropdown .notification-header .title {
    font-size: 2.08vw;
    line-height: 2.86vw;
  }
  .header-aside .notification-dropdown .notification-header .title + .mark-read-all {
    font-size: 1.82vw;
    line-height: 3.65vw;
  }
  .header-aside .notification-dropdown .notification-header .title + .mark-read-all::after {
    margin-left: 1.17vw;
    width: 1.43vw;
    height: 1.43vw;
  }
  .header-aside .notification-dropdown .notification-list {
    padding: 0 2.6vw;
  }
  .header-aside .notification-dropdown .notification-list li {
    padding: 0.65vw 0 1.95vw;
    margin-bottom: 1.95vw;
  }
  .header-aside .notification-dropdown .notification-list li.bs-item-wrap .notification-content {
    font-size: 1.82vw;
    line-height: 2.6vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-avatar {
    margin-right: 1.56vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-avatar img {
    max-width: 5.21vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-content a {
    font-size: 1.82vw;
    line-height: 2.6vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-content .posted {
    font-size: 1.56vw;
  }
  .header-aside .notification-dropdown .notification-footer .delete-all {
    padding: 1.3vw 0 1.56vw;
    font-size: 1.82vw;
    line-height: 3.65vw;
  }
}
@media (max-width: 767px) {
  .header-aside .notification-dropdown {
    min-width: 100vw;
    top: calc(100% - 15px);
  }
  .header-aside .notification-dropdown .notification-header {
    padding: 4.53vw 5.33vw 5.07vw;
    margin-bottom: 4.53vw;
  }
  .header-aside .notification-dropdown .notification-header .title {
    font-size: 4.27vw;
    line-height: 5.87vw;
  }
  .header-aside .notification-dropdown .notification-header .title + .mark-read-all {
    font-size: 3.73vw;
    line-height: 7.47vw;
  }
  .header-aside .notification-dropdown .notification-header .title + .mark-read-all::after {
    margin-left: 2.4vw;
    width: 2.93vw;
    height: 2.93vw;
  }
  .header-aside .notification-dropdown .notification-list {
    padding: 0 5.33vw;
  }
  .header-aside .notification-dropdown .notification-list li {
    padding: 1.33vw 0 4vw;
    margin-bottom: 4vw;
  }
  .header-aside .notification-dropdown .notification-list span {
    width: inherit;
    height: inherit;
    background: inherit;
    border-radius: inherit;
  }
  .header-aside .notification-dropdown .notification-list li.bs-item-wrap .notification-content {
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-avatar {
    margin-right: 3.2vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-avatar img {
    max-width: 10.67vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-content a {
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
  .header-aside .notification-dropdown .notification-list li .notification-content .posted {
    font-size: 3.2vw;
    text-align: left;
    justify-content: flex-start;
  }
  .header-aside .notification-dropdown .notification-footer .delete-all {
    padding: 2.67vw 0 3.2vw;
    font-size: 3.73vw;
    line-height: 7.47vw;
  }
}
.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap iframe {
  width: 100% !important;
  min-width: 100% !important;
}

.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper.lms-topic-sidebar-close {
  margin-left: 0;
}

@media (max-width: 767px) {
  .single-course .site-footer {
    display: none;
  }
}
.llms-notification {
  display: none !important;
}

/*style badges*/
.llms-pointer > .llms-notification {
  border-radius: 0;
  border: none !important;
  box-shadow: 0px 4px 15px rgba(9, 15, 82, 0.03);
  padding: 20px 24px 28px;
}

.llms-notification .llms-notification-aside {
  display: none;
}
.llms-notification .llms-notification-dismiss.fa-times-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23090F52' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: 24px;
  font-family: inherit;
  opacity: 1;
  right: 13px;
  top: 13px;
}
.llms-notification .llms-notification-dismiss.fa-times-circle::before {
  display: none;
}
.llms-notification .llms-notification-title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #090F52;
  margin: 0 0 4px;
}
.llms-notification .llms-notification-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 174%;
  color: #5D5E6A;
  margin: 0 0 14px;
}
.llms-notification .llms-progress {
  margin-bottom: 0;
  flex-direction: column;
}
.llms-notification .llms-progress .progress__indicator {
  font-size: 14px;
  line-height: 17px;
  color: #017374;
  margin: 0 0 8px;
}
.llms-notification .llms-progress .progress__indicator strong {
  font-weight: 700;
}
.llms-notification .llms-progress .llms-progress-bar {
  height: 6px;
  background: rgba(50, 104, 103, 0.1);
  border-radius: 8px;
}

@media screen and (min-width: 544px) {
  .llms-pointer > .llms-notification {
    width: 363px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .llms-pointer > .llms-notification {
    padding: 1.39vw 1.67vw 1.94vw;
  }
  .llms-notification .llms-notification-dismiss.fa-times-circle {
    width: 1.67vw;
    height: 1.67vw;
    background-size: 1.67vw;
    right: 0.9vw;
    top: 0.9vw;
  }
  .llms-notification .llms-notification-title {
    font-size: 1.11vw;
    line-height: 1.53vw;
    margin: 0 0 0.28vw;
  }
  .llms-notification .llms-notification-body p {
    font-size: 0.97vw;
    margin: 0 0 0.97vw;
  }
  .llms-notification .llms-progress .progress__indicator {
    font-size: 0.97vw;
    line-height: 1.18vw;
    margin: 0 0 0.56vw;
  }
  .llms-notification .llms-progress .llms-progress-bar {
    height: 0.42vw;
    border-radius: 0.56vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .llms-pointer > .llms-notification {
    padding: 2.6vw 3.13vw 3.65vw;
  }
  .llms-notification .llms-notification-dismiss.fa-times-circle {
    width: 3.13vw;
    height: 3.13vw;
    background-size: 3.13vw;
    right: 1.69vw;
    top: 1.69vw;
  }
  .llms-notification .llms-notification-title {
    font-size: 2.08vw;
    line-height: 2.86vw;
    margin: 0 0 0.52vw;
  }
  .llms-notification .llms-notification-body p {
    font-size: 1.82vw;
    margin: 0 0 1.82vw;
  }
  .llms-notification .llms-progress .progress__indicator {
    font-size: 1.82vw;
    line-height: 2.21vw;
    margin: 0 0 1.04vw;
  }
  .llms-notification .llms-progress .llms-progress-bar {
    height: 0.78vw;
    border-radius: 1.04vw;
  }
}
@media (min-width: 1441px) {
  .single.single-course .items-1 + form {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .single.single-course .items-1 + form {
    margin-top: -6.25vw;
  }
}
.activity-singular #buddypress {
  padding: 60px 0 40px;
  width: 100%;
  justify-content: center;
}
.activity-singular #buddypress .activity {
  min-width: 50%;
}

body.bb-dark-theme {
  background-color: #1C213D;
  color: #F3F2F8;
  /*single lesson*/
  /*Lesson Design2*/
  /*Lesson Design3 with quiz*/
  /*Lesson Design4 with coupon*/
  /*QR*/
  /*popup*/
  /*lets make official PURCHASE*/
  /*github issue edits*/
  /*Public Coach*/
  /*Group*/
  /*Product page*/
  /*Challenge social group*/
  /*header notifications*/
  /*style badges*/
}
body.bb-dark-theme a, body.bb-dark-theme a:hover {
  color: #017374;
}
body.bb-dark-theme.bb-template-v2 .eff-shi-inputs {
  background: transparent;
}
body.bb-dark-theme.llms-pointer.llms-inner .site-header {
  background-color: #171C38;
}
body.bb-dark-theme.llms-pointer.llms-inner .site-header .primary-menu > li > a {
  color: #F3F2F8;
}
body.bb-dark-theme.llms-pointer.llms-inner .sfwd-dark-mode {
  display: flex;
}
body.bb-dark-theme.bb-sfwd-aside input[type=text]:not(.header-search), body.bb-dark-theme.bb-sfwd-aside textarea {
  background-color: #171C38;
  border-color: #2B2F49;
  color: #BCBCC8;
}
body.bb-dark-theme .llms-form-field .llms-description {
  color: #F3F2F8;
}
body.bb-dark-theme h1.entry-title {
  color: #171C38;
}
body.bb-dark-theme h3 {
  color: #171C38;
}
body.bb-dark-theme.bb-template-v2 .primary-menu > li > a:focus {
  color: #9294B0;
}
body.bb-dark-theme .title-wrap h2 {
  color: #171C38;
}
body.bb-dark-theme .title-wrap p {
  color: #BCBCC8;
}
body.bb-dark-theme .title-wrap p a {
  color: #017374;
}
body.bb-dark-theme .soc-login.soc-login__round li:nth-child(2) a svg path {
  fill: #F3F2F8;
}
body.bb-dark-theme .soc-login li a:not(.btn) {
  color: #017374;
  border-color: #2B2F49;
}
body.bb-dark-theme .soc-login li a:not(.btn):hover {
  border-color: #017374;
}
body.bb-dark-theme .soc-login__round li a:not(.btn):hover {
  border-color: #9294B0;
}
body.bb-dark-theme div.nsl-container-block-fullwidth.nsl-container .nsl-container-buttons a .nsl-button {
  color: #F3F2F8;
  border-color: #2B2F49;
  background-color: #232742 !important;
}
body.bb-dark-theme div.nsl-container-block-fullwidth.nsl-container .nsl-container-buttons a .nsl-button:hover {
  border-color: #017374;
  background-color: #171C38 !important;
}
body.bb-dark-theme:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email.has-value label {
  color: #017374;
}
body.bb-dark-theme:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email label {
  color: #9294B0;
  background-color: #F3F2F8;
}
body.bb-dark-theme:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email input {
  border-color: #2B2F49;
  color: #BCBCC8;
}
body.bb-dark-theme:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email input::placeholder {
  color: #9294B0;
}
body.bb-dark-theme:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-email input:focus {
  border-color: #019592;
}
body.bb-dark-theme:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit {
  background-color: #017374;
  color: #F3F2F8;
  border-color: #017374;
}
body.bb-dark-theme:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit:hover {
  background-color: #F3F2F8;
}
body.bb-dark-theme:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit:hover button {
  color: #036063;
}
body.bb-dark-theme:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit button {
  color: #F3F2F8;
}
body.bb-dark-theme:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .type-submit::after {
  background-color: #036063;
  background-image: url(../img/arrows-right.svg);
}
body.bb-dark-theme .course-hero__sponsor-wrap {
  background: #3E1615;
}
body.bb-dark-theme .course-hero__sponsor {
  background: #3E1615;
  color: #FFE600;
}
body.bb-dark-theme .course-hero__sponsor a {
  color: #FFE600;
}
body.bb-dark-theme .course-hero__sponsor .btn.btn-white, body.bb-dark-theme .course-hero__sponsor .group-button a {
  background-color: #F3F2F8;
  border-color: #F3F2F8;
  color: #3E1615;
}
body.bb-dark-theme #header-aside #header-notifications-dropdown-elem::after {
  border-color: #2B2F49;
}
body.bb-dark-theme #header-aside #header-notifications-dropdown-elem .notification-link {
  background: #101534;
}
body.bb-dark-theme #header-aside #header-notifications-dropdown-elem .notification-link span i {
  color: #797C8C;
}
body.bb-dark-theme #header-aside .user-wrap .user-link span {
  color: #F3F2F8;
}
body.bb-dark-theme #header-aside .user-wrap .user-link .bb-icon-angle-down {
  color: rgba(9, 15, 82, 0.4);
}
body.bb-dark-theme .btn-small {
  color: #019592;
  background: #232742;
}
body.bb-dark-theme .btn-small:hover {
  border-color: #213247;
  background-color: #213247;
  color: #017374;
}
body.bb-dark-theme.single.single-course .course-hero__left .course-hero__completed p {
  color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-hero__left .course-hero__completed span {
  background: #27344A;
}
body.bb-dark-theme.single.single-course .course-hero__left .course-hero__completed span em {
  background-color: #017374;
}
body.bb-dark-theme.single.single-course .course-hero__left .course-hero__info li {
  background-color: #252840;
  border-color: #FF4F10;
}
body.bb-dark-theme.single.single-course .course-hero__left .course-hero__info li.orange .course-hero__info-img {
  background: #393042;
}
body.bb-dark-theme.single.single-course .course-hero__left .course-hero__info li.orange .course-hero__info-wrap p {
  color: #FF4F10;
}
body.bb-dark-theme.single.single-course .course-hero__left .course-hero__info li .course-hero__info-wrap {
  border-color: #333248;
}
body.bb-dark-theme.single.single-course .course-hero__left .course-hero__info li .course-hero__info-wrap p {
  color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-hero__left .course-hero__info li .course-hero__info-wrap p a {
  color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-hero__left .course-hero__info li .course-hero__info-wrap p span {
  color: #BCBCC8;
}
body.bb-dark-theme.single.single-course .course-hero__bottom > li {
  color: #BCBCC8;
}
body.bb-dark-theme.single.single-course .course-hero__bottom > li::after {
  border-color: #333248;
}
body.bb-dark-theme.single.single-course .course-hero__bottom > li strong {
  color: #017374;
}
body.bb-dark-theme.single.single-course .icon-section-title .icon-section-title__img {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='36' viewBox='0 0 49 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.0702 36L49 0H7.90689L0 36H41.0702Z' fill='%23474B62'/%3E%3Cpath d='M41.0657 35.9999L47.9012 5H12.635L5.84375 35.9999H41.0657Z' fill='%2371728C'/%3E%3C/svg%3E");
}
body.bb-dark-theme.single.single-course .icon-section-title + p {
  color: #9294B0;
}
body.bb-dark-theme.single.single-course .course-tabs__vertical .nav-tabs {
  border-color: #2B2F49;
}
body.bb-dark-theme.single.single-course .course-tabs__vertical .nav-tabs li {
  width: 100%;
}
body.bb-dark-theme.single.single-course .course-tabs__vertical .nav-tabs li a {
  color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-tabs__vertical .nav-tabs li.active a {
  border-color: #2B2F49;
}
body.bb-dark-theme.single.single-course .course-tabs__vertical .nav-tabs li.locked a {
  color: #9294B0;
  border-bottom-color: #2B2F49;
}
body.bb-dark-theme.single.single-course .course-tabs__vertical .nav-tabs li.locked a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7689 7.27495C11.7689 7.55109 11.9928 7.77495 12.2689 7.77495C12.5451 7.77495 12.7689 7.55109 12.7689 7.27495H11.7689ZM3.22656 7.27495C3.22656 7.55109 3.45042 7.77495 3.72656 7.77495C4.0027 7.77495 4.22656 7.55109 4.22656 7.27495H3.22656ZM8.49775 11.3088V10.8088H7.49775V11.3088H8.49775ZM7.49775 13.1017V13.6017H8.49775V13.1017H7.49775ZM11.7689 5.48211V7.27495H12.7689V5.48211H11.7689ZM4.22656 7.27495V5.48211H3.22656V7.27495H4.22656ZM7.99775 1.5C10.0581 1.5 11.7689 3.25987 11.7689 5.48211H12.7689C12.7689 2.75355 10.6552 0.5 7.99775 0.5V1.5ZM7.99775 0.5C5.34026 0.5 3.22656 2.75355 3.22656 5.48211H4.22656C4.22656 3.25987 5.93742 1.5 7.99775 1.5V0.5ZM7.49775 11.3088V13.1017H8.49775V11.3088H7.49775Z' fill='%239D9FBA'/%3E%3Cpath d='M15 7.4082H1V16.6624H15V7.4082Z' stroke='%239D9FBA'/%3E%3C/svg%3E");
}
body.bb-dark-theme.single.single-course .course-tabs__vertical .tab-pane.active .tab-pane__left {
  background-color: #1B203C;
}
body.bb-dark-theme.single.single-course .course-tabs__vertical .tab-pane.active .tab-pane__left h3 {
  color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-report__list > li {
  background-color: #232742;
}
body.bb-dark-theme.single.single-course .course-report__list > li.today {
  background-color: #3E425A;
}
body.bb-dark-theme.single.single-course .course-report__list > li.today::after {
  background-color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-report__list > li.today span {
  background-color: transparent;
  border-color: #F3F2F8;
  color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-report__list > li.today span.active {
  background-color: transparent;
  border-color: #F3F2F8;
  color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-report__list > li p {
  color: #9294B0;
}
body.bb-dark-theme.single.single-course .course-report__list > li span.active {
  background-color: #017374;
  color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-report__list > li span.break {
  background-color: #017374;
}
body.bb-dark-theme.single.single-course .course-report__list > li span.not-active {
  background-color: #E5B9C1;
}
body.bb-dark-theme.single.single-course .course-report__list > li span.past {
  background-color: #686984;
  color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-report__list > li span.past.break {
  background-color: #017374;
}
body.bb-dark-theme.single.single-course .course-challenge {
  background: #1C213D;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-section-title {
  color: #F3F2F8;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-section-title.green {
  color: #017374;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-section-title.orange {
  color: #FF4F10;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview {
  border-color: #2B2F49;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i {
  background-color: #017374;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link .llms-lesson-title {
  color: #BCBCC8;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title {
  color: rgba(9, 15, 82, 0.5);
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-complete i {
  border-color: #017374;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main {
  background-color: #171C38;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main .llms-lesson-holder .llms-extra {
  border-color: #2B2F49;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main .llms-lesson-holder .llms-extra .llms-lesson-date-actiation {
  color: #BCBCC8;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main .llms-lesson-holder .llms-extra .llms-lesson-counter {
  color: #BCBCC8;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main .llms-lesson-holder .llms-lesson-link .llms-lesson-title {
  color: #F3F2F8;
}
body.bb-dark-theme .course-targets {
  background: #171C38;
}
body.bb-dark-theme .course-targets ul li a {
  color: #BCBCC8;
}
body.bb-dark-theme .course-targets ul li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
body.bb-dark-theme .course-platforms__small li a {
  background-color: #252A45;
  border-color: #252A45;
}
body.bb-dark-theme .course-platforms__small li a button {
  background: transparent;
}
body.bb-dark-theme .course-platforms__small li a.google_link {
  background-image: url(../img/icon-google.svg);
}
body.bb-dark-theme .course-platforms__small li a.todoist {
  background-image: url(../img/icon-todo.svg);
}
body.bb-dark-theme .course-platforms__small li a.microsoft_link {
  background-image: url(../img/icon-microsoft.svg);
}
body.bb-dark-theme .course-platforms__small li a.unlink {
  border-color: #019592;
}
body.bb-dark-theme .small-title h3 {
  color: #F3F2F8;
}
body.bb-dark-theme .small-title h3::after {
  border-color: #333248;
}
body.bb-dark-theme .small-title h3 span {
  color: #FF4F10;
}
body.bb-dark-theme .small-title .small-title__total li:not(:last-child) {
  border-color: #1C213D;
}
body.bb-dark-theme .small-title .small-title__total li:last-child {
  color: #F3F2F8;
}
body.bb-dark-theme .small-title + p, body.bb-dark-theme .small-title p.mobile {
  color: #9294B0;
}
body.bb-dark-theme .course-community__list li {
  border-color: #333248;
}
body.bb-dark-theme .course-community__list li:last-child {
  border-color: #333248;
}
body.bb-dark-theme .course-community__list li .course-community__list-top small {
  color: #BCBCC8;
}
body.bb-dark-theme .course-community__list li .course-community__list-top h4 {
  color: #F3F2F8;
}
body.bb-dark-theme .course-community__list li .course-community__list-top h4 a {
  color: #F3F2F8;
}
body.bb-dark-theme .course-community__list li .course-community__list-top p {
  color: #BCBCC8;
}
body.bb-dark-theme .course-community__list li .course-community__list-bottom {
  border-color: #333248;
}
body.bb-dark-theme .course-community__list li .course-community__list-bottom .course-community__list-name {
  color: #BCBCC8;
}
body.bb-dark-theme .course-community__list li .course-community__list-bottom .course-community__list-name strong {
  color: #F3F2F8;
}
body.bb-dark-theme.single-lesson .site-header {
  border-color: #2B2F49;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .site-content {
  background-color: #1C213D;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .ld-course-navigation .course-entry-link {
  background-color: #202540;
  color: #019592;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-wrap {
  background-color: #171C38;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-percentage {
  color: #F3F2F8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-progress .llms-progress .llms-progress-bar {
  background: rgba(50, 104, 103, 0.1);
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .course-entry-title {
  color: #F3F2F8;
  border-color: #2B2F49;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-top {
  border-color: #2B2F49;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-top > li {
  color: #BCBCC8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-top > li strong {
  color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title {
  color: #F3F2F8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title, body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder:hover {
  background: none;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title .llms-lesson-link, body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder:hover .llms-lesson-link {
  background-color: #1E2341;
  border-color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title {
  color: #9294B0;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::before {
  background-color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-link::after {
  border-color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link {
  background-color: #232742;
  border-color: #2B2F49;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link.llms-lesson-link-locked::after {
  border-color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title {
  color: #F3F2F8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content {
  background: none;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child::after {
  color: #171C38;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span:last-child a {
  color: #171C38;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .ld-breadcrumbs .ld-breadcrumbs-segments span a {
  color: #9294B0;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap {
  background-color: #171C38;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-complete {
  background: #1E2341;
  color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content {
  color: #BCBCC8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content .bb-pages {
  color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content h2, body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content h3, body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content h4, body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content h5 {
  color: #F3F2F8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content h4 {
  color: #F3F2F8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content h1 {
  color: #F3F2F8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content p {
  color: #BCBCC8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content p a {
  color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content hr {
  background-color: #2B2F49;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content .wp-block-columns {
  border-color: #2B2F49;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content .wp-block-columns .wp-block-column {
  border-color: #2B2F49;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content .wp-block-columns .wp-block-column h4 {
  color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content .wp-block-columns .wp-block-column p {
  color: #BCBCC8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content ol li a {
  color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .llms-lesson-button-wrapper.scrolled form .btn-green:hover {
  background-color: #1C213D;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #site-navigation.fixed-breadcrumbs .ld-breadcrumbs {
  background: #232742;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #site-navigation.fixed-breadcrumbs .ld-breadcrumbs .ld-breadcrumbs-segments {
  padding: 0;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #site-navigation.fixed-breadcrumbs .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child::after {
  color: #171C38;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #site-navigation.fixed-breadcrumbs .ld-breadcrumbs .ld-breadcrumbs-segments span a {
  color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav {
  background-image: url(../img/arrow-r.svg);
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link {
  border-color: rgba(50, 104, 103, 0.3);
  background: rgba(255, 255, 255, 0.4);
  color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link .meta-nav {
  background-color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link {
  border-color: rgba(50, 104, 103, 0.3);
  background: rgba(255, 255, 255, 0.4);
  color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link .meta-nav {
  background-color: #017374;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover {
  border-color: #017374;
  background-color: #017374;
  color: #F3F2F8;
}
body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover .meta-nav {
  background-color: #017374;
}
body.bb-dark-theme .llms-progress .progress-bar-complete {
  background-color: #017374;
}
body.bb-dark-theme .lessons-set .lessons-set-col .lessons-set__name {
  color: #019592;
  background-color: #2B2F49;
}
body.bb-dark-theme .lessons-set .lessons-set-col .lessons-set__button {
  background-color: #3a3e56;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='2' viewBox='0 0 18 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H9H17' stroke='%23F3F2F8' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-color: #3a3e56;
}
body.bb-dark-theme .lessons-set .lessons-set-col .lessons-set__button:hover {
  background-color: transparent;
}
body.bb-dark-theme .lessons-set .lessons-set-col.last .lessons-set__button {
  background-color: #017374;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9H17M9 1V17' stroke='%23F3F2F8' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-color: #017374;
}
body.bb-dark-theme .lessons-set .lessons-set-col.last .lessons-set__button:hover {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9H17M9 1V17' stroke='%23326867' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.bb-dark-theme .form-field.has-value label {
  color: #9294B0;
}
body.bb-dark-theme .form-field label {
  color: #9294B0;
  background-color: #171C38;
}
body.bb-dark-theme .form-field input {
  border-color: #2B2F49;
  color: #BCBCC8;
  background-color: #171C38;
}
body.bb-dark-theme .form-field::placeholder {
  color: #9294B0;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .top_label .gfield_label {
  color: #F3F2F8;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_radio .gchoice {
  border-color: #161735;
  background-color: #161735;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_radio .gchoice.selected {
  background-color: #213147;
  border-color: #213147;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_radio input[type=radio] + label, body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_radio input[type=radio] .bb-radio-label {
  color: #C5C5D0 !important;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_radio input[type=radio] + label::before, body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_radio input[type=radio] .bb-radio-label::before {
  border-color: #017374;
  background-color: transparent;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_radio input[type=radio]:checked + label {
  color: #017374 !important;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_radio input[type=radio]:checked + label::after {
  background-color: #017374;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91797 4.58301L4.2513 6.91634L10.0846 1.08301' stroke='white' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_checkbox .gchoice {
  border-color: #161735;
  background-color: #161735;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_checkbox .gchoice.selected {
  background-color: #213147;
  border-color: #213147;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_checkbox input[type=checkbox] + label, body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_checkbox input[type=checkbox] .bb-checkbox-label {
  color: #C5C5D0 !important;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_checkbox input[type=checkbox] + label::before, body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_checkbox input[type=checkbox] .bb-checkbox-label::before {
  border-color: #017374;
  background-color: transparent;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_checkbox input[type=checkbox]:checked + label {
  color: #017374 !important;
}
body.bb-dark-theme.single-lesson .gform_wrapper form .ginput_container .gfield_checkbox input[type=checkbox]:checked + label::after {
  background-color: #017374;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91797 4.58301L4.2513 6.91634L10.0846 1.08301' stroke='white' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
}
body.bb-dark-theme .lesson-coupon {
  background: #1C213D;
}
body.bb-dark-theme .lesson-coupon .lesson-coupon__title svg path {
  stroke: #F3F2F8;
}
body.bb-dark-theme .lesson-coupon .lesson-coupon__title h3 {
  color: #F3F2F8 !important;
}
body.bb-dark-theme .copy-value {
  border-color: #2B2F49;
}
body.bb-dark-theme .copy-value input[type=text] {
  background: #1C213D;
  color: #9294B0;
}
body.bb-dark-theme .copy-value .btn.btn-grey {
  color: #019592;
  background-color: #232742;
}
body.bb-dark-theme .copy-value .btn.btn-grey svg path {
  stroke: #019592;
}
body.bb-dark-theme #copy-status {
  color: red;
}
body.bb-dark-theme .lesson-qr {
  background-color: #1C213D;
}
body.bb-dark-theme .lesson-qr img {
  background-color: #F3F2F8;
}
body.bb-dark-theme .lesson-qr .lesson-qr__links .btn-app {
  border-color: #019592;
  background-color: #019592;
}
body.bb-dark-theme .popup {
  background: rgba(6, 10, 56, 0.3);
}
body.bb-dark-theme .popup .popup__wrapper {
  background-color: #1C213D;
}
body.bb-dark-theme .popup button.popup__close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
}
body.bb-dark-theme .popup button.popup__close:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
}
body.bb-dark-theme .popup h3 {
  color: #F3F2F8;
}
body.bb-dark-theme .title-line::before {
  border-color: #2B2F49;
}
body.bb-dark-theme .title-line p {
  background-color: #1C213D;
  color: #BCBCC8;
}
body.bb-dark-theme .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service):hover > span {
  background: #F3F2F8 !important;
}
body.bb-dark-theme .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service):hover > span svg path {
  fill: #171C38;
}
body.bb-dark-theme .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service) > span {
  background: none !important;
  border-color: #F3F2F8;
}
body.bb-dark-theme .addtoany_shortcode .addtoany_list > a:not(.addtoany_special_service) > span svg path {
  fill: #F3F2F8;
}
body.bb-dark-theme.page-id-17, body.bb-dark-theme.page-template-page-lost-password {
  background-color: #232742;
}
body.bb-dark-theme.page-id-17 .site-header, body.bb-dark-theme.page-template-page-lost-password .site-header {
  border-color: #2B2F49;
}
body.bb-dark-theme.bb-template-v2 .eff-back-transactions-wrap .dashicons {
  background-image: url(../img/btn-arrow-left.svg);
}
body.bb-dark-theme.bb-template-v2 .eff-back-transactions-wrap a {
  background: rgba(50, 104, 103, 0.23);
  color: #019592;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M1 10.5L5 6L1 1.5' stroke='%23F3F2F8' stroke-linecap='square'/%3E%3C/svg%3E");
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status {
  color: #5CB1AF;
  background: #1F3447;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status.llms-pending {
  background-color: rgba(245, 176, 71, 0.12);
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status.llms-pending::before {
  background-color: #D3AC71;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-title .llms-status::before {
  background-color: #5CB1AF;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table {
  background: #171C38;
  border-color: #2B2F49;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table tr:nth-child(4) td:last-child {
  color: #9294B0;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table tr:nth-child(4) td:last-child .lifterlms-price {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td, body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th {
  color: #F3F2F8;
  background-color: #171C38;
  border-color: #2B2F49;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td:nth-child(1), body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th:nth-child(1) {
  color: #9294B0;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td a, body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table th a {
  color: #017374;
}
body.bb-dark-theme.bb-template-v2 .llms-student-dashboard.orders .llms-student-dashboard__frame .llms-view-order .order-primary .orders-table td {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new p {
  color: #BCBCC8;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form:not(.focus-in) {
  background: #171C38;
  border-color: #2B2F49;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form:not(.focus-in):hover .whats-new-form-header {
  background-color: transparent;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form:not(.focus-in) #whats-new::before {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form:not(.focus-in) #whats-new-toolbar {
  background: #252840;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form:not(.focus-in) #whats-new-toolbar [class*=" bb-icon-"] {
  color: #019592;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form:not(.focus-in) #whats-new-toolbar [class*=" bb-icon-"].bb-icon-camera::after {
  color: #019592;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in {
  background: #252840;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #activity-header {
  border-color: #2B2F49;
  background-color: #252840;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #activity-header h3 {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #activity-header .bb-icon-times::before {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #editor-toolbar {
  border-top-color: #2B2F49;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #whats-new-textarea #whats-new {
  background-color: #252840;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #user-status-huddle a.activity-post-user-name {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #bp-activity-privacy-point {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #bp-activity-privacy-point * {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #bp-activity-privacy-point .privacy-point-icon::before {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #bp-activity-privacy-point .bb-icon-caret-down {
  background-image: url(../img/caret-down.svg);
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"] {
  color: #019592;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in .whats-new-form-footer {
  background: #252840;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in .whats-new-form-footer #whats-new-toolbar a [class*=" bb-icon-"] {
  color: #019592;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in .whats-new-form-footer #whats-new-toolbar a [class*=" bb-icon-"].bb-icon-camera::after {
  color: #019592;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in .whats-new-form-footer #activity-form-submit-wrapper #whats-new-submit input#discard-draft-activity {
  color: #017374 !important;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in .whats-new-form-footer #activity-form-submit-wrapper #whats-new-submit input#aw-whats-new-submit {
  background-color: #017374;
  border-color: #017374;
}
body.bb-dark-theme #buddypress .activity-update-form #whats-new-form.activity-form.focus-in .whats-new-form-footer #activity-form-submit-wrapper #whats-new-submit input#aw-whats-new-submit:hover {
  background-color: transparent;
  color: #017374;
}
body.bb-dark-theme #buddypress .activity-update-form.modal-popup {
  background-color: rgba(6, 10, 56, 0.3);
}
body.bb-dark-theme #buddypress .activity-update-form.modal-popup .privacy-status-form-body .bp-activity-privacy__label:hover {
  background-color: #252840;
}
body.bb-dark-theme #buddypress .activity-update-form.modal-popup .privacy-status-form-body .bp-activity-privacy__label .privacy-figure {
  color: #F3F2F8;
  background-color: #101534;
}
body.bb-dark-theme #buddypress .activity-update-form.modal-popup .privacy-status-form-body .bp-activity-privacy__label .privacy-label {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-update-form.modal-popup .privacy-status-form-body .bp-activity-privacy__label .privacy-sub-label {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-update-form.modal-popup .privacy-status-form-body .bp-activity-privacy__label .privacy-radio input[type=radio]:checked + span::before {
  border-color: #017374;
}
body.bb-dark-theme #buddypress .activity-update-form.modal-popup .privacy-status-form-body .bp-activity-privacy__label .privacy-radio input[type=radio]:checked + span::after {
  background-color: #017374;
}
body.bb-dark-theme #buddypress .activity-update-form.modal-popup .privacy-status-form-body .bp-activity-privacy__label .privacy-radio input[type=radio] + span::before {
  border-color: #F3F2F8;
}
body.bb-dark-theme #buddypress .bp-nouveau-activity-form-placeholder- #whats-new-placeholder::before {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder {
  background: #171C38;
  border-color: #2B2F49;
}
body.bb-dark-theme #buddypress .bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar {
  background: #252840;
}
body.bb-dark-theme #buddypress .bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar [class*=" bb-icon-"] {
  color: #019592;
}
body.bb-dark-theme #buddypress .bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar [class*=" bb-icon-"].bb-icon-camera::after {
  color: #019592;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item {
  background: #171C38;
  border-color: #2B2F49;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments > ul {
  border-top-color: #2B2F49;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-header {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-header a {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-header p:not(.activity-date) a:nth-child(1) {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-header p.activity-date a {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bb-activity-more-options-wrap .bb-activity-more-options {
  background: #232742;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bb-activity-more-options-wrap .bb-activity-more-options:hover .generic-button a {
  color: #C33440;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bb-activity-more-options-wrap .bb-activity-more-options:hover .generic-button a::before {
  color: #C33440;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a {
  background-color: transparent !important;
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a::before {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bb-activity-more-options-wrap .bb-activity-more-options-action i {
  background-image: url(../img/dots-dc.svg);
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bp-generic-meta.action {
  border-color: #2B2F49;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bp-generic-meta.action .generic-button a {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bp-generic-meta.action .generic-button a.unfav::before {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bp-generic-meta.action .generic-button a .dashicons.dashicons-update {
  background-image: url(../img/reload-dc.svg);
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bp-generic-meta.action .generic-button a span:not(.bp-screen-reader-text):not(.dashicons) {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .bp-generic-meta.action .generic-button a.acomment-reply::before {
  background-image: url(../img/comment-dc.svg);
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item.bbp_topic_create .activity-content .activity-inner {
  background: #232742;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap {
  background: #232742;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a {
  color: #171C38;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item.bbp_topic_create .activity-content .activity-inner .bb-content-inr-wrap {
  background: #232742;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item.bbp_topic_create .activity-content .activity-inner .bb-content-inr-wrap p {
  color: #BCBCC8;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item.bbp_topic_create .activity-content .activity-inner .activity-inner-meta {
  border-color: #2B2F49;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item.bbp_topic_create .activity-content .activity-inner .activity-inner-meta .generic-button a {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item.bbp_topic_create .activity-content .activity-inner .activity-inner-meta .generic-button a span {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item.bbp_topic_create .activity-content .activity-inner .activity-inner-meta .generic-button a span::before {
  color: #171C38;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner {
  border-color: #2B2F49;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner p {
  color: #BCBCC8;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner .gamipress-achievement, body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner .gamipress-points-award {
  background: #232742;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner .gamipress-achievement .gamipress-achievement-description, body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner .gamipress-achievement .gamipress-points-type-description, body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner .gamipress-points-award .gamipress-achievement-description, body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner .gamipress-points-award .gamipress-points-type-description {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner .gamipress-achievement .gamipress-achievement-description p, body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner .gamipress-achievement .gamipress-points-type-description p, body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner .gamipress-points-award .gamipress-achievement-description p, body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-inner .gamipress-points-award .gamipress-points-type-description p {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .has-likes .activity-state-likes {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments .ac-form {
  background: #252840;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments .ac-form .ac-reply-content .ac-textarea .ac-input[contenteditable=true] {
  background: #171C38;
  color: #BCBCC8;
  border-color: #2B2F49;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments .ac-form .ac-reply-content .ac-textarea .ac-reply-toolbar .post-elements-buttons-item .ac-reply-media-button i::before {
  color: #019592;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments .ac-form .ac-reply-content .ac-textarea .ac-reply-toolbar .post-elements-buttons-item .ac-reply-media-button i::after {
  color: #019592;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments .ac-form .ac-reply-content input[type=submit] {
  background-color: #017374;
  border-color: #017374;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments .ac-form .ac-reply-content input[type=submit]:hover {
  background-color: transparent;
  color: #017374;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments .ac-form .ac-reply-content .ac-reply-cancel {
  color: #017374;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments ul li .acomment-meta .author-name {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments ul li .acomment-meta .activity-time-since {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments ul li .acomment-content {
  color: #BCBCC8;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments ul li .acomment-content p {
  color: #BCBCC8;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments ul li .bp-generic-meta.action .generic-button a.acomment-reply {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .activity-list.bp-list .activity-item .activity-comments ul li .bp-generic-meta.action .generic-button a.acomment-reply::before {
  background-image: url(../img/reply-dc.svg);
}
body.bb-dark-theme #whats-new-textarea [contenteditable=true]:empty:before, body.bb-dark-theme #whats-new-textarea-placeholder [contenteditable=true]:empty:before {
  color: #9294B0;
}
body.bb-dark-theme .atwho-view {
  background: #F3F2F8;
  border-color: #2B2F49;
}
body.bb-dark-theme .atwho-view ul li.cur {
  background-color: #252840;
}
body.bb-dark-theme .atwho-view ul li .username {
  color: #9294B0;
}
body.bb-dark-theme .atwho-view ul li small {
  color: #171C38;
}
body.bb-dark-theme div.dropzone .dz-preview .dz-image {
  background-color: #171C38;
}
body.bb-dark-theme div.dropzone .dz-remove {
  background-color: #171C38;
  background-image: url(../img/remove-green.svg);
  box-shadow: 8px 8px 20px rgba(12, 50, 116, 0.04);
}
body.bb-dark-theme div.dropzone .dz-default {
  border-color: #2B2F49 !important;
  background: #171C38;
}
body.bb-dark-theme div.dropzone .dz-default .dz-button, body.bb-dark-theme div.dropzone .dz-default .dz-button:hover {
  color: #F3F2F8 !important;
}
body.bb-dark-theme div.dropzone .dz-default .dz-button::before, body.bb-dark-theme div.dropzone .dz-default .dz-button:hover::before {
  background: rgba(206, 207, 220, 0.2);
  color: #F3F2F8;
}
body.bb-dark-theme div.dropzone .dz-default .dz-button > strong, body.bb-dark-theme div.dropzone .dz-default .dz-button:hover > strong {
  color: #9294B0;
  opacity: 0.4;
}
body.bb-dark-theme #buddypress .change-avatar .bp-avatar-status .files .filename {
  color: #9294B0;
}
body.bb-dark-theme #buddypress .change-avatar .bp-avatar-status .bp-progress {
  background: #2B2F49;
}
body.bb-dark-theme #buddypress .change-avatar .bp-avatar-status .bp-bar {
  background: #017374;
}
body.bb-dark-theme.buddypress .buddypress-wrap #avatar-crop-actions button {
  background-color: #017374;
  border-color: #036063;
}
body.bb-dark-theme.buddypress .buddypress-wrap #avatar-crop-actions button::after {
  background-color: #036063;
  background-image: url(../img/check.svg);
}
body.bb-dark-theme.buddypress .buddypress-wrap #avatar-crop-actions a.avatar-crop-cancel {
  color: #017374;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field.has-value.green label {
  color: #017374;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field.has-value.green input {
  border-color: #019592;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field.has-value label {
  color: #9294B0;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field.has-value label::before {
  border-color: #171C38;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field label {
  color: #9294B0;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field input {
  border-color: #2B2F49;
  color: #BCBCC8;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field input::placeholder {
  color: #9294B0;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field.type-select label::before {
  border-color: #171C38;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field.type-select .select2 .selection .select2-selection {
  border-color: #2B2F49;
  background: #171C38;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field.type-select .select2 .selection .select2-selection .select2-selection__rendered {
  color: #BCBCC8;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field.type-select .select2 .selection .select2-selection .select2-selection__arrow {
  background-image: url(../img/arrow-down-dc.svg);
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field .llms-field-html#llms-field-toggle--email a.llms-toggle-fields {
  background-image: url(../img/change-email.svg);
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field .llms-field-html#llms-field-toggle--password a.llms-toggle-fields {
  background-image: url(../img/change-psw.svg);
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field .llms-field-html a.llms-toggle-fields {
  color: #017374;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field .llms-field-html a.llms-toggle-fields[data-is-showing=yes] {
  background: rgba(255, 255, 255, 0.09) !important;
  color: #019592;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-form-field .llms-password-strength-meter + .llms-description {
  color: #9294B0;
  background-image: url(../img/info-empty.svg);
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-field-button {
  background-color: #017374;
  border-color: #036063;
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-field-button::after {
  background-color: #036063;
  background-image: url(../img/check.svg);
}
body.bb-dark-theme .llms-person-form-wrapper .llms-person-form.edit-account .llms-form-fields .llms-field-button:hover {
  background-color: transparent;
  color: #017374;
}
body.bb-dark-theme .select2-container .select2-dropdown {
  background: #171C38;
  border-color: #1E2341;
  box-shadow: 0px 4px 15px rgba(9, 15, 82, 0.03);
}
body.bb-dark-theme .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
  border-color: #2B2F49;
  color: #BCBCC8;
}
body.bb-dark-theme .select2-container .select2-dropdown .select2-results__option {
  color: #F3F2F8;
}
body.bb-dark-theme .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #232742;
  color: #F3F2F8;
}
body.bb-dark-theme div.bp-avatar-status p.success {
  background-color: #171C38;
  border-color: #2B2F49;
  border-left-color: #017374;
  color: #BCBCC8;
}
body.bb-dark-theme .llms-form-fields .llms-form-field.has-value.green label:not(.checkbox-label) {
  color: #017374;
}
body.bb-dark-theme .llms-form-fields .llms-form-field.has-value.green input {
  border-color: #019592;
}
body.bb-dark-theme .llms-form-fields .llms-form-field.has-value label:not(.checkbox-label) {
  color: #9294B0;
}
body.bb-dark-theme .llms-form-fields .llms-form-field.has-value label:not(.checkbox-label)::before {
  border-color: #1C213D;
}
body.bb-dark-theme .llms-form-fields .llms-form-field label:not(.checkbox-label) {
  color: #9294B0;
}
body.bb-dark-theme .llms-form-fields .llms-form-field input:not([type=checkbox]):not([type=radio]):not([type=button]) {
  border-color: #2B2F49;
  color: #BCBCC8;
  background-color: #171C38;
}
body.bb-dark-theme .llms-form-fields .llms-form-field input:not([type=checkbox]):not([type=radio]):not([type=button])::placeholder {
  color: #9294B0;
}
body.bb-dark-theme .llms-form-fields .llms-form-field.type-radio input[type=radio]:checked + label::before {
  background-image: radial-gradient(ellipse at center, #017374 0%, #017374 40%, #fafafa 45%);
}
body.bb-dark-theme .llms-form-fields .llms-form-field.type-radio label:not(.checkbox-label) {
  color: #BCBCC8;
}
body.bb-dark-theme .llms-form-fields .llms-form-field input[type=checkbox]:checked + label::before {
  border-color: #017374;
  background-color: #017374;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.21418L3.85714 8.07132L11 0.928467' stroke='white' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.bb-dark-theme .llms-form-fields .llms-form-field input[type=checkbox] + label {
  color: #BCBCC8;
}
body.bb-dark-theme .llms-form-fields .llms-form-field input[type=checkbox] + label::before {
  border-color: #017374;
}
body.bb-dark-theme .llms-form-fields .llms-form-field.type-select label:not(.checkbox-label)::before {
  border-color: #171C38;
}
body.bb-dark-theme .llms-form-fields .llms-form-field.type-select .select2 .selection .select2-selection {
  border-color: #2B2F49;
  background: #171C38;
}
body.bb-dark-theme .llms-form-fields .llms-form-field.type-select .select2 .selection .select2-selection .select2-selection__rendered {
  color: #BCBCC8;
}
body.bb-dark-theme .llms-form-fields .llms-form-field.type-select .select2 .selection .select2-selection .select2-selection__arrow {
  background-image: url(../img/arrow-down-dc.svg);
}
body.bb-dark-theme .llms-form-fields .llms-form-field select {
  color: #9294B0;
  border-color: #2B2F49;
  background-image: url(../img/arrow-select.svg);
  background-color: #171C38;
}
body.bb-dark-theme .llms-form-fields .llms-form-field textarea {
  border-color: #2B2F49;
  background-color: #171C38;
  color: #F3F2F8;
}
body.bb-dark-theme .llms-form-fields .llms-form-field textarea::placeholder {
  color: #9294B0;
}
body.bb-dark-theme.bb-template-v2 .eff-shipping-wrap .eff-heading span {
  color: #017374;
}
body.bb-dark-theme.bb-template-v2 .eff-shi-action-button .shipping-and-continue {
  border-color: #017374;
}
body.bb-dark-theme.bb-template-v2 .eff-shi-action-button .shipping-and-continue:hover, body.bb-dark-theme.bb-template-v2 .eff-shi-action-button .shipping-and-continue:focus {
  background-color: transparent;
  border-color: #017374;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-introduce-heading {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-introduce-heading span:last-child {
  color: #019592;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-support-desc {
  color: #BCBCC8;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-profile-image-wrapper .eff-images-display {
  background: rgba(50, 104, 103, 0.04);
  border-color: #2B2F49;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-profile-image-wrapper .eff-image-upload .eff-open-media-uploader {
  background: #232742;
  border-color: rgba(27, 88, 88, 0.56);
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-profile-image-wrapper .eff-image-upload .eff-open-media-uploader .upload-profile-text {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-profile-image-wrapper .eff-image-upload .eff-open-media-uploader .eff-upload-icon {
  background: #017374;
  border-color: #017374;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-profile-image-wrapper .eff-image-upload .eff-open-media-uploader .eff-upload-icon::before {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-profile-image-wrapper .eff-image-upload .eff-recommended-text {
  color: #9294B0;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-community-check-desc {
  border-color: #2B2F49;
  color: #9294B0;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-action-buttons .btn.eff-skip-for-now {
  background: #232742;
  border-color: #232742;
  color: #017374;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-action-buttons .btn.btn-green input {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .eff-introduce-wrapper .eff-action-buttons .btn.btn-green:hover input {
  color: #017374;
}
body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-link-text {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-calendar-desc {
  color: #BCBCC8;
}
body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-list-buttons > a {
  border-color: #1E424E;
}
body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-list-buttons > a.google_link {
  background-image: url(../img/s3.svg);
}
body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-list-buttons > a.unlink {
  background-color: #243248;
  border-color: #019592;
}
body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-list-buttons .nsl-container.nsl-container-grid .nsl-container-buttons > a {
  border-color: #2B2F49;
}
body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-list-buttons .nsl-container.nsl-container-grid .nsl-container-buttons > a .nsl-button {
  background: transparent !important;
}
body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-list-buttons .nsl-container.nsl-container-grid .nsl-container-buttons > a .nsl-button .nsl-button-label-container {
  color: #BCBCC8;
}
body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .start-task-actions .btn:hover, body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .start-task-actions .btn:focus {
  color: #017374;
  background-color: #F3F2F8;
  border-color: #017374;
}
body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .start-task-actions .btn.skip {
  background: #232742;
  border-color: #2B2F49;
  color: #017374;
}
body.bb-dark-theme.page-template-page-purchase h1 {
  color: #017374;
}
body.bb-dark-theme.page-template-page-purchase h1 span {
  color: #F3F2F8;
}
body.bb-dark-theme.page-template-page-purchase h1 + p {
  color: #BCBCC8;
}
body.bb-dark-theme.page-template-page-purchase h1 + p b {
  color: #017374;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-notice {
  border-color: #2B2F49;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-col {
  border-color: #2B2F49;
  background: #171C38;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-col.llms-col-2 {
  background: #171C38;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-form-heading {
  color: #F3F2F8;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-order-summary li {
  color: #BCBCC8;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-order-summary li span {
  color: #BCBCC8;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-order-summary li span.lifterlms-price, body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-order-summary li span.llms-price-currency-symbol {
  color: #017374;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-coupon-wrapper {
  border-color: #2B2F49;
  color: #BCBCC8;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-coupon-wrapper a {
  color: #017374;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-coupon-wrapper .llms-coupon-entry .llms-form-field.type-button button {
  background: #202540;
  border-color: #202540;
  color: #019592;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-payment-gateways {
  margin: 0;
  width: 100%;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-payment-gateways li {
  color: #BCBCC8;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-payment-gateways li:last-child::after {
  border-color: #2B2F49;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-payment-gateways li #llms-stripe-card-element {
  border-color: #2B2F49;
  background-color: #9294B0;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-payment-gateways li .llms-gateway-description p {
  color: #BCBCC8;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-confirm .llms-form-field #llms_create_pending_order {
  background: #017374;
  border-color: #017374;
  color: #F3F2F8;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-confirm .llms-form-field #llms_create_pending_order:hover {
  background-color: transparent;
  color: #017374;
}
body.bb-dark-theme.page-template-page-purchase .lifterlms .llms-checkout-wrapper .llms-checkout-confirm .llms-form-field #llms_create_pending_order::after {
  background-color: #036063;
  background-image: url(../img/check.svg);
}
body.bb-dark-theme :root {
  --bb-button-radius: 0 !important;
  --bb-secondary-button-background-regular: $dc-green !important;
  --bb-primary-button-border-hover: $dc-green !important;
  --bb-primary-button-background-hover: $dc-white !important;
  --bb-primary-button-text-hover: $dc-green !important;
  --bb-block-radius: 0 !important;
  --bb-secondary-button-text-regular: $dc-green !important;
  --bb-header-links: $dc-blue !important;
}
body.bb-dark-theme.bb-template-v2 .primary-menu .current-menu-ancestor > a, body.bb-dark-theme.bb-template-v2 .primary-menu .current-menu-item > a, body.bb-dark-theme.bb-template-v2 .primary-menu .current-menu-parent > a, body.bb-dark-theme.bb-template-v2 .primary-menu .current_page_item > a {
  color: #F3F2F8 !important;
}
body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-main .llms-lesson-holder .llms-lesson-link .llms-lesson-title {
  color: #BCBCC8;
}
body.bb-dark-theme.profile.public #content::before {
  background-color: #141934;
  background-image: url(../img/profile-logo.svg);
}
body.bb-dark-theme.profile.public #content::after {
  content: "";
  position: absolute;
  background: #171C38;
  width: 100%;
  height: 295px;
  top: 184px;
  z-index: 1;
}
body.bb-dark-theme.profile.public #content #item-header {
  background-color: transparent;
  z-index: 2;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container .profile-block {
  background: #1C213D;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container #item-header-content .member-title-wrap h2 {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container #item-header-content .item-meta {
  color: #9294B0;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container #item-header-content .item-meta span {
  color: #9294B0;
  opacity: 1;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container #item-header-content .item-meta span.separator {
  background-color: rgba(78, 82, 128, 0.4);
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container #item-header-content .small-title .small-title__total li:last-child {
  color: rgba(243, 242, 248, 0.6);
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container #item-header-content .small-title .small-title__total li:last-child a {
  color: rgba(243, 242, 248, 0.6);
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button.requested, body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button.remove {
  color: #017374;
  border-color: #019592;
  background: #232742;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button.requested i, body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button.remove i {
  background: #019592;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button.requested i::before, body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button.remove i::before {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button.remove:hover {
  background-color: #362039;
  border-color: #362039;
  color: #C33440;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button.remove:hover i {
  background-color: rgba(235, 50, 38, 0.2);
  background-image: url(../img/trash.svg);
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button i {
  background: #036063;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button:hover {
  border-color: #017374;
  color: #017374;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container .member-header-actions-wrap .member-header-actions > .generic-button button:hover i::before {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content .profile-block {
  background: #171C38;
}
body.bb-dark-theme.profile.public #content .profile-block.challenges p {
  color: #BCBCC8;
}
body.bb-dark-theme.profile.public #content .profile-block h2 {
  border-color: #2B2F49;
  color: #F3F2F8 !important;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-info {
  padding-top: 110px;
}
body.bb-dark-theme.profile.public #content .public_profile .biography__content {
  color: #BCBCC8;
}
body.bb-dark-theme.profile.public #content .public_profile .biography__content p {
  color: #BCBCC8;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-challenges li a {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-challenges li span {
  background-color: rgba(50, 104, 103, 0.5);
  background-image: url(../img/icon-more-white.svg);
}
body.bb-dark-theme.profile.public #content .public_profile .profile-title {
  color: #FF4F10;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-title::after {
  border-color: #333248;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-title span em {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-targets {
  background: #171C38;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-targets ul li a {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-targets ul li a.active, body.bb-dark-theme.profile.public #content .public_profile .profile-targets ul li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
body.bb-dark-theme.profile.public #content .public_profile .profile-activity__notlogin li {
  border-color: #2B2F49;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-activity__notlogin li:nth-last-child(-n+2) {
  border-color: #2B2F49;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-activity__notlogin li p {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-activity__notlogin li .profile-activity__notlogin-img {
  background: #6C6F8B;
}
body.bb-dark-theme.profile.public #content .public_profile .profile-activity__notlogin li .profile-activity__notlogin-img::after {
  background: url(../img/square-border-dc.svg);
}
body.bb-dark-theme.profile.public #content .public_profile .eff-about .eff-about__left {
  background: #171C38;
}
body.bb-dark-theme.profile.public #content .public_profile .eff-about .eff-about__left .eff-about__left-content h2 {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content .public_profile .eff-about .eff-about__left .eff-about__left-content h2 span {
  color: #FF4F10;
}
body.bb-dark-theme.profile.public #content .public_profile .eff-about .eff-about__left .eff-about__left-content p {
  color: #9294B0;
}
body.bb-dark-theme.profile.public #content .public_profile .eff-about .eff-about__right ol li {
  border-color: #2B2F49;
}
body.bb-dark-theme.profile.public #content .public_profile .eff-about .eff-about__right ol li::before {
  color: #FF4F10;
}
body.bb-dark-theme.profile.public #content .public_profile .eff-about .eff-about__right ol li strong {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content .public_profile .eff-about .eff-about__right ol li p {
  color: #BCBCC8;
}
body.bb-dark-theme.profile.public #content #item-header #cover-image-container #item-header-content.coach h3 {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content .profile-block.trending-challenge .profile-challenges li a p {
  color: #F3F2F8;
}
body.bb-dark-theme.profile.public #content .profile-block.trending-challenge .profile-challenges li a p small {
  color: #BCBCC8;
}
body.bb-dark-theme .created-challenges__list li {
  border-color: #2B2F49;
  background-color: #1C213D;
}
body.bb-dark-theme .created-challenges__list li .btn-green {
  color: #F3F2F8;
  background-color: #017374;
  border-color: #017374;
}
body.bb-dark-theme .created-challenges__list li .btn-green:hover {
  background-color: transparent;
  color: #017374;
}
body.bb-dark-theme .created-challenges__list li:nth-child(1), body.bb-dark-theme .created-challenges__list li:nth-child(5n) {
  border-color: #2B2F49;
}
body.bb-dark-theme .created-challenges__list li .profile-challenges__img {
  background-color: #232742;
  background-image: url(../img/no-image-dc.svg);
}
body.bb-dark-theme .created-challenges__list li h2 {
  color: #F3F2F8;
}
body.bb-dark-theme .created-challenges__list li h2 a {
  color: #F3F2F8;
}
body.bb-dark-theme .created-challenges__list li p {
  color: #BCBCC8;
}
body.bb-dark-theme .created-challenges__list li form {
  border-color: #2B2F49;
}
body.bb-dark-theme.bb-template-v2.groups {
  background-color: #1C213D !important;
}
body.bb-dark-theme.bb-template-v2 #header-cover-image.public__cover {
  background-color: #293A43 !important;
}
body.bb-dark-theme.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__type {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__title {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 #cover-image-container #item-header-cover-image #item-header-content.public__item-header-content .public__meta {
  color: #9294B0;
}
body.bb-dark-theme.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button {
  background: #017374;
  color: #F3F2F8;
  border-color: #017374;
}
body.bb-dark-theme.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button::after {
  background-color: #036063;
  background-image: url(../img/plus.svg);
}
body.bb-dark-theme.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button:hover {
  background-color: transparent;
  color: #017374;
}
body.bb-dark-theme.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button.leave-group {
  border-color: #017374;
  background-color: transparent;
  color: #017374;
}
body.bb-dark-theme.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button.leave-group::after {
  background-color: #017374;
  background-image: url(../img/check.svg);
}
body.bb-dark-theme.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button.leave-group:hover {
  background-color: #362039;
  border-color: #362039;
  color: #C33440;
}
body.bb-dark-theme.bb-template-v2 #cover-image-container #item-header-cover-image .public__button .generic-button button.leave-group:hover::after {
  background-color: rgba(235, 50, 38, 0.2);
  background-image: url(../img/trash.svg);
}
body.bb-dark-theme.bb-template-v2 .public__section .public__section-title {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .public__section .public__section-title::after {
  border-color: #333248;
}
body.bb-dark-theme.bb-template-v2 .public__section .public__section-title span em {
  color: #FF4F10;
}
body.bb-dark-theme.bb-template-v2 .public__section .created-challenges__list li {
  border-color: #2B2F49;
  background-color: #171C38;
}
body.bb-dark-theme.bb-template-v2 .public__section .created-challenges__list li:nth-child(1), body.bb-dark-theme.bb-template-v2 .public__section .created-challenges__list li:nth-child(5n) {
  border-color: #2B2F49;
}
body.bb-dark-theme.bb-template-v2 .public__section .created-challenges__list li .profile-challenges__img {
  background-color: #232742;
  background-image: url(../img/no-image-dc.svg);
}
body.bb-dark-theme.bb-template-v2 .public__section .created-challenges__list li h2 {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .public__section .created-challenges__list li h2 a {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .public__section .created-challenges__list li p {
  color: #BCBCC8;
}
body.bb-dark-theme.bb-template-v2 .public__section .created-challenges__list li .btn-wrap {
  border-color: #2B2F49;
}
body.bb-dark-theme.bb-template-v2 .public__section .created-challenges__list li .btn-wrap .btn {
  background-color: #017374;
  border-color: #017374;
  transition: all 0.5s;
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .public__section .created-challenges__list li .btn-wrap .btn:hover {
  background-color: transparent;
  color: #017374;
}
body.bb-dark-theme.bb-template-v2 .public__block {
  background: #171C38;
}
body.bb-dark-theme.bb-template-v2 .public__block h2 {
  border-color: #2B2F49;
  color: #F3F2F8 !important;
}
body.bb-dark-theme.bb-template-v2 .public__block h2 span {
  color: #FF4F10;
}
body.bb-dark-theme.bb-template-v2 .public__block.trending-challenge .public__list li a p {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .public__block.trending-challenge .public__list li a p small {
  color: #BCBCC8;
}
body.bb-dark-theme.bb-template-v2 .public__block .public__content {
  color: #BCBCC8;
}
body.bb-dark-theme.bb-template-v2 .public__list.moderators-lists li.chief .moderators-lists__img {
  border-color: #FF4F10;
}
body.bb-dark-theme.bb-template-v2 .public__list.moderators-lists li .moderators-lists__img {
  border-color: transparent;
}
body.bb-dark-theme.bb-template-v2 .public__list.moderators-lists li .moderators-lists__info {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .public__list li a {
  color: #171C38;
}
body.bb-dark-theme.bb-template-v2 .public__list li span {
  background-color: rgba(50, 104, 103, 0.5);
  background-image: url(../img/icon-more-white.svg);
}
body.bb-dark-theme.bb-template-v2 .public__targets {
  background: #171C38;
}
body.bb-dark-theme.bb-template-v2 .public__targets ul a {
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2 .public__targets ul a.active, body.bb-dark-theme.bb-template-v2 .public__targets ul a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
body.bb-dark-theme.bb-template-v2.single-associate_product {
  background-color: #1C213D;
}
body.bb-dark-theme.bb-template-v2.single-associate_product #header-cover-image.public__cover {
  background-color: rgba(28, 96, 94, 0.34) !important;
  background-image: url(../img/profile-logo.svg);
}
body.bb-dark-theme.bb-template-v2.single-associate_product .product-info__text p {
  color: #9294B0;
}
body.bb-dark-theme.bb-template-v2.single-associate_product .products-meta a.btn-grey {
  border-color: #202540;
  background-color: #202540;
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2.single-associate_product .products-meta a.btn-grey svg path {
  stroke: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2.single-associate_product .products-meta a.btn-green {
  border-color: #017374;
  color: #F3F2F8;
}
body.bb-dark-theme.bb-template-v2.single-associate_product .products-meta a.btn-green:hover, body.bb-dark-theme.bb-template-v2.single-associate_product .products-meta a.btn-green:focus {
  color: #017374;
}
body.bb-dark-theme.private-challenge-community .course-hero.course-hero-group {
  background-color: #171C38;
}
body.bb-dark-theme.private-challenge-community .course-hero.course-hero-group .btn.btn-grey {
  color: #017374;
}
body.bb-dark-theme.private-challenge-community .course-hero.course-hero-group .btn.btn-grey i::before {
  color: #017374;
}
body.bb-dark-theme.private-challenge-community .group.public .public__section .public__section-title span {
  color: #F3F2F8;
}
body.bb-dark-theme.private-challenge-community .group.public .public__section .public__section-title p {
  color: #F3F2F8;
}
body.bb-dark-theme.private-challenge-community .group.public .public__section#participants .public__section-title span {
  color: #F3F2F8;
}
body.bb-dark-theme.private-challenge-community .group.public .participants__list .participants__list-item {
  border-color: #2B2F49;
  background-color: #171C38;
}
body.bb-dark-theme.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top {
  border-color: #2B2F49;
}
body.bb-dark-theme.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p {
  color: #017374;
}
body.bb-dark-theme.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p img {
  border-color: #9295B1;
  display: none;
}
body.bb-dark-theme.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-top .participants__list-topinfo p img.dark {
  display: block;
}
body.bb-dark-theme.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info {
  box-shadow: 0px 18.1321px 45.3303px rgba(191, 21, 108, 0.05);
}
body.bb-dark-theme.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info::before {
  background: rgba(9, 15, 82, 0.4);
}
body.bb-dark-theme.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text {
  color: #F3F2F8;
}
body.bb-dark-theme.private-challenge-community .group.public .participants__list .participants__list-item .participants__list-info .participants__list-text span {
  color: #171C38;
}
body.bb-dark-theme.private-challenge-community .group.public .leaderboards__list > li {
  border-color: #2B2F49;
  background-color: #171C38;
}
body.bb-dark-theme.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title {
  border-color: #2B2F49;
}
body.bb-dark-theme.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-title span {
  color: #017374;
}
body.bb-dark-theme.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info p {
  color: #F3F2F8;
}
body.bb-dark-theme.private-challenge-community .group.public .leaderboards__list > li .leaderboards__list-users li .leaderboards__list-users-info span {
  color: #9294B0;
}
body.bb-dark-theme.private-challenge-community .social-group-header {
  background: #232742;
}
body.bb-dark-theme.private-challenge-community .social-group-header p {
  color: #017374;
}
body.bb-dark-theme.private-challenge-community .social-group-header .pin {
  background: #393042;
}
body.bb-dark-theme.private-challenge-community .social-group-header .course-hero__completed p {
  color: #017374;
}
body.bb-dark-theme.private-challenge-community .social-group-header .course-hero__completed span {
  background: rgba(50, 104, 103, 0.1);
}
body.bb-dark-theme.private-challenge-community .social-group-header .course-hero__completed span em {
  background-color: #017374;
}
body.bb-dark-theme .header-aside .notification-dropdown {
  background: #171C38;
  border-color: #1E2341;
  box-shadow: 0px 4px 15px rgba(9, 15, 82, 0.03);
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-header {
  border-color: #2B2F49;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-header .title {
  color: #F3F2F8;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-header .title + .mark-read-all {
  color: #017374;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-header .title + .mark-read-all::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='10' y1='0.707107' x2='0.707107' y2='10' stroke='%23BBCBCD' stroke-linecap='square'/%3E%3Cline x1='10.2929' y1='10' x2='0.999999' y2='0.707108' stroke='%23BBCBCD' stroke-linecap='square'/%3E%3C/svg%3E");
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-list {
  color: #F3F2F8;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-list li {
  border-color: #2B2F49;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-list li.bs-item-wrap {
  background-color: transparent;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-list li.bs-item-wrap .notification-content {
  color: #F3F2F8;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-list li.unread:hover {
  background: transparent;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-list li .notification-content a {
  color: #F3F2F8;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-list li .notification-content .posted {
  color: #BCBCC8;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-list li .actions a {
  color: rgba(188, 188, 200, 0.6);
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-footer {
  border-color: #2B2F49;
  background-color: #171C38;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-footer .delete-all {
  color: #017374;
}
body.bb-dark-theme .header-aside .notification-dropdown .notification-footer .delete-all i {
  display: none;
}
body.bb-dark-theme .llms-pointer > .llms-notification {
  box-shadow: 0px 4px 15px rgba(9, 15, 82, 0.03);
}
body.bb-dark-theme .llms-notification .llms-notification-aside {
  display: none;
}
body.bb-dark-theme .llms-notification .llms-notification-dismiss.fa-times-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23090F52' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
body.bb-dark-theme .llms-notification .llms-notification-title {
  color: #171C38;
}
body.bb-dark-theme .llms-notification .llms-notification-body p {
  color: #BCBCC8;
}
body.bb-dark-theme .llms-notification .llms-progress .progress__indicator {
  color: #017374;
}
body.bb-dark-theme .llms-notification .llms-progress .llms-progress-bar {
  background: rgba(50, 104, 103, 0.1);
}
body.bb-dark-theme .eff-calendar-wrap .eff-heading span:nth-child(1), body.bb-dark-theme .eff-calendar-wrap .eff-heading span:nth-child(2), body.bb-dark-theme .eff-calendar-wrap .eff-heading span:nth-child(4), body.bb-dark-theme .eff-calendar-wrap .eff-heading span:nth-child(5) {
  color: #F3F2F8;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content {
    background-color: #171C38;
  }
  body.bb-dark-theme.single-lesson.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-top > li.next-activity::after {
    border-right-color: #2B2F49;
  }
  body.bb-dark-theme.single.single-course .course-hero__left .course-coaches .course-coaches__list::after {
    background: linear-gradient(270deg, #1C213D 35.75%, rgba(28, 33, 61, 0) 100%);
  }
  body.bb-dark-theme.single.single-course .course-tabs .course-tabs__horizontal .nav-tabs > li.active, body.bb-dark-theme .single.single-course .course-tabs .course-tabs__horizontal .nav-tabs > li:hover {
    background: none;
  }
}
@media (max-width: 767px) {
  body.bb-dark-theme .bb-left-panel-mobile {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='18' viewBox='0 0 28 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.28 1H27M8.28 9H27M8.28 17H27M1 1H3.08M1.00102 9H3.08022M1.00102 17H3.08022' stroke='%23797C8C' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  body.bb-dark-theme .site-title img.bb-mobile-logo {
    display: none;
  }
  body.bb-dark-theme .site-title img.bb-mobile-logo.bb-mobile-logo-dark {
    display: block;
  }
  body.bb-dark-theme .bb-mobile-header .header-aside span:not(.count) {
    background-color: #101534;
  }
  body.bb-dark-theme .bb-mobile-header .bb-left-panel-icon-wrap {
    display: flex;
    align-items: center;
  }
  body.bb-dark-theme .profile-tabs li.active a {
    background-color: rgba(232, 233, 239, 0.1);
    color: #F3F2F8;
  }
  body.bb-dark-theme .profile-tabs a {
    background-color: #171C38;
    color: #616480;
  }
  body.bb-dark-theme .close-profile {
    background-color: #101534;
  }
  body.bb-dark-theme .site-header {
    border-bottom-color: #171C38;
  }
  body.bb-dark-theme.single-lesson.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content {
    background: #171C38;
  }
  body.bb-dark-theme.bb-template-v2.groups #cover-image-container #item-header-cover-image .group-actions-absolute .show-popup {
    background-color: #017374;
    border: none;
  }
  body.bb-dark-theme.single.single-course .course-hero__left .course-coaches .course-coaches__list::after {
    background: linear-gradient(270deg, #1C213D 35.75%, rgba(28, 33, 61, 0) 100%);
  }
  body.bb-dark-theme.single.single-course .course-challenge .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main .llms-lesson-holder .llms-lesson-status::before {
    background-color: #2B2F49;
  }
  body.bb-dark-theme.single.single-course .course-hero .course-btns li .btn.btn-bordered {
    background-color: #232742;
    border-color: #2F3D51;
  }
  body.bb-dark-theme.single.single-course .course-hero .course-btns li .btn.btn-bordered .icon {
    background-color: #017374;
  }
  body.bb-dark-theme.single.single-course .course-tabs .course-tabs__horizontal .nav-tabs > li.active, body.bb-dark-theme .single.single-course .course-tabs .course-tabs__horizontal .nav-tabs > li:hover {
    background: none;
  }
}
body.bb-dark-theme .section-firstMain {
  background-image: url(../img/home/man-traveler-with-backpack-mountaineering-travel-lifestyle-concept-dc.png);
}
body.bb-dark-theme .section-firstMain__title {
  color: #F3F2F8;
}
body.bb-dark-theme .section-firstMain__title .green {
  color: #017374;
}
body.bb-dark-theme .section-firstMain__desc {
  color: #F3F2F8;
}
body.bb-dark-theme .section-firstMain__list-item {
  background: #171C38;
  border-color: #2B2F49;
}
body.bb-dark-theme .section-firstMain__list-item .box-header {
  border-bottom-color: #2B2F49;
}
body.bb-dark-theme .section-firstMain__list-item .box-header__information .name {
  color: #F3F2F8;
}
body.bb-dark-theme .section-firstMain__list-item .box-header__information ul li a {
  color: #9294B0;
}
body.bb-dark-theme .section-firstMain__list-item .box-body__information ul li {
  border-bottom-color: #2B2F49;
}
body.bb-dark-theme .section-firstMain__list-item .box-body__information ul li .number {
  color: #F3F2F8;
}
body.bb-dark-theme .section-firstMain__list-item .box-body__information ul li .name {
  color: #BCBCC8;
}
body.bb-dark-theme .section-firstMain__list-item .box-body__information .title {
  color: #F3F2F8;
}
body.bb-dark-theme .section-firstMain__list-item .box-body__information .title a {
  color: #F3F2F8;
}
body.bb-dark-theme .section-stepByStep__title {
  color: #F3F2F8;
}
body.bb-dark-theme .section-stepByStep__title .green {
  color: #017374;
}
body.bb-dark-theme .section-stepByStep__title .red {
  color: #FF4F10;
}
body.bb-dark-theme .section-stepByStep__desc {
  color: #9294B0;
}
body.bb-dark-theme .section-stepByStep__infoMain {
  background: #171C38;
  border-color: #2B2F49;
}
body.bb-dark-theme .section-stepByStep__infoMain .title {
  color: #F3F2F8;
}
body.bb-dark-theme .section-stepByStep__infoMain .title .green {
  color: #017374;
}
body.bb-dark-theme .section-stepByStep__list-item {
  background: #171C38;
  border-color: #2B2F49;
}
body.bb-dark-theme .section-stepByStep__list-item .title {
  background: #1B2F44;
  color: #017374;
}
body.bb-dark-theme .section-stepByStep__list-item .box-user__info .name {
  color: #F3F2F8;
}
body.bb-dark-theme .section-organized {
  background: #171C38;
}
body.bb-dark-theme .section-organized__title {
  color: #F3F2F8;
}
body.bb-dark-theme .section-organized__title .green {
  color: #017374;
}
body.bb-dark-theme .section-organized__title .red {
  color: #FF4F10;
}
body.bb-dark-theme .section-organized__desc {
  color: #9294B0;
}
body.bb-dark-theme .section-organized__list .section-organized__list-item:nth-child(1) svg path:nth-child(1) {
  fill: #F3F2F8;
}
body.bb-dark-theme .section-organized__list .section-organized__list-item:nth-child(1) svg path:last-child {
  stroke: #F3F2F8;
  opacity: 1;
}
body.bb-dark-theme .section-organized__list .section-organized__list-item:nth-child(2) svg path:nth-child(1) {
  fill: #F3F2F8;
}
body.bb-dark-theme .section-organized__list .section-organized__list-item:nth-child(2) svg path:nth-child(3) {
  stroke: #F3F2F8;
  opacity: 1;
}
body.bb-dark-theme .section-organized__list .section-organized__list-item:nth-child(3) svg g path:nth-child(3), body.bb-dark-theme .section-organized__list .section-organized__list-item:nth-child(3) svg g path:nth-child(6) {
  fill: #F3F2F8;
}
body.bb-dark-theme .section-organized__list .section-organized__list-item:nth-child(3) svg > path {
  stroke: #F3F2F8;
  opacity: 1;
}
body.bb-dark-theme .section-listChallenge__title {
  color: #F3F2F8;
}
body.bb-dark-theme .section-listChallenge__desc {
  color: #9294B0;
}
body.bb-dark-theme .section-listChallenge__list .item {
  background: #171C38;
  border-color: #2B2F49;
}
body.bb-dark-theme .section-listChallenge__list .item .box-header__name {
  color: #F3F2F8;
}
body.bb-dark-theme .section-listChallenge__list .item .box-header__name a {
  color: #F3F2F8;
}
body.bb-dark-theme .section-listChallenge__list .item .box-header {
  border-bottom-color: #2B2F49;
}
body.bb-dark-theme .section-listChallenge__list .item .box-header__logo {
  border-color: #2B2F49;
}
body.bb-dark-theme .section-listChallenge__list .item .box-body__information ul li {
  border-bottom-color: #2B2F49;
}
body.bb-dark-theme .section-listChallenge__list .item .box-body__information ul li .number {
  color: #F3F2F8;
}
body.bb-dark-theme .section-listChallenge__list .item .box-body__information ul li .name {
  color: #BCBCC8;
}
body.bb-dark-theme .section-listChallenge__list .item .box-body__information .title {
  color: #F3F2F8;
}
body.bb-dark-theme .section-listChallenge__list .item .box-body__information .title a {
  color: #F3F2F8;
}
body.bb-dark-theme .section-listChallenge__list .item .box-header__right .btn.btn-grey {
  background: #272C47;
  color: #F3F2F8;
}
body.bb-dark-theme .section-listChallenge__list .item .box-header__right .btn.btn-grey svg path {
  stroke: #F3F2F8;
}
body.bb-dark-theme .section-track__title {
  color: #F3F2F8;
}
body.bb-dark-theme .section-track__title .green {
  color: #017374;
}
body.bb-dark-theme .section-track__title .red {
  color: #FF4F10;
}
body.bb-dark-theme .section-track__desc {
  color: #9294B0;
}
body.bb-dark-theme .section-track__list .item {
  background: #171C38;
}
body.bb-dark-theme .section-track__list .item__title {
  background: #1B2F44;
  color: #017374;
}
body.bb-dark-theme .section-track__list .item__image {
  border-color: #2B2F49;
}
body.bb-dark-theme .section-textBanner {
  background-image: url(../img/home/textBanner-bg-pc-scaled-dc.jpg) !important;
}
body.bb-dark-theme .section-textBanner__title {
  color: #F3F2F8;
}
body.bb-dark-theme .section-textBanner__title .red {
  color: #FF4F10;
}
body.bb-dark-theme .section-textBanner__desc {
  color: #F3F2F8;
}

span[data-balloon-pos] {
  border-bottom: none;
}

body:not(.bb-dark-theme).llms-pointer.llms-inner .sfwd-light-mode {
  display: flex;
}

body.bb-dark-theme .llms-form-fields .llms-form-field.type-radio input[type=radio]:checked + label::before {
  background-image: radial-gradient(ellipse at center, #018786 0%, #018786 40%, #171c38 45%);
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  body.bb-dark-theme.profile.public #content .public_profile .profile-info {
    padding-top: 7.63vw;
  }
  body.bb-dark-theme.profile.public #content::after {
    height: 20.48vw;
    top: 12.77vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  body.bb-dark-theme.single.single-course .course-completion .small-title, body.bb-dark-theme.single.single-course .course-completion .course-report__list {
    background: #1C213D;
  }
  body.bb-dark-theme.single.single-course .course-report__list > li p {
    background-color: #1C213D;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  body.bb-dark-theme.single-course .course-platforms__small li a button {
    display: none;
  }
  body.bb-dark-theme.profile.public #content .public_profile .profile-info {
    padding-top: 6.63vw;
  }
  body.bb-dark-theme.profile.public #content::after {
    height: 27.43vw;
    top: 18.75vw;
  }
  body.bb-dark-theme.bb-template-v2 .bp-feedback {
    background-color: #171C38 !important;
  }
  body.bb-dark-theme:not(.logged-in).profile.public #content::after {
    height: 22.43vw;
  }
  body.bb-dark-theme.profile.public:not(.logged-in) #content #item-header #cover-image-container .member-header-actions-wrap {
    position: relative;
  }
  body.bb-dark-theme.profile.public:not(.logged-in) #content #item-header #cover-image-container .member-header-actions-wrap::before {
    content: "";
    position: absolute;
    width: calc(100% + 8vw);
    left: -3vw;
    top: 3vw;
    background: #171C38;
    height: 100%;
  }
  #completion .small-title h3 {
    display: block;
  }
}
@media (max-width: 767px) {
  body.bb-dark-theme.profile.public:not(.logged-in) #content #item-header #cover-image-container .member-header-actions-wrap {
    position: relative;
  }
  body.bb-dark-theme.profile.public:not(.logged-in) #content #item-header #cover-image-container .member-header-actions-wrap::before {
    content: "";
    position: absolute;
    width: calc(100% + 11vw);
    left: -5.3vw;
    top: 6vw;
    background: #171C38;
    height: 100%;
  }
  body.bb-dark-theme.single.single-course .course-completion .small-title, body.bb-dark-theme.single.single-course .course-completion .course-report__list {
    background: #1C213D;
  }
  body.bb-dark-theme.single.single-course .course-report__list > li p {
    background-color: #1C213D;
  }
  body.bb-dark-theme.single.single-course .course-tabs__vertical .nav-tabs li a {
    border-color: #2B2F49;
  }
  body.bb-dark-theme.single.single-course .course-tabs__vertical .nav-tabs.mobile:nth-child(1) {
    border-color: #2B2F49;
  }
  body.bb-dark-theme.single.single-course .course-tabs__vertical .nav-tabs li.active a {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='17' viewBox='0 0 30 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 15.5L15 1.5L29 15.5' stroke='%23F3F2F8' stroke-linecap='square'/%3E%3C/svg%3E");
  }
  body.bb-dark-theme.single-course .course-platforms__small li a button {
    display: none;
  }
  body.bb-dark-theme.profile.public #content .public_profile .profile-info {
    padding-top: 13.63vw;
  }
  body.bb-dark-theme.profile.public #content::after {
    height: 59.19vw;
    top: 29.75vw;
  }
  body.bb-dark-theme:not(.logged-in).profile.public #content::after {
    height: 38.19vw;
  }
  .profile.public #content #item-header #cover-image-container #item-header-content {
    min-height: auto;
  }
  .single.single-course .course-tabs .course-tabs__horizontal .nav-tabs a.tablet.product-link {
    display: block;
    height: 80px;
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .chart-wrapper {
    margin-top: 0 !important;
  }
}
header .bb-left-panel-icon-wrap {
  display: flex;
  align-items: center;
}

body.home.bb-dark-theme.profile.public #content::after {
  display: none;
}

body.bb-dark-theme .eff-calendar-wrap .eff-heading span:nth-child(3), body.bb-dark-theme .eff-calendar-wrap .eff-heading span:nth-child(6) {
  color: #019592;
}

body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-list-buttons > a.microsoft_link {
  background-image: url(../img/microsoft-full-dc.svg);
}

body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-list-buttons > a.google_link {
  background-image: url(../img/s3-dc.svg);
}

body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-list-buttons > a:hover button, body.bb-dark-theme.bb-template-v2 .eff-calendar-wrap .eff-list-buttons > a:hover:not(.todoist) {
  background-color: rgba(68, 122, 121, 0.19);
}

@media (max-width: 1024px) {
  #header-aside #header-notifications-dropdown-elem {
    display: none;
  }
}
body.bb-dark-theme .llms-sd-section__blank p {
  color: #F3F2F8;
}

#buddypress .bb_more_options .bb_more_options_list .generic-button > button:hover, #buddypress .bb_more_options .bb_more_options_list a:hover, #buddypress .bb_more_options .bb_more_options_list button:hover, .bb_more_options .bb_more_options_list .generic-button > button:hover, .bb_more_options .bb_more_options_list a:hover, .bb_more_options .bb_more_options_list button:hover {
  background-color: transparent !important;
}

.bb_more_options .bb_more_options_list a.view-profile::before {
  content: "\ee69";
}

#buddypress .bb_more_options .bb_more_options_list a.remove::before {
  content: "\ef48";
}

a.user-link {
  height: auto;
}

#item-header .bb-remove-connection.bb-action-popup {
  display: none !important;
}

#buddypress .bb-remove-connection .modal-wrapper {
  max-width: 532px;
}
#buddypress .bb-remove-connection .modal-wrapper .modal-container {
  box-shadow: none;
  border-color: #E8E9EF;
  padding: 0 30px;
}
#buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-header {
  padding: 30px 0 18px;
  border-bottom-color: #E8E9EF;
  margin: 0;
}
#buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-header h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #090F52;
}
#buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-action-popup-content {
  padding: 22px 30px;
}
#buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-action-popup-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5D5E6A;
}
#buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-action-popup-content p a {
  color: #017374;
}
#buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-footer {
  background: rgba(249, 249, 251, 0.6);
  border: none;
  display: flex;
  justify-content: space-between;
}
#buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-footer > a {
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
  padding: 9px;
  transition: all 0.5s;
  width: 50%;
  text-align: center;
  border: 1px solid #017374;
}
#buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-footer > a.bb-close-action-popup {
  border-color: #ECF2F2;
  color: #98B2B3;
}
#buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-footer > a.bb-close-action-popup:hover {
  background-color: #017374;
  border-color: #017374;
  color: #FFFFFF;
}
#buddypress .bb-remove-connection .bb-model-close-button > span[class*=bb-icon] {
  color: #090F52;
  opacity: 0.4;
}

body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container {
  border-color: #2B2F49;
  background-color: #171C38;
}
body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-header {
  border-bottom-color: #2B2F49;
  background: #171C38;
}
body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-header h4 {
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-action-popup-content p {
  color: #BCBCC8;
}
body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-action-popup-content p a {
  color: #017374;
}
body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-footer {
  background: #1C213D;
}
body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-footer > a {
  border: 1px solid #017374;
}
body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-footer > a.bb-confirm-remove-connection {
  background-color: #017374;
  border-color: #017374;
}
body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-footer > a.bb-confirm-remove-connection:hover {
  background-color: transparent;
  color: #017374;
}
body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-footer > a.bb-close-action-popup {
  border-color: #2B2F49;
  color: #017374;
}
body.bb-dark-theme #buddypress .bb-remove-connection .modal-wrapper .modal-container .bb-model-footer > a.bb-close-action-popup:hover {
  background-color: #017374;
  border-color: #017374;
  color: #F3F2F8;
}
body.bb-dark-theme #buddypress .bb-remove-connection .bb-model-close-button > span[class*=bb-icon] {
  color: #F3F2F8;
}

.tax-course_cat form {
  margin-bottom: 0;
  padding: 0;
}
.tax-course_cat #content > .container {
  max-width: 100%;
  padding: 0 !important;
}
.tax-course_cat .wrapper {
  max-width: 1440px;
  padding: 0 41px;
}
.tax-course_cat .topic-hero {
  position: relative;
  padding: 76px 0 97px;
  overflow: hidden;
}
.tax-course_cat .topic-hero::before {
  content: "";
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), rgba(249, 249, 251, 0.56);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.tax-course_cat .topic-hero > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  object-fit: cover;
}
.tax-course_cat .topic-hero .wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.tax-course_cat .topic-hero .topic-hero__left {
  max-width: 384px;
}
.tax-course_cat .topic-hero .topic-hero__left h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 105%;
  letter-spacing: 0.01em;
  margin: 0 0 12px;
  color: #017374;
}
.tax-course_cat .topic-hero .topic-hero__left h1 span {
  color: #F54100;
}
.tax-course_cat .topic-hero .topic-hero__left h1 em {
  color: #090F52;
}
.tax-course_cat .topic-hero .topic-hero__left h1 + p {
  font-size: 16px;
  line-height: 24px;
  color: #090F52;
  margin: 0;
}
.tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons {
  margin: 22px 0 33px;
  padding: 0;
  list-style: none;
}
.tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #017374;
  align-items: center;
  margin-bottom: 8px;
}
.tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li:last-child {
  margin-bottom: 0;
}
.tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li .topic-hero__icons-img {
  width: 32px;
  height: 32px;
  padding: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15' filter='url(%23filter0_b_4727_19353)'%3E%3Cpath d='M26.6485 1H32.9999V6.83022M7.35155 32.7387H1.00005L1.00005 26.9085M1 7.55221L1 1.19959L6.82919 1.19959M33 26.6474V33H27.1708' stroke='%23326867'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_4727_19353' x='-3.5' y='-3.5' width='41' height='41' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_4727_19353'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_4727_19353' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  margin-right: 13px;
}
.tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li figure {
  width: 26px;
  height: 26px;
  background-color: #017374;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li p {
  margin: 0;
}
.tax-course_cat .topic-hero .topic-hero__left .btn {
  min-width: 253px;
}
.tax-course_cat .topic-hero .topic-hero__right {
  min-width: 651px;
}
.tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title {
  display: flex;
  background-color: #ECF2F2;
  padding: 12px 33px;
  align-items: center;
}
.tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title .icon-section-title__img {
  width: 49px;
  height: 36px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='36' viewBox='0 0 49 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.0702 36L49 0H7.90689L0 36H41.0702Z' fill='%23BBCBCD'/%3E%3Cpath d='M41.0657 35.9999L47.9012 5H12.635L5.84375 35.9999H41.0657Z' fill='%236E9493'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title .icon-section-title__img svg {
  margin-left: 6px;
  margin-top: 6px;
  max-width: 16px;
}
.tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title h2 {
  margin: 6px 0 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 105%;
  letter-spacing: 0.02em;
  color: #017374;
}
.tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title h2 span {
  color: #F54100;
}
.tax-course_cat .section-firstMain__list {
  margin: 0 -8px;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list {
    margin: 0 -0.5555555556vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list {
    margin: 0 -1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list {
    margin: 0;
  }
}
.tax-course_cat .section-firstMain__list-item {
  background: #FFFFFF;
  border: 1px solid #F0F1F5;
}
.tax-course_cat .section-firstMain__list-item .box-header {
  border-bottom: 1px solid #ECF2F2;
  padding: 20px 32px;
  gap: 10px;
  display: flex;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-header {
    padding: 1.3888888889vw 2.2222222222vw;
    gap: 0.6944444444vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-header {
    padding: 1.8229166667vw 2.0833333333vw;
    gap: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-header {
    padding: 3.7333333333vw 4.2666666667vw;
    gap: 2.6666666667vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-header__avatar {
  width: 42px;
  height: 42px;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-header__avatar {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-header__avatar {
    width: 5.46875vw;
    height: 5.46875vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-header__avatar {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tax-course_cat .section-firstMain__list-item .box-header__information .name {
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #090F52;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-header__information .name {
    margin-bottom: 0.2777777778vw;
    font-size: 0.9722222222vw;
    line-height: 1.25vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-header__information .name {
    margin-bottom: 0.5208333333vw;
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-header__information .name {
    margin-bottom: 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-header__information ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tax-course_cat .section-firstMain__list-item .box-header__information ul li {
  display: flex;
}
.tax-course_cat .section-firstMain__list-item .box-header__information ul li:last-child:after {
  display: none;
}
.tax-course_cat .section-firstMain__list-item .box-header__information ul li:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #ECF2F2;
  display: block;
  margin: 0 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-header__information ul li:after {
    height: 1.1111111111vw;
    margin: 0 0.5555555556vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-header__information ul li:after {
    height: 2.0833333333vw;
    margin: 0 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-header__information ul li:after {
    height: 4.2666666667vw;
    margin: 0 2.1333333333vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-header__information ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #5D5E6A;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-header__information ul li a {
    font-size: 0.9027777778vw;
    line-height: 1.1111111111vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-header__information ul li a {
    font-size: 1.6927083333vw;
    line-height: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-header__information ul li a {
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-header__information ul li a:hover {
  opacity: 1;
}
.tax-course_cat .section-firstMain__list-item .box-body {
  padding: 25px 32px 32px;
  gap: 21px;
  display: flex;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-body {
    padding: 1.7361111111vw 2.2222222222vw 2.2222222222vw;
    gap: 1.4583333333vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-body {
    padding: 1.8229166667vw 2.0833333333vw 2.0833333333vw;
    gap: 1.5625vw;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-body {
    padding: 3.7333333333vw 4.2666666667vw 4.2666666667vw;
    gap: 3.2vw;
    flex-direction: column;
  }
}
.tax-course_cat .section-firstMain__list-item .box-body__image {
  width: 271px;
  height: 209px;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-body__image {
    width: 18.8194444444vw;
    height: 14.5138888889vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-body__image {
    width: 100%;
    height: 20.703125vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-body__image {
    width: 100%;
    height: 42.4vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-body__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tax-course_cat .section-firstMain__list-item .box-body__information {
  flex: 1 0;
  display: flex;
  flex-direction: column;
}
.tax-course_cat .section-firstMain__list-item .box-body__information .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #090F52;
  margin-bottom: 22px;
  min-height: 44px;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information .title {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
    margin-bottom: 1.5277777778vw;
    min-height: 3.0555555556vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information .title {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    margin-bottom: 1.8229166667vw;
    min-height: 5.7291666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information .title {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    margin-bottom: 3.7333333333vw;
    min-height: 11.7333333333vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-body__information ul {
  margin: 0 0 22px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul {
    margin: 0 0 1.5277777778vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul {
    margin: 0 0 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul {
    margin: 0 0 4.8vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-body__information ul li {
  padding-bottom: 2px;
  border-bottom: 1px solid #ECF2F2;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul li {
    padding-bottom: 0.1388888889vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul li {
    padding-bottom: 0.2604166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul li {
    padding-bottom: 0.8vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-body__information ul li .number {
  margin-bottom: 4px;
  font-family: "Manrope", sans-serif !important;
  font-weight: 500;
  font-size: 28px;
  line-height: 105%;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #017374;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul li .number {
    margin-bottom: 0.2777777778vw;
    font-size: 1.9444444444vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul li .number {
    margin-bottom: 0.5208333333vw;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul li .number {
    margin-bottom: 1.0666666667vw;
    font-size: 6.4vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-body__information ul li .name {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #5D5E6A;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul li .name {
    font-size: 0.9027777778vw;
    line-height: 1.5277777778vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul li .name {
    font-size: 1.6927083333vw;
    line-height: 2.8645833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .tax-course_cat .section-firstMain__list-item .box-body__information ul li .name {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}
.tax-course_cat .section-firstMain__list-item .box-body__information .btn {
  margin-top: auto;
  width: 100%;
}
.tax-course_cat .lifterlms-course-list {
  padding: 64px 0;
  background-color: #F9F9FB;
}
.tax-course_cat .lifterlms-course-list .bb-courses-header {
  display: none;
}
.tax-course_cat .lifterlms-course-list .title-wrap {
  display: flex;
  align-items: center;
}
.tax-course_cat .lifterlms-course-list .title-wrap h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 105%;
  letter-spacing: 0.01em;
  color: #090F52;
  padding-right: 40px;
  flex: 0 0 auto;
}
.tax-course_cat .lifterlms-course-list .title-wrap h2 em {
  color: #F54100;
}
.tax-course_cat .lifterlms-course-list .title-wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #ECF2F2;
}
.tax-course_cat .created-challenges__list li {
  margin-bottom: 24px;
}

.header-search-form {
  position: relative;
}

.header-search-close {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  right: 60px;
  top: 10px;
  opacity: 0;
}

.header-search {
  margin-right: 36px;
  padding: 0 44px;
  background-color: #F9F9FB;
  height: 42px;
  width: 316px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 164%;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.75 14.75L11.4875 11.4875M13.25 7.25C13.25 10.5637 10.5637 13.25 7.25 13.25C3.93629 13.25 1.25 10.5637 1.25 7.25C1.25 3.93629 3.93629 1.25 7.25 1.25C10.5637 1.25 13.25 3.93629 13.25 7.25Z' stroke='%238184A9' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 18px center;
  border-radius: 0;
  border-color: #F9F9FB;
  color: #090F52;
}
.header-search::placeholder {
  color: #9598AD;
  opacity: 1;
}
.header-search:focus {
  border-color: #E8E9EF;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .tax-course_cat .wrapper {
    max-width: 100vw;
    padding: 0 2.85vw;
  }
  .tax-course_cat .topic-hero {
    padding: 5.28vw 0 6.74vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left {
    max-width: 26.67vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left h1 {
    font-size: 3.89vw;
    margin: 0 0 0.83vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left h1 + p {
    font-size: 1.11vw;
    line-height: 1.67vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons {
    margin: 1.53vw 0 2.29vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li {
    font-size: 0.97vw;
    line-height: 1.53vw;
    margin-bottom: 0.56vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li .topic-hero__icons-img {
    width: 2.22vw;
    height: 2.22vw;
    padding: 0.21vw;
    background-size: 2.22vw;
    margin-right: 0.9vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li figure {
    width: 1.81vw;
    height: 1.81vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li figure img {
    width: 0.97vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .btn {
    min-width: 17.57vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right {
    min-width: 45.21vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title {
    padding: 0.83vw 2.29vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title .icon-section-title__img {
    width: 3.4vw;
    height: 2.5vw;
    margin-right: 0.69vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title .icon-section-title__img svg {
    margin-left: 0.42vw;
    margin-top: 0.42vw;
    max-width: 1.11vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title h2 {
    margin: 0.42vw 0 0;
    font-size: 1.94vw;
  }
  .tax-course_cat .lifterlms-course-list {
    padding: 4.44vw 0;
  }
  .tax-course_cat .lifterlms-course-list .title-wrap h2 {
    font-size: 3.89vw;
    padding-right: 2.78vw;
  }
  .tax-course_cat .created-challenges__list li {
    margin-bottom: 1.67vw;
  }
  .header-search {
    margin-right: 2.5vw;
    padding: 0 3.06vw;
    height: 2.92vw;
    width: 21.94vw;
    font-size: 0.97vw;
    background-size: 1.11vw;
    background-position: 1.25vw center;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tax-course_cat #site-navigation {
    display: none;
  }
  .tax-course_cat .wrapper {
    max-width: 100%;
    padding: 0 2.6vw;
  }
  .tax-course_cat .topic-hero {
    padding: 8.46vw 0 6.77vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left {
    max-width: 50vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left h1 {
    font-size: 5.99vw;
    margin: 0 0 1.04vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left h1 + p {
    font-size: 1.82vw;
    line-height: 3.13vw;
    max-width: 39vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons {
    margin: 2.86vw 0 4.3vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li {
    font-size: 1.69vw;
    line-height: 2.86vw;
    margin-bottom: 1.43vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li .topic-hero__icons-img {
    width: 4.17vw;
    height: 4.17vw;
    padding: 0.39vw;
    background-size: 4.17vw;
    margin-right: 1.69vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li figure {
    width: 3.39vw;
    height: 3.39vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li figure img {
    width: 1.82vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .btn {
    min-width: 32.94vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right {
    min-width: 44.92vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title {
    padding: 1.56vw 2.6vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title .icon-section-title__img {
    width: 4.69vw;
    height: 3.52vw;
    margin-right: 0.78vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title .icon-section-title__img svg {
    margin-left: 0.39vw;
    margin-top: 0.39vw;
    max-width: 1.56vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title h2 {
    margin: 0.39vw 0 0;
    font-size: 2.6vw;
  }
  .tax-course_cat .lifterlms-course-list {
    padding: 7.03vw 0;
  }
  .tax-course_cat .lifterlms-course-list .title-wrap h2 {
    font-size: 4.95vw;
    padding-right: 5.21vw;
  }
  .tax-course_cat .created-challenges__list li {
    margin-bottom: 2.08vw;
  }
  .header-search {
    margin-right: 2.6vw;
    padding: 0 5.73vw;
    height: 5.47vw;
    width: 32.42vw;
    font-size: 1.82vw;
    background-size: 2.08vw;
    background-position: 2.34vw center;
  }
}
@media (max-width: 767px) {
  .open-search-mobile {
    width: 8.53vw;
    height: 8.53vw;
    background: #F5F5F8;
    border: none;
    padding: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3.2vw;
  }
  .open-search-mobile svg {
    width: 4.27vw;
  }
  .tax-course_cat .wrapper {
    max-width: 100%;
    padding: 0 5.33vw;
  }
  .tax-course_cat .topic-hero {
    padding: 5.33vw 0;
  }
  .tax-course_cat .topic-hero > img {
    height: 100%;
    object-fit: cover;
  }
  .tax-course_cat .topic-hero::before {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), rgba(249, 249, 251, 0.56);
  }
  .tax-course_cat .topic-hero .wrapper {
    flex-wrap: wrap;
  }
  .tax-course_cat .topic-hero .topic-hero__left {
    max-width: 100%;
    width: 100%;
  }
  .tax-course_cat .topic-hero .topic-hero__left h1 {
    font-size: 10.13vw;
    margin: 0 0 2.13vw;
    text-align: center;
  }
  .tax-course_cat .topic-hero .topic-hero__left h1 + p {
    font-size: 3.73vw;
    line-height: 6.4vw;
    text-align: center;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons {
    margin: 5.87vw 0 8.8vw;
    display: none;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li {
    font-size: 3.47vw;
    line-height: 5.87vw;
    margin-bottom: 2.93vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li .topic-hero__icons-img {
    width: 8.53vw;
    height: 8.53vw;
    padding: 0.8vw;
    background-size: 8.53vw;
    margin-right: 3.47vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li figure {
    width: 6.93vw;
    height: 6.93vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li figure img {
    width: 3.73vw;
  }
  .tax-course_cat .topic-hero .topic-hero__left .btn {
    min-width: 100%;
    display: none;
  }
  .tax-course_cat .topic-hero .topic-hero__right {
    min-width: 100%;
    margin-top: 5.07vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title {
    padding: 3.2vw 5.33vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title .icon-section-title__img {
    width: 9.6vw;
    height: 7.2vw;
    margin-right: 1.6vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title .icon-section-title__img svg {
    margin-left: 0.8vw;
    margin-top: 0.8vw;
    max-width: 3.2vw;
  }
  .tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title h2 {
    margin: 0.8vw 0 0;
    font-size: 5.33vw;
  }
  .tax-course_cat .lifterlms-course-list {
    padding: 16vw 0;
  }
  .tax-course_cat .lifterlms-course-list .title-wrap h2 {
    font-size: 10.13vw;
    padding-right: 10.67vw;
  }
  .tax-course_cat .created-challenges__list li {
    margin-bottom: 4.27vw;
  }
  .header-search {
    margin-right: 2.13vw;
    padding: 0 11.73vw;
    height: 11.2vw;
    width: 100%;
    font-size: 3.73vw;
    background-size: 4.27vw;
    background-position: 4.8vw center;
  }
  .header-topic-search-wrap {
    display: none;
    border-top: 0.27vw solid #F0F1F5;
    padding: 3.2vw 4vw;
  }
  .header-topic-search-wrap.open {
    display: block;
  }
}
body.bb-dark-theme.tax-course_cat .topic-hero::before {
  background: linear-gradient(89deg, #1C213D 0%, rgba(28, 33, 61, 0.08) 100%), rgba(28, 33, 61, 0.56);
}
@media (max-width: 767px) {
  body.bb-dark-theme.tax-course_cat .topic-hero::before {
    background: linear-gradient(180deg, #1C213D 0%, rgba(28, 33, 61, 0) 100%), rgba(28, 33, 61, 0.56);
  }
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__left h1 {
  color: #019592;
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__left h1 span {
  color: #FF4F10;
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__left h1 em {
  color: #F3F2F8;
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__left h1 + p {
  color: #F3F2F8;
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li {
  color: #F3F2F8;
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li .topic-hero__icons-img {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15' filter='url(%23filter0_b_4689_28702)'%3E%3Cpath d='M26.6485 1H32.9999V6.83022M7.35155 32.7387H1.00005L1.00005 26.9085M1 7.55221L1 1.19959L6.82919 1.19959M33 26.6474V33H27.1708' stroke='%23019592'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_4689_28702' x='-3.5' y='-3.5' width='41' height='41' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_4689_28702'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_4689_28702' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__left .topic-hero__icons li figure {
  background-color: #019592;
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title {
  background-color: #202B43;
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title .icon-section-title__img {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='33' viewBox='0 0 44 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.8793 32.6857L44 0H7.10006L0 32.6857H36.8793Z' fill='%23017374'/%3E%3Cpath d='M36.8749 32.685L43.013 4.53906H11.3453L5.24707 32.685H36.8749Z' fill='%23019592'/%3E%3C/svg%3E");
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title h2 {
  color: #019592;
}
body.bb-dark-theme.tax-course_cat .topic-hero .topic-hero__right .topic-hero__right-title h2 span {
  color: #FF4F10;
}
body.bb-dark-theme.tax-course_cat .lifterlms-course-list {
  background-color: #1C213D;
}
body.bb-dark-theme.tax-course_cat .lifterlms-course-list .title-wrap h2 {
  color: #F3F2F8;
}
body.bb-dark-theme.tax-course_cat .lifterlms-course-list .title-wrap h2 em {
  color: #FF4F10;
}
body.bb-dark-theme.tax-course_cat .lifterlms-course-list .title-wrap::after {
  border-top: 1px solid #2B2F49;
}
body.bb-dark-theme .header-search {
  background-color: #1C213D;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.75 14.75L11.4875 11.4875M13.25 7.25C13.25 10.5637 10.5637 13.25 7.25 13.25C3.93629 13.25 1.25 10.5637 1.25 7.25C1.25 3.93629 3.93629 1.25 7.25 1.25C10.5637 1.25 13.25 3.93629 13.25 7.25Z' stroke='%239294B0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-color: #1C213D;
}
body.bb-dark-theme .header-search::placeholder {
  color: #9598AD;
}
body.bb-dark-theme.bb-sfwd-aside input.header-search {
  background-color: #1C213D;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.75 14.75L11.4875 11.4875M13.25 7.25C13.25 10.5637 10.5637 13.25 7.25 13.25C3.93629 13.25 1.25 10.5637 1.25 7.25C1.25 3.93629 3.93629 1.25 7.25 1.25C10.5637 1.25 13.25 3.93629 13.25 7.25Z' stroke='%239294B0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-color: #1C213D;
}
body.bb-dark-theme.bb-sfwd-aside input.header-search::placeholder {
  color: #9598AD;
}
@media (max-width: 767px) {
  body.bb-dark-theme .open-search-mobile {
    background-color: #101534;
  }
}
body.bb-dark-theme .header-topic-search-wrap {
  border-top-color: #2B2F49;
}

.topic_loadmore {
  display: block;
  text-align: center;
  cursor: po "Inter";
  text-transform: uppercase;
  padding: 10px 0;
}

.page-template-template-measurement.profile.public #content::before {
  background-color: #036063;
}
.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .member-title-wrap {
  margin-bottom: 0;
}
.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with {
  margin-top: 31px;
}
.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 8px;
  color: #090F52;
  font-family: "Inter";
}
.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li {
  margin-right: 16px;
  border: 1px solid #ECF2F2;
  background: #FFFFFF;
  width: 187px;
}
.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li a {
  padding: 12px;
  display: flex;
  align-items: center;
}
.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li:last-child {
  margin-right: 0;
}
.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li p {
  color: #090F52;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li .measured__with-icon {
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='71' height='71' viewBox='0 0 71 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15' filter='url(%23filter0_b_1000_4323)'%3E%3Cpath d='M56.3045 1H69.9999V13.6503M14.6955 69.8661H1.00012L1.00012 57.2158M1 15.2169L1 1.43307L13.5692 1.43307M70 56.6493V70.4331H57.4308' stroke='%23326867'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_1000_4323' x='-3.5' y='-3.5' width='78' height='78.4331' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1000_4323'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1000_4323' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-measurement.profile.public #content .profile-block.challenges h2 {
  color: #017374 !important;
  padding-left: 22px;
  padding-right: 22px;
  letter-spacing: 0.56px;
}
.page-template-template-measurement.profile.public #content .profile-block.challenges .profile-challenges {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #090F52;
  list-style: decimal;
  margin-left: 15px;
}
.page-template-template-measurement.profile.public #content .profile-block.challenges .profile-challenges li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
  text-decoration: underline;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .member-title-wrap h2 {
    font-size: 1.53vw;
    margin-top: 0.56vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with {
    margin-top: 1.25vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with h4 {
    font-size: 1.11vw;
    line-height: 1.53vw;
    margin: 0 0 0.56vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li {
    width: 12.78vw;
    margin-right: 0.42vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li:nth-child(3n) {
    margin-right: 0;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li a {
    padding: 0.56vw 0.69vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li .measured__with-icon {
    width: 2.22vw;
    height: 2.22vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li p {
    font-size: 0.97vw;
    line-height: 1.39vw;
  }
  .page-template-template-measurement.profile.public #content .profile-block.challenges h2 {
    padding-left: 1.53vw;
    padding-right: 1.53vw;
    letter-spacing: 0.04vw;
  }
  .page-template-template-measurement.profile.public #content .profile-block.challenges .profile-challenges {
    font-size: 0.97vw;
    line-height: 1.39vw;
    margin-left: 1.04vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .member-title-wrap h2 {
    font-size: 2.86vw;
    margin-top: 1.04vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with {
    margin-top: 2.34vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with h4 {
    font-size: 2.08vw;
    line-height: 2.86vw;
    margin: 0 0 1.04vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li {
    width: 23.96vw;
    margin-right: 0.78vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li:nth-child(3n) {
    margin-right: 0;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li a {
    padding: 1.04vw 1.3vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li .measured__with-icon {
    width: 4.17vw;
    height: 4.17vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li p {
    font-size: 1.82vw;
    line-height: 2.6vw;
  }
  .page-template-template-measurement.profile.public #content .profile-block.challenges h2 {
    padding-left: 2.86vw;
    padding-right: 2.86vw;
    letter-spacing: 0.07vw;
  }
  .page-template-template-measurement.profile.public #content .profile-block.challenges .profile-challenges {
    font-size: 1.82vw;
    line-height: 2.6vw;
    margin-left: 1.95vw;
  }
}
@media (max-width: 767px) {
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .member-title-wrap {
    min-height: 25.6vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with {
    margin-top: 4.27vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with h4 {
    font-size: 3.73vw;
    line-height: 5.33vw;
    margin-bottom: 1.6vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li:nth-child(3n) {
    margin-right: 0;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li a {
    padding: 2.13vw 2.67vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li .measured__with-icon {
    width: 8.53vw;
    height: 8.53vw;
  }
  .page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li p {
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
  .page-template-template-measurement.profile.public #content .profile-block.challenges h2 {
    padding-left: 5.87vw;
    padding-right: 5.87vw;
    letter-spacing: 0vw;
  }
  .page-template-template-measurement.profile.public #content .profile-block.challenges .profile-challenges {
    font-size: 3.73vw;
    line-height: 5.33vw;
    margin-left: 4vw;
  }
}
#masthead form {
  margin: 0;
}

.bb-dark-theme.page-template-template-measurement.profile.public #content::before {
  background-color: #1C3648;
}
.bb-dark-theme.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with h4 {
  color: #F3F2F8;
}
.bb-dark-theme.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li {
  background: #171C38;
  border-color: #2B2F49;
}
.bb-dark-theme.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li .measured__with-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15' filter='url(%23filter0_b_4702_23200)'%3E%3Cpath d='M39.8062 1H49.3334V9.74534M10.8608 48.6081H1.33358L1.33358 39.8627M1.3335 10.8283L1.3335 1.29939L10.0773 1.29939M49.3335 39.4711V49H40.5897' stroke='%23326867'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_4702_23200' x='-3.1665' y='-3.5' width='57' height='57' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_4702_23200'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_4702_23200' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.bb-dark-theme.page-template-template-measurement.profile.public #content #item-header #cover-image-container #item-header-content .measured__with .measured__with-list li p {
  color: #F3F2F8;
}
.bb-dark-theme.page-template-template-measurement.profile.public #content .profile-block.challenges h2 {
  color: #019592 !important;
}
.bb-dark-theme.page-template-template-measurement.profile.public #content .profile-block.challenges .profile-challenges {
  color: #F3F2F8;
}

.header-search-popup {
  position: absolute;
  width: 633px;
  max-height: 573px;
  overflow-y: auto;
  z-index: 10;
  border: 1px solid #ECF2F2;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(9, 15, 82, 0.03);
  top: 73px;
  padding: 24px;
  display: none;
}
.header-search-popup.open {
  display: block;
}
.header-search-popup::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  bottom: 0;
  left: 0;
}
.header-search-popup.scroll::after {
  display: none;
}
.header-search-popup .header-search-popup__top {
  padding-bottom: 8px;
  border-bottom: 1px solid #E8E9EF;
}
.header-search-popup .header-search-popup__top p {
  color: #4E5280;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.header-search-popup .header-search-popup__top ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.header-search-popup .header-search-popup__top ul li {
  border: 1px solid #E8E9EF;
  background: #F9F9FB;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
  color: #090F52;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.header-search-popup .header-search-popup__top ul li:not(:last-child) {
  margin-right: 12px;
}
.header-search-popup .header-search-popup__top ul li button {
  padding: 0;
  background: none;
  border: none;
}
.header-search-popup .search-popup-section {
  padding: 20px 0;
  border-bottom: 1px solid #E8E9EF;
}
.header-search-popup .search-popup-section:last-child {
  padding-bottom: none;
  border-bottom: none;
}
.header-search-popup .search-popup-section__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}
.header-search-popup .search-popup-section__title h3 {
  margin: 0;
  color: #4E5280;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.52px;
  text-transform: uppercase;
}
.header-search-popup .search-popup-section__title a {
  color: #017374;
  font-size: 14px;
  line-height: 28px;
}
.header-search-popup .search-popup-section__title a:hover {
  text-decoration: underline;
}
.header-search-popup .search-popup-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-search-popup .search-popup-section__list li {
  display: flex;
  align-items: center;
}
.header-search-popup .search-popup-section__list li:not(:last-child) {
  margin-bottom: 12px;
}
.header-search-popup .search-popup-section__list li .search-popup-section__img {
  width: 60px;
  height: 48px;
  margin-right: 14px;
}
.header-search-popup .search-popup-section__list li .search-popup-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-search-popup .search-popup-section__list li a {
  color: #090F52;
  font-size: 14px;
  line-height: 20px;
}
.header-search-popup .search-popup-section__list li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .header-search-close {
    right: 4.17vw;
    top: 0.69vw;
  }
  .header-search-close img {
    width: 0.69vw;
  }
  .header-search-popup {
    width: 43.96vw;
    max-height: 39.79vw;
    top: 5.07vw;
    padding: 1.67vw;
  }
  .header-search-popup::after {
    height: 5.56vw;
  }
  .header-search-popup .header-search-popup__top {
    padding-bottom: 0.56vw;
  }
  .header-search-popup .header-search-popup__top p {
    font-size: 0.97vw;
    line-height: 1.39vw;
  }
  .header-search-popup .header-search-popup__top ul {
    margin: 0.69vw 0 0;
  }
  .header-search-popup .header-search-popup__top ul li {
    padding: 0.56vw 1.11vw;
    gap: 0.69vw;
    font-size: 0.97vw;
    line-height: 1.39vw;
    margin-bottom: 0.83vw;
  }
  .header-search-popup .header-search-popup__top ul li:not(:last-child) {
    margin-right: 0.83vw;
  }
  .header-search-popup .header-search-popup__top ul li img {
    height: 0.97vw;
  }
  .header-search-popup .header-search-popup__top ul li button img {
    width: 0.69vw;
    height: auto;
  }
  .header-search-popup .search-popup-section {
    padding: 1.39vw 0;
  }
  .header-search-popup .search-popup-section__title {
    margin-bottom: 0.63vw;
  }
  .header-search-popup .search-popup-section__title h3 {
    margin: 0;
    font-size: 0.9vw;
    letter-spacing: 0.04vw;
  }
  .header-search-popup .search-popup-section__title a {
    font-size: 0.97vw;
    line-height: 1.94vw;
  }
  .header-search-popup .search-popup-section__list li:not(:last-child) {
    margin-bottom: 0.83vw;
  }
  .header-search-popup .search-popup-section__list li .search-popup-section__img {
    width: 4.17vw;
    height: 3.33vw;
    margin-right: 0.97vw;
  }
  .header-search-popup .search-popup-section__list li a {
    font-size: 0.97vw;
    line-height: 1.39vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header-search-close {
    right: 5.81vw;
    top: 1.3vw;
  }
  .header-search-close img {
    width: 1.3vw;
  }
  .header-search-popup {
    width: 82.42vw;
    max-height: 74.61vw;
    top: 8.46vw;
    padding: 3.13vw;
    right: 2.6vw;
  }
  .header-search-popup::after {
    height: 10.42vw;
  }
  .header-search-popup .header-search-popup__top {
    padding-bottom: 1.04vw;
  }
  .header-search-popup .header-search-popup__top p {
    font-size: 1.82vw;
    line-height: 2.6vw;
  }
  .header-search-popup .header-search-popup__top ul {
    margin: 1.3vw 0 0;
  }
  .header-search-popup .header-search-popup__top ul li {
    padding: 1.04vw 2.08vw;
    gap: 1.3vw;
    font-size: 1.82vw;
    line-height: 2.6vw;
    margin-bottom: 1.56vw;
  }
  .header-search-popup .header-search-popup__top ul li:not(:last-child) {
    margin-right: 1.56vw;
  }
  .header-search-popup .header-search-popup__top ul li img {
    height: 1.82vw;
  }
  .header-search-popup .header-search-popup__top ul li button img {
    width: 1.3vw;
    height: auto;
  }
  .header-search-popup .search-popup-section {
    padding: 2.6vw 0;
  }
  .header-search-popup .search-popup-section__title {
    margin-bottom: 1.17vw;
  }
  .header-search-popup .search-popup-section__title h3 {
    margin: 0;
    font-size: 1.69vw;
    letter-spacing: 0.07vw;
  }
  .header-search-popup .search-popup-section__title a {
    font-size: 1.82vw;
    line-height: 3.65vw;
  }
  .header-search-popup .search-popup-section__list li:not(:last-child) {
    margin-bottom: 1.56vw;
  }
  .header-search-popup .search-popup-section__list li .search-popup-section__img {
    width: 7.81vw;
    height: 6.25vw;
    margin-right: 1.82vw;
  }
  .header-search-popup .search-popup-section__list li a {
    font-size: 1.82vw;
    line-height: 2.6vw;
  }
}
@media (max-width: 767px) {
  .header-search-close {
    right: 8vw;
    top: 5.87vw;
  }
  .header-search-close img {
    width: 2.67vw;
  }
  .header-search-popup {
    width: 100%;
    max-height: 100vh;
    top: 32.53vw;
    padding: 0 4vw 4vw;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .header-search-popup::after {
    height: 21.33vw;
  }
  .header-search-popup .header-search-popup__top {
    padding-bottom: 3.2vw;
  }
  .header-search-popup .header-search-popup__top p {
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
  .header-search-popup .header-search-popup__top ul {
    margin: 2.67vw 0 0;
  }
  .header-search-popup .header-search-popup__top ul li {
    padding: 2.13vw 4.27vw;
    gap: 2.67vw;
    font-size: 3.73vw;
    line-height: 5.33vw;
    margin-bottom: 1.6vw;
  }
  .header-search-popup .header-search-popup__top ul li:not(:last-child) {
    margin-right: 1.6vw;
  }
  .header-search-popup .header-search-popup__top ul li img {
    height: 3.73vw;
  }
  .header-search-popup .header-search-popup__top ul li button img {
    width: 2.67vw;
    height: auto;
  }
  .header-search-popup .search-popup-section {
    padding: 5.33vw 0;
  }
  .header-search-popup .search-popup-section__title {
    margin-bottom: 2.4vw;
  }
  .header-search-popup .search-popup-section__title h3 {
    margin: 0;
    font-size: 3.47vw;
    letter-spacing: 0.14vw;
  }
  .header-search-popup .search-popup-section__title a {
    font-size: 3.73vw;
    line-height: 7.47vw;
  }
  .header-search-popup .search-popup-section__list li:not(:last-child) {
    margin-bottom: 3.2vw;
  }
  .header-search-popup .search-popup-section__list li .search-popup-section__img {
    width: 16vw;
    height: 12.8vw;
    margin-right: 3.73vw;
  }
  .header-search-popup .search-popup-section__list li a {
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
}
.bb-dark-theme .header-search {
  color: #F3F2F8;
}
.bb-dark-theme .header-search:focus {
  background-color: #171C38;
  border-color: #2B2F49;
}
.bb-dark-theme .header-search-popup {
  border-color: #2B2F49;
  background: #171C38;
  box-shadow: 0px 4px 15px 0px rgba(9, 15, 82, 0.03);
}
.bb-dark-theme .header-search-popup::after {
  background: linear-gradient(180deg, rgba(23, 28, 56, 0) 0%, #171C38 100%);
}
.bb-dark-theme .header-search-popup .header-search-popup__top {
  border-bottom: 1px solid #2B2F49;
}
.bb-dark-theme .header-search-popup .header-search-popup__top p {
  color: #9294B0;
}
.bb-dark-theme .header-search-popup .header-search-popup__top ul li {
  border: 1px solid #2B2F49;
  background: #1C213D;
  color: #F3F2F8;
}
.bb-dark-theme .header-search-popup .header-search-popup__top ul li img {
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.bb-dark-theme .header-search-popup .header-search-popup__top ul li button img {
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.bb-dark-theme .header-search-popup .search-popup-section {
  border-bottom: 1px solid #2B2F49;
}
.bb-dark-theme .header-search-popup .search-popup-section:last-child {
  border-bottom: none;
}
.bb-dark-theme .header-search-popup .search-popup-section__title h3 {
  color: #9294B0;
}
.bb-dark-theme .header-search-popup .search-popup-section__title a {
  color: #019592;
}
.bb-dark-theme .header-search-popup .search-popup-section__list li a {
  color: #F3F2F8;
}

.single-lesson .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 44px;
  position: fixed;
  bottom: 0;
  z-index: 5;
  padding: 0;
  width: 988px;
  margin-left: -44px;
  line-height: 28px;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
  border: 1px solid #036063;
  color: #FFFFFF;
  background-color: #017374;
  margin-bottom: 20px;
  height: 50px;
}

.single-lesson .gform_wrapper.gravity-theme .gform_footer::after {
  content: "";
  width: 42px;
  height: 42px;
  background-color: #036063;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 3px;
  top: 3px;
  margin-left: auto;
  transition: all 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16797 5.97586L4.59654 9.40444L13.168 0.833008' stroke='white' stroke-linecap='square'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.single-lesson .gform_wrapper.gravity-theme .gform_footer:hover {
  background-color: #FFFFFF;
}

.single-lesson .gform_wrapper.gravity-theme .gform_footer input.gform_button {
  line-height: 1.4;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  padding: 5px 47px 5px 5px;
  transition: all 0.5s;
  color: #FFFFFF;
  width: 100%;
  display: block;
  margin: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
  z-index: 6;
}

.single-lesson .gform_wrapper.gravity-theme .gform_footer:hover input.gform_button {
  color: #017374;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .single-lesson .gform_wrapper.gravity-theme .gform_footer {
    width: 68.61vw;
    margin-left: -3.06vw;
    line-height: 1.94vw;
    font-size: 1.11vw;
    margin-bottom: 1.39vw;
    height: 3.47vw;
  }
  .single-lesson .gform_wrapper.gravity-theme .gform_footer::after {
    content: "";
    width: 2.92vw;
    height: 2.92vw;
    right: 0.21vw;
    top: 0.21vw;
    background-size: 0.97vw;
  }
  .single-lesson .gform_wrapper.gravity-theme .gform_footer input.gform_button {
    font-size: 1.11vw;
    padding: 0.35vw 3.26vw 0.35vw 0.35vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .single-lesson .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 5.73vw;
    width: calc(100% - 5.2vw);
    margin-bottom: 0;
    font-size: 1.69vw;
    line-height: 3.65vw;
    padding: 0.65vw;
    margin-left: 0;
    height: 5.99vw;
  }
  .single-lesson .gform_wrapper.gravity-theme .gform_footer::after {
    width: 4.69vw;
    height: 4.69vw;
    right: 0.49vw;
    top: 0.49vw;
    background-size: 1.82vw;
  }
  .single-lesson .gform_wrapper.gravity-theme .gform_footer input.gform_button {
    font-size: 1.69vw;
    line-height: 3.65vw;
    padding: 0.65vw 6.12vw 0.65vw 0.65vw;
  }
}
@media (max-width: 767px) {
  .single-lesson .gform_wrapper.gravity-theme .gform_footer {
    margin-bottom: 0;
    margin-top: 5.33vw;
    width: calc(100% - 10.4vw);
    margin-left: 0;
    height: 12.27vw;
  }
  .single-lesson .gform_wrapper.gravity-theme .gform_footer::after {
    width: 9.6vw;
    height: 9.6vw;
    right: 0.8vw;
    top: 0.8vw;
    background-size: 3.73vw;
  }
  .single-lesson .gform_wrapper.gravity-theme .gform_footer input.gform_button {
    font-size: 3.47vw;
    line-height: 7.47vw;
    padding: 1.33vw 10.53vw 1.33vw 1.33vw;
  }
}
.bb-dark-theme.single-lesson .gform_wrapper.gravity-theme .gform_footer {
  border: 1px solid #017374;
  color: #F3F2F8;
  background-color: #017374;
}
.bb-dark-theme.single-lesson .gform_wrapper.gravity-theme .gform_footer::after {
  background-color: #036063;
}
.bb-dark-theme.single-lesson .gform_wrapper.gravity-theme .gform_footer:hover {
  background-color: #1C213D;
}
.bb-dark-theme.single-lesson .gform_wrapper.gravity-theme .gform_footer input.gform_button {
  color: #F3F2F8;
}
.bb-dark-theme.single-lesson .gform_wrapper.gravity-theme .gform_footer:hover input.gform_button {
  color: #017374;
}

.chart-wrapper.delay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23326867' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'/%3E%3C/circle%3E%3C!-- %5Bldio%5D generated --%3E%3C/svg%3E");
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 4;
}

.bb-dark-theme .chart-wrapper.delay::before {
  background-color: rgba(23, 28, 56, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23019592' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'/%3E%3C/circle%3E%3C!-- %5Bldio%5D generated --%3E%3C/svg%3E");
}

body.single-lesson .gform_validation_errors {
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 24px !important;
  margin: 28px 0 12px !important;
}
body.single-lesson #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content .gform_validation_errors h2 {
  font-size: 14px !important;
  margin: 0 !important;
  font-style: normal;
  font-weight: 500 !important;
}
body.single-lesson .gform-icon.gform-icon--close {
  display: none !important;
}
body.single-lesson .gform_wrapper.gravity-theme .gfield_validation_message, body.single-lesson .gform_wrapper.gravity-theme .validation_message {
  padding: 17px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

body.bb-dark-theme.single-lesson .gform_validation_errors {
  background-color: #1C213D;
  border: 1px solid #C33440;
}
body.bb-dark-theme.single-lesson #lifterlms-page-content .lifterlms_content_wrap .lifterlms-lesson-content .gform_validation_errors h2 {
  color: #9294B0 !important;
}
body.bb-dark-theme.single-lesson .gform_wrapper.gravity-theme .gfield_validation_message, body.bb-dark-theme.single-lesson .gform_wrapper.gravity-theme .validation_message {
  border: 1px solid #C33440;
  background-color: #1C213D;
  color: #C33440 !important;
}

.single-lesson .lifterlms-lessions-top {
  display: none;
}

.header-search-form {
  display: none;
}

.menu-profile-menu-container li:nth-child(1), .menu-profile-menu-container li:nth-child(3), .menu-profile-menu-container li:nth-child(4) {
  display: none;
}

.menu-account-menu-container li:nth-child(4), .menu-account-menu-container li:nth-child(6) {
  display: none;
}

.single-course #community {
  display: none;
}

.lifterlms ul.llms-notice, .lifterlms div.llms-notice {
  border: none;
  border-radius: 0;
  border-left: 2px solid;
  padding: 19px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 36px;
}
.lifterlms ul.llms-notice.llms-success, .lifterlms div.llms-notice.llms-success {
  border-left-color: #017374;
  color: #036063;
  background-color: #ECF2F2;
}
.lifterlms ul.llms-notice.llms-error, .lifterlms div.llms-notice.llms-error {
  border-left-color: #D8655E;
  color: #C56F6F;
  background-color: #F9F1F1;
}

body.home #page {
  overflow-x: unset;
}

body:not(.page-template-page-fullscreen) .site {
  overflow-x: unset;
}

@media (max-width: 767px) {
  .eff-shipping-content .eff-shi-action-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
  }
  .llms-person-form-wrapper .eff-action-buttons {
    flex-wrap: wrap;
    position: fixed !important;
    bottom: 0;
    left: 0;
    padding: 0 5.33vw 3.73vw !important;
    margin: 0 !important;
  }
  .bb-template-v2 .eff-calendar-wrap .eff-list-buttons > a.microsoft_link {
    background-size: 18.93vw;
  }
  .bb-template-v2 .eff-calendar-wrap .eff-list-buttons > a.google_link {
    background-size: 18.93vw;
  }
}
.survey-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.6875rem;
}

/* Search popup styles */
.search-popup-section__list .no-results {
  color: #5D5E6A;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 0;
  text-align: center;
  font-style: italic;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .search-popup-section__list .no-results {
    font-size: 0.97vw;
    line-height: 1.39vw;
    padding: 0.83vw 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .search-popup-section__list .no-results {
    font-size: 1.82vw;
    line-height: 2.6vw;
    padding: 1.56vw 0;
  }
}

@media (max-width: 767px) {
  .search-popup-section__list .no-results {
    font-size: 3.73vw;
    line-height: 5.33vw;
    padding: 3.2vw 0;
  }
}

/* Dark theme styles for search popup */
.bb-dark-theme .search-popup-section__list .no-results {
  color: #9294B0;
}

/* EFF-5498: Avatar save button loader */
#save-avatar-button:disabled {
  opacity: 0.75;
  cursor: not-allowed;
  pointer-events: none;
}

.eff-btn-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: eff-spin 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 4px;
}

@keyframes eff-spin {
  to { transform: rotate(360deg); }
}
