body {
  position: relative;
  font-family: "Futura", Arial, sans-serif;
  color: #000000;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* * * * * * * * * * *
 * FONT STYLES
 * * * * * * * * * * */
.font-secondary {
  font-family: "Futura", Arial;
}

.font-space-small {
  letter-spacing: 0.87px;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: bold;
}

/* * * * * * * * * * *
 * TYPO STYLES
 * * * * * * * * * * */
h1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 3px;
}

p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.1px;
}

/* * * * * * * * * * *
 * BUTTON STYLES
 * * * * * * * * * * */
.btn {
  font-size: 0.9375rem;
  padding: 7px 34px;
  border-radius: 50px;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn.btn-default {
  border-color: #000000;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-icon {
  padding: 0.25rem 0.5rem !important;
  width: 2.1875rem;
  height: 2.1875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: #BEBEBE;
  border-radius: 5px;
}
.btn.btn-icon:hover, .btn.btn-icon:focus, .btn.btn-icon:active, .btn.btn-icon:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem !important;
}
.btn.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: none !important;
  color: #000;
  background-color: #fff;
  border-color: #000000;
}
.btn.btn-lti {
  background-color: #C3EAE4;
  border-color: #C3EAE4;
  color: #000000;
}
.btn.btn-lti:hover, .btn.btn-lti:focus, .btn.btn-lti:active, .btn.btn-lti:not(:disabled):not(.disabled):active {
  box-shadow: none !important;
  color: #000;
  background-color: #fff;
  border-color: #000000;
}
.btn.btn-secondary {
  background-color: #BEBEBE;
  border-color: #BEBEBE;
  color: #ffffff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-inverted {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.btn.btn-inverted:hover, .btn.btn-inverted:focus, .btn.btn-inverted:active, .btn.btn-inverted:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-shadow {
  box-shadow: -20px 7px 15px rgba(0, 0, 0, 0.35);
}
.btn.loading {
  box-shadow: none !important;
  color: #fff !important;
  background-color: #000 !important;
  cursor: default !important;
}
.btn.loading .text {
  display: none;
}
.btn.loading .spinner-border {
  display: block;
}
.btn .spinner-border {
  margin: 0 auto;
}

/* * * * * * * * * * *
 * RESET & BASE STYLES
 * * * * * * * * * * */
.hidden {
  display: none;
}

.disabled {
  pointer-events: none;
}

.overflow-hidden-mobile {
  overflow: hidden !important;
}

