@charset "UTF-8";
body {
  --sftc-primary: #0052c2;
  --sftc-primary-dk: #0040b0;
  --sftc-text: #55585F;
  --sftc-accent: #99CC00;
  --sftc-fond-lt: #f5f5f5;
  --sftc-confirm: #28a745;
  --sftc-warning: #ffc107;
  --sftc-error: #dc3545;
  --sftc-fontawesome: 'Font Awesome 5 Free';
}

body .comments-area a,
body .page-content a {
  text-decoration: none;
}

a.sftc-button {
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1rem;
  color: white !important;
  font-weight: 700;
  background-color: var(--sftc-primary);
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.sftc-button:hover {
  background-color: var(--sftc-primary-dk);
}

.sftc-toggle {
  color: var(--sftc-primary);
  cursor: pointer;
}

body.sftc #content {
  padding: 42px 3% 84px 3%;
}

@media (max-width: 575px) {
  body.sftc .sftc-content {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}
@media (min-width: 1024px) {
  .columns-wrapper.noc2 {
    display: flex;
    flex-wrap: wrap;
  }
  .columns-wrapper.noc2 > div {
    width: calc((100% - 35px) / 2);
    margin-right: 35px;
  }
  .columns-wrapper.noc2 > div:nth-of-type(even) {
    margin-right: 0;
  }
  .columns-wrapper.noc3 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .columns-wrapper.noc3 > div {
    width: calc((100% - 35px) / 2);
    margin-right: 35px;
  }
  .columns-wrapper.noc3 > div:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) and (min-width: 1025px) {
  .columns-wrapper.noc3 > div {
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
  }
  .columns-wrapper.noc3 > div:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

.sftc-notification {
  margin-bottom: 2em;
  padding: 12px 28px 14px;
  border: 1px solid var(--sftc-warning);
  border-radius: 5px;
}
.sftc-notification.confirm {
  border-color: var(--sftc-confirm);
}
.sftc-notification.error {
  border-color: var(--sftc-error);
}
.sftc-notification p:last-child {
  margin-bottom: 0;
}

.sftc-section {
  margin-bottom: 2em;
}
.sftc-section:last-child {
  margin-bottom: 0;
}
.sftc-section .sftc-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1em;
}
.sftc-section .sftc-heading h4 {
  margin: 0;
}
.sftc-section .sftc-heading .sftc-link-wrapper {
  margin-left: 1em;
}
.sftc-section .add-user {
  padding: 1.5em 0 1em;
  border-bottom: 1px solid var(--sftc-fond-lt);
}
.sftc-section .add-user:last-child {
  padding-bottom: 2em;
  border-bottom: none;
}
.sftc-section .add-user input:disabled {
  opacity: 0.3;
  color: #999;
  background-color: #eee;
  cursor: not-allowed;
}
.sftc-section .users {
  margin: 2em 0;
}
.sftc-section .users > ul {
  padding: 0;
  list-style-type: none;
}
.sftc-section .users > ul > li {
  padding: 0 0 14px;
}

.sftc-tabs-wrapper {
  margin: 42px 0;
}
.sftc-tabs-wrapper ul.tabs {
  margin-bottom: -1px;
  padding: 0;
  list-style-type: none;
}
.sftc-tabs-wrapper ul.tabs > li {
  display: inline-block;
  margin-right: 14px;
  padding: 7px 14px;
  background-color: white;
  border: 1px solid #ccc;
  border-bottom-color: white;
  border-radius: 5px 5px 0 0;
}
.sftc-tabs-wrapper ul.tabs > li:last-child {
  margin-right: 0;
}
.sftc-tabs-wrapper ul.tabs > li .label {
  font-weight: 500;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sftc-tabs-wrapper ul.tabs > li.inactive {
  border-color: var(--sftc-fond-lt);
  border-bottom-color: #ccc;
  cursor: pointer;
}
.sftc-tabs-wrapper ul.tabs > li.inactive .label {
  opacity: 0.6;
}
.sftc-tabs-wrapper .content-wrapper {
  padding: 21px 28px;
  border: 1px solid #ccc;
}
.sftc-tabs-wrapper .content-wrapper .content h4 {
  margin-top: 0;
  margin-bottom: 1em;
}

.sftc-section.manage-customers .new-customer a::before {
  content: "\f055";
  margin-right: 0.5em;
  font-family: var(--sftc-fontawesome);
  font-weight: 900;
  color: var(--sftc-primary);
}
.sftc-section.manage-customers .sftc-menu.customers {
  padding: 0;
  list-style-type: none;
}
.sftc-section.manage-customers .sftc-menu.customers > li {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--sftc-fond-lt);
}
.sftc-section.manage-customers .sftc-menu.customers > li .customer-name {
  font-size: 1.2em;
  font-weight: 700;
}
.sftc-section.manage-customers .sftc-menu.customers > li .manage {
  margin-left: 0.5em;
}
.sftc-section.manage-customers .sftc-menu.customers > li .customer-info {
  display: block;
}
.sftc-section.manage-customers .sftc-menu.customers > li .customer-info > span::after {
  content: "|";
  margin: 0 0.5em;
}
.sftc-section.manage-customers .sftc-menu.customers > li .customer-info > span:last-child::after {
  display: none;
}
.sftc-section.manage-customers .sftc-menu.customers > li .customer-info > span.expired {
  color: var(--sftc-error);
}

.sftc-groups-wrapper .group {
  margin-bottom: 28px;
  padding: 14px 28px 21px;
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}
.sftc-groups-wrapper .group .group-name {
  margin: 0 0 5px;
}
.sftc-groups-wrapper .group > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
}
.sftc-groups-wrapper .group > div:last-child {
  margin-bottom: 0;
}
.sftc-groups-wrapper .group > div > span {
  width: calc((100% - 28px) / 2);
  margin-top: 4px;
}
.sftc-groups-wrapper .group > div > span.members::before, .sftc-groups-wrapper .group > div > span.clips::before {
  content: "\f0c0";
  margin-right: 0.5em;
  font-family: var(--sftc-fontawesome);
  font-weight: 900;
  color: var(--sftc-primary);
}
.sftc-groups-wrapper .group > div > span.clips::before {
  content: "\f008";
}
.sftc-groups-wrapper .group > div > span .warning {
  color: var(--sftc-error);
}
.sftc-groups-wrapper .sftc-group-manage-wrapper {
  background-color: #F5F5F5;
  width: max-content !important;
  margin: 14px -28px -21px -28px !important;
  padding: 0 28px 21px 28px;
}
.sftc-groups-wrapper .sftc-group-manage-wrapper .group-management {
  margin: 24px 0 24px;
}
.sftc-groups-wrapper .sftc-group-manage-wrapper-top {
  background-color: #F5F5F5;
  width: max-content !important;
  margin: 14px -28px 42px -28px !important;
  padding: 0 28px 21px 28px;
}
.sftc-groups-wrapper .sftc-group-manage-wrapper-top .group-management {
  margin: 24px 0 24px;
}

