body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: #191b1e;
}

body::-webkit-scrollbar-thumb {
  background: #3c4146;
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #4d5155;
}

/*
Helpers
*/

.text-justify {
  text-align: justify;
}

.is-terms {
  font-size: 0.875em;
}

.pointer-events-none {
  pointer-events: none;
}

.btn.is-disabled:hover {
  box-shadow: initial !important;
}

.btn.btn-hover-default:hover {
  transform: translateY(0) !important;
  box-shadow: none !important;
  opacity: initial !important;
}

a.is-disabled:hover {
  box-shadow: initial !important;
  transform: initial !important;
  cursor: default;
}

/*
Input
*/

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  background-color: #1f2225 !important;
  -webkit-text-fill-color: #adb5bd !important;
  box-shadow: 0 0 0 30px #1f2225 inset !important;
}

/*
Style Link
*/

.main-course-task .class_description a:not(.btn) {
  color: var(--green-light);
  text-decoration: underline;
}

.main-course-task .class_description a:not(.btn):hover {
  text-decoration: underline !important;
}

/*
BTN New Class
*/

.btn.btn-custom-class {
  margin-left: 10px !important;
}

/*
Search Classes
*/

.search-classes {
  max-height: 300px;
  overflow-y: auto;
}

.search-classes::-webkit-scrollbar {
  width: 7px;
  background-color: #191b1e;
}

.search-classes::-webkit-scrollbar-thumb {
  background-color: #555555;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.class_list_item.is-blocked {
  opacity: 0.5;
}

.search-classes .class_list_item.is-blocked a,
.search-classes .class_list_item.is-blocked a:hover {
  pointer-events: none;
  cursor: default;
}

.class_list_item.is-blocked i {
  color: rgb(255, 57, 57);
}

/*
Level Comment
*/