img {
  max-width: 100%;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.hidden {
  display: none;
}

a {
  color: #000000;
}

a:hover {
  color: #1e1e1e;
  text-decoration: underline;
}

.text-underline {
  text-decoration: underline;
}

.text-grey {
  color: #707070;
}

b, strong {
  font-weight: bold;
}

hr {
  border-color: #707070;
}

.inner-content h1 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 2rem;
  font-weight: normal;
}
.inner-content h2 {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-weight: normal;
}
.inner-content p,
.inner-content li {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.mobile-show, .mobile-visible {
  display: none;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaBT-Book.eot");
  src: url("../fonts/futura/FuturaBT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/FuturaBT-Book.woff2") format("woff2"), url("../fonts/futura/FuturaBT-Book.woff") format("woff"), url("../fonts/futura/FuturaBT-Book.ttf") format("truetype"), url("../fonts/futura/FuturaBT-Book.svg#FuturaBT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaBT-Light.eot");
  src: url("../fonts/futura/FuturaBT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/FuturaBT-Light.woff2") format("woff2"), url("../fonts/futura/FuturaBT-Light.woff") format("woff"), url("../fonts/futura/FuturaBT-Light.ttf") format("truetype"), url("../fonts/futura/FuturaBT-Light.svg#FuturaBT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/Futura-Med.eot");
  src: url("../fonts/futura/Futura-Med.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/Futura-Med.woff2") format("woff2"), url("../fonts/futura/Futura-Med.woff") format("woff"), url("../fonts/futura/Futura-Med.ttf") format("truetype"), url("../fonts/futura/Futura-Med.svg#Futura-Med") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaT-Bold.eot");
  src: url("../fonts/futura/FuturaT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/FuturaT-Bold.woff2") format("woff2"), url("../fonts/futura/FuturaT-Bold.woff") format("woff"), url("../fonts/futura/FuturaT-Bold.ttf") format("truetype"), url("../fonts/futura/FuturaT-Bold.svg#FuturaT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
footer {
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  position: relative;
}
footer .f-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}
footer hr {
  border-color: #000;
  width: 50px;
  margin-left: 0;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 1.5px;
  margin-bottom: 0.3125rem;
}
footer ul li:last-child {
  margin-bottom: 0;
}

.navigation-wrapper {
  box-shadow: 0px 3px 6px #00000029;
  min-height: 7.1875rem;
}
.navigation-wrapper .offcanvas-header {
  display: none;
}
.navigation-wrapper .offcanvas-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
  height: 22px;
  opacity: 0.8;
}
.navigation-wrapper button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
.navigation-wrapper .offcanvas-header .close:before,
.navigation-wrapper .offcanvas-header .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 23px;
  width: 2px;
  background-color: #000;
  visibility: visible;
}
.navigation-wrapper .offcanvas-header .close:before {
  transform: rotate(45deg);
}
.navigation-wrapper .offcanvas-header .close:after {
  transform: rotate(-45deg);
}
.navigation-wrapper .show-nav-item-mobile {
  display: none;
}
.navigation-wrapper .main-nav {
  padding-top: 22px;
  padding-bottom: 0px;
}
.navigation-wrapper .navbar {
  flex-direction: column;
  justify-content: space-between;
}
.navigation-wrapper .navbar .navbar-brand {
  margin: 0 auto 5px;
  padding: 28px 0 28px;
}
.navigation-wrapper .navbar .nav-item {
  position: relative;
  margin: 0 0.1rem;
}
.navigation-wrapper .navbar .nav-item .nav-link {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000000 !important;
  padding: 0.625rem 1rem !important;
  letter-spacing: 0.1px;
}
.navigation-wrapper .navbar .nav-item .nav-link .count {
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.navigation-wrapper .navbar .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  width: calc(100% - 1rem);
  height: 3px;
  left: 0.5rem;
  display: block;
  content: "";
  background: #000000;
  transform: scaleX(0);
  opacity: 0;
  transition: all 200ms ease-out;
  transition-property: transform, opacity;
}
.navigation-wrapper .navbar .nav-item .nav-link.nav-icon:after {
  display: none;
}
.navigation-wrapper .navbar .nav-item .nav-link.nav-icon:hover {
  opacity: 0.6;
}
.navigation-wrapper .navbar .nav-item:hover .nav-link:after, .navigation-wrapper .navbar .nav-item.active .nav-link:after {
  transform: scaleX(1);
  opacity: 1;
}
.navigation-wrapper .navbar .nav-item.notify-link a {
  padding-bottom: 0 !important;
  position: relative;
}
.navigation-wrapper .navbar .nav-item.notify-link a i {
  font-size: 1.05rem;
}
.navigation-wrapper .navbar .nav-item.notify-link a .count {
  background: #000000;
  position: absolute;
  right: 7px;
  top: 4px;
  width: 15px;
  height: 15px;
  font-size: 9px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.navigation-wrapper .country-selection {
  position: absolute;
  right: 45px;
  top: 27px;
}
.navigation-wrapper .country-selection label {
  display: none;
  margin-bottom: 0;
  font-size: 13px;
  margin-left: 8px;
}
.navigation-wrapper .country-selection .select2-container {
  font-size: 13px;
}
.navigation-wrapper .country-selection .select2-container .select2-selection {
  border: 1px solid #ececec;
}

span.country-dropdown-options {
  border: 1px solid #ececec !important;
}
span.country-dropdown-options li {
  font-size: 13px;
  padding: 5px 10px !important;
}

.mobile-notify {
  display: none;
}

/* * * * * * * * * * *
 * DASHBOARD BANNER STYLES
 * * * * * * * * * * */
.page-banner-wrapper {
  background: #000;
  padding: 40px;
}
.page-banner-wrapper .section-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.page-banner-wrapper .section-sub-title {
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #fff;
}

.full-slider + .page-banner-wrapper {
  padding: 0;
}

.full-wrapper {
  padding: 0;
  width: 100%;
  position: relative;
}

/*card design*/
.card-wrapper {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.gt-card {
  background-color: rgba(255, 255, 255, 0.98);
  padding: 28px;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  position: relative;
}

.dashboard .full-wrapper {
  background: #F7F7F7;
}

.role-user .full-wrapper {
  background: #ffffff;
}
.role-user .full-wrapper .content-wrapper {
  max-width: 100%;
}

.content-wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.content-wrapper .card {
  border-width: 0;
}

.inner-content-wrapper {
  max-width: 920px;
  margin: 0 auto;
}

.table thead th, .table thead td, .table tbody th, .table tbody td {
  border-color: #707070;
  border-width: 1px;
  font-size: 0.9375rem;
  line-height: 1.2rem;
  letter-spacing: 0.1px;
  color: #000000;
  vertical-align: middle;
}
.table thead th a, .table thead td a, .table tbody th a, .table tbody td a {
  text-decoration: none !important;
}
.table thead th a i, .table thead td a i, .table tbody th a i, .table tbody td a i {
  font-size: 0.8125rem;
}
.table thead th {
  font-weight: bold;
}

.paginate {
  font-size: 15px;
  line-height: 18px;
  color: #707070;
  font-weight: 500;
  letter-spacing: 1px;
}
.paginate a i {
  color: #707070;
  position: relative;
  top: -1px;
  font-size: 0.75rem;
}

.subheading {
  letter-spacing: 1.5px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.subheading a {
  text-decoration: underline;
}

.modal-content {
  border-width: 0px;
  padding: 0.5rem;
}

.title {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.card-image {
  display: inline-block;
  width: 17.8125rem;
  height: 17.8125rem;
  max-width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  background-color: #BEBEBE;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.card-image:hover img {
  transform: scale(1.05);
}

.register-form-wrapper.full-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.register-form-wrapper.full-col .gt-card {
  max-width: 100%;
}
.register-form-wrapper .form-section {
  display: none;
}
.register-form-wrapper .form-section.current {
  display: inherit;
}

.sidebar {
  position: relative;
  padding-right: 2rem;
  height: 100%;
}
.sidebar:after {
  content: "";
  background: #000000;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 1.5rem;
  top: 0;
}
.sidebar .sidebar-heading {
  margin-bottom: 0.625rem;
  line-height: 2.5rem;
  font-size: 25px;
  font-weight: bold;
}
.sidebar .sidebar-list {
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  list-style: none;
}
.sidebar .sidebar-list li a.active {
  font-weight: 700;
}

.events-wrapper {
  padding: 2rem 0;
}
.events-wrapper hr {
  margin: 1.875rem 0;
}
.events-wrapper .event-row {
  display: flex;
}
.events-wrapper .event-row .event-image {
  flex: 0 0 17.8125rem;
  max-width: 17.8125rem;
  height: 17.8125rem;
  background: #F7F7F7;
}
.events-wrapper .event-row .event-image img {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.events-wrapper .event-row .event-content {
  padding-left: 3.125rem;
  flex: 0 0 calc(100% - 17.8125rem);
  max-width: calc(100% - 17.8125rem);
}
.events-wrapper .event-row .event-content .event-title {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.events-wrapper .event-row .event-content .event-content-row {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}
.events-wrapper .event-row .event-content .event-dates select {
  margin-bottom: 0.9375rem;
  border-color: #000000;
  border-width: 1px;
  padding: 0.534rem 0.9375rem !important;
  border-radius: 50px;
  height: auto;
  width: 100%;
  max-width: 380px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  text-align-last: center;
}
.events-wrapper .event-row .event-content .event-desc,
.events-wrapper .event-row .event-content .event-registered {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}

.video-player {
  max-height: 580px;
}

.event-single-title {
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  text-transform: uppercase;
}

.chat-title {
  background: #000000;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 10px 20px;
  text-align: right;
  text-transform: uppercase;
}

.chat-embed-code {
  height: 19.0625rem;
}

.chat-wrapper-iframe {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.event-info {
  background: #000000;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.28px;
  line-height: 1.75rem;
  margin-bottom: 2rem;
}

.bg-event {
  background-image: url(../images/event-banner.jpg);
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 355px);
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
.bg-event:after {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.41;
}
.bg-event .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .sidebar {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .sidebar::after {
    width: 100%;
    height: 1px;
    right: 0;
    top: auto;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .chat-embed-code {
    height: 20.5rem;
  }

  .events-wrapper .event-row .event-image {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .events-wrapper .event-row .event-content {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 1.75rem;
  }
  .events-wrapper .event-row .event-content .event-content-row {
    display: block;
  }
  .events-wrapper .event-row .event-image {
    width: 10rem;
    height: 10rem;
  }
  .events-wrapper span.select2-selection.select2-selection--single {
    max-width: 100% !important;
  }

  .event-registered {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 559px) {
  .events-wrapper .event-row .event-image {
    width: 7rem;
    height: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .events-wrapper .event-row .event-image {
    flex: 0 0 13.8125rem;
    max-width: 13.8125rem;
    height: 13.8125rem;
  }

  .events-wrapper .event-row .event-content {
    padding-left: 2.125rem;
    flex: 0 0 calc(100% - 13.8125rem);
    max-width: calc(100% - 13.8125rem);
  }

  .chat-embed-code {
    height: 14.375rem;
  }
}
.course-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 2.8125rem;
  margin-bottom: 1rem;
}

.course-details td {
  font-size: 0.9375rem;
  line-height: 1.65rem;
  width: 150px;
}

.course-subtitle {
  font-size: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.course-description {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.preview-title {
  font-size: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 2;
  margin: 5px 0 8px;
}

.course-list-item {
  padding-left: 2.3125rem;
  position: relative;
}
.course-list-item.active-video .js-change-video, .course-list-item.active-video .lecture-duration {
  font-weight: 600;
}
.course-list-item.active-video .js-change-video.btn, .course-list-item.active-video .lecture-duration.btn {
  font-weight: 500;
}
.course-list-item.restricted {
  opacity: 0.25;
}
.course-list-item.completed .video-play-btn {
  display: none;
}
.course-list-item.next-lecture-btn:before {
  content: "";
  background: #F7F7F7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 1;
}
.course-list-item .video-play-btn {
  position: absolute;
  left: 0;
  top: 3px;
  width: 1.25rem;
  height: 1.25rem;
  background: #000000;
  border-radius: 50%;
  font-size: 0.5rem;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.course-list-item .video-complete-btn {
  position: absolute;
  left: 0;
  top: 3px;
  width: 1.25rem;
  height: 1.25rem;
  background: #FF5C5C;
  border-radius: 50%;
  font-size: 0.5rem;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.course-list-item .lecture-duration {
  color: #3B3B3B;
  font-size: 11px;
  line-height: 1;
  float: right;
  top: 5px;
  position: relative;
}
.course-list-item .next-lecture-button {
  margin-bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
}
.course-list-item .next-lecture-button.hidden {
  display: none;
}
.course-list-item .next-lecture-button .js-change-video {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: shake;
  animation-name: shake;
}
.course-list-item .progress {
  height: 1px;
  background: #CBCBCB;
  margin-bottom: 0.9375rem;
}
.course-list-item .progress .progress-bar {
  background-color: #FF5C5C;
}
.course-list-item .lecture-title {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
}
.course-list-item .lecture-description {
  font-size: 15px;
  line-height: 1.40625rem;
}

.role-user .course-list-item.completed:before {
  background: #ffffff;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
.form-check {
  padding-left: 0;
}

.form-control:focus {
  box-shadow: none;
}

label {
  color: #707070;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  display: block;
}

.label-info {
  color: #707070;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.form-check-inline {
  margin-right: 2rem;
}

.form-check-label {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #373a3c;
}
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-check-label.label-small {
  font-size: 12px;
}
.form-check-label a {
  text-decoration: underline;
}
.form-check-label a:hover {
  text-decoration: underline;
  font-weight: bold;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.form-check-label input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6c757d;
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6c757d;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6c757d;
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6c757d;
  text-transform: uppercase;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder {
  opacity: 0;
}

.pac-container {
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.12);
  font-family: "Century Gothic", Arial, sans-serif;
  border: none;
}

.pac-logo:after {
  display: none;
}

.js-form-validation ul {
  padding-left: 0;
  list-style-type: none;
  font-size: 12px;
  padding-right: 0;
}

.form-group {
  position: relative;
  margin-bottom: 1.875rem;
}
.form-group .form-control {
  border-color: #000;
  color: #495057;
  font-size: 1rem;
  line-height: 1.75rem;
  outline: none !important;
  box-shadow: none !important;
  border-width: 1px;
  padding: 5px 30px !important;
  border-radius: 50px;
  height: auto;
  text-align: center;
  font-weight: 400;
}
.form-group .form-control.parsley-error {
  border-color: #c70000;
}
.form-group select.form-control {
  height: 40px;
}

.parsley-errors-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
}
.parsley-errors-list li {
  list-style: none;
  color: #c70000;
  font-size: 12px;
}

.custom-radio-tabs-wrapper {
  position: relative;
}
.custom-radio-tabs-wrapper input.form-check-input {
  position: absolute;
}
.custom-radio-tabs-wrapper input.form-check-input + label {
  font-size: 0.9375rem;
  padding: 8px 34px;
  border-radius: 50px;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #BEBEBE;
  border-color: #BEBEBE;
  transition: all 1s ease;
  color: #ffffff;
}
.custom-radio-tabs-wrapper input.form-check-input + label:hover {
  background-color: #000000;
  border-color: #000000;
}
.custom-radio-tabs-wrapper input.form-check-input:checked + label {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.content-wrapper .select2-container {
  outline: none !important;
  margin-bottom: 0.9375rem;
}
.content-wrapper span.select2-selection.select2-selection--single {
  border-color: #000000;
  border-width: 1px;
  padding: 0.534rem 0.9375rem !important;
  border-radius: 50px !important;
  height: auto;
  width: 100%;
  max-width: 380px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  text-align-last: center;
  outline: none !important;
  position: relative;
}
.content-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
  position: absolute;
  top: 0;
  right: 0.9375rem;
  width: 33px;
}
.content-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: solid;
  height: 0;
  left: 50%;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 0;
  border: solid black !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  display: inline-block;
  padding: 4px;
}

.select2-dropdown {
  border: 1px solid #000 !important;
  border-radius: 4px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #000 !important;
  padding: 0.534rem 0.9375rem !important;
  outline: none !important;
  border-radius: 4px !important;
}

.select2-results__option {
  padding: 0.534rem 0.9375rem !important;
  user-select: none;
  -webkit-user-select: none;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  border-radius: 3px !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000000 !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ffffff !important;
}

/* * * * * * * * * * *
 * NOTIFICATIONS
 * * * * * * * * * * */
.alert {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.alert.alert-success {
  color: #d8ad59;
  background-color: #fbf5eb;
  border-color: #fbf5eb;
}

.bg-home {
  background-image: url(../images/home-background.png);
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 355px);
  padding: 3rem 0;
  display: flex;
  align-items: center;
}

.bg-auth {
  background-image: url(../images/home-background.png);
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 355px);
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
.bg-auth p a {
  text-decoration: underline;
}

.dashboard-wrapper {
  padding: 30px 0;
}
.dashboard-wrapper a {
  text-decoration: none !important;
}
.dashboard-wrapper .card {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  border: 0px;
  transition: all 0.3s ease;
}
.dashboard-wrapper .card a {
  text-decoration: none;
}
.dashboard-wrapper .card:hover {
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}
.dashboard-wrapper .card.choosing {
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}
.dashboard-wrapper .card .icon-container {
  padding: 20px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-bottom: 40px;
}
.dashboard-wrapper .card .icon-container .icon-wrapper {
  color: #fff;
  font-size: 20px;
  background: #000;
  padding: 10px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  bottom: -45px;
  position: relative;
}
.dashboard-wrapper .card .icon-container .icon-wrapper img {
  max-height: 30px;
}
.dashboard-wrapper .card .icon-container.green {
  background-color: rgba(22, 160, 133, 0.1);
}
.dashboard-wrapper .card .icon-container.gold {
  background-color: rgba(216, 173, 89, 0.1);
}
.dashboard-wrapper .card .icon-container.gold i {
  color: #d8ad59;
  font-size: 3rem;
}
.dashboard-wrapper .card .icon-container.blue {
  background-color: rgba(69, 123, 157, 0.1);
}
.dashboard-wrapper .card .icon-container.blue i {
  color: #457b9d;
  font-size: 3rem;
}
.dashboard-wrapper .card .icon-container.red {
  background-color: rgba(162, 62, 72, 0.1);
}
.dashboard-wrapper .card .icon-container.red i {
  color: #a23e48;
  font-size: 3rem;
}
.dashboard-wrapper .card .icon-container.big {
  padding: 40px;
}
.dashboard-wrapper .card .icon-container.big i {
  font-size: 5rem;
}
.dashboard-wrapper .card .content-container {
  color: #525c65;
  padding: 10px;
  font-size: 1rem;
}
.dashboard-wrapper .card .content-container .small {
  color: rgba(85, 85, 85, 0.7);
}
.dashboard-wrapper .spinner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  display: none;
}
.dashboard-wrapper .spinner-wrapper .loader {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dashboard-wrapper .spinner-wrapper .loader i {
  color: #d8ad59;
}
.dashboard-wrapper .shuffle-winner-wrapper .icon-container {
  display: flex;
  align-items: center;
  min-height: 300px;
  justify-content: center;
  transition: all 2s ease;
  flex-direction: column;
}
.dashboard-wrapper .shuffle-winner-wrapper .winner-name-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(216, 173, 89, 0.8);
}
.dashboard-wrapper .shuffle-winner-wrapper .winner-name-wrapper.choosen {
  position: relative;
  top: inherit;
  left: inherit;
  transform: none;
  padding: 30px;
}
.dashboard-wrapper .shuffle-winner-wrapper .winner-name-wrapper .big {
  font-size: 2rem;
}
.dashboard-wrapper .shuffle-winner-wrapper .winner-name-wrapper .big.winner {
  font-size: 2rem;
  color: #555;
  font-weight: bold;
}

.filter {
  display: flex;
}

.filter #search, .filter #group-filter, .filter #drowdown-filter, .filter #created-at-filter, .filter #filter-day, #winner-day, #winner-typ {
  height: 45px;
  border: 1px solid #D7DAE2;
  padding: 0 16px;
  border-radius: 5px;
  font: normal normal normal 13px/20px Arial;
  letter-spacing: 0px;
  color: #999999;
}

table a {
  text-decoration: underline !important;
}

.trainer-dashboard-row a {
  text-decoration: none;
}
.trainer-dashboard-row a.gt-card {
  width: 17.8125rem;
  max-width: 100%;
  margin: 0 auto;
}
.trainer-dashboard-row a.gt-card .img-wrapper {
  background: #E8E8E8;
  height: 8.9375rem;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trainer-dashboard-row a.gt-card .img-wrapper img {
  width: auto;
  max-height: 52px;
}
.trainer-dashboard-row a.gt-card:hover {
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.16);
}

.tabs-wrapper .nav-pills .nav-item {
  margin-right: 0.5rem;
}
.tabs-wrapper .nav-pills .nav-item .nav-link {
  color: #000000;
  font-size: 0.9375rem;
  padding: 7px 15px;
  border-radius: 50px;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-wrapper .nav-pills .nav-item .nav-link.active {
  color: #000000;
  background-color: #ebebeb;
  font-weight: 500;
}
.tabs-wrapper .nav-pills .nav-item .nav-link .count {
  background-color: #BEBEBE;
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .menu-left {
    display: none;
  }

  .logo-wrapper img, .navbar-brand img {
    max-height: 1.125rem;
  }

  .show-nav-item-mobile {
    display: block;
  }

  .mobile-notify {
    display: block;
    border: none;
    background: transparent;
    position: absolute;
    right: -20px;
    top: -45px;
    padding: 0;
    z-index: 1;
  }
  .mobile-notify .nav-item {
    border: none !important;
  }

  .navigation-wrapper {
    min-height: 5rem;
  }

  .navigation-wrapper .main-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-dark .navbar-toggler {
    border: none;
    background: transparent;
    position: absolute;
    left: -20px;
    top: -50px;
    padding: 0;
    z-index: 1;
  }

  .navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/toggle.svg);
    width: 4rem;
    height: 4rem;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffffff;
    z-index: 2;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  }

  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(100%);
  }

  .navigation-wrapper .offcanvas-header {
    display: flex;
    justify-content: space-between;
  }

  .navbar .nav-item {
    margin: 0;
    border-bottom: 1px solid #000;
    padding: 5px 0;
  }
  .navbar .nav-item .nav-link {
    font-size: 1rem;
  }

  .mobile-show {
    display: block;
  }

  .mobile-hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-center {
    margin: 0 auto;
    width: 17.8125rem;
  }

  .mobile-visible {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .form-check-inline {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  .content-wrapper-large {
    max-width: 80%;
  }
  .content-wrapper-large .container {
    max-width: 100%;
  }
  .content-wrapper-large .container .video-player {
    height: auto;
    max-height: none;
  }
  .content-wrapper-large .container .video-player .embed-responsive {
    height: 100%;
  }
  .content-wrapper-large .container .chat-wrapper {
    height: 100%;
  }
  .content-wrapper-large .container .chat-wrapper .chat-embed-code {
    height: calc(100% - 40px);
  }
  .content-wrapper-large .container .col-md-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .content-wrapper-large .container .col-md-8 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .tabs-wrapper .nav {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    /* width */
    /* Track */
    /* Handle */
  }
  .tabs-wrapper .nav::-webkit-scrollbar {
    height: 0;
    padding: 0;
  }
  .tabs-wrapper .nav::-webkit-scrollbar-track {
    border-radius: 3px;
  }
  .tabs-wrapper .nav::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 3px;
  }
  .tabs-wrapper .nav li {
    display: inline-block;
  }
  .tabs-wrapper .nav-pills .nav-item {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .tabs-wrapper .nav {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    /* width */
    /* Track */
    /* Handle */
  }
  .tabs-wrapper .nav::-webkit-scrollbar {
    height: 0;
    padding: 0;
  }
  .tabs-wrapper .nav::-webkit-scrollbar-track {
    border-radius: 3px;
  }
  .tabs-wrapper .nav::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 3px;
  }
  .tabs-wrapper .nav li {
    display: inline-block;
  }
  .tabs-wrapper .nav-pills .nav-item {
    margin-right: 0;
  }
}
.address-autocomplete-wrapper, .name-autocomplete-wrapper {
  position: relative;
}
.address-autocomplete-wrapper .result-list, .name-autocomplete-wrapper .result-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 67px;
  background: #fff;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.12);
}
.address-autocomplete-wrapper .result-list ul, .name-autocomplete-wrapper .result-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow: auto;
}
.address-autocomplete-wrapper .result-list ul li, .name-autocomplete-wrapper .result-list ul li {
  height: 40px;
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  font-size: 13px;
  cursor: pointer;
}
.address-autocomplete-wrapper .result-list ul li:hover, .name-autocomplete-wrapper .result-list ul li:hover {
  background: #fafafa;
}
.address-autocomplete-wrapper .result-list ul li:last-of-type, .name-autocomplete-wrapper .result-list ul li:last-of-type {
  border-bottom: 0;
}
.address-autocomplete-wrapper .result-list.show, .name-autocomplete-wrapper .result-list.show {
  display: block;
}

.dashboard .form-group {
  position: relative;
}
.dashboard .form-group .form-control {
  border-radius: 0.3125rem;
  text-align: left;
  padding: 0.3125rem 0.9375rem !important;
}

.chat-wrapper {
  background: #f3f3f3;
  padding: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
.chat-wrapper .chat-container {
  padding: 1.25rem;
  max-height: 400px;
  overflow-y: auto;
}
.chat-wrapper .chat-container .user-image {
  max-width: 40px;
}
.chat-wrapper .chat-container .user-image img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.chat-wrapper .chat-container .message-item {
  border-radius: 5px;
  font-size: 0.9375rem;
  max-width: 400px;
}
.chat-wrapper .chat-container .message-item.message-other {
  background-color: #c9f7f5;
}
.chat-wrapper .chat-container .message-item.message-self {
  background-color: #e1f0ff;
}
.chat-wrapper .chat-container .message-sender {
  font-size: 0.875rem;
  color: #707070;
}
.chat-wrapper .chat-container .message-time {
  font-size: 0.75rem;
  color: #BEBEBE;
  margin-top: 10px;
}
.chat-wrapper .new-message-container {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background: #fff;
  padding: 1.25rem;
}

.profile-image-wrapper {
  display: flex;
  align-items: center;
}
.profile-image-wrapper .profile-image {
  width: 8.0625rem;
  height: 8.0625rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.profile-image-wrapper .upload-image {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 8.0625rem;
  height: 8.0625rem;
  border-radius: 50%;
  background: #707070;
  text-align: center;
}
.profile-image-wrapper .upload-image .upload-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  justify-content: space-around;
}
.profile-image-wrapper .upload-image .upload-btn .btn {
  padding: 0 !important;
  width: 35px;
  height: 35px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.profile-image-wrapper .upload-image .upload-btn .btn.btn-secondary {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.profile-image-wrapper .upload-image:hover .upload-btn {
  opacity: 1;
}

.profile-image-info {
  width: 8.0625rem;
  line-height: 1;
  text-align: center;
}

.reward-bees-wrapper img {
  max-height: 60px;
}

.swiper-container {
  width: 100%;
  height: calc(100vh - 119px);
  max-height: 700px;
}
.swiper-container .swiper-pagination-bullet {
  width: 2.4375rem;
  height: 2.4375rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin: 2.5rem 0 !important;
  opacity: 1;
  outline: none !important;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  width: 29px;
  height: 29px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin: 0 auto;
  top: 4px;
  right: 0;
  bottom: 3px;
}
.swiper-container .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .swiper-slide .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-container .swiper-slide .item:after {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.41;
}
.swiper-container .swiper-slide .item .container {
  position: relative;
  z-index: 1;
}
.swiper-container .swiper-slide .item p, .swiper-container .swiper-slide .item h2 {
  color: #ffffff;
}
.swiper-container .swiper-slide .item h2 {
  font-size: 2.5rem;
  line-height: 3.3125rem;
  font-weight: bold;
  letter-spacing: 0.28px;
  margin-bottom: 1.25rem;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  left: 2.75rem;
  right: auto !important;
}

@media (max-width: 767px) {
  .swiper-container-vertical > .swiper-pagination-bullets {
    left: auto !important;
    right: 10px !important;
  }

  .swiper-container {
    max-height: 600px;
  }
  .swiper-container .swiper-pagination-bullet {
    width: 1.4375rem;
    height: 1.4375rem;
    margin: 1.5rem 0 !important;
    opacity: 1;
  }
  .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: "";
    width: 17px;
    height: 17px;
    top: 2px;
  }
  .swiper-container .swiper-slide .item h2 {
    font-size: 1.5rem;
    line-height: 2.3125rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .swiper-container-vertical > .swiper-pagination-bullets {
    left: auto !important;
    right: 2.75rem !important;
  }
}
#accordion .card {
  border: 1px solid #EEEEEE;
  padding: 1.2rem 1.75rem;
  margin-bottom: 1.4375rem;
}
#accordion .card .card-header {
  padding: 0 0.3125rem 0;
  background-color: transparent;
  border-bottom: 0pc;
}
#accordion .card .card-header .card-link {
  color: #1E2022;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.68px;
}
#accordion .card .card-body {
  padding: 1rem 0.3125rem 0;
  border-top: 1px solid #EDEEFD;
  margin-top: 1rem;
}
#accordion .card .card-body p {
  font-size: 17px;
  line-height: 27px;
  color: #77838F;
  letter-spacing: 0.6px;
  margin-bottom: 1.75rem;
}
#accordion .card .card-body p:last-child {
  margin-bottom: 0;
}

.course-quiz-wrapper {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin: 20px;
  display: none;
}
.course-quiz-wrapper.show {
  display: block;
}

.active-video .js-show-quiz {
  font-weight: 600;
}

.questions-success {
  display: none;
}
.questions-success.show {
  display: block;
}
.questions-success .success-icon {
  max-width: 150px;
}

.questions-wrapper .question-item {
  display: none;
}
.questions-wrapper .question-item.show {
  display: block;
}
.questions-wrapper .question-item .next-question {
  display: none;
}
.questions-wrapper .question-item .next-question.show {
  display: inline-block;
}
.questions-wrapper .question-item .answers .answer-optipon {
  max-width: 300px;
  border: 1px solid;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 5px 10px;
  transition: all ease 0.3s;
  cursor: pointer;
}
.questions-wrapper .question-item .answers .answer-optipon:hover {
  background: #000;
  color: #fff;
}
.questions-wrapper .question-item .answers .answer-optipon.correct {
  background: green;
  color: #fff;
}
.questions-wrapper .question-item .answers .answer-optipon.wrong {
  background: darkred;
  color: #fff;
}
.questions-wrapper .question-item .js-answer-msg.correct {
  color: green;
}
.questions-wrapper .question-item .js-answer-msg.wrong {
  color: darkred;
}

.lecture-quiz-state {
  position: absolute;
  top: 34px;
  font-size: 12px;
}

@media only screen and (max-width: 520px) {
  .lecture-quiz-state {
    position: absolute;
    bottom: 28px;
    top: inherit;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.timer {
  font-size: 2rem;
}

@media (max-width: 765px) {
  .timer {
    font-size: 1.5rem;
  }
}
.animate.fadeIn {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=main.css.map */