.sftc-top-admin {
  margin-bottom: 56px;
}
.sftc-top-admin h4 {
  margin: 28px 0 14px;
}

.content.clips .sftc-link.preview {
  margin-left: 0.5em;
  font-size: 0.88em;
  vertical-align: -3px;
  color: var(--sftc-primary);
  cursor: pointer;
}

#sftc-preview {
  display: none;
}
#sftc-preview #sftc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 0.6;
}
#sftc-preview .close {
  position: fixed;
  top: 14px;
  right: 14px;
  display: inline-block;
  width: 35px;
  text-align: center;
  font-size: 35px;
  line-height: 1;
  cursor: pointer;
}
#sftc-preview .close::before {
  content: "\f00d";
  font-family: var(--sftc-fontawesome);
  font-weight: 900;
  color: white;
}
#sftc-preview .player-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sftc-preview .player-wrapper > div {
  width: 90%;
}

.sftc-user-progress-wrapper .user-wrapper {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--sftc-fond-lt);
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-info {
  display: flex;
  margin-top: 7px;
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-info .graphic {
  width: calc(100% - 200px);
  margin-right: 14px;
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-info .graphic .range {
  display: inline-block;
  position: relative;
  padding: 1px;
  width: 100%;
  height: 14px;
  border-radius: 7px;
  background-color: var(--sftc-fond-lt);
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-info .graphic .range .indicator {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  border-radius: 7px;
  background-color: var(--sftc-primary);
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-info .graphic .range .indicator_complete {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  border-radius: 7px;
  background-color: var(--sftc-confirm);
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-info .text {
  width: 186px;
  font-size: 0.88em;
  text-align: right;
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details {
  padding-top: 7px;
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details .sftc-toggle {
  position: relative;
  padding-left: 1.35em;
  padding-right: 25px;
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details .sftc-toggle::before {
  content: "\f0fe";
  position: absolute;
  left: 0;
  font-family: var(--sftc-fontawesome);
  font-weight: 400;
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details .user-steps {
  display: none;
  list-style-type: none;
  padding: 0.5em 0 0.5em 1.35em;
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details .user-steps li {
  position: relative;
  padding-left: 1.35em;
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details .user-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  font-family: var(--sftc-fontawesome);
  font-weight: 400;
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details .user-steps li .status {
  margin-left: 0.5em;
  font-size: 0.88em;
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details .user-steps li.completed .status {
  color: var(--sftc-confirm);
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details .user-steps li.completed::before {
  content: "\f058";
  color: var(--sftc-confirm);
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details .user-steps li.open::before {
  content: "\f057";
  color: var(--sftc-error);
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details.show .sftc-toggle::before {
  content: "\f146";
}
.sftc-user-progress-wrapper .user-wrapper .sftc-progress-details.show .user-steps {
  display: block;
}

.section.user-import {
  margin: 28px 0 56px;
  padding: 21px 28px;
  border: 1px solid var(--sftc-primary);
  border-radius: 3px;
}
.section.user-import .sftc-link.xlsx {
  display: inline-block;
}
.section.user-import .sftc-link.xlsx::before {
  content: "\f1c3";
  margin-right: 0.3em;
  font-size: 28px;
  font-family: var(--sftc-fontawesome);
  font-weight: 400;
}
.section.user-import .sftc-form-wrapper {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--sftc-fond-lt);
}
.section.user-import .sftc-form-wrapper .section.file .field-wrapper {
  padding: 14px 21px;
  background-color: var(--sftc-fond-lt);
}
.section.user-import .sftc-form-wrapper .section.file .field-wrapper label {
  display: block;
}
.section.user-import .sftc-form-wrapper .section.file .field-wrapper input {
  width: 100%;
}

.sftc-form-wrapper .field-wrapper label {
  display: block;
}
.sftc-form-wrapper .field-wrapper input[type=text] {
  width: 100%;
}

@media (min-width: 480px) {
  .section.logo-import {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .section.logo-import {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: initial;
  }
}
.section.logo-import {
  margin: 56px 0 56px;
  padding: 28px 28px 28px;
  background-color: var(--sftc-fond-lt);
  border-radius: 3px;
}
.section.logo-import .sftc-form-wrapper .section.file .field-wrapper label {
  display: block;
}
.section.logo-import .sftc-form-wrapper .section.file .field-wrapper input {
  width: 100%;
}
.section.logo-import .logo-wrapper {
  width: 25%;
}
.section.logo-import .logo-wrapper .logo {
  max-width: 200px;
  max-height: 134px;
}
.section.logo-import .field-wrapper {
  padding-top: 12px;
}

#password-toggle {
  width: 35px;
  font-family: var(--sftc-fontawesome);
  text-align: center;
  line-height: 40px;
  border-radius: 0 3px 3px 0;
  border: 1px solid #666;
  border-left: 0;
}

.password-field {
  width: calc(100% - 35px) !important;
  border-radius: 3px 0 0 3px !important;
  border-right: 0 !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.password-field-disabled {
  border-radius: 3px 0 0 3px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.entry-title sup {
  font-size: 0.5em;
}

.sftc-user-data {
  display: flex;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sftc-user-data {
    flex-flow: column;
  }
}
@media (min-width: 768px) {
  .sftc-user-data > span {
    width: calc((100% - 56px) / 3);
    margin-right: 28px;
  }
  .sftc-user-data > span:last-child {
    margin-right: 0;
  }
}
.sftc-user-data > span.real-name {
  font-weight: bold;
}
.sftc-user-data > span.real-name .top-admin,
.sftc-user-data > span.real-name .group-admin {
  display: inline-block;
  position: relative;
  margin-left: 0.35em;
}
.sftc-user-data > span.real-name .top-admin::before,
.sftc-user-data > span.real-name .group-admin::before {
  content: "\f5a2";
  left: 0;
  font-family: var(--sftc-fontawesome);
  font-weight: 900;
  color: var(--sftc-warning);
}
.sftc-user-data > span.real-name .top-admin::after,
.sftc-user-data > span.real-name .group-admin::after {
  content: attr(data-tooltip);
  position: absolute;
  display: none;
  margin: 4px 0 0 5px;
  padding: 3px 7px 2px;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  background-color: var(--sftc-fond-lt);
  border-radius: 3px;
  z-index: 99999;
}
.sftc-user-data > span.real-name .top-admin:hover::after,
.sftc-user-data > span.real-name .group-admin:hover::after {
  display: block;
}
.sftc-user-data > span.real-name .group-admin::before {
  color: #ccc;
}
.sftc-user-data > span.login {
  position: relative;
  padding-left: 1.35em;
}
.sftc-user-data > span.login::before {
  content: "\f007";
  position: absolute;
  left: 0;
  font-family: var(--sftc-fontawesome);
  font-weight: 400;
  color: var(--sftc-primary);
}
.sftc-user-data > span.email {
  position: relative;
  padding-left: 1.35em;
}
.sftc-user-data > span.email::before {
  content: "\f0e0";
  position: absolute;
  left: 0;
  font-family: var(--sftc-fontawesome);
  font-weight: 400;
  color: var(--sftc-primary);
}

body.sftc.user-profile .section.login {
  margin-bottom: 42px;
}
body.sftc.user-profile .section.avatar {
  margin: 28px 0 56px;
  padding: 22px 28px 28px;
  background-color: var(--sftc-fond-lt);
  border-radius: 3px;
}
body.sftc.user-profile .section.avatar form {
  margin-bottom: 0;
}
body.sftc.user-profile .section.avatar form img {
  margin-bottom: 21px;
  width: 104px;
  height: 104px;
  border: 4px solid white;
  border-radius: 50%;
}
body.sftc.user-profile .section.avatar form > p {
  position: relative;
}
body.sftc.user-profile .section.avatar form > p input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #666;
  border-radius: 3px;
  background-color: white;
}
body.sftc.user-profile .section.avatar form > p input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: var(--sftc-fontawesome);
  font-weight: 900;
  font-size: 19px;
  line-height: 24px;
  color: var(--sftc-confirm);
  position: absolute;
  top: -1px;
  left: 2px;
}
body.sftc.user-profile .section.avatar form > p input[type=checkbox] ~ label {
  margin: 3px 0 0 36px;
}
body.sftc.user-profile .section.password {
  margin-top: 28px;
}
body.sftc.user-profile .section.password .pwd-fields {
  margin-top: 28px;
}
body.sftc.user-profile .section.submit {
  margin-top: 35px;
}

#pwd-req {
  margin: 14px 0 28px;
  padding: 22px 28px 28px;
  background-color: var(--sftc-fond-lt);
  border-radius: 3px;
}
#pwd-req .label {
  margin-bottom: 0;
}
#pwd-req ul {
  padding: 0;
  list-style-type: none;
}
#pwd-req ul li {
  position: relative;
  padding: 0.3em 0 0 1.6em;
}
#pwd-req ul li::before {
  content: "\f057";
  position: absolute;
  top: 0.2em;
  left: 0;
  font-family: var(--sftc-fontawesome);
  font-size: 1.2em;
  font-weight: 400;
  color: var(--sftc-error);
}
#pwd-req ul li.valid {
  color: var(--sftc-confirm);
}
#pwd-req ul li.valid::before {
  content: "\f058";
  color: var(--sftc-confirm);
}

.pwd-batch-req {
  margin: 14px 0 28px;
  padding: 22px 28px 28px;
  background-color: var(--sftc-fond-lt);
  border-radius: 3px;
  display: none;
}
.pwd-batch-req .label {
  margin-bottom: 0;
}
.pwd-batch-req ul {
  padding: 0;
  list-style-type: none;
}
.pwd-batch-req ul li {
  position: relative;
  padding: 0.3em 0 0 1.6em;
}
.pwd-batch-req ul li::before {
  content: "\f057";
  position: absolute;
  top: 0.2em;
  left: 0;
  font-family: var(--sftc-fontawesome);
  font-size: 1.2em;
  font-weight: 400;
  color: var(--sftc-error);
}
.pwd-batch-req ul li.valid {
  color: var(--sftc-confirm);
}
.pwd-batch-req ul li.valid::before {
  content: "\f058";
  color: var(--sftc-confirm);
}

body.dpa-consent .scrollarea {
  max-height: 300px;
  overflow-y: scroll;
  margin: 0 0 14px;
  padding: 14px 28px 16px;
  border: 1px solid lightgray;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0.85em;
}
body.dpa-consent .scrollarea p {
  margin-bottom: 0.5em;
}
body.dpa-consent .scrollarea h1, body.dpa-consent .scrollarea h2, body.dpa-consent .scrollarea h3, body.dpa-consent .scrollarea h4, body.dpa-consent .scrollarea h5, body.dpa-consent .scrollarea h6 {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 1em 0 0.5em;
}
body.dpa-consent .scrollarea h1:first-child, body.dpa-consent .scrollarea h2:first-child, body.dpa-consent .scrollarea h3:first-child, body.dpa-consent .scrollarea h4:first-child, body.dpa-consent .scrollarea h5:first-child, body.dpa-consent .scrollarea h6:first-child {
  margin-top: 0;
}
body.dpa-consent .download {
  padding-left: 28px;
}
body.dpa-consent .download a {
  display: flex;
  align-items: center;
}
body.dpa-consent .download a > img {
  max-height: 28px;
  margin-right: 14px;
}
body.dpa-consent .sftc-form-wrapper a.cancel {
  margin-left: 28px;
}

.sftc-lilo {
  display: flex;
  justify-content: flex-end;
}
.sftc-lilo a {
  display: inline-block;
  margin-right: 1em;
}
.sftc-lilo a:last-child {
  margin-right: 0;
}
.sftc-lilo a.button {
  padding: 0.45em 1.5em 0.5em;
  font-weight: 700;
  color: white;
  background-color: var(--sftc-primary);
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 4px 21px rgba(0, 0, 0, 0);
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0);
}
.sftc-lilo a.button:hover {
  background-color: var(--sftc-primary-dk);
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
}
.sftc-lilo a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

button, .button, input[type=submit] {
  padding: 0.45em 1.5em 0.5em;
  font-weight: 700;
  color: white;
  background-color: var(--sftc-primary);
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 4px 21px rgba(0, 0, 0, 0);
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0);
}
button:hover, .button:hover, input[type=submit]:hover {
  background-color: var(--sftc-primary-dk);
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
}

.sftc-manage-account {
  margin-top: -14px;
  margin-bottom: 28px;
}

.sftc-widget-area {
  display: flex;
}
.sftc-widget-area .sftc-widget {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 1 1 0;
  padding: 0 21px;
  border-left: 1px solid var(--sftc-fond-lt);
}
.sftc-widget-area .sftc-widget:last-child {
  border-right: 1px solid var(--sftc-fond-lt);
}
.sftc-widget-area .sftc-widget .content {
  display: block;
}
.sftc-widget-area .sftc-widget .content .number.is {
  display: block;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.1;
}
.sftc-widget-area .sftc-widget .action {
  display: block;
  margin-top: 0.5em;
}

.sftc-form-wrapper form.sftc-form .field-wrapper {
  position: relative;
  margin-bottom: 1em;
}
.sftc-form-wrapper form.sftc-form .field-wrapper.lesson-item {
  display: flex;
}
.sftc-form-wrapper form.sftc-form .field-wrapper label {
  margin-bottom: 1em;
}
.sftc-form-wrapper form.sftc-form .field-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.sftc-form-wrapper form.sftc-form .field-wrapper ul li {
  margin-bottom: 1em;
  line-height: 1;
}
.sftc-form-wrapper form.sftc-form .field-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #666;
  border-radius: 3px;
  background-color: white;
}
.sftc-form-wrapper form.sftc-form .field-wrapper input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: var(--sftc-fontawesome);
  font-weight: 900;
  font-size: 19px;
  line-height: 24px;
  color: var(--sftc-confirm);
  position: absolute;
  top: -1px;
  left: 2px;
}
.sftc-form-wrapper form.sftc-form .field-wrapper input[type=checkbox] ~ label {
  margin: 3px 0 0 36px;
  display: flex;
}
.sftc-form-wrapper form.sftc-form .field-wrapper input[type=submit].warning {
  background-color: var(--sftc-error);
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats {
  display: none !important;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child {
  display: none;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:nth-child(3) {
  border-right: none;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-column-stats {
  display: none;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column-stats {
  display: none;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title, .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title {
  width: 50%;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title, .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title {
  flex: none !important;
  display: block !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name .ld-course-title {
  color: var(--sftc-primary);
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link .ld-icon-certificate:before {
  font-family: var(--sftc-fontawesome);
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  content: "\f5a2";
}

.learndash-wrapper .ld-alert.ld-alert-success.ld-alert-certificate .ld-button .ld-icon:before,
.learndash-wrapper .ld-alert.ld-alert-success.ld-alert-certificate .ld-icon-certificate:before {
  font-family: var(--sftc-fontawesome);
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  content: "\f5a2";
}

.learndash-wrapper .ld-item-list .ld-item-title .ld-item-components .ld-item-component {
  display: none;
}

.sftc-course-title {
  font-size: 24px;
  margin: 0, 28px, 0, 0;
  padding: 0;
}

@media (min-width: 768px) {
  .sftc-topics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .sftc-topics-grid {
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
.sftc-topics-grid .sftc-item-grid {
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

.sftc-topics-grid .sftc-item-grid .content h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  height: 3rem;
  overflow: hidden;
  text-align: center;
}

.sftc-topics-grid .sftc-item-grid .thumbnail .image .picture {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.sftc-topics-grid .sftc-item-grid .placeholder {
  width: 100%;
  height: 260px;
}

.sftc-topics-grid .sftc-item-grid .ribbon {
  background: #5cb85c;
  box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  font-size: 14px;
  left: -8px;
  top: 10px;
  padding: 3px 10px;
  z-index: 2;
  font-weight: bold;
}

.sftc-topics-grid .sftc-item-grid .ribbon::before {
  border: 4px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top: 4px solid #346934;
  border-right: 4px solid #346934;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
}

.sfwd-courses, .sfwd-lessons, .sfwd-quiz {
  padding: 42px 40px 84px 40px;
}

.sftc_courses_overview {
  padding-top: 36px;
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
  display: none !important;
}

.learndash-wrapper .wpProQuiz_button,
.learndash-wrapper .ld-expand-button {
  border-radius: 3px !important;
}

.wpProQuiz_content {
  scroll-margin-top: 100px;
}

.learndash-wrapper .ld-content-actions .ld-content-action {
  flex-basis: 220px !important;
}

.learndash-wrapper .learndash_mark_complete_button {
  display: none !important;
}

.learndash-wrapper .sfwd-mark-complete {
  display: none !important;
}

.category-summary {
  padding-bottom: 14px;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
}

.category-summary:focus {
  outline: none;
}

.category-summary::after {
  content: "▼";
  color: #a4a5a7;
  margin-left: 6px;
  text-transform: none;
}

.category-details {
  position: relative;
  padding-left: 2.5em;
}

.category-details .category-summary input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #666;
  border-radius: 3px;
  background-color: white;
}

.category-details .category-summary input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: var(--sftc-fontawesome);
  font-weight: 900;
  font-size: 19px;
  line-height: 24px;
  color: var(--sftc-confirm);
  position: absolute;
  top: -1px;
  left: 2px;
}

.category-details .category-summary input[type=checkbox]:indeterminate {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIiIGQ9Ik00MTYgMjA4SDMyYy0xNy42NyAwLTMyIDE0LjMzLTMyIDMydjMyYzAgMTcuNjcgMTQuMzMgMzIgMzIgMzJoMzg0YzE3LjY3IDAgMzItMTQuMzMgMzItMzJ2LTMyYzAtMTcuNjctMTQuMzMtMzItMzItMzJ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  line-height: 24 px;
  color: var(--sftc-confirm);
  position: absolute;
  top: -1 px;
  left: 2 px;
}

hr.divider {
  margin-top: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--sftc-fond-lt);
}

hr.divider:last-of-type {
  display: none;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
  display: none !important;
}

.droppable {
  position: relative;
}

.draggable:hover {
  cursor: move;
}

.gear-rotate {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  margin: auto;
  background: var(--sftc-accent);
  border-radius: 1em;
  animation: 1s gear-rotate linear infinite;
}
.gear-rotate::before, .gear-rotate .gear-rotate-left::before {
  width: 2.8em;
  height: 2.8em;
  background: linear-gradient(0deg, transparent 39%, var(--sftc-accent), 39%, var(--sftc-accent), 61%, transparent 61%), linear-gradient(60deg, transparent 42%, var(--sftc-accent), 42%, var(--sftc-accent), 58%, transparent 58%), linear-gradient(120deg, transparent 42%, var(--sftc-accent), 42%, var(--sftc-accent), 58%, transparent 58%);
  position: absolute;
  content: "";
  top: -0.4em;
  left: -0.4em;
  border-radius: 1.4em;
}
.gear-rotate::after, .gear-rotate .gear-rotate-left::after {
  width: 1em;
  height: 1em;
  background: #fff;
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.5em;
  border-radius: 0.5em;
}

@keyframes gear-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}

/*# sourceMappingURL=sftc-fe.css.map */