.user-level-comment {
  display: flex;
  font-size: 0.8em;
  color: var(--bs-body-bg);
  padding: 0 8px;
  background-color: var(--green-light);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*
intlTel
*/

input.is-valid {
  border-color: #00a887 !important;
}

input.is-invalid {
  border-color: #f59e9e !important;
}

.intlTel {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.intlTel__message {
  font-weight: 600;
  text-transform: initial;
}

.intlTel__message.is-valid {
  color: #00a887;
}

.intlTel__message.is-invalid {
  color: #f79494;
}

/*
Owl Carousel
*/

.owl-carousel.only-one .owl-nav,
.owl-carousel.only-one:hover .owl-nav {
  display: none !important;
}

.owl-carousel .owl-stage {
  padding-left: 0 !important;
}

.owl-carousel .owl-item picture img {
  width: auto;
  margin: 0 auto;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.carousel__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 15;
}

.owl-carousel.owl-campus .owl-nav {
  height: 0;
}

/* Correção específica para iOS */
.owl-carousel .owl-item {
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-item.active {
  z-index: 10;
}

.owl-carousel .owl-stage-outer {
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
}

.owl-carousel {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@supports (-webkit-touch-callout: none) {
  .owl-carousel .owl-stage {
    touch-action: pan-y pinch-zoom;
  }

  .owl-carousel .owl-item.active {
    pointer-events: auto !important;
  }

  .owl-carousel .owl-item.active * {
    pointer-events: auto !important;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-dot {
    z-index: 20;
    position: relative;
  }
}

/*
Editor
*/

.emojionearea .emojionearea-editor {
  color: var(--bs-body-color);
}

.emojionearea .emojionearea-editor:empty:before {
  color: var(--bs-secondary-color);
}

.emojionearea,
.emojionearea.form-control {
  background-color: #1f2225;
  border: 1px solid #424547;
}

.emojionearea .emojionearea-button > div.emojionearea-button-open,
.emojionearea .emojionearea-button-open {
  background-image: none !important;
}

.emojionearea .emojionearea-button-open:before {
  content: "\1F603";
}

.emojionearea * {
  background-color: #1f2225 !important;
}

.emojionearea .emojionearea-picker .emojionearea-search > input {
  border: 1px solid #424547;
}

.emojionearea
  .emojionearea-picker
  .emojionearea-search-panel
  + .emojionearea-scroll-area::-webkit-scrollbar {
  width: 5px;
  background-color: #424547;
}

.emojionearea
  .emojionearea-picker
  .emojionearea-search-panel
  + .emojionearea-scroll-area::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/*
Thumb
*/

.main-course-modules .main-keep-watching img {
  margin: 0 auto !important;
}

.main-course-modules .main-keep-watching p {
  font-size: 0.85em;
  color: #6f7072;
}

.main-course-modules .module-item {
  border: 1px solid #1f2225;
  border-radius: 15px;
  overflow: hidden;
}

.main-course-modules .module-item img {
  border-radius: initial !important;
  border: none !important;
  overflow: initial !important;
}

.main-course-modules .module-item .module-check {
  padding: 2px 8px;
  border-radius: 7px;
  border: 1px solid #191b1e;
  background-color: #18161b;
}

/*
Courses
*/

.btn.btn-course {
  position: initial !important;
}

.btn.btn-renew {
  color: #16a882;
  border: 1px solid #16a882;
  background-color: rgba(22, 168, 130, 0.1);
}

.btn.btn-renew:hover {
  border: 1px solid #16a882;
  background-color: #16a882;
}

.btn.btn-renew > [class*="ri-"] {
  color: #16a882;
}

.btn.btn-trailer,
.btn.btn-trailer > [class*="ri-"] {
  color: var(--green-light) !important;
}

.btn.btn-trailer {
  border-color: var(--green-light) !important;
}

.btn.btn-trailer:hover {
  background-color: var(--green-light) !important;
}

.btn.btn-trailer:hover > [class*="ri-"] {
  color: #18161b !important;
}

.card.card-course .card-body {
  padding-bottom: 20px !important;
}

.card.card-course .course-cover,
.card.card-course .class-cover {
  display: block;
  width: 100%;
}

/*
Trailer
*/

.trailer__video {
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.trailer__link {
  margin: 0 auto !important;
}

@media (min-width: 576px) {
  .modal-trailer {
    width: 1000px !important;
    max-width: 90% !important;
  }
}

/*
Main Carousel
*/

.main-carousel .owl-nav {
  display: none !important;
}

.main-carousel:hover .owl-nav {
  display: flex !important;
}

/*
Divisors
*/

.divisor-header {
  display: flex;
  align-items: center;
}

.divisor-title {
  width: fit-content;
  padding-left: 30px;
  height: 50px;
  display: inline-table;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #6f7072;

  border-radius: 10px;
  border: 1px solid #1f2225;
  padding: 8px 28px;
}

.line-divisor {
  height: 1px;
  flex-grow: 1;
  background-color: #1f2225;
}

.line-divisor.is-carousel {
  margin-right: 20px;
}

/*
Watching
*/

.section-watching {
  height: 0;
  overflow: hidden;
}

/*
Skill
*/

.card.card-user-profile .skill-item,
.modal-show-skill-info .skill-item {
  border: 1px solid #424547 !important;
}

.modal-show-skill-info .skill-item {
  width: 52px;
  height: 52px;
}

/*
Login
*/

.card.card-login .card-body {
  padding: 1rem !important;
}

/* 380px */
@media (min-width: 23.75em) {
  .card.card-login .card-body {
    padding: 2rem !important;
  }
}

/* 410px */
@media (min-width: 25.625em) {
  .card.card-login .card-body {
    padding: 3rem !important;
  }
}

.btn-change-eye {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

/*
Task
*/

.main-course-task .class-title {
  line-height: 25px;
  margin-bottom: 10px;
}

.title-class-mobile {
  width: 100%;
}

.title-class-desktop {
  display: none;
}

/* 390px */
@media (min-width: 75em) {
  .title-class-mobile {
    display: none;
  }

  .title-class-desktop {
    display: initial;
    max-width: 390px;
  }
}

/*
Certificate
*/

.certificates__content {
  background-color: #191b1e;
  border: 1px solid #1f2225;
}

.certificates__description {
  padding: 10px 20px;
}

.certificates .main-title {
  line-height: normal;
}

/* 992px */
@media (min-width: 62em) {
  .certificate-download {
    width: 50%;
    margin: 0 auto;
  }
}

/*
Header
*/

.link-logo {
  width: 180px;
}

/*
Notify
*/

.notify-content {
  max-height: 500px;
  overflow: auto;
}

.notify-content::-webkit-scrollbar {
  width: 7px;
  background-color: #1f2225;
}

.notify-content::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.notify-title {
  line-height: 18px !important;
}

.notify-date {
  white-space: nowrap;
}

.main-page-notes .btn-primary,
.main-page-notifications .btn-primary {
  width: fit-content;
  height: 40px !important;
  padding: 0 30px !important;
}

.card.card-notifications .main-title {
  line-height: 25px;
  margin-bottom: 10px;
}

.notification-description a:not(.btn),
.notification-description a:not(.btn):hover {
  color: var(--green-light);
}

.notification-description p:not(:last-child) {
  margin-bottom: 15px;
}

/*
Loading
*/

.btn-loading {
  display: none;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: 10px;
}

/*
Scroll modules
*/

.list-module-task {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

/* 992px */
@media (min-width: 62em) {
  .list-module-task {
    max-height: 613px;
    padding-right: 10px;
    overflow: auto;
  }

  .list-module-task::-webkit-scrollbar {
    width: 7px;
  }

  .list-module-task::-webkit-scrollbar-thumb {
    background-color: #1f2225;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .list-module-task.hovered::-webkit-scrollbar-thumb {
    background-color: var(--green-light);
  }
}

/*
Favorite
*/

@media (max-width: 28.4375em) {
  .main-favorite__buttons-header {
    margin-top: 30px !important;
  }
}

/*
Container
*/

@media (max-width: 1199px) {
  #left__content__slide {
    display: none;
  }

  .task-button-cine {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #button__show__modules {
    display: block !important;
  }

  #right__content__slide {
    width: 100% !important;
  }
}

/*
Course List
*/

.card.card-course {
  margin: 6px 0;
  -webit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card.card-course:hover {
  transform: translateY(-6px);
}

.category-course {
  width: fit-content;
  display: inline-flex;
  position: relative;
  font-size: 0.75rem;
  color: #18161b;
  font-weight: bold;
  padding: 5px 20px;
  background-color: var(--green-light);
  -webkkkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/*
Description class
*/

.class_description .btn.btn-primary {
  height: auto;
  padding: 12px 24px;
}

.class_description p {
  margin-bottom: 15px;
}

.class_description ul,
.class_description ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.class_description ul {
  list-style-type: disc;
}

.class_description ol {
  list-style-type: auto;
}

/*
BTN Go back
*/

.btn-go-back {
  border: 1px solid #1f2225 !important;
}

/*
Modules
*/

.main-course-task .module-task {
  justify-content: flex-start !important;
}

/*
Terms
*/

.use-terms__body {
  height: 400px;
  overflow: auto;
}

.use-terms__body::-webkit-scrollbar {
  width: 7px;
}

.use-terms__body::-webkit-scrollbar-track {
  background: #191b1e;
}

.use-terms__body::-webkit-scrollbar-thumb {
  background: #3c4146;
  border-radius: 5px;
}

.use-terms__body::-webkit-scrollbar-thumb:hover {
  background: #4d5155;
}

.use-terms__body h1,
.use-terms__body h2,
.use-terms__body h3,
.use-terms__body h4,
.use-terms__body h5 {
  margin-bottom: 20px;
}

.use-terms__body p,
.use-terms__body ol,
.use-terms__body ul {
  margin-bottom: 30px;
}

.use-terms__body ol,
.use-terms__body ul {
  padding-left: 20px;
}

.use-terms__body ol {
  list-style-type: auto;
}

.use-terms__body ul {
  list-style-type: disc;
}

.use-terms__body a {
  color: var(--green-light);
}

.use-terms__body a.btn {
  display: inline-flex;
  width: fit-content;
}

.use-terms__date {
  cursor: default !important;
}

@media (min-width: 992px) {
  .use-terms__body {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .use-terms__body {
    height: 700px;
  }
}

/*
Annotation
*/

.card-notes {
  -webit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-notes:hover {
  transform: translateY(-6px);
}

/*
Sheen effect
*/

.sheen-effect {
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}

.sheen-effect::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -200%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(25deg);
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  z-index: 1;
}

.sheen-effect:hover {
  filter: brightness(1.3);
}

.sheen-effect:hover::before {
  left: 100%;
  top: 0%;
}

/*
Certificate verse
*/

.page-break {
  page-break-before: always;
}

/*
Categories
*/

.categories {
  width: 100%;
}

.categories__button {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.categories__icon--button {
  position: relative;
  font-size: 1.2em;
  margin-right: 7px;
  z-index: 9;
}

.categories__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 25px;
  background-color: #191b1e;
  border: 1px solid #1f2225;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.categories__header:hover {
  box-shadow: 0 15px 30px -15px #202020;
  transform: translateY(-2px);
}

.categories.is-open .categories__header {
  background-color: var(--green-light);
}

.categories__title {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #6f7072;
}

.categories.is-open .categories__title {
  color: #18161b;
}

.categories__icon {
  color: #424547;
}

.categories.is-open .categories__icon {
  color: #18161b;
}

.categories__response {
  padding: 30px;
}

.categories__response:not(.is-open) {
  display: none;
}

.categories__paragraph {
  display: flex;
  align-items: center;
  cursor: default;
  margin-bottom: 20px;
  cursor: pointer;
}

.categories__paragraph,
.categories__paragraph:focus {
  color: #6f7072;
}

.categories__paragraph:hover {
  color: var(--green-light);
}

/*
Annotation
*/

.card.card-notes .main-title {
  line-height: 1.5rem;
}

/*
Filter category
*/

.filter-category {
  display: inline-flex;
  position: relative;
  font-size: 0.65rem;
  color: #18161b;
  font-weight: bold;
  padding: 5px 20px;
  background-color: var(--green-light);
  -webkkkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.filter-category__delete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -12px;
  right: -12px;
  background-color: #191b1e;
  border: 1px solid #424547;
  -webkkkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.filter-category__delete,
.filter-category__delete:focus {
  color: #6f7072;
}

.filter-category__delete:hover {
  color: var(--green-light);
  border-color: var(--green-light);
}

/*
Play chat
*/

.play__chat {
  width: 100%;
  height: 600px;
}

/*
Play Cinema
*/

.play-cinema.has-chat {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 1400px */
@media (min-width: 87.5em) {
  .play-cinema.is-cinema-mode.has-chat {
    flex-direction: row;
    justify-content: space-between;
    gap: inherit;
  }

  .play-cinema.is-cinema-mode.has-chat .play-cinema__video {
    width: calc(100% - 430px);
  }

  .play-cinema.is-cinema-mode.has-chat .play-cinema__chat {
    width: 400px;
  }

  .play-cinema.is-cinema-mode.has-chat .play-cinema__chat .play__chat {
    height: 100%;
  }
}

/*
Material
*/

.materials .main-title {
  line-height: normal;
}

.materials__item {
  padding: 5px 0;
}

/* 772px */
@media (max-width: 48.25em) {
  .main-title.title-line::after {
    display: none;
  }
}

/*
Zoom iframe
*/

.zoom-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 15px;
}

.zoom-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
Nav Header Button
*/

.main-header .buttons-area .btn {
  width: auto !important;
  padding: 0 10px;
}

@media (max-width: 1202px) {
  .main-header .buttons-area .btn {
    width: auto !important;
    padding: 0 10px;
  }
}

/*
Clamp
*/

.card.card-course .card-body {
  padding: 20px 25px !important;
}

.card.card-course .card-body .main-title .main-title-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card.card-course .card-body .main-title .main-title-clamp:hover {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.card.card-course .card-body .description-course {
  line-height: 16px;
  text-align: center;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card.card-course .card-body .description-course:hover {
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}

/*
Embed Container
*/

.embed-container iframe {
  width: 100%;
}

/*
My Profile
*/

.main-user-profile .user-avatar-content .user-avatar .user-level-image {
  top: 3px;
}

/*
Play Audio
*/

*:focus {
  outline: none;
}

.class-content #play-audio {
  width: 100%;
}

.class-content #player {
  position: relative;
  height: 100%;
  z-index: 3;
}

.class-content #player-track {
  flex: 1;
  padding: 15px 20px;
  margin: 0 15px 0 25px;
  background-color: #272629;
  border-radius: 10px;
  opacity: 0.75;
}

.class-content #track-time {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.class-content #current-time,
.class-content #track-length {
  color: var(--green-light);
  font-weight: bold;
  font-size: 0.875em;
  transition: 0.3s ease all;
}

.class-content #s-area,
.class-content #seek-bar {
  position: relative;
  height: 4px;
  border-radius: 4px;
}

.class-content #s-area {
  background-color: #ffe8ee;
  cursor: pointer;
}

.class-content #ins-time {
  position: absolute;
  top: -29px;
  color: #fff;
  font-size: 12px;
  white-space: pre;
  padding: 5px 6px;
  border-radius: 4px;
  display: none;
}

.class-content #s-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: 2;
}

.class-content #ins-time,
.class-content #s-hover {
  background-color: #3b3d50;
}

.class-content #seek-bar {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--green-light);
  transition: 0.2s ease width;
  z-index: 1;
}

.class-content #player-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  background-color: #191b1e;
  border: 1px solid #1f2225;
  border-radius: 15px;
  padding: 15px 20px;
  z-index: 2;
}

.class-content #album-art {
  width: 65px;
  height: 65px;
  transform: rotateZ(0);
  border-radius: 50%;
  box-shadow: 0 0 0 5px #272629;
  overflow: hidden;
  /* background: linear-gradient(45deg, var(--green-light), #272629); */
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 10px #272629;
  }

  25% {
    box-shadow: 0 0 0 8px #272629;
  }

  50% {
    box-shadow: 0 0 0 6px #272629;
  }

  75% {
    box-shadow: 0 0 0 7px #272629;
  }

  100% {
    box-shadow: 0 0 0 10px #272629;
  }
}

