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;
}

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-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: 20px;
  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;
}

/*
Login
*/

.card.card-login .card-body {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* 380px */
@media (min-width: 23.75em) {
  .card.card-login .card-body {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

/* 410px */
@media (min-width: 25.625em) {
  .card.card-login .card-body {
    padding-right: 3rem !important;
    padding-left: 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;
}

/* 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;
}

/*
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:hover::-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__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: .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);
}

/*
Filter category
*/

.filter-category {
  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;
}

.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: 350px;
}