.class-content #album-art.active {
  animation: pulse-shadow 2s infinite ease-in-out;
}

.class-content #album-art:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: -10px auto 0 auto;
  background-color: #1f2225;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #585859;
  z-index: 2;
}

.class-content #album-art img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}

.class-content #album-art.active img.active {
  z-index: 1;
  animation: rotateAlbumArt 3s linear 0s infinite forwards;
}

@keyframes rotateAlbumArt {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.class-content #buffer-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 13px;
  color: #1f1f1f;
  font-size: 13px;
  font-family: Helvetica;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 6px;
  margin: -12px auto 0 auto;
  opacity: 0;
  z-index: 2;
}

.class-content #album-art img,
.class-content #buffer-box {
  transition: 0.1s linear all;
}

.class-content #album-art.buffering img {
  opacity: 0.25;
}

.class-content #album-art.buffering img.active {
  opacity: 0.8;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.class-content #album-art.buffering #buffer-box {
  opacity: 1;
}

.class-content #player-controls {
  display: flex;
}

.class-content #play-pause-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #272629;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.2s ease-in-out;
}

.class-content #play-pause-button i {
  display: block;
  color: #d6dee7;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}

.class-content #play-pause-button,
.class-content #play-pause-button i {
  transition: 0.2s ease all;
}

.class-content #play-pause-button:hover {
  opacity: 0.9;
}

.class-content #play-pause-button:hover i {
  color: var(--green-light);
}

/*
Modules
*/

.progress-course {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.progress-course__part--left,
.progress-course__part--right {
  justify-content: center;
  min-width: 270px;
  max-width: 100%;
}

.progress-course__title {
  font-size: 1.2em;
  line-height: 26px;
}

.progress-course__concluded {
  color: #6f7072;
}

.progress-course__totals {
  color: #6f7072;
}

.progress-course__check {
  color: var(--green-light);
}

.progress-course__progress {
  height: 6px;
}

.progress-course__progress-bar {
  background-color: var(--green-light);
}

/* 800px */
@media (min-width: 50em) {
  .progress-course {
    flex-direction: row;
    justify-content: space-between;
  }

  .progress-course__part--left {
    justify-content: flex-start;
  }
}
