/** RESPONSIVE UP TO 767 */
@media only screen and (min-width: 250px) and (max-width: 767px) {
  .info-bar {
    display: none!important;
  }
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
  .banner-layout {
    height: 100%!important;
  }
  .banner-layout p,
  .banner-layout span {
    display: grid!important;
  }
  .banner-layout .banner-content {
    margin: 0 0.5rem !important;
    height: none!important;
  }
  .banner-layout .banner-content .banner-context {
    display: grid!important;
    height: auto!important;
    margin: 0!important;
  }
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
  .video-centralizado {
    display: flex;
    justify-content: center;
    padding: 0.5rem !important;
    background: rgba(var(--primary-color), 0.5) !important;
  }
  .video-centralizado iframe {
    width: 100%!important;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container {
    display: block!important;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 0rem 1rem!important;
  }
  header .header-fixed {
    width: 100%;
    justify-content: space-between;
  }
  header .header-fixed .header-logo {
    padding: 0 2rem 0 0;
  }
  header .header-fixed .header-search {
    display: none!important;
  }
  header .header-actions .header-login {
    display: none!important;
  }
  header .header-actions .header-translation {
    display: none!important;
  }
  header .header-dropmenu {
    margin-left: 0rem;
  }
  header .header-dropmenu .hubse-header-user {
    display: none;
  }
  header .header-dropmenu .hubse-header-auth {
    display: none;
  }
  header .header-dropmenu .abrir-menu-esquerdo {
    display: block;
  }
  header .header-dropmenu .categoria-icon {
    margin-right: 1.5rem;
  }
  header .header-dropmenu .header-dropmenu-text {
    display: none!important;
  }
}
@media only screen and (max-width: 767px) {
  .mapa-conhecimento .map-infomation {
    flex-direction: column;
  }
  .mapa-conhecimento .imguser {
    width: 80px!important;
    height: 80px!important;
  }
  .mapa-conhecimento .dvuser h3 {
    font-size: 25px!important;
  }
  .menu-bar-dropdown .menu-bar-icon {
    display: flex!important;
    cursor: pointer;
  }
  .menu-bar-dropdown .custom-dropdown-menu-bar {
    display: none;
    min-width: 4rem;
    max-height: 250px;
    position: absolute;
    right: 34px;
    bottom: -16%;
    transform: translateY(100%);
    padding: 0rem;
    background-color: rgb(var(--white-color));
    gap: 0.5rem;
    z-index: 99999;
    border: 1px solid rgba(var(--primary-color-light), 0.35);
  }
}
/** RESPONSIVE 787 TO 1023 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .info-bar .item:nth-child(2) {
    display: none!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .carrosel-heigth {
    width: 96dvw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .classroom {
    max-width: 67%!important;
  }
  .video-centralizado {
    display: flex;
    justify-content: center;
    padding: 0.5rem !important;
    background: rgba(var(--primary-color), 0.5) !important;
  }
  .video-centralizado iframe {
    width: 100%!important;
  }
  .topico-seguinte {
    right: 42px;
  }
  .topico-anterior {
    left: 236px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    padding: 0rem 1rem!important;
  }
  header .header-fixed .header-logo {
    padding: 0 2rem 0 0;
  }
  header .header-fixed .header-search {
    display: none!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-container {
    display: block!important;
  }
}
/** RESPONSIVE 1024 TO UP */
.link-hubse {
  display: inline-flex;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: rgb(var(--primary-color));
}
.link-hubse > * {
  color: rgb(var(--primary-color));
}
.link-hubse:hover {
  color: rgb(var(--primary-color-light));
  text-decoration: underline;
  transform: scale(1.03);
  transition: 15ms all;
  cursor: pointer;
}
.link-hubse:hover.no-outlined {
  text-decoration: none;
}
.link-hubse-secondary {
  display: inline-flex;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: rgb(var(--secondary-color));
  cursor: pointer;
}
.link-hubse-secondary > * {
  cursor: pointer;
}
.link-hubse-secondary:hover {
  color: rgb(var(--secondary-color-light));
  text-decoration: underline;
  transform: scale(1.03);
  transition: 15ms all;
  cursor: pointer;
}
.link-hubse-secondary:hover.no-outlined {
  text-decoration: none;
}
.button-shared {
  display: flex;
  justify-content: center;
}
.button-shared .btn-class {
  align-items: center;
}
.button-shared .btn-class span {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
}
.button-shared .btn-class span > i {
  font-weight: 700;
}
.btn-hubse {
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  border-radius: 1.5rem;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.17) 0px 3px 6px;
  border: none;
  color: rgb(var(--button-primary-text));
  background-color: rgb(var(--button-primary));
  align-items: center;
  outline: none;
  z-index: 2;
}
.btn-hubse:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition: 100ms all;
  cursor: pointer;
  color: rgb(var(--button-primary-text));
  background-color: rgb(var(--button-primary-hover));
}
.btn-hubse:focus {
  outline: none;
}
.btn-hubse-primary {
  display: inline-flex;
  padding: 0rem 1.2rem;
  border-radius: 1.5rem;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.17) 0px 3px 6px;
  border: none;
  color: rgb(var(--button-primary-text)) !important;
  background-color: rgb(var(--button-primary));
  text-align: center;
  align-items: center;
  min-width: 150px;
  min-height: 40px;
  outline: none;
  z-index: 2;
}
.btn-hubse-primary:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition: 100ms all;
  cursor: pointer;
  color: rgb(var(--button-primary-text)) !important;
  background-color: rgb(var(--button-primary-hover));
}
.btn-hubse-primary > * {
  cursor: pointer;
}
.btn-hubse-primary:focus {
  outline: none;
}
.btn-hubse-secondary {
  display: inline-flex !important;
  padding: 0rem 1.2rem;
  border-radius: 1.5rem;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.17) 0px 3px 6px;
  border: none;
  color: rgb(var(--button-secondary-text)) !important;
  background-color: rgb(var(--button-secondary));
  text-align: center;
  align-items: center;
  min-width: 120px;
  min-height: 35px;
  justify-content: center;
  z-index: 2;
}
.btn-hubse-secondary:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition: 100ms all;
  cursor: pointer;
  color: rgb(var(--button-secondary-text)) !important;
  background-color: rgb(var(--button-secondary-hover));
}
.btn-hubse-secondary > * {
  cursor: pointer;
}
.is-outlined-white {
  color: white!important;
  box-shadow: none!important;
  border: 1px solid white!important;
  background: none!important;
}
.is-outlined-white:hover {
  text-decoration: none!important;
  transform: scale(1.05) !important;
  transition: 100ms all!important;
}
.is-outlined-white > * {
  cursor: pointer!important;
  color: white!important;
}
.btn-hubse.is-outlined {
  color: rgb(var(--button-primary));
  box-shadow: none;
  border: 1px solid rgb(var(--button-primary));
  background: none;
}
.btn-hubse.is-outlined:hover {
  color: rgb(var(--button-primary));
  background: none;
}
.btn-hubse.is-outlined > * {
  cursor: pointer;
}
.btn-hubse-primary.is-outlined {
  color: rgb(var(--button-primary)) !important;
  box-shadow: none;
  border: 1px solid rgb(var(--button-primary));
  background: none;
}
.btn-hubse-primary.is-outlined:hover {
  color: rgb(var(--button-primary)) !important;
  background: none;
}
.btn-hubse-primary.is-outlined > * {
  cursor: pointer;
}
.btn-hubse-secondary.is-outlined {
  color: rgb(var(--button-secondary)) !important;
  box-shadow: none;
  border: 1px solid rgb(var(--button-secondary));
  background: none;
}
.btn-hubse-secondary.is-outlined:hover {
  color: rgb(var(--button-secondary)) !important;
  background: none;
}
.btn-hubse-secondary.is-outlined > * {
  cursor: pointer;
}
.btn-hubse.btn-small {
  padding: 0.25rem 1rem;
}
.btn-hubse-secondary.btn-small {
  padding: 0.25rem 1rem;
  min-width: 9rem;
  justify-content: center;
}
.btn-hubse.btn-big {
  padding: 0.75rem 2.5rem;
}
.btn-hubse-secondary.btn-big {
  padding: 0.75rem 2.5rem;
}
.btn-icon {
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  display: inline-flex;
  border: none;
  outline: none;
}
.btn-icon:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition: 25ms all;
  cursor: pointer;
}
.custom-checkbox-hubse {
  position: relative;
  border: 2px solid rgba(var(--primary-color-light), 0.25);
  padding: 0.125rem;
  border-radius: 1rem;
  width: 2rem;
  min-width: 2rem;
  height: 1.25rem;
}
.custom-checkbox-hubse:hover {
  cursor: pointer;
  transition: 35ms all;
  transform: scale(1.05);
}
.custom-checkbox-hubse:hover .circle {
  background-color: rgba(var(--primary-color-light), 0.875);
}
.custom-checkbox-hubse .circle {
  position: relative;
  background-color: rgba(var(--primary-color-light), 0.5);
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  left: 0%;
}
.custom-checkbox-hubse.switch-on {
  border: 2px solid rgba(var(--secondary-color-light), 0.5);
  background-color: rgba(var(--secondary-color-dark), 1);
}
.custom-checkbox-hubse.switch-on .circle {
  animation-fill-mode: forwards;
  animation-duration: 0.125s;
  animation-name: switch-on;
  background-color: rgba(var(--secondary-contrast), 1);
}
.custom-checkbox-hubse.switch-off .circle {
  animation-fill-mode: forwards;
  animation-duration: 0.125s;
  animation-name: switch-off;
}
@keyframes switch-on {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}
@keyframes switch-off {
  from {
    left: 50%;
  }
  to {
    left: 0%;
  }
}
.course-single-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
  background-color: rgb(var(--white-color));
  height: 480px;
  width: 300px;
  margin-bottom: 2.5rem;
  border-bottom-left-radius: 0.875rem;
  border-bottom-right-radius: 0.875rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.course-single-wrapper .course-img {
  width: 100%;
  height: 40%;
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.course-single-wrapper .price-wrapper {
  position: absolute;
  top: 26.3rem;
  padding: 0.25rem 0;
  font-weight: 700;
  font-size: 1.125rem;
  background-color: rgb(var(--secondary-color));
  color: rgb(var(--secondary-contrast));
  margin-bottom: 2.5rem;
  z-index: 1;
}
.course-single-wrapper .star {
  position: absolute;
  margin-left: -173px;
  top: 25rem;
  z-index: 1;
}
.course-single-wrapper > a.title {
  position: absolute;
  top: 14rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgb(var(--secondary-title));
}
.course-single-wrapper > a.title:hover {
  text-decoration: none;
  color: rgb(var(--secondary-color-light));
}
.course-single-wrapper .category-name {
  position: absolute;
  top: 12.5rem;
  left: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
}
.course-single-wrapper .turma-name {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: left;
  width: 95%;
}
.course-single-wrapper .section-count {
  position: absolute;
  top: 24rem;
  left: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #999;
}
.course-single-wrapper .section-time {
  position: absolute;
  top: 25rem;
  left: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #999;
}
.course-single-wrapper .section-level {
  position: absolute;
  top: 23rem;
  left: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #999;
}
.course-single-wrapper .subtitle {
  position: absolute;
  top: 18rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgb(var(--secondary-subtitle));
  height: 5rem;
}
.course-single-wrapper .subtitle > p {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgb(var(--secondary-subtitle));
}
.course-single-wrapper .course-remove-from-cart-button,
.course-single-wrapper .course-add-to-cart-button,
.course-single-wrapper .course-goto-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 0.75rem;
  padding: 0.5rem;
  width: 75%;
}
.course-single-wrapper .course-remove-from-cart-button:hover,
.course-single-wrapper .course-add-to-cart-button:hover,
.course-single-wrapper .course-goto-link:hover {
  transform: translate(-50%, 50%) scale(1.03);
  transition: 15ms all;
  cursor: pointer;
}
.course-single-wrapper .course-remove-from-cart-button,
.course-single-wrapper .course-add-to-cart-button {
  display: none;
}
.my-course-single-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
  background-color: rgb(var(--white-color));
  height: 260px;
  width: 255px;
  margin-bottom: 2.5rem;
  border-bottom-left-radius: 0.875rem;
  border-bottom-right-radius: 0.875rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.my-course-single-wrapper .course-img {
  width: 100%;
  height: 68%;
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  filter: brightness(0.5);
}
.my-course-single-wrapper .course-info {
  position: absolute;
  top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60%;
  width: 100%;
}
.my-course-single-wrapper .course-info .course-status {
  padding: 0rem 1rem;
}
.my-course-single-wrapper .course-info .title {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px #000000;
}
.my-course-single-wrapper .course-info .sub-title {
  color: #fff;
  text-align: start;
  font-size: 0.75rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px #000000;
}
.my-course-single-wrapper .course-info .adjustable-span {
  display: inline-block;
  max-height: calc(4 * 1.2em);
  /* 4 lines with a line height of 1.2em */
  line-height: 1.2em;
  /* Set the line height */
  overflow: hidden;
  /* Hide overflow content */
  white-space: pre-wrap;
  /* Allow wrapping */
  width: 100%;
  /* Optional: to prevent overflow issues */
}
.my-course-single-wrapper .course-info .adjustable-span span {
  display: inline-block;
  max-width: 100%;
}
.my-course-single-wrapper .course-info .adjustable-span span.auto-resize {
  font-size: 1em;
}
.my-course-single-wrapper .course-info .adjustable-span span.auto-resize:after {
  content: '';
  display: inline-block;
  width: 0;
  overflow: visible;
  vertical-align: middle;
  height: calc(100% - 4.8em);
  /* 4.8em is 4 lines * 1.2em line-height */
}
.my-course-single-wrapper .course-info .adjustable-span span.auto-resize:after + * {
  font-size: 1em;
  /* Adjust to a smaller font size */
}
.my-course-single-wrapper .div-progress {
  position: absolute;
  top: 10.5rem;
  left: 1rem;
  width: 87%;
}
.my-course-single-wrapper .course-goto-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 0.75rem;
  padding: 0.5rem;
  width: 75%;
}
.my-course-single-wrapper .course-goto-link:hover {
  transform: translate(-50%, 50%) scale(1.03);
  transition: 15ms all;
  cursor: pointer;
}
.tag-new-course {
  position: absolute;
  z-index: 1;
}
.tag-new {
  background-image: url("/assets/tags/tag_new.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 74px;
  display: grid;
  align-content: center;
}
.tag-new span {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-align: center;
  margin-top: 10px;
  color: rgb(var(--white-color)) !important;
}
.tag-new p {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  color: rgb(var(--white-color)) !important;
}
.tag-sidebar {
  height: 17px;
  width: 43px;
  left: 192px;
  top: 844px;
  border-radius: 12.5px;
  display: grid;
  align-content: center;
}
.novo {
  background-color: #0ef27a;
}
.embreve {
  background-color: rgba(163, 174, 208, 0.65);
}
.novo span {
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  text-align: center;
  color: rgb(var(--white-color)) !important;
}
.embreve span {
  font-size: 6px;
  font-weight: 600;
  line-height: 6px;
  text-align: center;
  color: rgb(var(--white-color)) !important;
}
@media only screen and (max-width: 600px) {
  .carrossel-cel {
    margin-right: 3rem!important;
    margin-left: 3rem!important;
  }
}
.layout--text-categoria {
  cursor: pointer;
}
.layout--text-categoria p {
  color: rgb(var(--category-subtitle));
}
.layout--text-categoria .categoria-card {
  box-shadow: inset 0 0 0 450px rgba(var(--card-categ-color), 0.9);
  background-size: 100% 100%;
}
.layout--text-categoria h3 {
  color: rgb(var(--category-title));
}
.layout--text-categoria .imgcateg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
  width: 435px;
  height: 220px;
  background-color: rgb(var(--button-primary)) !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.layout--text-categoria .imgcateg h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: rgb(var(--white-color));
  text-align: center;
  padding: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.layout--text-categoria .imgcateg p {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgb(var(--white-color));
  text-align: center !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.classroom-menu {
  display: flex;
  margin-left: -6rem;
}
.classroom-menu .lesson-title-header {
  font-size: 1rem;
  cursor: default;
  color: rgb(var(--header-text-color));
  max-width: 350px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
@media screen and (max-width: 960px) {
  .classroom-menu .lesson-title-header {
    font-size: 1em;
  }
}
#classroom-progress-container {
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 8px;
  margin: 8px 0;
}
#classroom-progress-bar {
  height: 100%;
  background: #4caf50;
  width: 0%;
  transition: width 0.1s;
}
.classroom {
  margin: 0 auto;
  padding: 0 5rem 1rem 5rem;
  width: 100%;
  height: 100%;
  min-height: 90vh;
  max-width: 81%;
}
.classroom .video-centralizado {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.classroom .video-centralizado #classroom-player {
  display: flex;
  justify-content: center;
  width: 100%;
}
.classroom .flex-fill {
  flex: 1;
}
.classroom .title {
  color: rgb(var(--primary-title));
  font-weight: 700;
  font-size: 1.5rem;
}
.classroom .ead-text {
  color: #111;
  font-weight: 500;
  font-size: 0.875rem;
  background-color: rgb(var(--white-color));
  padding: 1rem;
}
.classroom .favorite-button {
  color: rgb(var(--button-secondary));
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: 1px solid rgb(var(--button-secondary));
  border-radius: 1rem;
}
.classroom .favorite-button:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.classroom .favorite-button.favorited {
  color: rgb(var(--secondary-contrast));
  background-color: rgb(var(--secondary-color-dark));
  border: none;
}
.classroom .classroom-info-divider {
  align-self: stretch;
  width: 2px;
  margin-top: 47px;
  background-color: rgb(var(--primary-color-light));
  border-radius: 1rem;
}
.classroom .module {
  color: rgb(var(--primary-color));
  flex-grow: 1;
}
.classroom .module .question {
  flex-grow: 1;
  margin: 5rem 0;
  height: 210px;
}
.classroom .module .question .title {
  color: rgb(var(--primary-title));
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}
.classroom .module .question .subtitle {
  color: rgb(var(--primary-subtitle));
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}
.classroom .module .description {
  color: rgb(var(--primary-title));
  flex-grow: 1;
  height: auto;
  font-size: 1rem;
}
.classroom .module .description .subtitle {
  color: rgb(var(--primary-subtitle));
  font-weight: 700;
  font-size: 1.25rem;
}
.classroom .module .class-buttom {
  height: 52px;
}
.classroom p {
  text-indent: 2rem;
}
.classroom .info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.classroom .pdf-styling {
  height: 75vh;
}
.classroom .pdf-styling p {
  color: rgb(var(--black-color));
  text-align: center;
}
.classroom .pdf-iframe {
  display: none;
}
.classroom .html-styling {
  height: 75vh;
}
.classroom .live-title {
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  color: #333;
}
.classroom .live-subtitle {
  font-weight: 700;
  color: #111;
}
.classroom .video-time-label {
  font-weight: 700;
}
.classroom .btn-outline-light:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition: 0.1s all;
  cursor: pointer;
}
.classroom .classroom-divider {
  margin: -0.5rem -6rem;
  margin-bottom: 1rem;
  background-color: rgb(var(--primary-color-light));
  height: 0.15rem;
}
.container-lg {
  max-width: 79%!important;
}
.aulas-parent div {
  align-items: center;
}
.aulas-parent .btn-lesson-show {
  cursor: pointer;
}
.chequed-quiz {
  content: '✓';
  color: #33b348;
  display: block;
  font-size: 4em;
  top: -0.75em;
  left: -0.25em;
  position: absolute;
}
.progress {
  background-color: rgba(var(--primary-color-dark), 0.5);
  border: 4px solid rgba(var(--primary-contrast), 0.2);
  border-radius: 1em;
  height: 2em;
}
.text-secondary-dark {
  color: rgb(var(--secondary-color));
}
.text-secondary-dark:hover {
  color: rgb(var(--button-primary-hover));
}
.aula-title {
  color: rgb(var(--white-color)) !important;
  border: 1px solid;
  border-radius: 5px;
  min-width: 30px;
  height: 30px;
  justify-content: center;
  display: flex;
}
.aula-compartilhar {
  color: rgb(var(--header-text-color));
  border-color: rgb(var(--header-text-color));
}
.aula-title-menu {
  color: rgb(var(--header-text-color)) !important;
  border: 1px solid;
  border-radius: 5px;
  min-width: 30px;
  height: 30px;
  justify-content: center;
  display: flex;
}
.accordion .progress {
  margin-top: 0.3rem;
  height: 1.125rem !important;
}
.accordion .progresso-do-curso {
  color: rgb(var(--white-color));
  font-size: 0.875rem;
}
.accordion .accordion-collapse {
  background-color: rgba(var(--primary-color), 1);
}
.accordion .progress-value {
  font-size: 1em;
  font-weight: 700;
  margin-top: 0.2rem;
}
.accordion-button::after {
  background-image: none;
  content: '\f078';
  font-family: 'FontAwesome';
  color: rgb(var(--secondary-color));
  margin: 0 0.6rem;
}
.accordion-button:not(.collapsed)::after {
  box-shadow: none;
  background-image: none;
  content: '\f077';
  font-family: 'FontAwesome';
  color: rgb(var(--secondary-color));
  margin: 0 0.6rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
}
.accordion-body p {
  text-indent: 0 !important;
  font-size: 0.875em;
  font-weight: 700;
}
.accordion-body .info {
  height: 24px;
}
.class-sidebar-content,
#tab-conteudo-pane {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgb(var(--white-color));
}
.class-sidebar-content a.text-secondary-dark,
#tab-conteudo-pane a.text-secondary-dark {
  font-size: 1.2em;
  font-weight: bold;
}
.class-sidebar-content .notes-text,
#tab-conteudo-pane .notes-text {
  font-size: 1em;
  font-weight: 700;
}
.class-sidebar-content ul,
#tab-conteudo-pane ul {
  list-style: none;
  padding: 0;
}
.class-sidebar-content ul a,
#tab-conteudo-pane ul a {
  color: rgb(var(--white-color));
}
.class-sidebar-content ul a:hover,
#tab-conteudo-pane ul a:hover {
  text-decoration: underline;
}
.class-sidebar-content ul li.active,
#tab-conteudo-pane ul li.active {
  background-color: rgba(var(--secondary-color), 0.3);
  border-left: 0.7em solid rgba(var(--secondary-color), 1);
}
.class-sidebar-content ul li.active-light,
#tab-conteudo-pane ul li.active-light {
  background-color: rgba(var(--secondary-color-light), 0.1);
}
.class-sidebar-content ul li img,
#tab-conteudo-pane ul li img {
  width: 20px;
}
.class-sidebar-content .input-check-style,
#tab-conteudo-pane .input-check-style {
  transform: scale(0.5);
}
.class-sidebar-content input[type=checkbox].checkbox-title-aula,
#tab-conteudo-pane input[type=checkbox].checkbox-title-aula {
  position: relative;
  cursor: pointer;
}
.class-sidebar-content input[type=checkbox].checkbox-title-aula:before,
#tab-conteudo-pane input[type=checkbox].checkbox-title-aula:before {
  border-radius: 100%;
  content: '';
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.5em;
  left: -0.5em;
  background-color: white;
}
.class-sidebar-content input[type=checkbox].checkbox-title-aula:checked,
#tab-conteudo-pane input[type=checkbox].checkbox-title-aula:checked {
  height: 0;
}
.class-sidebar-content input[type=checkbox].checkbox-title-aula:checked:before,
#tab-conteudo-pane input[type=checkbox].checkbox-title-aula:checked:before {
  display: none;
}
.class-sidebar-content input[type=checkbox].checkbox-title-aula:checked:after,
#tab-conteudo-pane input[type=checkbox].checkbox-title-aula:checked:after {
  content: '✓';
  color: #33b348;
  display: block;
  font-size: 4em;
  top: -0.75em;
  left: -0.25em;
  position: absolute;
}
.class-sidebar-content .fgpesquisa,
#tab-conteudo-pane .fgpesquisa {
  padding: 4px 20px;
}
.class-sidebar-content .fpesquisa,
#tab-conteudo-pane .fpesquisa {
  font-size: 14px;
}
.class-sidebar-content .aula-atual-title,
#tab-conteudo-pane .aula-atual-title {
  font-size: 1.2em;
}
.class-sidebar-content h4,
#tab-conteudo-pane h4 {
  font-weight: 700;
  font-size: 0.75rem;
  color: rgb(var(--primary-contrast));
}
.class-sidebar-content .subtitle,
#tab-conteudo-pane .subtitle {
  font-weight: 700;
  font-size: 0.75rem;
  color: rgb(var(--primary-contrast));
}
.class-sidebar-content .highlight-bg,
#tab-conteudo-pane .highlight-bg {
  background-color: rgba(var(--primary-contrast), 0.25);
  padding: 10px 25px;
}
.class-sidebar-content .realizado-bg,
#tab-conteudo-pane .realizado-bg {
  background-color: rgba(var(--primary-contrast), 0.05);
  padding: 10px 25px;
  margin-top: 0.75rem;
}
.class-sidebar-content .label-sidebar,
#tab-conteudo-pane .label-sidebar {
  color: rgba(var(--primary-contrast), 0.5);
}
.class-sidebar-content .highlight-dark,
#tab-conteudo-pane .highlight-dark {
  background-color: rgba(var(--primary-color), 1);
  padding: 10px 25px;
}
.class-sidebar-content .active .checkbox-title-aula,
#tab-conteudo-pane .active .checkbox-title-aula {
  margin-left: -0.7em;
}
.class-sidebar-content hr,
#tab-conteudo-pane hr {
  border-top: 1px solid rgba(var(--primary-contrast), 0.15);
}
.class-sidebar-content .is-lesson-quiz,
#tab-conteudo-pane .is-lesson-quiz {
  margin-left: 1.5rem;
}
.class-sidebar-content .is-lesson-quiz:hover,
#tab-conteudo-pane .is-lesson-quiz:hover {
  text-decoration: none;
}
.class-sidebar-content .is-lesson-quiz:hover span,
#tab-conteudo-pane .is-lesson-quiz:hover span {
  text-decoration: underline;
}
#tab-descricao-pane {
  color: rgb(var(--white-color));
}
.info-text {
  font-size: 3rem;
  padding: 5rem;
  color: rgb(var(--primary-color));
}
.title-duvida {
  color: rgb(var(--white-color));
}
.ytp-impression-link {
  display: none!important;
}
.edit-course .group-certificado {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 206px);
  justify-content: space-between;
  width: 770px;
  overflow-y: auto;
  max-height: 366px;
}
.edit-course .view-certificado .imagem {
  width: 200px;
  height: 130px;
}
.edit-course .view-certificado .imagem:hover {
  border: 0.2rem solid red;
}
.edit-course .view-certificado .ativo {
  border: 0.2rem solid green;
}
.edit-course .imagem-curso-escolhido {
  display: none;
  width: 200px;
  height: 130px;
  margin-left: 2rem;
  margin-top: 0.5rem;
}
.edit-course .imagem-modulo-escolhido {
  display: none;
  width: 200px;
  height: 130px;
  margin-left: 2rem;
  margin-top: 0.5rem;
}
.edit-course .modal-footer {
  border-top: none !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-card {
  background-color: rgba(169, 169, 169, 0.5);
  border: 3px dashed #8b8686;
  justify-content: center;
  align-items: center;
  padding: 0.4rem;
  border-radius: 1rem;
}
.spinner_load_home {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.spinner_load_list {
  display: flex;
  height: 33vh;
  align-items: center;
  justify-content: center;
}
.spinner-inner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  animation: spin 1s linear infinite;
}
.spinner-inner-cinza {
  border: 3px solid #242323;
  border-top: 3px solid #797b7c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
#spinner_load_article {
  min-height: 75dvh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltip {
  --bs-tooltip-bg: rgb(var(--button-primary)) !important;
}
.tooltip .tooltip-inner {
  border-radius: 15px;
  max-width: 331px ;
  height: auto;
  font-size: 13px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  background: rgb(var(--button-primary));
  color: rgb(var(--white-color));
  border: 1px solid rgb(var(--button-primary));
  text-align: left;
}
.tooltip.show {
  opacity: 10;
}
.ui-tooltip {
  --bs-tooltip-bg: rgb(var(--button-primary)) !important;
  border-radius: 15px;
  max-width: 331px ;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  background: rgb(var(--button-primary));
  color: rgb(var(--white-color));
  border: 1px solid rgb(var(--button-primary)) !important;
  text-align: left;
}
.ui-tooltip.show {
  opacity: 10;
}
.info-bar {
  display: flex;
  background-color: rgb(var(--info-background-color));
  height: var(--info-size);
  align-items: center;
  justify-items: center;
  padding: 0 10%;
}
.info-bar > * {
  color: rgb(var(--info-text-color));
}
.info-bar .item {
  flex: 1 0 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-bar .item h5 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: rgb(var(--info-text-color));
  margin: 2px 0;
  line-height: 26px;
}
.info-bar .item p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: rgb(var(--info-text-color));
  margin: 2px 0;
  line-height: 21px;
}
.info-bar .item .dicon {
  color: rgb(var(--info-text-color));
}
.info-bar .item .dicon img {
  width: 80%;
  padding: 10px 0;
  margin-top: 15%;
  margin-left: 10%;
}
.info-bar .item .dicon > * {
  color: rgb(var(--info-text-color));
}
.info-bar-carousel {
  display: flex;
  background-color: rgb(var(--info-background-color));
  height: var(--info-size);
  align-items: center;
  justify-content: center;
  width: 100%;
}
.info-bar-carousel > * {
  color: rgb(var(--info-text-color));
}
.info-bar-carousel .info-bar-carousel-inner {
  display: flex;
  align-items: center;
  text-align: center;
}
.info-bar-carousel .info-bar-carousel-inner .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-bar-carousel .info-bar-carousel-inner .item h5 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: rgb(var(--info-text-color));
  margin: 2px 0;
  line-height: 26px;
}
.info-bar-carousel .info-bar-carousel-inner .item p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: rgb(var(--info-text-color));
  margin: 2px 0;
  line-height: 21px;
}
.info-bar-carousel .info-bar-carousel-inner .item .dicon {
  color: rgb(var(--info-text-color));
}
.info-bar-carousel .info-bar-carousel-inner .item .dicon img {
  width: 80%;
  padding: 10px 0;
  margin-top: 15%;
  margin-left: 10%;
}
.info-bar-carousel .info-bar-carousel-inner .item .dicon > * {
  color: rgb(var(--info-text-color));
}
.banner-layout {
  background-color: rgb(var(--primary-color));
  height: var(--banner-size);
  align-items: center;
  justify-items: center;
}
.banner-layout h2,
.banner-layout h1 {
  width: 0 auto;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: rgb(var(--white-color));
  display: flex;
}
.banner-layout p,
.banner-layout span {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: rgb(var(--white-color));
}
.banner-layout button {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: rgb(var(--button-primary-text));
  background: rgb(var(--button-primary));
  border: none;
  border-radius: 20px;
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .banner-layout.bg {
    background-image: var(--imagem-bg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
}
.banner-layout .bg-solid {
  background-color: rgb(var(--banner-color));
}
.banner-layout .bg-corner-image {
  background-image: var(--corner-image-bg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: var(--corner-image-position);
  /* Estilização para simular a área clicável */
}
.banner-layout .bg-corner-image .link-area {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: var(--banner-size);
  height: var(--banner-size);
  z-index: 1;
  /* Deve estar acima do ::after */
  cursor: pointer;
}
.banner-layout .banner-content {
  width: 100%;
  height: 100%;
  margin: 0 5rem;
}
.banner-layout .banner-content .banner-context {
  display: flex;
  align-items: center;
  height: calc(100% - 92px);
}
.home-pagination {
  text-align: center;
  margin-top: -35px;
  position: absolute;
  width: 100%;
}
.home-pagination .dot {
  display: inline-block;
  width: 10px;
  /* tamanho do indicador */
  height: 10px;
  /* tamanho do indicador */
  margin: 0 5px;
  /* espaço entre os indicadores */
  cursor: pointer;
  background-color: #bbb;
  /* cor do indicador não selecionado */
  border-radius: 50%;
  /* formato do indicador */
}
.home-pagination .dot.active {
  background-color: #555;
  /* cor do indicador selecionado */
}
.home-pagination .rectangle {
  display: inline-block;
  width: 60px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  background-color: #bbb;
  border-radius: 0.2rem;
}
.home-pagination .rectangle.active {
  background-color: #555;
  /* cor do indicador selecionado */
}
.img-bg {
  display: flex;
  align-items: center;
  height: calc(100% - 92px);
}
.avatar-form {
  position: relative;
}
.avatar-form.height-small {
  height: 9rem;
}
.avatar-form.avatar-card {
  border-radius: 1rem;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 9rem;
  background-color: rgb(var(--white-color));
  padding-top: 70px;
  height: 13rem;
}
.avatar-form .profile-color {
  position: relative;
  background-color: rgb(var(--primary-color));
  height: 4rem;
  border-radius: 1rem 1rem 0 0;
  top: -4.5rem;
}
.avatar-form .profile-name {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  word-wrap: break-word;
  top: -8rem;
}
.avatar-form .profile-name.height {
  height: 1rem;
}
.avatar-form .profile-buttons {
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -7.5rem;
}
.avatar-form .profile-buttons > span {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: rgb(var(--secondary-color));
  cursor: pointer;
}
.avatar-form .profile-buttons > span:hover {
  color: rgb(var(--button-primary-hover));
  cursor: pointer;
}
.avatar-form .profile-pic {
  position: relative;
  top: -74px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0.3rem solid rgb(var(--secondary-color));
  background-color: rgb(var(--white-color));
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-form .profile-pic > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content-avatar {
  display: grid;
}
.modal-content-avatar .avatar {
  cursor: pointer;
  width: 4rem;
}
.modal-content-avatar .avatar:hover {
  background-color: orange;
  border-radius: 50%;
}
.schedule {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.schedule .datepicker-days .table-condensed {
  width: 250px;
  height: 260px;
}
.schedule .datepicker-days .prev {
  width: auto;
  cursor: pointer;
}
.schedule .datepicker-days .datepicker-switch {
  text-transform: uppercase;
  text-align: center;
  width: 75%;
  color: rgb(var(--primary-color));
}
.schedule .datepicker-days .next {
  width: auto;
  text-align: end;
  cursor: pointer;
}
.schedule .datepicker-days .active {
  background-color: blue;
  color: rgb(var(--secondary-contrast));
  border-radius: 50%;
  cursor: pointer;
}
.schedule .datepicker-days .active:hover {
  background-color: rgba(var(--secondary-color-light), 0.5) !important;
}
.schedule .datepicker-days .day {
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
}
.schedule .datepicker-days .day:hover {
  background-color: rgba(var(--secondary-color-light), 0.5) !important;
}
.schedule .datepicker-days .dow {
  width: 43px;
  height: 2rem;
  text-align: center;
  color: rgb(var(--primary-color));
}
.datepicker-schedule-hightlight {
  background-color: rgb(var(--secondary-color));
  color: rgb(var(--secondary-contrast));
  border-radius: 50%;
}
.datepicker-schedule-hightlight:hover {
  background-color: rgba(var(--secondary-color-light), 0.5) !important;
}
.datepicker-schedule-active {
  background-color: blue;
  color: rgb(var(--secondary-contrast));
  border-radius: 50%;
}
.datepicker-schedule-active:hover {
  background-color: rgb(var(--secondary-color-light)) !important;
}
.goals-more-icon {
  font-size: 1.5rem;
  color: rgb(var(--secondary-color-light));
}
.goals-more-icon:hover {
  color: rgb(var(--secondary-color-dark));
  cursor: pointer;
}
.date-schedule-icon {
  position: relative;
  right: 0;
  top: 0;
  transform: translate(-60%, 50%);
}
.date-input-title {
  font-size: 0.875rem;
  font-weight: 500;
}
.time-input {
  width: 4rem;
}
.form-check {
  display: flex;
  align-items: center;
}
.form-check-input {
  margin-top: 0px;
}
.schedule-modal-buttons button {
  font-size: 0.75rem;
}
.datepicker-schedule .dropdown-menu {
  top: -7px;
  border-radius: 0.5rem;
}
.datepicker-schedule .dropdown-item {
  color: rgb(var(--primary-color));
}
.datepicker-schedule .dropdown-item:hover {
  color: rgb(var(--secondary-color));
  cursor: pointer;
}
.datepicker-schedule .dropdown-menu:before {
  position: relative;
  top: -7px;
  right: 10%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.datepicker-schedule .dropdown-menu:after {
  position: relative;
  top: -6px;
  right: 10%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgb(var(--white-color));
  border-left: 6px solid transparent;
  content: '';
}
.tox-tinymce {
  height: 300px !important;
}
.schedule-icon {
  color: rgb(var(--secondary-color));
}
.schedule-title {
  font-size: 1.125rem;
}
.schedule-vertical-line {
  width: 4px;
  margin: 0 0.5rem;
  background-color: rgb(var(--secondary-color));
  border-radius: 1rem;
}
.schedule-item {
  border-radius: 0.5rem;
  height: 63px;
  margin: 0 0.5rem;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
.schedule-item-name {
  font-weight: 700;
  font-size: 1rem;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.schedule-item-date {
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.35);
}
.schedule-more-icon {
  font-size: 1.2rem;
  color: rgb(var(--secondary-color-light));
}
.schedule-more-icon:hover {
  color: rgb(var(--secondary-color-dark));
  cursor: pointer;
}
.schedule-form input {
  outline: none;
  border: none;
  color: rgba(var(--primary-color), 1);
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.1);
}
.schedule-form .title-input {
  border-bottom: 1px solid rgba(var(--primary-color-dark), 0.75);
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(var(--primary-color), 1);
  border-radius: 0;
  background-color: rgba(var(--primary-color-light), 0);
}
.preview-search {
  width: 264px;
  border-radius: 1.5rem;
  border: 1px solid rgba(var(--search-border-color-preview), 0.5);
  overflow: hidden;
  background-color: rgb(var(--search-background-color-preview));
}
.preview-search .header-search-button {
  border: none;
  background: none;
  color: rgb(var(--search-icon-color-preview));
}
.preview-search .header-search-button:hover {
  color: rgb(var(--search-icon-hover-preview));
  transform: scale(1.05);
}
.preview-search .header-search-input {
  outline: none;
  border: none;
  box-shadow: none;
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(var(--search-text-color-preview));
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: rgba(var(--search-background-color-preview), 0.1);
  min-width: 300px;
}
.preview-search .header-search-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.preview-search .header-search-input::-moz-placeholder {
  color: rgb(var(--search-icon-hover-preview));
}
.preview-search .header-search-input::placeholder {
  color: rgb(var(--search-icon-hover-preview));
}
.preview-mobile {
  display: none;
}
.preview-landing {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  height: 418px;
  width: 100%;
  background-color: rgb(var(--primary-color-preview));
  color: rgb(var(--white-color-preview));
}
.preview-landing .preview-title {
  color: rgb(var(--header-text-color-preview));
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.preview-text-mobile {
  display: block;
  font-size: 8px;
  text-align: center;
}
.preview-text-mobile .m-text-line1,
.preview-text-mobile .m-text-line2 {
  margin-bottom: 0.3px !important;
}
.preview-landing .preview-title:hover {
  color: rgb(var(--header-text-hover-color-preview));
}
.preview-landing .preview-button {
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 12px;
  border-radius: 1rem;
  color: rgb(var(--button-secondary-text-preview));
  background-color: rgb(var(--button-secondary-preview));
  cursor: pointer;
}
.preview-landing .preview-button:hover {
  background-color: rgb(var(--button-secondary-hover-preview));
  cursor: pointer;
}
.preview-landing .preview-button-is-outlined {
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 12px;
  border-radius: 1rem;
  color: rgb(var(--button-secondary-preview));
  box-shadow: none;
  border: 1px solid rgb(var(--button-secondary-preview));
  background: none;
  cursor: pointer;
}
.preview-landing .preview-button-is-outlined:hover {
  color: rgb(var(--button-secondary-hover-preview));
  background: none;
  cursor: pointer;
}
.preview-header {
  width: 100%;
  height: 64px;
}
.preview-logo {
  max-width: 160px;
  height: 32px;
  display: flex;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.preview-logo-footer {
  max-width: 140px;
  height: 50px;
  display: flex;
}
.preview-banner {
  padding: 1rem;
}
.preview-banner-title {
  font-size: 12px!important;
  color: rgb(var(--white-color-preview));
  margin-bottom: 7rem;
}
.preview-banner-image {
  font-size: 12px!important;
}
.preview-banner-title h2 {
  font-size: 15px;
  font-weight: bolder;
}
.preview-banner-title p {
  font-size: 10px;
  margin: 0px;
}
.preview-banner-title h1 {
  font-size: 12px!important;
  color: rgb(var(--white-color-preview));
}
.preview-banner-button {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 12px;
  border-radius: 1rem;
  color: rgb(var(--button-primary-text-preview));
  background-color: rgb(var(--button-primary-preview)) !important;
  border: none;
}
.preview-banner-button:hover {
  background-color: rgb(var(--button-primary-hover-preview));
}
.filter-wrapper-preview {
  position: relative;
  font-weight: 500;
  border-radius: 1rem;
}
.preview-intro {
  padding: 0.5rem 1rem 0.5rem 1rem;
  background-color: rgb(var(--info-background-color-preview));
}
.preview-intro > * {
  font-size: 12px;
  color: rgb(var(--info-color-preview));
  margin: 0px;
}
.preview-intro > * h5 {
  font-size: 12px;
  font-weight: bolder;
  margin: 0px;
}
.preview-intro > * p {
  margin: 0px;
}
.preview-cards {
  font-size: 12px;
  background-color: rgb(var(--primary-third-preview));
  color: rgb(var(--primary-title-preview));
  height: 100%;
}
.preview-cards .preview-card-title {
  color: rgb(var(--primary-title-preview));
}
.preview-cards .preview-card-subtitle {
  color: rgb(var(--primary-subtitle-preview));
}
.preview-contato {
  font-size: 9px;
}
.preview-footer {
  font-size: 12px;
  background-color: rgb(var(--footer-background-color-preview));
  color: rgb(var(--footer-text-color-preview));
  height: 8rem;
}
.preview-copyright {
  font-size: 12px;
  text-align: center;
  color: rgb(var(--copyright-text-color-preview));
  background-color: rgb(var(--copyright-background-color-preview));
}
.preview-room {
  display: flex;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  height: 418px;
  width: 100%;
  background-color: rgb(var(--white-color-preview));
  color: rgb(var(--white-color));
}
.preview-sidebar {
  background-color: rgb(var(--primary-color-preview-preview));
  width: 10%;
}
.preview-sidebar-lesson {
  padding: 2rem 1rem;
  background-color: rgb(var(--primary-color-dark-preview));
  width: 25%;
}
.preview-sidebar-admin {
  padding: 2rem 1rem;
  background-color: rgb(var(--primary-contrast-preview));
  color: rgb(var(--primary-color-preview));
  width: 25%;
}
.preview-sidebar-item {
  font-size: 0.75rem;
  color: rgb(var(--primary-contrast-preview));
}
.preview-sidebar-item.active {
  background-color: rgba(var(--secondary-color-preview), 0.25);
  color: rgb(var(--secondary-color-preview));
}
.preview-sidebar-item.active > i {
  color: rgb(var(--secondary-color-preview));
}
.preview-sidebar-lesson {
  color: rgb(var(--primary-contrast-preview));
}
.preview-sidebar-lesson .lesson-section {
  font-size: 1.125rem;
  font-weight: 700;
}
.preview-sidebar-lesson .lesson-title {
  font-weight: 700;
}
.preview-sidebar-lesson .lesson-name {
  font-weight: 500;
  font-size: 0.875;
}
.preview-content {
  font-size: 1.125rem;
  font-weight: 700;
  background-color: rgba(var(--primary-color-light-preview), 0.15);
}
.preview-content > .title {
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(var(--primary-color-preview));
}
.preview-content > .video {
  width: 93%;
  height: 150px;
  background-color: rgb(var(--primary-contrast-preview));
  border-radius: 1rem;
}
.preview-content > .video > .title {
  font-size: 12px!important;
  color: rgb(var(--primary-color-preview));
}
.preview-content > .video > .title > p {
  font-size: 8px!important;
  color: rgb(var(--primary-color-preview));
}
.preview-logo-interno {
  position: relative;
  top: -0.7rem;
  width: 40px;
  height: 40px;
  background-image: var(--imagem-menu-interno-preview);
  background-size: 100% 50px;
  background-repeat: no-repeat;
}
.select-screen {
  font-size: 32px;
  justify-content: center;
  color: rgb(var(--primary-color-preview));
  cursor: pointer;
}
.fa-objects-column::before {
  content: "\e3c1";
}
.banner {
  background-image: var(--imagem-bg-preview);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: rgb(var(--banner-color-preview));
}
.banner_color {
  background-color: rgb(var(--banner-color-preview));
}
.banner::before {
  transform: translateX(-100%);
}
.banner_corner_image {
  background-image: var(--corner-image-bg-preview);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: var(--corner-image-position-preview);
}
.banner_corner_image::before {
  transform: translateX(-100%);
}
.preview-certificate {
  width: 100%;
  height: 100%;
}
.preview-certificate input[type="file"] {
  display: none;
}
.preview-certificate .preview-img {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(var(--primary-color-light), 0.35);
  margin: auto;
}
.preview-certificate .preview-text {
  display: flex;
  font-family: var(--certificate-page-font);
  font-size: calc(var(--certificate-page-size) / 2.3);
  text-align: var(--certificate-page-align);
  justify-content: var(--certificate-page-align);
  color: rgb(var(--certificate-page-color));
  font-weight: var(--certificate-page-weight);
  position: relative;
  top: var(--certificate-page-position);
  padding: 0 1rem;
}
.preview-certificate .preview-qrcode-img {
  width: 2.2rem;
  height: 2.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.2rem;
}
.preview-certificate .preview-qrcode-link {
  width: 297px;
  color: rgb(var(--certificate-page-color));
  font-family: var(--certificate-page-font);
  font-size: 0.3rem;
}
.preview-certificate .qrcode {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  bottom: -9.6rem;
  padding: 0 0.2rem;
}
.preview-certificate .landscape {
  width: auto!important;
  max-width: calc(3905px / 11.762) !important;
  height: calc(2542px / 10) !important;
}
.preview-certificate .portrait {
  width: auto!important;
  max-width: calc(2542px / 10) !important;
  height: calc(3905px / 11.762) !important;
}
.custom-img-input {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-img-input input[type="file"] {
  display: none;
}
.custom-img-input .img-wrapper {
  width: var(--certificate-page-width);
  height: var(--certificate-page-height);
  margin-bottom: 1rem;
}
.custom-img-input .img-wrapper .preview-text {
  display: flex;
  font-family: var(--certificate-page-font);
  font-size: calc(var(--certificate-page-size) / 2.3);
  text-align: var(--certificate-page-align);
  justify-content: var(--certificate-page-align);
  color: rgb(var(--certificate-page-color));
  font-weight: var(--certificate-page-weight);
  position: relative;
  top: var(--certificate-page-position);
  padding: 0 1rem;
}
.custom-img-input .img-wrapper .preview-img {
  width: var(--certificate-page-width);
  height: var(--certificate-page-height);
  border: 1px solid rgba(var(--primary-color-light), 0.35);
}
.custom-img-input .img-wrapper .preview-qrcode-img {
  width: 2.2rem;
  height: 2.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.2rem;
}
.custom-img-input .img-wrapper .preview-qrcode-link {
  width: 297px;
  color: rgb(var(--certificate-page-color));
  font-family: var(--certificate-page-font);
  font-size: 0.3rem;
}
.custom-img-input .img-wrapper .qrcode {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  bottom: -7.8rem;
  padding: 0 0.2rem;
}
.custom-img-input .img-wrapper.xs {
  --certificate-page-width: 32px;
  --certificate-page-height: 32px;
}
.custom-img-input .img-wrapper.sm {
  --certificate-page-width: 64px;
  --certificate-page-height: 64px;
}
.custom-img-input .img-wrapper.base {
  --certificate-page-width: 128px;
  --certificate-page-height: 128px;
}
.custom-img-input .img-wrapper.lg {
  --certificate-page-width: 256px;
  --certificate-page-height: 256px;
}
.custom-img-input .img-wrapper.xl {
  --certificate-page-width: 512px;
  --certificate-page-height: 512px;
}
.custom-img-input .landscape {
  width: 21rem!important;
  height: 15rem!important;
}
.custom-img-input .portrait {
  width: 15rem!important;
  height: 21rem!important;
}
.custom-img-input .img-upload-label {
  display: flex;
}
.carrosel-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 !important;
  padding: 15px 5px;
  background-color: rgba(var(--primary-background), 1);
}
.carrosel-title h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: rgb(var(--primary-title));
}
.carrosel-title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: rgb(var(--primary-subtitle));
}
.carrosel-title > .courses {
  align-items: start;
}
.carrossel-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0!important;
}
.carrossel-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  --bs-swiper: 307px;
  width: calc(var(--bs-swiper) * 3.7);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.carrossel {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.swiper {
  width: 100%;
  height: 505px;
}
.swiper-slide-p {
  display: flex;
  justify-content: center;
}
.swiper-button-lock {
  display: none !important;
}
.container-swiper {
  align-items: center !important;
  margin: 0;
}
.container-swiper2 {
  display: contents;
  align-items: center !important;
  margin: 0;
}
.button-prev rect {
  fill: rgb(var(--button-prev));
}
.button-next rect {
  fill: rgb(var(--button-next));
}
.swiper-categorys {
  width: 100%;
  height: 280px;
}
.swiper-my-courses {
  width: 100%;
  height: 325px;
}
.swiper-courses,
.swiper-tracks {
  width: 100%;
  height: 550px;
}
.swiper-communities-card {
  width: 100%;
  height: 150px;
}
.swiper-escolher {
  width: 100%;
  height: 442px;
}
.swiper-formation {
  width: 100%;
  height: 280px;
}
.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
}
.swiper-button-disabled rect {
  fill: #d4d1d1 !important;
}
.swiper-button-disabled path {
  fill: #ffffff !important;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  width: auto!important;
}
@media only screen and (max-width: 539px) {
  .swiper-slide {
    flex-grow: 1;
  }
  .swiper-slide-prev {
    flex-grow: 1;
  }
  .swiper-slide-p {
    padding: 0 10px !important;
    flex-shrink: 1;
  }
}
@media only screen and (min-width: 540px) {
  .swiper-slide {
    flex-shrink: 0;
  }
}
.menu-dropdown {
  position: relative;
}
.menu-dropdown .rotate-90 {
  transform: rotate(90deg);
}
.menu-dropdown .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem;
  border: 2px solid rgba(var(--primary-color-light), 0.35);
  border-radius: 0.5rem;
  color: rgb(var(--primary-color));
  cursor: pointer;
}
.menu-dropdown .label:hover {
  background-color: rgba(var(--primary-color-light), 0.35);
}
.menu-dropdown .chevron {
  float: right;
  color: rgb(var(--button-primary));
}
.menu-dropdown .chevron:hover {
  color: rgb(var(--button-primary-hover));
}
.menu-dropdown .custom-dropdown-menu {
  display: none;
  min-width: 4rem;
  max-height: 250px;
  position: absolute;
  left: 0;
  bottom: -5%;
  transform: translateY(100%);
  padding: 0rem;
  background-color: rgb(var(--white-color));
  border-radius: 0.5rem;
  z-index: 99999;
  border: 1px solid rgba(var(--primary-color-light), 0.35);
}
.menu-dropdown .custom-dropdown-menu .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  border-radius: 0.5rem;
  color: rgb(var(--primary-color));
  white-space: nowrap;
}
.menu-dropdown .custom-dropdown-menu .item span {
  margin-left: 4px;
  margin-right: 4px;
}
.menu-dropdown .custom-dropdown-menu .item:hover {
  border-radius: 0.5rem;
  margin-left: 1px;
  margin-right: 1px;
  color: rgb(var(--secondary-contrast)) !important;
  background-color: rgb(var(--secondary-color-light));
  cursor: pointer;
}
.menu-dropdown .custom-dropdown-menu .item:hover i,
.menu-dropdown .custom-dropdown-menu .item:hover svg {
  color: rgb(var(--secondary-contrast)) !important;
}
.menu-dropdown .custom-dropdown-menu .item .no-checked {
  display: none!important;
}
.menu-dropdown .custom-dropdown-menu .item .checked {
  display: flex;
}
.gap-tag {
  gap: 0.5rem;
}
.tag-header {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.1rem 0.3rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Sombra */
}
.tag-header .menu-bar-dropdown .menu-bar-icon {
  display: none;
}
.tag-header .menu-bar-dropdown .custom-dropdown-menu-bar {
  display: flex;
  gap: 0.5rem;
}
.tag-footer {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0.7rem;
  height: 1rem;
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  /* Sombra */
}
.tag-footer .img-logo {
  height: 15px;
  filter: invert(50%);
}
.tag-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(var(--primary-color-light), 0.35);
  border-radius: 0.5rem;
  color: rgb(var(--primary-color));
  background-color: transparent;
  cursor: pointer;
}
.tag-button:hover {
  background-color: rgba(var(--primary-color-light), 0.35);
}
.tag-container {
  border: 2px solid rgba(var(--primary-color-light), 0.35);
  border-radius: 0.5rem;
  width: 100%;
  margin: 0 auto;
  background-color: white;
}
.tag-input {
  padding: 0.5rem 0.3rem;
  border: none;
  height: 14rem;
  width: 100%;
  overflow-y: auto;
  background-color: transparent;
  margin-bottom: -0.4rem;
  font-family: var(--certificate-page-font);
  font-size: var(--certificate-page-size);
  text-align: var(--certificate-page-align);
  color: rgb(var(--certificate-page-color));
  font-weight: var(--certificate-page-weight);
}
.tag-input:focus {
  outline: none;
  border-radius: 0.5rem;
  border-color: rgb(var(--button-primary));
  box-shadow: 0 0 5px rgba(var(--button-primary), 0.8);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag.hidden {
  color: inherit;
  pointer-events: none;
  /* Impede interação */
  cursor: default;
  /* Ajusta o cursor para não indicar interatividade */
  opacity: 0.5;
  /* Opcional: reduz a opacidade para indicar que está desabilitado */
}
#payment-credit-card-error {
  position: absolute;
  top: 2.5rem;
  left: 0.5rem;
}
.payment-card-name {
  margin-top: 1rem;
}
.vlibras {
  top: 65% !important;
}
.hidden-important {
  display: none !important;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: rgb(var(--white-color));
}
html .body-classroom,
body .body-classroom {
  display: grid;
  grid-template: "nav header header" auto "nav article article" 1fr "nav footer footer" auto / auto 1fr auto;
}
html .body-classroom nav,
body .body-classroom nav {
  min-height: calc(100dvh - var(--header-size) - 72px);
}
html .body-admin,
body .body-admin {
  display: grid;
  grid-template: "header header header" auto "nav article article" 1fr "footer footer footer" auto / auto 1fr auto;
}
html .body-admin nav,
body .body-admin nav {
  min-height: calc(100dvh - var(--header-size) - 72px);
}
html article,
body article {
  grid-area: article;
  background: #f7f7f7;
}
html aside,
body aside {
  grid-area: aside;
}
html nav,
body nav {
  grid-area: nav;
}
html footer,
body footer {
  grid-area: footer;
  z-index: 99;
}
html .hidden-button,
body .hidden-button {
  display: none!important;
}
html .lgpd-info,
body .lgpd-info {
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
  color: rgb(var(--primary-color));
  padding: 1.5rem 1rem;
}
html .banner_mobile,
body .banner_mobile {
  max-height: 270px;
  max-width: 270px;
}
html .layout--content,
body .layout--content {
  background: rgb(var(--primary-color));
}
html vr,
body vr {
  border-color: inherit;
  border-style: solid;
  border-width: 0 0 2.5rem 0.1rem;
  opacity: 22.25%;
}
.login-page .auth-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-page .auth-container.img-fundo {
  background-color: rgb(var(--primary-color));
  min-height: var(--comece-size);
  background-image: var(--imagem-comece);
  background-size: cover;
}
.login-page .auth-container .back-link > * {
  color: rgb(var(--button-primary)) !important;
}
.login-page .auth-container .title {
  font-weight: 700;
  font-size: 1.25rem;
}
.login-page .auth-container .subtitle {
  font-weight: 700;
  font-size: 1.125rem;
  color: rgb(var(--secondary-color));
}
.login-page .auth-container .is-avatar {
  background-color: rgb(var(--primary-color));
}
.login-page .auth-container .detail {
  height: 1px;
  background-color: rgba(var(--primary-color-light), 0.25);
  flex: 1;
}
.login-page .auth-container .register-link > span {
  font-weight: 500;
  color: rgb(var(--primary-color));
}
.login-page .auth-container .register-link > a {
  font-weight: 500;
  color: rgb(var(--button-primary));
  text-decoration: none;
  cursor: pointer;
}
.login-page .auth-container .error {
  color: red;
  font-weight: 500;
  text-align: center;
}
.login-page .form-group {
  padding: 0px!important;
}
.login-page .is-avatar.is-76 > img {
  width: 76%;
  height: 76%;
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.order-line {
  padding: 0.5rem 0.75rem;
  border-radius: 7.5px;
  background-color: rgba(var(--primary-color-light), 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0.5rem 0rem;
}
.students-pic img {
  background-color: #fff;
  padding: 0.125rem;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: solid 0.15rem rgb(var(--primary-color));
}
.table .table-status {
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  width: 4rem;
  text-align: center;
}
.table .table-status.green {
  background-color: rgba(25, 225, 25, 0.2);
  color: rgba(25, 200, 25, 0.9);
}
.table .table-status.red {
  background-color: rgba(225, 25, 25, 0.2);
  color: rgba(200, 25, 25, 0.9);
}
.table .table-status.blue {
  background-color: rgba(15, 74, 235, 0.2);
  color: rgba(25, 25, 255, 0.9);
}
.table .table-status.orange {
  background-color: #681f07 !important;
  color: #dc5e35 !important;
}
.table .th-id,
.table .th-order,
.table .th-filter,
.table .th-counter {
  width: 5%!important;
}
.table .th-name {
  width: 50%!important;
}
.table .th-email,
.table .th-turma,
.table .th-course {
  width: 25%!important;
}
.table .th-nivel {
  width: 31%!important;
}
.table .th-modalidade {
  width: 15%!important;
}
.table .th-cliente {
  width: 10%!important;
}
.table .th-status,
.table .th-action,
.table .th-valid,
.table .th-progress {
  width: 10%!important;
}
.table-form-instruis .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 1000;
}
.table-form-instruis .unlink-button-instructor {
  text-align: center;
  color: #777;
}
.table-form-instruis .unlink-button-instructor:hover {
  cursor: pointer;
  color: red;
}
.table-form-instruis .instructor-shared-value > div {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.25rem;
}
.table-form-instruis .instructor-shared-value input {
  width: 3rem;
  padding: 0.25rem;
  color: #212120;
}
.table-form-instruis .instrui-chevron-up,
.table-form-instruis .instrui-chevron-down {
  display: none;
}
.form-libary-list .col-list {
  display: none;
}
.form-libary-list .Reports-more-icon {
  font-size: 1.5rem;
  color: rgb(var(--secondary-color-light));
}
.form-libary-list .Reports-more-icon:hover {
  color: rgb(var(--secondary-color-dark));
  cursor: pointer;
}
.form-libary-list .all-clear {
  cursor: pointer;
}
.form-libary-list .title {
  font-weight: 700;
  font-size: 1rem;
  color: rgb(var(--primary-color));
}
.form-libary-list .check-all {
  font-weight: 700;
  font-size: 1rem;
  color: rgb(var(--button-primary));
}
.form-libary-list .filtro-datas {
  font-weight: 700;
  font-size: 1rem;
  color: rgb(var(--primary-color));
}
.form-libary-list .lista-report {
  height: 260px;
  overflow-y: auto;
}
.form-libary-list .lista {
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}
.form-quiz .url-qrcode {
  display: none;
}
.form-quiz .img-qrcode {
  width: 200px;
  height: 200px;
}
.form-quiz .star-option {
  display: none;
}
.form-quiz .class-rating .star-icon {
  width: 64px;
  height: 64px;
  background-image: var(--star-icon);
  background-size: contain;
  background-repeat: no-repeat;
}
.form-quiz .class-rating hr {
  width: 75%;
}
.form-quiz .class-rating .star-icon:hover {
  cursor: pointer;
}
.form-quiz .class-rating .star-icon.active,
.form-quiz .class-rating .star-icon.hover {
  background-color: transparent;
  background-image: var(--star-icon-full);
}
.form-quiz .class-rating .title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 44px;
}
.form-quiz .class-rating .subtitle {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}
.form-quiz .quiz-commit .tox {
  height: 200px!important;
}
.form-questions .themed-form .remove-button {
  color: rgb(var(--primary-color));
}
.form-questions .themed-form .remove-button:hover {
  color: red;
}
.form-questions .new-option {
  font-weight: 500;
}
.form-questions .new-option > *:hover {
  text-decoration: none;
}
.form-questions .new-option > button.link-hubse > span {
  color: rgba(var(--primary-color-light), 0.85);
}
.form-questions .new-option .link-hubse .add-icon {
  color: rgb(var(--secondary-color));
}
.form-questions .is-text-field {
  color: rgb(var(--secondary-color));
}
.form-trails label.error,
.form-trails label.courses-required-error {
  color: red;
}
.form-trails label.courses-required-error {
  display: none;
}
.form-trails #track-value {
  padding-left: 2.5rem;
}
.form-trails .track-value-wrapper {
  position: relative;
}
.form-trails .track-value-wrapper::before {
  content: 'R\0024';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}
.form-datetime {
  position: relative;
}
.form-datetime .date-input {
  min-width: 160px;
  border: 2px solid rgba(var(--primary-color-light), 0.35);
  border-radius: 0.5rem;
  padding: 0;
  height: auto;
  justify-content: space-between;
}
.form-datetime input[type="date"] {
  border: none!important;
  padding: 0 0 0 0.5rem;
  width: 100%;
  background: transparent;
  z-index: 1;
  min-height: 2.23rem;
}
.form-datetime input:focus {
  outline: none!important;
}
.form-datetime svg {
  color: rgb(var(--button-primary)) !important;
}
.form-datetime i {
  color: rgb(var(--button-primary)) !important;
  font-size: 1.5rem;
  padding: 0 0.5rem 0 0;
  position: absolute;
  width: 98%;
  text-align: end;
}
.form-datetime .time-input {
  width: 8rem;
  text-align: right;
  /*padding: 0.75rem;*/
}
.form-students .icon {
  display: flex;
  font-size: 1.2rem;
}
.form-students #add-modal .modal-footer {
  display: none;
}
.form-students #add-modal #add-user-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
.form-students #add-modal #add-user-list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.form-students .unlink-button-user {
  text-align: center;
  color: #777;
}
.form-students .unlink-button-user:hover {
  cursor: pointer;
  color: red;
}
.form-students span.student-name {
  font-weight: 700;
}
.form-students #add-modal .form-group {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
}
.form-students .custom-select-valid-date {
  position: relative;
}
.form-students .custom-select-valid-date > select {
  padding-left: 5.5rem;
  font-weight: 700;
  color: rgb(var(--primary-color));
  min-width: 12rem;
}
.form-students .custom-select-valid-date::before {
  position: absolute;
  content: "Validade:";
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(var(--primary-color-light));
  font-weight: 500;
}
.filter-student {
  border: none!important;
  border-radius: 1rem!important;
  border: 0.15rem solid rgb(var(--primary-color)) !important;
  color: rgb(var(--primary-color-dark));
  padding: 0.2rem 1rem !important;
}
.filter-student .data-valid {
  display: flex;
}
.filter-student .date-input {
  border: none!important;
}
.filter-student span.student-name {
  font-weight: 400;
}
.filter-student span.student-email {
  font-weight: 400;
  font-size: 0.7rem;
}
.filter-student span.student-validade {
  font-weight: 400;
}
.filter-student .search-dropdown-wrapper {
  flex-direction: column;
  border-bottom: 2px solid rgb(var(--primary-color-light), 0.35);
  padding-bottom: 1rem;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .filter-student .search-dropdown-wrapper {
    flex-direction: row;
    border-bottom: none;
    padding-bottom: 0;
    align-items: center;
  }
}
.form-icon .hidden {
  display: none;
}
.form-icon .gap-icon {
  width: 35px;
}
.form-icon .gap-icon-click:hover {
  transform: scale(1.05);
  transition: 100ms all;
  cursor: pointer;
  border: none;
}
.form-icon svg {
  cursor: pointer;
}
.form-icon svg:focus {
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
}
.form-icon .flipped-icon {
  transform: rotateX(180deg);
}
.form-icon .gradient .primary {
  fill: linear-gradient(to bottom, rgb(var(--primary-color)), rgb(var(--button-color)));
}
.form-icon .gradient .button {
  fill: linear-gradient(to bottom, rgb(var(--button-color)), rgb(var(--primary-color)));
}
.form-sections {
  /* AULAS */
  /* QUIZ */
}
.form-sections .new-academics-wrapper {
  padding: 1rem 0.75rem;
  border-radius: 7.5px;
  background-color: rgba(var(--primary-color-light), 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.form-sections .new-academics-wrapper span {
  font-weight: 500;
  font-size: 1rem;
  color: rgb(var(--primary-color));
}
.form-sections .new-academics-wrapper .edit-name {
  position: relative;
  width: 600px;
  height: 25px;
}
.form-sections span {
  cursor: default;
}
.form-sections .modulos {
  cursor: grab;
}
.form-sections .aulas {
  cursor: grab;
}
.form-sections .icon-click {
  color: #a3aed0;
  cursor: pointer;
}
.form-sections .icon-click :hover {
  color: rgb(var(--primary-color));
  cursor: pointer;
}
.form-sections .new-sections-wrapper {
  padding: 1rem 0.75rem;
  border-radius: 7.5px;
  background-color: rgba(var(--primary-color-light), 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.form-sections .new-sections-wrapper span {
  font-weight: 500;
  font-size: 1rem;
  color: rgb(var(--primary-color));
}
.form-sections .new-sections-wrapper .edit-name {
  position: relative;
  width: 600px;
  height: 25px;
}
.form-sections .name-modulo {
  width: 100%;
  padding: 1rem 0.75rem;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.1);
}
.form-sections .name-modulo span {
  font-weight: 700;
  font-size: 1.5rem;
  color: rgb(var(--primary-color));
}
.form-sections .new-lessons-wrapper {
  height: 54px;
  padding: 1rem 0.75rem;
  border-radius: 7.5px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.form-sections .new-lesson-card-quiz {
  height: 7.6rem;
}
.form-sections .aulas-container {
  margin-top: 1.2rem;
  width: 101.3%;
}
.form-sections .aula-texto {
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-sections .quiz-text-del {
  position: relative;
  top: -0.5rem;
  font-size: 0.7rem;
}
.form-sections .new-quizs-wrapper {
  height: 54px;
  padding: 1rem 0.75rem;
  border-radius: 7.5px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.form-sections .new-diagnostics-wrapper {
  height: 54px;
  padding: 1rem 0.75rem;
  border-radius: 7.5px;
  background-color: rgba(var(--primary-color), 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.form-sections .new-diagnostics-wrapper span {
  color: #ffffff;
}
.form-sections .new-diagnostics-wrapper .icon-click {
  color: #ffffff;
  cursor: pointer;
}
.form-sections .new-diagnostics-wrapper .icon-click:hover {
  color: #a3aed0;
  cursor: pointer;
}
.form-sections .quiz .seta {
  display: flex;
  top: -20%;
}
.form-sections .over {
  background: rgba(var(--button-primary), 0.2);
}
.form-sections .quiz-over {
  min-height: 3.6rem;
  border: 0.2rem dashed rgba(var(--button-primary), 0.5);
}
.csv-description {
  color: rgb(var(--primary-color));
  font-weight: 500;
  font-size: 0.875rem;
}
.mass-upload-list-container {
  max-height: 25vh;
  overflow-y: auto;
}
.order-line {
  padding: 0.5rem 0.75rem;
  border-radius: 7.5px;
  background-color: rgba(var(--primary-color-light), 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0.5rem 0rem;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 2000;
}
.form-cupom .publish-title {
  font-weight: 500;
  font-size: 1.125rem;
}
.form-cupom .lista-assinatura {
  display: none;
}
.form-cupom .lista-courses {
  display: none;
}
.form-cupom .publish-cupom {
  background-color: #f4f7fe;
  height: 72px;
  width: 368px;
  left: 312px;
  top: 1095px;
  border-radius: 15px;
}
.form-messages .msg-view-color {
  color: rgb(var(--primary-color));
  font-weight: 500;
  font-size: 0.875rem;
}
.form-messages .box-description {
  border: 0.05rem solid lightgray;
  border-radius: 1rem;
  height: 10rem;
  padding: 0.5rem;
  overflow: auto;
}
button {
  outline: none;
}
button:focus {
  outline: none;
}
.dashboard-sidebar {
  padding: 1rem;
  background-color: rgb(var(--primary-contrast));
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: rgb(var(--primary-color));
  line-height: 1.2;
  min-height: 100%;
  width: 15rem;
}
.dashboard-sidebar .sidebar-icon {
  display: none;
}
.dashboard-sidebar hr {
  border-top: 2px solid rgba(var(--primary-color-dark), 0.25);
  width: 100%;
}
.dashboard-sidebar .dashboard-sidebar-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: rgb(var(--primary-color));
  border-radius: 1.5rem;
  margin: 0.15rem 0;
  font-weight: 500;
  font-size: 0.875rem;
}
.dashboard-sidebar .dashboard-sidebar-item > * {
  cursor: pointer;
}
.dashboard-sidebar .sidebar-item > * {
  cursor: pointer;
}
.dashboard-sidebar .dashboard-sidebar-item:hover {
  color: rgb(var(--button-primary-hover));
  cursor: pointer;
}
.dashboard-sidebar .dashboard-sidebar-item.active-page {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
}
.dashboard-sidebar .dashboard-sidebar-item.active-page-light {
  /*background-color: rgba(var(--primary-color), 0.75);*/
  color: rgb(var(--secondary-color));
}
.dashboard-sidebar .dashboard-sidebar-item.active-page:hover {
  background-color: rgb(var(--button-primary-hover));
}
.dashboard-sidebar .dashboard-sidebar-item.active-page-light:hover {
  /*background-color: rgba(var(--primary-color-light), 0.75);*/
  color: rgb(var(--button-primary-hover));
}
.dashboard-sidebar .config-submenu-items {
  display: none;
}
.dashboard-sidebar .config-submenu-ajuda-items {
  display: none;
}
.dashboard-content {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: rgba(var(--primary-color-light), 0.15);
  color: rgb(var(--primary-color));
}
.dashboard-content a:not(.btn-hubse):not(.btn-hubse-secondary):not(.link-hubse):not(.link-hubse-secondary):not(.action-link) {
  text-decoration: none;
  color: inherit;
}
.dashboard-content .nav-link {
  color: rgb(var(--primary-color-dark));
}
.dashboard-content .nav-link:hover {
  color: rgb(var(--secondary-color-light));
  transform: scale(1.05);
}
.dashboard-content a.active {
  font-weight: 700;
  color: rgb(var(--secondary-color-dark));
}
.tab-general .dashboard-card .title {
  font-size: 0.875rem;
  color: rgb(var(--primary-color));
  font-weight: 500;
}
.tab-general .dashboard-card .counter {
  color: rgb(var(--primary-color));
  font-size: 2rem;
  font-weight: 500;
  align-self: center;
}
.tab-general .secondary-link {
  color: rgb(var(--secondary-color-dark));
}
.tab-general .dashboard-card i.card-color-icon {
  font-size: 48px;
}
.tab-general .dashboard-card .card-color-title {
  font-weight: 500;
  color: white;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tab-general .dashboard-card .card-color-subtitle {
  font-weight: 500;
  font-size: 1.75rem;
}
.tab-general .dashboard-card .students-counter {
  background-color: #6ac745;
  width: 48px;
  height: 48px;
  line-height: 1;
  border-radius: 50%;
}
.tab-general .dashboard-card .students-counter span {
  color: rgb(var(--white-color));
  font-weight: 500;
}
.tab-general .dashboard-card .students-pic {
  position: relative;
  display: flex;
}
.tab-general .dashboard-card .students-pic > * {
  position: absolute;
  background-color: rgb(var(--white-color));
  padding: 0.125rem;
  left: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.tab-general .dashboard-card .students-pic img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
/* nth-child(1) is the starting point */
.tab-general .dashboard-card .students-pic span:nth-child(2) {
  transform: translateX(75%);
}
.tab-general .dashboard-card .students-pic span:nth-child(3) {
  transform: translateX(150%);
}
.tab-general .dashboard-card .students-pic span:nth-child(4) {
  transform: translateX(225%);
}
.tab-general .dashboard-card .students-pic span:nth-child(5) {
  transform: translateX(300%);
}
.tab-general .dashboard-card .support-wrapper {
  width: 50%;
  padding: 2rem 0;
  background-color: rgba(var(--primary-color-light), 0.15);
  border-radius: 0.5rem;
}
.tab-general .dashboard-card .support-wrapper.red-border {
  border: 3px solid rgba(209, 20, 20, 0.75);
}
.tab-general .dashboard-card .support-wrapper.green-border {
  border: 3px solid rgba(10, 206, 10, 0.75);
}
.tab-courses {
  /* ldbar styles */
}
.tab-courses .dashboard-card .card-color-div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tab-courses .dashboard-card .card-color-icon {
  font-size: 48px;
}
.tab-courses .dashboard-card .card-color-title {
  font-weight: 700;
  color: white;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-left: 1rem;
}
.tab-courses .dashboard-card .card-color-subtitle {
  font-weight: 700;
  font-size: 1.75rem;
  margin-left: 1rem;
}
.tab-courses .dashboard-card .title {
  font-weight: 500;
}
.tab-courses .dashboard-card .counter {
  font-weight: 500;
  font-size: 2rem;
}
.tab-courses .dashboard-card.color-card .title {
  font-weight: 500;
  color: white;
}
.tab-courses .dashboard-card.color-card .title-icon {
  font-weight: 500;
  font-size: 1.25rem;
}
.tab-courses .dashboard-card .ranking-label {
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  font-size: 0.75rem;
}
.tab-courses .dashboard-card .ranking-item {
  padding: 1rem 0.75rem;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.1);
}
.tab-courses .dashboard-card .ranking-item .course-image {
  /* width: 35%; */
  min-width: 20%;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.tab-courses .dashboard-card .ranking-item .course-name > span {
  width: 65%;
}
.tab-courses .dashboard-card .ranking-item .course-name > span {
  font-weight: 500;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tab-courses .dashboard-card .ranking-item .course-image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100%;
}
.tab-courses .dashboard-card .ranking-item .course-access > span,
.tab-courses .dashboard-card .ranking-item .course-rating > span {
  font-weight: 700;
  font-size: 1.5rem;
}
.tab-courses .dashboard-card .course-up-arrow {
  font-weight: 500;
  font-size: 2rem;
  color: #22c051;
}
.tab-courses .dashboard-card .course-down-arrow {
  font-weight: 500;
  font-size: 2rem;
  color: #e0451f;
}
.tab-courses .dashboard-card .courses-ongoing-item {
  padding: 1rem 0.75rem;
  border-radius: 1rem;
  justify-content: space-between;
}
.tab-courses .dashboard-card .courses-ongoing-item .ongoing-image {
  width: 15%;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.tab-courses .dashboard-card .courses-ongoing-item .ongoing-content {
  min-width: 0;
  flex-basis: 70%;
}
.tab-courses .dashboard-card .courses-ongoing-item .ongoing-content .name {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-courses .dashboard-card .courses-ongoing-item .ongoing-content .bar-inner {
  padding: 0.5rem;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.75);
}
.tab-courses .dashboard-card .courses-ongoing-item .ongoing-image > img {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tab-courses .dashboard-card .courses-ongoing-item .ongoing-counter {
  font-weight: 500;
  font-size: 2rem;
}
.tab-courses .dashboard-card .resources-item {
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.05);
}
.tab-courses .dashboard-card .resources-item .name {
  font-weight: 500;
}
.tab-courses .dashboard-card .resources-item .counter {
  font-weight: 700;
  font-size: 1.5rem;
}
.tab-courses .tab-courses .star-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tab-courses canvas {
  min-height: 138px!important;
}
.tab-courses .card-curso {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.tab-courses .tab-students .dashboard-card .counter {
  font-weight: 500;
  font-size: 2rem;
}
.tab-courses .tab-students .dashboard-card.color-card .title {
  font-weight: 500;
  color: white;
}
.tab-courses .tab-students .dashboard-card.color-card .title-icon {
  font-weight: 500;
  font-size: 1.5rem;
}
.tab-courses .tab-students .dashboard-card .title {
  font-weight: 500;
}
.tab-courses .tab-students .dashboard-card .students-most-active-item {
  padding: 0.3rem 0.75rem;
  border-radius: 1rem;
}
.tab-courses .tab-students .dashboard-card .student-profile-img {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.tab-courses .tab-students .dashboard-card .student-profile-img > img {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tab-courses .tab-students .dashboard-card .students-most-active-item .most-active-content {
  width: 85%;
}
.tab-courses .tab-students .dashboard-card .students-most-active-item .most-active-content .text {
  font-weight: 700;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-courses .tab-students .dashboard-card .students-most-active-item .most-active-content .bar-inner {
  padding: 0.35rem;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.75);
}
.tab-courses .tab-students .dashboard-card .students-last-access-item {
  padding: 0.5rem;
}
.tab-courses .tab-students .dashboard-card .students-last-access-item .last-access-content > * {
  width: 50%;
}
.tab-courses .tab-students .dashboard-card .students-last-access-item .last-access-content > span:nth-child(2) {
  background-color: rgba(var(--primary-color-light), 0.1);
  border-radius: 1rem;
  padding: 0.15rem 1rem;
}
.tab-courses .progress-graph-label-defined .label-text,
.tab-courses .progress-graph-label-reached .label-text {
  font-size: 10px;
  font-weight: 500;
}
.tab-courses .progress-graph-label-defined .label-color,
.tab-courses .progress-graph-label-reached .label-color {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.tab-courses .progress-graph-label-defined .label-color.label-color-defined,
.tab-courses .progress-graph-label-reached .label-color.label-color-defined {
  background-color: #e1e1e1;
}
.tab-courses .progress-graph-label-defined .label-color.label-color-reached,
.tab-courses .progress-graph-label-reached .label-color.label-color-reached {
  background-color: #7dc864;
}
.tab-courses .progress-graph {
  width: 85%;
}
.tab-profile-analysis .dashboard-card .profile-analysis-counter {
  width: 25%;
  background-color: rgba(var(--primary-color), 0.05);
  padding: 1rem;
  border-radius: 0.75rem;
}
.tab-profile-analysis .dashboard-card .profile-analysis-graph {
  width: 70%;
}
.tab-profile-analysis .dashboard-card .profile-analysis-counter > span.title {
  font-weight: 500;
}
.tab-profile-analysis .dashboard-card .profile-analysis-counter > span.counter {
  font-weight: 500;
  font-size: 2.5rem;
}
.tab-sellings .dashboard-card .card-color-counter {
  font-weight: 500;
  font-size: 2.25rem;
}
.tab-sellings .dashboard-card .color-icon i {
  font-size: 1.5rem;
}
.tab-sellings .dashboard-card .title-color {
  font-weight: 500;
}
.course-description {
  min-height: 50vh;
  background-size: contain;
  background-color: rgb(var(--primary-color));
}
.course-description .description-comunities-card {
  max-width: 45%;
}
.course-description #compartilhar i {
  /*font-size: 10px;*/
}
.course-description #compartilhar i.fa-linkedin {
  color: darkblue;
}
.course-description #compartilhar i.fa-whatsapp {
  color: green;
}
.course-description .modal {
  font-family: 'Quicksand', sans-serif;
}
.course-description .course-tag-description {
  display: flex;
  justify-content: start;
  position: absolute;
  top: 16.5rem;
}
.course-description .instructor .description {
  color: rgb(var(--primary-color));
  text-align: justify;
  margin: 0;
}
.course-description .instructor .name {
  color: rgba(var(--primary-color), 1);
  font-weight: 700;
}
.course-description .instructor .link {
  font-size: 0.75rem;
}
.course-description .requirements {
  padding: 0.25rem 1rem;
  background-color: rgb(var(--secondary-title));
  color: #111111;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-size: 0.75rem;
  margin: 0.25rem;
}
.course-description .course-header {
  padding: 0 5.5%;
  height: 250px;
}
.course-description .course-header .header {
  flex: 0 0 auto;
  width: 60%;
  margin-top: 0rem;
}
.course-description .course-header.img-cover {
  background-color: rgba(var(--button-primary), 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, rgba(var(--primary-color-dark), 0.85), rgba(var(--primary-color-dark), 0.75)), var(--course-img);
}
.course-description .course-header .header-title {
  font-size: 2rem;
  font-weight: 500;
  color: rgb(var(--white-color));
  line-height: 37px;
  letter-spacing: 0em;
}
.course-description .course-header .header-description {
  font-weight: 400;
  color: rgb(var(--white-color));
  line-height: 20px;
  letter-spacing: 0em;
}
.course-description .course-header .header-title,
.course-description .course-header .header-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.course-description .course-progress-wrapper {
  z-index: 100;
  border-radius: 0.75rem;
  background-color: rgb(var(--white-color));
  padding: 0.75rem 1rem;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  font-weight: 500;
}
.course-description .course-progress-wrapper .progress-bar-wrapper {
  width: 89%;
  height: 18px;
  background-color: var(--progress-bar);
  border-radius: 1rem;
  overflow: hidden;
}
.course-description .course-progress-wrapper .progress-bar-wrapper .progress-bar {
  height: 100%;
  background-color: #60e660;
}
.course-description .course-progress-wrapper .course-details-progress {
  font-size: 13px;
  color: rgb(var(--button-secondary));
}
.course-description .course-progress-wrapper .course-details-progress .icon {
  width: 25px;
}
.course-description .course-progress-wrapper .progress-value {
  color: #33b348;
  font-weight: 700;
  font-size: 0.875rem;
}
.course-description .course-detail-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.9em;
}
.course-description .course-detail-title p {
  margin: 0;
}
.course-description .course-detail-title-mobile {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9em;
}
.course-description .course-detail-title-mobile p {
  margin: 0;
}
.course-description .course-detail-value {
  font-size: 0.875rem;
  font-weight: 700;
}
.course-description .course-detail-icon {
  font-size: 17px;
  color: rgb(var(--primary-color));
}
.course-description .course-detail-icon-mobile {
  font-size: 23px;
  color: rgb(var(--primary-color));
}
.course-description .course-rating-icon {
  font-size: 1.75rem;
  color: #e7d108;
}
.course-description .course-detail-value .rating-color {
  color: #33b348;
}
.course-description .course-details-wrapper {
  width: 93%;
  justify-content: space-between;
}
.course-description .course-details-seal {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 30%);
  filter: drop-shadow(1px 1px 8px rgba(255, 255, 255, 0.1));
  width: 20%;
}
.course-description .course-nav {
  padding: 0.875rem 5vw;
  font-size: 0.875rem;
  background: rgb(var(--primary-color));
}
.course-description .course-nav > * {
  margin: 0.25rem 0.5rem;
}
.course-description .course-nav .btn-hubse-secondary,
.course-description .course-nav .btn-hubse {
  font-weight: 500;
}
.course-description .course-nav .btn-hubse.is-outlined {
  border: 1px solid rgb(var(--white-color));
  color: rgb(var(--white-color));
}
.course-description .course-nav .btn-voltar {
  width: 22%;
}
.course-description .course-tag {
  padding: 0.5rem 1rem;
  background-color: rgba(var(--primary-color), 0.75);
  color: rgb(var(--button-primary));
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  height: 2.5rem;
}
.course-description .nomeModuloCursoPrincipal {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 73%;
}
.course-description .nomeModuloCurso {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
.course-description .description-course {
  width: 66%;
  padding: 4rem;
}
.course-description .collapsible {
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background-color: rgba(var(--primary-contrast), 1);
  color: rgba(var(--primary-color), 0.75);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 700;
}
.course-description .active,
.course-description .collapsible:hover {
  background-color: rgba(var(--primary-contrast), 0.5);
}
.course-description .instrui-card {
  display: flex;
  padding: 1rem;
  overflow: hidden;
  background-color: white;
  border-radius: 15px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.course-description .instrui-card .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  flex-direction: column;
}
.course-description .instrui-card .avatar .picture {
  width: 120px;
  height: 120px;
  border: solid 5px rgb(var(--secondary-color));
  border-radius: 50%;
}
@media only screen and (max-width: 1000px) {
  .course-description .nomeModuloCursoPrincipal {
    width: 100%;
    -webkit-line-clamp: 2;
    line-height: 120%;
  }
  .course-description .course-description .header {
    width: 100%!important;
  }
  .course-description .row.py-3 {
    width: 100% !important;
    margin: 0.5% !important;
  }
  .course-description .description-course {
    width: 100%!important;
    padding: 1rem 0rem 0rem 1.2rem !important;
  }
}
@media only screen and (max-width: 475px) {
  .course-description .row.py-3 {
    width: 100%!important;
    margin: 0.5% !important;
  }
  .course-description .instrui-card .avatar .picture {
    width: 80px!important;
    height: 80px!important;
  }
  .course-description .instrui-card .instructor .title-secondary {
    font-size: 100%!important;
  }
  .course-description .instrui-card .instructor .subtitle-secondary {
    font-size: 89%!important;
  }
  .course-description .instrui-card .instrui-card {
    margin-top: -2rem;
  }
}
.track-description #compartilhar .modal-dialog {
  width: 300px;
}
.track-description #compartilhar i {
  font-size: 30px;
}
.track-description #compartilhar i.fa-linkedin {
  color: darkblue;
}
.track-description #compartilhar i.fa-whatsapp {
  color: green;
}
.track-description .modal {
  font-family: 'Quicksand', sans-serif;
}
.track-description .track-description {
  min-height: 50vh;
  background-size: contain;
}
.track-description .instructor .description {
  color: rgb(var(--primary-color));
  text-align: justify;
  margin: 0;
}
.track-description .instructor .name {
  color: rgb(var(--primary-color-dark));
  font-weight: 700;
}
.track-description .instructor .link {
  font-size: 0.75rem;
}
.track-description .requirements {
  padding: 0.25rem 1rem;
  background-color: rgb(var(--secondary-title));
  color: #111111;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-size: 0.75rem;
  margin: 0.25rem;
}
.track-description .track-header {
  padding: 0 5vw;
  height: 250px;
}
.track-description .track-header.img-cover-track {
  background-color: rgba(var(--button-primary), 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, rgba(var(--primary-color-dark), 0.85), rgba(var(--primary-color-dark), 0.75)), var(--image-track);
}
.track-description .header-title {
  font-size: 2rem;
  font-weight: 500;
  color: rgb(var(--white-color));
}
.track-description .header-description {
  font-weight: 400;
  color: rgb(var(--white-color));
}
.track-description .header-title,
.track-description .header-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.track-description .track-progress-wrapper {
  z-index: 100;
  border-radius: 0.75rem;
  background-color: rgb(var(--white-color));
  padding: 0.75rem 1rem;
  font-weight: 500;
}
.track-description .track-progress-wrapper .progress-bar-wrapper {
  width: 89%;
  height: 18px;
  background-color: var(--progress-bar);
  border-radius: 1rem;
  overflow: hidden;
}
.track-description .track-progress-wrapper .progress-bar-wrapper .progress-bar {
  height: 100%;
  background-color: #60e660;
}
.track-description .track-progress-wrapper .track-details-progress {
  font-size: 13px;
  color: rgb(var(--button-secondary));
}
.track-description .track-progress-wrapper .track-details-progress .icon {
  width: 25px;
}
.track-description .track-progress-wrapper .progress-value {
  color: #33b348;
  font-weight: 700;
  font-size: 0.875rem;
}
.track-description .track-detail-title {
  font-size: 0.75rem;
}
.track-description .track-detail-value {
  font-size: 0.875rem;
  font-weight: 700;
}
.track-description .track-detail-value .rating-color {
  color: #33b348;
}
.track-description .track-detail-icon {
  font-size: 1.75rem;
  color: rgb(var(--primary-color));
}
.track-description .track-rating-icon {
  font-size: 1.75rem;
  color: #e7d108;
}
.track-description .track-details-wrapper {
  width: 85%;
}
.track-description .track-details-seal {
  position: relative;
  right: 0;
  bottom: 0;
  transform: translate(50%, 25%);
  filter: drop-shadow(1px 1px 8px rgba(255, 255, 255, 0.1));
}
.track-description .track-nav {
  padding: 0.875rem 5vw;
  font-size: 0.875rem;
  background: rgb(var(--primary-color));
}
.track-description .track-nav > * {
  margin: 0.25rem 0.5rem;
}
.track-description .track-nav .btn-hubse-secondary,
.track-description .track-nav .btn-hubse {
  font-weight: 500;
}
.track-description .track-nav .btn-hubse.is-outlined {
  border: 1px solid rgb(var(--white-color));
  color: rgb(var(--white-color));
}
.track-description .track-tag {
  padding: 0.5rem 1rem;
  background-color: rgba(var(--primary-color), 0.75);
  color: rgb(var(--button-primary));
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  height: 2.5rem;
}
.tracks-container {
  background-color: #ececec;
  padding: 2rem 5vw;
  min-height: 29.5vh;
}
.tracks-container .is-title {
  font-weight: 700;
  font-size: 1.5rem;
}
.tracks-container .custom-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tracks-container .custom-divider .top {
  width: 1px;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0.35);
}
.tracks-container .custom-divider .bottom {
  width: 100%;
  height: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  border-right: 1px solid rgba(0, 0, 0, 0.35);
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}
.tracks-container .custom-divider-between {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
}
.tracks-container .course-section {
  padding: 0 1rem;
}
.tracks-container .more-detail-icon {
  font-weight: 700;
  font-size: 1.25rem;
  color: #777;
}
.tracks-container h2 {
  font-weight: 700;
}
.tracks-container h4 {
  font-weight: 700;
  font-size: 0.75rem;
}
.tracks-container ul {
  padding-top: 10px;
  padding-left: 15px;
}
.tracks-container ul li,
.tracks-container p {
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (max-width: 600px) {
  .titulo {
    max-width: 250px !important;
  }
}
.description-category {
  min-height: 90vh;
}
.description-category .img-cover-category {
  background-color: rgba(var(--button-primary), 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, rgba(var(--primary-color-dark), 0.85), rgba(var(--primary-color-dark), 0.75)), var(--image-category);
}
.description-category .botao-cursos {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: rgba(var(--primary-color), 0.9);
  padding: 0rem 3rem;
  height: 4rem;
}
.description-category .category-header {
  padding: 0 5.5%;
  height: 250px;
  width: 60%;
}
.description-category .category-header .category-header-title {
  font-size: 2rem;
  font-weight: 500;
  color: rgb(var(--white-color));
  line-height: 37px;
  letter-spacing: 0em;
}
.description-category .category-header .category-header-subtitle {
  font-weight: 400;
  color: rgb(var(--white-color));
  line-height: 20px;
  letter-spacing: 0em;
}
.description-blog {
  min-height: 90vh;
}
.description-blog .img-cover-blog {
  background-color: rgba(var(--button-primary), 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, rgba(var(--primary-color-dark), 0.85), rgba(var(--primary-color-dark), 0.75)), var(--imagem-bg);
}
.description-blog .botao-cursos {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: rgba(var(--primary-color), 0.9);
  padding: 0rem 3rem;
  height: 4rem;
}
.description-blog .blog-header {
  padding: 0 5.5%;
  height: 250px;
  width: 60%;
}
.description-blog .blog-header .blog-header-title {
  font-size: 2rem;
  font-weight: 500;
  color: rgb(var(--white-color));
  line-height: 37px;
  letter-spacing: 0em;
}
.description-blog .blog-header .blog-header-subtitle {
  font-weight: 400;
  color: rgb(var(--white-color));
  line-height: 20px;
  letter-spacing: 0em;
}
@media only screen and (max-width: 600px) {
  .description-category .titulo-cel,
  .description-blog .titulo-cel {
    font-size: 30px !important;
    text-align: center !important;
  }
  .description-category .botao-cursos,
  .description-blog .botao-cursos {
    justify-content: start;
  }
  .description-category .car-cel,
  .description-blog .car-cel {
    text-align: center !important;
  }
}
.instructor-section {
  background-color: #ececec;
  padding: 1rem 0;
  min-height: 90vh;
  background-size: contain;
}
.instructor-section .back-link {
  color: rgb(var(--secondary-color));
}
.instructor-section .avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.instructor-section .username {
  font-weight: 500;
  font-size: 2rem;
}
.instructor-section .usertitle {
  font-weight: 400;
  font-size: 1.25rem;
}
.instructor-section .title {
  font-size: 1.25rem;
  font-weight: 700;
}
.instructor-section .summary {
  font-weight: 500;
}
.instructor-section .socials {
  display: flex;
  flex-wrap: wrap;
}
.instructor-section .socials > * {
  width: 50%;
}
.instructor-section .curriculum {
  font-weight: 500;
}
.instructor-section .subtitle {
  font-weight: 500;
  font-size: 1.125rem;
}
.instructor-section .courses-wrapper,
.instructor-section .plans-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.instructor-section .courses-wrapper > *,
.instructor-section .plans-wrapper > * {
  width: 20%;
  margin: 0.5rem;
}
.instructor-section .plans-card {
  height: 9rem;
  border-radius: 1rem;
  padding: 0.75rem;
  background-color: rgb(var(--white-color));
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.instructor-section .plans-card .card-icon {
  color: rgba(var(--secondary-color), 0.75);
}
.instructor-section .plans-card .visibility {
  font-size: 0.75rem;
  font-weight: 500;
}
.instructor-section .plans-card .visibility-icon {
  opacity: 0.75;
}
.instructor-section .plans-card .title {
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.instructor-section .plans-card .followers {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(var(--primary-color-dark));
}
.instructor-section .has-connection-text {
  color: rgb(var(--primary-color));
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: 2px solid rgba(var(--secondary-color-light), 0.75);
  border-radius: 1rem;
}
@media only screen and (max-width: 450px) {
  .mais-sobre {
    padding-left: 0.8rem !important;
  }
  .cursos-instrutor {
    margin-left: 0px !important;
  }
}
.header-color {
  background-color: rgb(var(--header-background-color));
}
header {
  grid-area: header;
  display: var(--header-display);
  position: var(--header-position);
  justify-content: space-between;
  align-items: center;
  padding: 0rem 4rem;
  width: 100%;
  height: var(--header-size);
}
header .header-fixed {
  display: flex;
  align-items: center;
}
header .header-fixed .header-logo {
  display: flex;
  align-items: center;
}
header .header-fixed .header-logo .img-logo {
  height: 45px;
  cursor: pointer;
}
header .header-fixed .header-logo .img-logo:hover {
  filter: invert(50%);
}
header .header-fixed .header-search {
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
header .header-fixed .header-search .header-search-form {
  border-radius: 1.5rem;
  border: 1px solid rgba(var(--search-border-color), 0.5);
  overflow: hidden;
  background-color: rgb(var(--search-background-color));
}
header .header-fixed .header-search .header-search-button {
  border: none;
  background: none;
  color: rgb(var(--search-icon-color));
}
header .header-fixed .header-search .header-search-button:hover {
  color: rgb(var(--search-icon-hover));
  transform: scale(1.05);
}
header .header-fixed .header-search .header-search-input {
  outline: none;
  border: none;
  box-shadow: none;
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(var(--search-text-color));
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: rgba(var(--search-background-color), 0.1);
  min-width: 300px;
}
header .header-fixed .header-search .header-search-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
header .header-fixed .header-search .header-search-input::-moz-placeholder {
  color: rgb(var(--search-icon-hover));
}
header .header-fixed .header-search .header-search-input::placeholder {
  color: rgb(var(--search-icon-hover));
}
header .header-fixed .header-content {
  display: flex;
  align-items: center;
}
header .header-fixed .header-classroom-menu {
  display: none;
  margin-left: 80px;
}
header .header-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-actions .header-mini-wish {
  display: flex;
  align-items: center;
}
header .header-actions .header-mini-cart {
  display: flex;
  align-items: center;
}
header .header-actions .header-notification {
  display: flex;
  align-items: center;
}
header .header-actions .header-menu-user {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
header .header-actions .header-login {
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
header .header-actions .header-translation {
  display: flex;
  align-items: center;
}
header .side-menu-sup {
  margin-top: var(--header-side-menu);
}
.header--content {
  display: none!important;
}
.header-menu {
  display: flex;
  height: 100%;
  width: 90vw;
  justify-content: space-between;
  align-items: center;
}
.header-menu .header-menu-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-menu .header-menu-logo img {
  min-width: 50%;
  height: 50px;
  cursor: pointer;
}
.header-menu .header-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu .header-user .img-user {
  height: 100%;
}
#tab-conteudo-pane.dark-bg,
.progresso-mobile.dark-bg {
  background: rgba(var(--primary-color-dark), 1);
}
.progresso-mobile.default-bg {
  color: rgb(var(--white-color));
  background: rgba(var(--primary-color), 1);
  padding: 1rem 0;
}
.header--course {
  height: 8vh;
  background-color: rgb(var(--header-background-color)) !important;
}
@media screen and (max-width: 1400px) {
  .header--course {
    height: 10vh;
  }
}
.menu-course {
  display: flex!important;
}
.sidemenu {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
}
.sidemenu a {
  color: rgb(var(--primary-contrast));
  text-decoration: none;
}
.sidemenu .partner-content li {
  list-style-type: none;
}
.sidemenu .content-type .content-type-item {
  text-align: center;
  color: rgb(var(--primary-contrast));
}
.horizontal-divider {
  background-color: rgb(var(--secondary-color));
  opacity: 1;
  height: 3px;
}
.sidemenu-item-highlight {
  color: rgb(var(--secondary-color));
}
.submenu-item-highlight {
  color: rgb(var(--secondary-color));
}
.vertical-divider {
  background-color: rgba(var(--secondary-color-light), 0.35);
  border-radius: 5px;
  width: 5px;
}
.input-group-append {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translate(0%, 25%);
}
.input-group-text {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0%, 0%);
}
.header-dropmenu {
  position: relative;
}
.header-dropmenu .hubse-header-user {
  display: block;
}
.header-dropmenu .abrir-menu-esquerdo {
  display: none;
}
.header-dropmenu .abrir-menu-esquerdo i {
  color: rgb(var(--header-text-color));
}
.header-dropmenu .categoria-icon {
  margin-right: 0.5rem;
}
.header-dropmenu:hover > .show-on-hover {
  display: block;
}
.header-dropmenu > * {
  cursor: pointer;
}
.hubse-header-text {
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(var(--header-text-color));
  font-size: 0.85rem;
  opacity: 0.85;
  display: inline-block;
}
.hubse-header-text:hover {
  opacity: 1;
  transform: scale(1.05);
  text-decoration: none;
  color: rgb(var(--header-text-hover-color));
}
.hubse-header-text > * {
  cursor: pointer;
}
.hubse-header-user {
  font-weight: 700;
  color: rgb(var(--header-text-color));
  opacity: 0.85;
  display: inline-block;
  line-height: 19px;
}
.hubse-header-user .hubse-name-user .name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.hubse-header-user .hubse-name-user .type {
  font-size: 13px;
  color: rgb(var(--header-text-hover-color));
  text-align: right;
  display: flow-root;
}
.hubse-header-user .hubse-name-user > * {
  cursor: pointer;
}
.hubse-header-user .is-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #ececec;
}
.hubse-header-user:hover {
  opacity: 1;
  transform: scale(1.05);
  text-decoration: none;
  color: rgb(var(--header-text-hover-color));
}
.hubse-header-auth {
  font-weight: 700;
  color: rgb(var(--header-text-color));
  opacity: 0.85;
  display: inline-block;
  line-height: 10px;
}
.hubse-header-auth .hubse-name-user .name {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.hubse-header-auth .hubse-name-user .type {
  font-size: 10px;
  color: rgb(var(--header-text-hover-color));
  text-align: right;
  display: flow-root;
}
.hubse-header-auth .hubse-name-user > * {
  cursor: pointer;
}
.hubse-header-auth .is-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ececec;
}
.hubse-header-auth:hover {
  opacity: 1;
  transform: scale(1.05);
  text-decoration: none;
  color: rgb(var(--header-text-hover-color));
}
.hide {
  display: none;
}
.header-dropmenu-card {
  position: absolute;
  min-width: 263px;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 100;
  padding: 0.5rem;
  background-color: rgba(var(--white-color), 0.98);
  border-radius: 0.75rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.header-dropmenu-card img {
  width: 100%;
  height: 100%;
}
.header-dropmenu-card hr {
  margin: 0.5rem 0;
}
.header-dropmenu-card .lista-conteudos {
  height: 250px;
  width: 100%;
}
.header-dropmenu-card .barra {
  height: 255px;
  width: 100%;
  overflow-y: auto;
}
.header-dropmenu-card .menu-itens {
  width: 100%;
  height: auto;
  overflow: auto;
}
.header-dropmenu-card .menu-itens::-webkit-scrollbar-track {
  background: none;
}
.header-dropmenu-card .header-off-user {
  display: none;
  align-items: center;
  justify-content: center;
}
.header-dropmenu-card .header-user {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.header-dropmenu-card .header-user .is-complete {
  /* Rectangle 1044 */
  position: absolute;
  width: 108px;
  height: 20px;
  background: #4F4780;
  border-radius: 9.5px;
  align-items: center;
  justify-content: center;
  display: none;
  top: 9.4rem;
}
.header-dropmenu-card .header-user .is-complete.is-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
}
.header-dropmenu-card .header-user .is-user {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10rem;
  text-align: center;
}
.header-dropmenu-card .header-user .is-user .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #4f4780;
}
.header-dropmenu-card .header-user .is-user .type {
  font-size: 13px;
  font-weight: 400;
  color: rgba(79, 71, 128, 0.5);
}
.header-dropmenu-card ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0;
}
.header-dropmenu-card ul li {
  padding: 0.25rem 1rem;
  list-style: none;
}
.header-dropmenu-card ul li:hover {
  text-decoration: none;
}
.header-dropmenu-card ul a {
  font-weight: 700;
  font-size: 13px;
  color: rgb(var(--primary-color)) !important;
  display: flex;
  align-items: center;
}
.header-dropmenu-card ul a:hover {
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: rgba(var(--secondary-color-light), 0.5);
}
.header-dropmenu-card::-webkit-scrollbar {
  width: 2px;
  height: 2x;
}
.header-dropmenu-card::-webkit-scrollbar-track {
  background: none;
}
.header-dropmenu-card::-webkit-scrollbar-thumb {
  background: rgb(var(--button-primary));
  border-radius: 10px;
}
.header-dropmenu-card::-webkit-scrollbar-thumb:hover {
  background: rgb(var(--button-primary));
}
.flip-right {
  left: 0!important;
  right: right!important;
  transform: translateY(100%);
}
.header-dropmenu-card.full-text {
  white-space: nowrap;
}
.flip {
  left: auto;
  right: -60px;
  transform: translateY(100%);
}
.flip-left {
  left: auto;
  right: 0px;
  transform: translateY(100%);
}
.header-dropmenu-sub {
  min-width: 250px;
  transform: translateY(100%) translateX(200px);
}
.is-nowrap {
  white-space: nowrap;
}
#mini-cart-items-list {
  display: none;
}
#mini-wish-items-list {
  display: none;
}
#empty-mini-cart {
  display: none;
}
#empty-mini-wish {
  display: none;
}
.mini-wish-class {
  display: block !important;
  right: 0;
}
.mini-cart-dropdown .dropdown-menu a {
  font-size: 0.75rem;
}
.mini-cart-dropdown .dropdown-menu .total {
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
}
.mini-cart-dropdown .dropdown-menu .total .value {
  font-size: 1.25rem;
  font-weight: 700;
}
.mini-cart-dropdown .mini-cart-item {
  border: 1px solid rgb(var(--primary-color-light));
  padding: 0.25rem;
  border-radius: 0.25rem;
  width: 252px;
  display: flex;
}
.mini-cart-dropdown .mini-cart-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mini-cart-dropdown .mini-cart-item .mini-cart-item-img {
  border-radius: 0.25rem;
  width: 3.5rem;
  height: 3.5rem;
  background-size: cover;
}
.mini-cart-dropdown .mini-cart-item .item-info {
  overflow: hidden;
}
.mini-cart-dropdown .mini-cart-item .item-info > * {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
}
.mini-cart-dropdown .mini-cart-item .item-info .title {
  font-weight: 700;
  font-size: 0.875rem;
}
.mini-cart-dropdown .mini-cart-item .item-info .author {
  font-weight: 500;
  font-size: 0.75rem;
}
.mini-cart-dropdown .mini-cart-item .item-info .price-tag {
  font-weight: 500;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: rgb(var(--primary-color-light));
}
.mini-cart-dropdown #mini-cart-item-template {
  display: none;
}
.mini-cart-dropdown .dropdown-toggle {
  background-color: transparent;
  position: relative;
  border: none;
}
.mini-cart-dropdown .dropdown-toggle::after {
  display: none;
}
.mini-cart-dropdown .dropdown-toggle .counter {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 0.7em;
  font-weight: 700;
  color: rgb(var(--secondary-contrast));
  background-color: rgb(var(--secondary-color));
  border-radius: 50%;
  width: 1rem;
  text-align: center;
}
.mini-cart-dropdown .dropdown-toggle .notification-counter {
  display: none;
  background-color: rgb(var(--secondary-color));
  transform: scale(0.75) translateX(75%) translateY(-75%);
}
.mini-cart-dropdown .dropdown-toggle:hover .cart-icon {
  color: rgb(var(--header-text-hover-color));
}
.mini-cart-dropdown .cart-icon {
  color: rgb(var(--header-text-color));
  font-size: var(--header-icons);
}
.mini-wish-dropdown {
  background: transparent;
}
.mini-wish-dropdown .dropdown-menu a {
  font-size: 0.75rem;
}
.mini-wish-dropdown .mini-wish-item {
  border: 1px solid rgb(var(--primary-color-light));
  padding: 0.25rem;
  border-radius: 0.25rem;
  width: 252px;
  display: flex;
}
.mini-wish-dropdown .mini-wish-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mini-wish-dropdown .mini-wish-item .mini-wish-item-img {
  border-radius: 0.25rem;
  width: 3.5rem;
  height: 3.5rem;
  background-size: cover;
}
.mini-wish-dropdown .mini-wish-item .item-info {
  overflow: hidden;
}
.mini-wish-dropdown .mini-wish-item .item-info > * {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
}
.mini-wish-dropdown .mini-wish-item .item-info .title {
  font-weight: 700;
  font-size: 0.875rem;
}
.mini-wish-dropdown .mini-wish-item .item-info .author {
  font-weight: 500;
  font-size: 0.75rem;
}
.mini-wish-dropdown .mini-wish-item .item-info .price-tag {
  font-weight: 500;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: rgb(var(--primary-color-light));
}
.mini-wish-dropdown .mini-wish-item .in-cart-icon {
  color: rgb(var(--primary-color));
}
.mini-wish-dropdown #mini-wish-item-template {
  display: none;
}
.mini-wish-dropdown .dropdown-toggle {
  background-color: transparent;
  position: relative;
  border: none;
}
.mini-wish-dropdown .dropdown-toggle::after {
  display: none;
}
.mini-wish-dropdown .dropdown-toggle .counter {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 0.7em;
  font-weight: 700;
  color: rgb(var(--secondary-contrast));
  background-color: rgb(var(--secondary-color));
  border-radius: 50%;
  width: 1rem;
  text-align: center;
}
.mini-wish-dropdown .dropdown-toggle .notification-counter {
  background-color: rgb(var(--secondary-color));
  transform: scale(0.75) translateX(75%) translateY(-75%);
}
.mini-wish-dropdown .dropdown-toggle:hover {
  opacity: 1;
  transform: scale(1.05);
  text-decoration: none;
  color: rgb(var(--header-text-hover-color));
}
.mini-wish-dropdown .wish-icon {
  color: rgb(var(--header-text-color));
  font-size: var(--header-icons);
}
.mini-wish-dropdown .wish-icon:hover {
  color: rgb(var(--header-text-hover-color));
}
.header-mobile-curso .logo-header {
  height: 2em;
  padding: 0;
}
.header-mobile-curso .profile-pic img {
  width: 2em;
}
.auth-content {
  height: 100%;
  min-height: 100dvh;
  background-color: #f7f7f7;
  padding: calc(var(--bs-gutter-x)*0.5);
}
.auth-content .title-hubse {
  color: rgb(var(--titulo-perfil));
}
.auth-content .subtitle-hubse {
  color: rgb(var(--subtitulo-perfil));
}
.mapa-conhecimento {
  padding: 40px;
  background-color: #f7f7f7;
  width: 100%;
}
.mapa-conhecimento .map-infomation {
  display: flex;
}
.mapa-conhecimento .imguser {
  width: 100px;
  height: 100px;
  margin-right: 13px;
}
.mapa-conhecimento .imguser img {
  border: solid 0.2rem rgb(var(--secondary-color-dark));
  border-radius: 50%;
  width: 100%;
}
.mapa-conhecimento .imguser i {
  bottom: 10px;
  left: 22px;
  position: absolute;
  font-size: 20px;
  color: #12ca45;
}
.mapa-conhecimento .dvuser {
  height: 10rem;
}
.mapa-conhecimento .dvuser h3 {
  width: 500px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: #000;
}
.mapa-conhecimento .dvuser h5 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
.mapa-conhecimento .interesses .tbinteresses {
  width: 90%;
}
.mapa-conhecimento .interesses .tbinteresses tr {
  border-bottom: solid 1px #2c647f;
}
.mapa-conhecimento .interesses .tbinteresses td {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.mapa-conhecimento .dvdados {
  margin-top: 45px;
}
.mapa-conhecimento .dvdados h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.mapa-conhecimento .dvdados .tbinteresses {
  width: 90%;
}
.mapa-conhecimento .dvdados .tbinteresses tr {
  border-bottom: solid 1px #2c647f;
}
.mapa-conhecimento .dvdados .tbinteresses td {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.mapa-conhecimento .dvdados .lbg1 {
  margin-top: -20px;
}
.mapa-conhecimento .dvdados .lbg1 p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 5px 0;
}
.mapa-conhecimento .dvpesquisa {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.mapa-conhecimento .dvpesquisa .btn-pesquisa {
  width: 208px;
}
@media only screen and (max-width: 540px) {
  .auth-content {
    background-color: #f7f7f7;
  }
  .sidebar-text {
    color: rgb(var(--secondary-color));
  }
}
.cart-wrapper {
  min-height: 100vh;
  background-color: rgb(var(--white-color));
  padding: 3rem 5vw;
}
.cart-wrapper .title {
  font-weight: 700;
  font-size: 1.5rem;
}
.cart-wrapper .total-price-wrapper {
  border-radius: 1rem;
  padding: 0.25rem 0.75rem;
  border: 2px solid rgb(var(--primary-color-light));
}
.cart-wrapper .total-title,
.cart-wrapper .cart-counter {
  font-weight: 500;
  font-size: 1rem;
}
.cart-wrapper .total-value {
  font-weight: 700;
  font-size: 1.5rem;
}
.cart-wrapper .smaller-button {
  font-size: 0.875rem;
}
.cart-wrapper .cart-item {
  display: flex;
  border: 1px solid rgb(var(--primary-color-dark));
  padding: 0.5rem;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
}
.cart-wrapper .cart-item .cart-item-img {
  border-radius: 0.25rem;
  width: 7rem;
  height: 5rem;
  background-size: cover;
}
.cart-wrapper .cart-item .title {
  font-weight: 700;
  font-size: 1.25rem;
}
.cart-wrapper .cart-item .cart-item-info .author,
.cart-wrapper .cart-item .cart-item-info .rating,
.cart-wrapper .cart-item .cart-item-info .details {
  font-weight: 500;
  font-size: 0.875rem;
}
.cart-wrapper .cart-item .cart-item-info .details {
  font-weight: 400;
}
.cart-wrapper .cart-item .cart-item-info .rating .value {
  color: #1b56c2;
  font-weight: 700;
}
.cart-wrapper .cart-item .cart-item-info .rating .detail {
  font-size: 0.75rem;
  font-weight: 400;
}
.cart-wrapper .cart-item .cart-item-actions {
  font-size: 0.875rem;
}
.cart-wrapper .cart-item .cart-item-price-tag > div {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cart-wrapper #cart-item-template {
  display: none;
}
#cart-view {
  display: none;
}
.communities .title {
  font-size: 48px;
  font-weight: 400;
}
.communities .section-title {
  font-size: 24px;
  font-weight: 700;
}
.communities .subtitle {
  font-size: 16px;
  font-weight: 700;
}
.communities .bt {
  font-weight: 700;
  color: rgb(var(--white-color));
  background-color: rgb(var(--secondary-color));
  border: none;
  border-radius: 20px;
  padding: 3px 15px;
  text-decoration: none;
  cursor: pointer;
}
.communities .bt:hover {
  background-color: rgb(var(--secondary-color-light));
}
.communities .bt.bt-small {
  font-size: 14px;
}
.communities .input-shadow {
  box-shadow: 0px 4px 24px 0px #33333349;
  box-shadow: 0px 4px 4px 0px #3333331f;
  border: none;
}
.communities .input-padding {
  padding-left: 30px;
}
.communities .filter {
  position: absolute;
  color: black;
}
.communities .filter > .left-icon {
  position: absolute;
  font-size: 0.75rem;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.communities .filter > .right-icon {
  position: absolute;
  font-size: 0.75rem;
  right: 10px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}
.communities .clear-input:hover {
  opacity: 1;
  cursor: pointer;
}
.commits .reply-profile-name {
  font-size: 13px;
  font-weight: 500;
}
.commits .reply-profile-status {
  font-size: 10px;
  font-weight: 300;
}
.commits .reply-content {
  font-size: 12px;
  font-weight: 500;
  color: black;
  word-wrap: break-word;
}
.commits .repy-image {
  max-width: 100%;
  height: auto;
}
.list-report {
  height: 350px;
  background-color: rgba(var(--primary-color-light), 0.15);
  border-radius: 10px;
}
.list-report-xl {
  width: 300px;
}
.list-head-report {
  font-weight: 700;
  font-size: 1rem;
  background-color: rgb(var(--primary-color));
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  height: 50px;
}
.list-body-report {
  color: rgb(var(--primary-color));
  height: 349px;
  border-radius: 10px;
  overflow-y: auto;
}
.list-body-modulo {
  display: none;
  color: rgb(var(--primary-color));
  height: 290px;
  border-radius: 10px;
  overflow-y: auto;
}
.new-report-modulo-wrapper {
  font-weight: 700;
  font-size: 1rem;
  background-color: rgb(var(--primary-color));
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  height: 50px;
}
.modulo-report {
  display: flex;
  align-items: center;
}
.modulo-button {
  box-shadow: none;
  border: none;
}
.modulo-button::after {
  box-shadow: none;
  background-image: none;
  content: '\f078';
  font-family: 'FontAwesome';
  color: rgb(var(--secondary-color));
  margin: 0 0.6rem;
}
.modulo-button:not(.collapsed)::after {
  box-shadow: none;
  background-image: none;
  content: '\f077';
  font-family: 'FontAwesome';
  color: rgb(var(--secondary-color));
  margin: 0 0.6rem;
}
.report > p {
  text-align: left!important;
}
.report {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 100%;
  width: 3%;
}
.notification-dropdown {
  position: relative;
}
.notification-dropdown .hide {
  display: none;
}
.notification-dropdown:hover > .show-on-hover {
  display: block;
}
.notification-dropdown > * {
  cursor: pointer;
}
.notification-dropdown .notification-counter {
  display: none;
  background-color: rgb(var(--secondary-color));
  transform: scale(0.75) translateX(75%) translateY(-75%);
}
.notification-dropdown .bell-icon {
  color: rgb(var(--header-text-color));
  font-size: var(--header-icons);
}
.notification-dropdown .bell-icon:hover {
  color: rgb(var(--header-text-hover-color));
}
.notification-dropdown .notification-text {
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(var(--header-text-color));
  font-size: 0.85rem;
  display: inline-block;
}
.notification-dropdown .notification-text:hover {
  opacity: 1;
  transform: scale(1.05);
  text-decoration: none;
  color: rgb(var(--header-text-hover-color));
}
.notification-dropdown .notification-text > * {
  cursor: pointer;
}
.notification-dropdown .notification-dropmenu-card {
  position: absolute;
  min-width: 27.8rem;
  bottom: 0;
  left: -10rem;
  transform: translateY(100%);
  z-index: 999;
  padding: 1rem;
  background-color: rgba(var(--white-color), 0.98);
  border-radius: 0.75rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
  overflow-wrap: break-word;
}
.notification-dropdown .notification-dropmenu-card img {
  width: 100%;
  height: 100%;
}
.notification-dropdown .notification-dropmenu-card hr {
  margin: 0.5rem 0;
}
.notification-dropdown .notification-dropmenu-card .lista-conteudos {
  height: 250px;
  width: 100%;
}
.notification-dropdown .notification-dropmenu-card .barra {
  height: 255px;
  width: 100%;
  overflow-y: auto;
}
.notification-dropdown .notification-dropmenu-card .menu-itens {
  width: 100%;
  height: auto;
  overflow: auto;
}
.notification-dropdown .notification-dropmenu-card .menu-itens::-webkit-scrollbar-track {
  background: none;
}
.notification-dropdown .notification-dropmenu-card .header-off-user {
  display: none;
  align-items: center;
  justify-content: center;
}
.notification-dropdown .notification-dropmenu-card .header-user {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
}
.notification-dropdown .notification-dropmenu-card .header-user .is-progress {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 5px solid #c4c4c4;
  /*background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, rgba(79, 71, 128, 1),rgba(220, 94, 53, 1)) border-box;*/
  position: absolute;
  top: 1.5rem;
  width: 128px;
  height: 128px;
  overflow: hidden;
}
.notification-dropdown .notification-dropmenu-card .header-user .is-complete {
  /* Rectangle 1044 */
  position: absolute;
  width: 108px;
  height: 20px;
  background: #4F4780;
  border-radius: 9.5px;
  align-items: center;
  justify-content: center;
  display: none;
  top: 9.4rem;
}
.notification-dropdown .notification-dropmenu-card .header-user .is-complete.is-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
}
.notification-dropdown .notification-dropmenu-card .header-user .is-user {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10rem;
  text-align: center;
}
.notification-dropdown .notification-dropmenu-card .header-user .is-user .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #4f4780;
}
.notification-dropdown .notification-dropmenu-card .header-user .is-user .type {
  font-size: 13px;
  font-weight: 400;
  color: rgba(79, 71, 128, 0.5);
}
.notification-dropdown .notification-dropmenu-card ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0;
}
.notification-dropdown .notification-dropmenu-card ul li {
  padding: 0.25rem 1rem;
  list-style: none;
}
.notification-dropdown .notification-dropmenu-card ul li:hover {
  text-decoration: none;
}
.notification-dropdown .notification-dropmenu-card ul a {
  font-weight: 700;
  font-size: 13px;
  color: rgb(var(--primary-color));
  display: flex;
  align-items: center;
}
.notification-dropdown .notification-dropmenu-card ul a:hover {
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: rgba(var(--secondary-color-light), 0.5);
}
.notification-dropdown .notification-dropmenu-card::-webkit-scrollbar {
  width: 2px;
  height: 2x;
}
.notification-dropdown .notification-dropmenu-card::-webkit-scrollbar-track {
  background: none;
}
.notification-dropdown .notification-dropmenu-card::-webkit-scrollbar-thumb {
  background: rgb(var(--button-primary));
  border-radius: 10px;
}
.notification-dropdown .notification-dropmenu-card::-webkit-scrollbar-thumb:hover {
  background: rgb(var(--button-primary));
}
.notification-dropdown .notification-dropmenu-card .notification-counter {
  display: none;
}
.notification-dropdown .notification-dropmenu-card .notification-line {
  display: flex;
  flex-direction: column;
  background-color: rgba(79, 71, 128, 0.1);
  padding: 0.5rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5rem;
  color: rgb(var(--primary-color));
  border-radius: 0.6rem;
}
.notification-dropdown .notification-dropmenu-card .notification-line:hover {
  background-color: rgba(var(--button-primary-hover), 0.2);
}
.notification-dropdown .notification-dropmenu-card .not-line {
  background-color: rgba(var(--primary-color-light), 0.03);
}
.notification-dropdown .notification-dropmenu-card .notification-title {
  font-weight: 700;
  font-size: 16px;
  color: rgb(var(--primary-color));
}
.notification-dropdown .notification-dropmenu-card .notification-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgb(var(--button-primary));
  text-decoration: none;
}
.notification-dropdown .notification-dropmenu-card .notification-link:hover {
  color: rgb(var(--button-primary-hover));
}
.notification-dropdown .notification-dropmenu-card .date {
  color: #c4c4c4;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  padding: 1rem 1rem 0rem 1rem;
}
.notification-dropdown .notification-dropmenu-card .not-read {
  color: rgb(var(--button-primary));
  font-size: 1.07rem;
}
.notification-dropdown .notification-dropmenu-card #notice {
  max-height: 27rem;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px 0.5rem 0px 0rem;
  margin: 0 -9px 0 0px;
}
.notification-dropdown .notification-dropmenu-card .col-center {
  align-items: center;
  display: flex;
}
.comunicados .title {
  font-size: 48px;
  font-weight: 400;
}
.comunicados .notification-counter {
  display: none;
}
.comunicados .notification .notification-line {
  display: flex;
  background-color: rgba(79, 71, 128, 0.1);
  padding: 0.5rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5rem;
  color: rgb(var(--primary-color));
  border-radius: 0.6rem;
  border: solid 0.1rem rgb(var(--primary-color));
  width: 100%;
  flex-direction: inherit;
}
.comunicados .notification .notification-line:hover {
  background-color: rgba(var(--button-primary-hover), 0.2);
}
.comunicados .notification .not-line {
  background-color: rgba(var(--primary-color-light), 0.03);
}
.comunicados .notification .notification-title {
  display: flex;
  align-items: center;
  color: rgb(var(--primary-color));
  width: auto;
}
.comunicados .notification .notification-title > span {
  font-weight: 700;
  font-size: 16px;
  margin-left: 0.5rem;
}
.comunicados .notification .notification-title-box {
  display: flex;
  margin-left: 3px;
}
.comunicados .notification .notification-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgb(var(--button-primary));
  text-decoration: none;
}
.comunicados .notification .notification-link :hover {
  color: rgb(var(--button-primary-hover));
}
.comunicados .notification .notification-tag {
  display: flex;
  align-items: center;
  border-radius: 18px;
  height: 21px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}
.comunicados .notification .tag-checked {
  background: rgba(62, 191, 98, 0.3);
  color: #3ebf62;
  border: 1.5px solid #3ebf62;
  padding: 0 0.5rem;
}
.comunicados .notification .tag-cancel {
  background: rgba(248, 52, 76, 0.2);
  color: #f8344c;
  border: 1.5px solid #f8344c;
  padding: 0 0.5rem;
}
.comunicados .notification .tag-info {
  background: rgba(15, 87, 255, 0.3);
  color: #0f57ff;
  border: 1.5px solid #0f57ff;
  padding: 0 0.5rem;
}
.comunicados .notification .tag-notice {
  background: rgba(255, 181, 60, 0.3);
  color: #ffb53c;
  border: 1.5px solid #ffb53c;
  padding: 0 0.5rem;
}
.comunicados .notification .notification-delete {
  display: flex;
  justify-content: end;
  width: 30%;
  height: 25%;
}
.comunicados .notification .notification-delete > span {
  display: flex;
  color: #c4c4c4;
  font-weight: 600;
  font-size: 16px;
  align-items: center;
}
.comunicados .notification .notification-delete .trash {
  margin-left: 0.5rem;
  width: 1rem;
  color: #dc5d35;
  cursor: pointer;
}
.comunicados .notification .notification-box {
  display: flex;
  width: 75%;
  flex-direction: column;
}
.comunicados .notification .notification-message {
  font-weight: 400;
  font-size: 14px;
  color: rgb(var(--primary-color));
  margin-left: 4rem;
  width: 100%;
}
.comunicados .notification .notification-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: rgb(var(--primary-color));
  border-radius: 50%;
}
.comunicados .notification .notification-img > img {
  height: 25%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comunicados .notification .notification-read {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  width: 1rem;
}
.comunicados .notification .not-read {
  color: rgb(var(--button-primary));
  font-size: 1.07rem;
}
.comunicados .notification #noticeList {
  max-height: 27rem;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px 0.5rem 0px 0rem;
  margin: 0 -9px 0 0px;
}
.comunicados .mobile {
  display: none!important;
}
@media only screen and (max-width: 540px) {
  .notification-dropdown .notification-dropmenu-card {
    min-width: 100%!important;
    left: -16rem !important;
    right: -3rem !important;
  }
  .notification-dropdown .notification-dropmenu-card .mobile-col {
    margin-left: 0.5rem;
    margin-right: -1rem;
  }
  .notification-dropdown .mobile-notice {
    display: block;
  }
  .comunicados .notification .notification-message {
    font-weight: 400;
    font-size: 14px;
    color: rgb(var(--primary-color));
    margin-left: 0.1em;
    width: 100%;
  }
  .comunicados .notification .notification .notification-delete {
    display: flex;
    justify-content: start;
    width: auto;
  }
  .comunicados .notification .notification-delete .time-trash {
    display: none!important;
  }
  .comunicados .notification .notification-title > span {
    flex-wrap: wrap;
  }
  .comunicados .notification .notification-box {
    width: 90%;
  }
  .comunicados .mobile {
    display: block!important;
  }
}
.is-progress-circle {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 5px solid #c4c4c4;
  position: absolute;
  top: 1.5rem;
  width: 128px;
  height: 128px;
  overflow: hidden;
}
@keyframes showTopText {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes showBottomText {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.text-top {
  display: none;
  bottom: 0;
  opacity: 0;
  animation: showTopText 1s forwards;
  animation-delay: 0.5s;
}
.text-bottom {
  display: none;
  top: 0;
  opacity: 0;
  animation: showBottomText 0.5s forwards;
  animation-delay: 1.75s;
}
/** OLD */
.back-admin {
  font-weight: 500;
  font-size: 1.25rem;
  display: inline-block;
}
.back-admin:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.dashboard-card {
  color: rgb(var(--primary-color));
  background-color: rgb(var(--white-color));
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  flex: 1;
  height: 100%;
  padding: 1rem;
  border-radius: 0.75rem;
}
.link-see-more > a {
  font-weight: 500;
  color: rgb(var(--primary-color-dark));
}
.link-see-more > a:hover {
  color: rgb(var(--secondary-color-light));
}
.dashboard-card.dashboard-card-purple {
  color: rgb(var(--white-color));
  background-color: #af6aff;
}
.dashboard-card.dashboard-card-purple:hover {
  background-color: #893fdd;
  transform: scale(1.05);
}
.dashboard-card.dashboard-card-green {
  color: rgb(var(--white-color));
  background-color: #6ac745;
}
.dashboard-card.dashboard-card-green:hover {
  background-color: #4ba727;
  transform: scale(1.05);
}
.dashboard-card.dashboard-card-blue {
  color: rgb(var(--white-color));
  background-color: #22a7b1;
}
.dashboard-card.dashboard-card-blue:hover {
  background-color: #108b94;
  transform: scale(1.05);
}
.dashboard-card.dashboard-card-red {
  color: rgb(var(--white-color));
  background-color: #d85353;
}
.dashboard-card.dashboard-card-red:hover {
  background-color: #b62f2f;
  transform: scale(1.05);
}
.dashboard-card.dashboard-card-yellow {
  color: rgb(var(--white-color));
  background-color: #dfbf0a;
}
.dashboard-card.dashboard-card-yellow:hover {
  background-color: #e4e00f;
  transform: scale(1.05);
}
.dashboard-card.dashboard-card-greenblue {
  color: rgb(var(--white-color));
  background-color: #23d482;
}
.dashboard-card.dashboard-card-greenblue:hover {
  background-color: #23d482;
  transform: scale(1.05);
}
.dashboard-card.dashboard-card-orange {
  color: rgb(var(--white-color));
  background-color: #f18622;
}
.dashboard-card.dashboard-card-orange:hover {
  background-color: #f7b155;
  transform: scale(1.05);
}
.modal-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
  border-bottom: 1px solid #dee2e6;
}
.modal-header-custom .modal-subtitle {
  font-weight: 500;
}
.modal-header-custom > button {
  font-weight: 500;
  color: rgb(var(--primary-contrast));
  font-size: 2.25rem;
}
.modal-header-custom > button:hover {
  color: rgb(var(--primary-contrast));
  opacity: 1;
}
.modal-header-custom.has-subtitle {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(var(--primary-color));
}
.modal-header-custom.has-subtitle > button {
  color: rgb(var(--primary-color));
}
.modal-header-custom.has-subtitle > button:hover {
  color: rgb(var(--primary-color));
}
.custom-drag-and-drop-input {
  border: 2px dashed rgba(0, 0, 0, 0.35);
  padding: 0.25rem;
  color: rgb(var(--primary-color));
}
.custom-drag-and-drop-input .file-name {
  font-size: 0.875rem;
  color: #777;
  font-weight: 500;
}
.custom-drag-and-drop-input .icon {
  padding: 0.5rem 0;
  opacity: 0.5;
}
.custom-drag-and-drop-input .icon > * {
  font-size: 3.5rem;
}
.custom-drag-and-drop-input .title {
  font-size: 1.5rem;
  font-weight: 700;
}
.custom-drag-and-drop-input .drag-and-drop-button {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.9;
}
.custom-drag-and-drop-input .drag-and-drop-button:hover {
  cursor: pointer;
  opacity: 1;
}
.custom-drag-and-drop-input .drag-and-drop-button .highlighted {
  color: rgb(var(--secondary-color));
  font-weight: 700;
}
.custom-drag-and-drop-input.is-hovered {
  background: rgba(var(--secondary-color-light), 0.25);
}
.ldBar path.mainline {
  stroke-linecap: round;
}
.ldBar path.baseline {
  stroke-width: 9;
  stroke: #e1e1e1;
  stroke-linecap: round;
}
.dashboard-content-box {
  color: rgb(var(--primary-color));
  background-color: rgb(var(--white-color));
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1rem;
  border-radius: 0.75rem;
}
.custom-select-valid-date > select {
  padding: 0.5rem 0.5rem 0.5rem 5.5rem;
  border: 1px solid rgb(var(--primary-color));
  border-radius: 5rem;
}
.dropdown-custom-spacing {
  padding: 3px 10px 3px 10px;
  border-radius: 5rem !important;
}
.custom-table-mini-dropdown-wrapper.dropdown {
  position: static;
}
.custom-table-mini-dropdown-wrapper.dropdown > button {
  border: none;
}
.custom-table-mini-dropdown-wrapper .dropdown-menu {
  padding: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
}
.custom-table-mini-dropdown-wrapper .dropdown-menu .items-wrapper > *:not(form):not(:last-child) {
  margin-bottom: 0.5rem;
}
.custom-table-mini-dropdown-wrapper .dropdown-toggle {
  background-color: transparent;
}
.custom-table-mini-dropdown-wrapper .dropdown-toggle::after {
  color: rgb(var(--secondary-color));
}
.custom-table-mini-dropdown-wrapper .custom-badge {
  border-radius: 1rem;
  padding: 0.125rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
}
.custom-table-mini-dropdown-wrapper .custom-badge.grey {
  background-color: rgba(0, 0, 0, 0.15);
  color: #333;
}
.custom-table-mini-dropdown-wrapper .custom-badge.grey:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.grey {
  background-color: rgba(0, 0, 0, 0.15);
  color: #333;
}
.custom-table-mini-dropdown-wrapper a.custom-badge.grey:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.custom-table-mini-dropdown-wrapper .custom-badge.red {
  background-color: rgba(225, 25, 25, 0.2);
  color: rgba(200, 25, 25, 0.9);
}
.custom-table-mini-dropdown-wrapper .custom-badge.red:hover {
  background-color: rgba(225, 25, 25, 0.35);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.red {
  background-color: rgba(225, 25, 25, 0.2);
  color: rgba(200, 25, 25, 0.9);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.red:hover {
  background-color: rgba(225, 25, 25, 0.35);
}
.custom-table-mini-dropdown-wrapper .custom-badge.orange {
  background-color: rgba(221, 57, 4, 0.2) !important;
  color: rgba(220, 94, 53, 0.9) !important;
}
.custom-table-mini-dropdown-wrapper .custom-badge.orange:hover {
  background-color: rgba(104, 31, 7, 0.35) !important;
}
.custom-table-mini-dropdown-wrapper a.custom-badge.orange {
  background-color: rgba(221, 57, 4, 0.2) !important;
  color: rgba(220, 94, 53, 0.9) !important;
}
.custom-table-mini-dropdown-wrapper a.custom-badge.orange:hover {
  background-color: rgba(104, 31, 7, 0.35) !important;
}
.custom-table-mini-dropdown-wrapper .custom-badge.purple {
  background-color: rgba(181, 4, 221, 0.2) !important;
  color: rgba(181, 53, 220, 0.9) !important;
}
.custom-table-mini-dropdown-wrapper .custom-badge.purple:hover {
  background-color: rgba(104, 31, 7, 0.35) !important;
}
.custom-table-mini-dropdown-wrapper a.custom-badge.purple {
  background-color: rgba(181, 4, 221, 0.2) !important;
  color: rgba(181, 53, 220, 0.9) !important;
}
.custom-table-mini-dropdown-wrapper a.custom-badge.purple:hover {
  background-color: rgba(104, 31, 7, 0.35) !important;
}
.custom-table-mini-dropdown-wrapper .custom-badge.green {
  background-color: rgba(25, 225, 25, 0.2);
  color: rgba(25, 200, 25, 0.9);
}
.custom-table-mini-dropdown-wrapper .custom-badge.green:hover {
  background-color: rgba(25, 225, 25, 0.35);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.green {
  background-color: rgba(25, 225, 25, 0.2);
  color: rgba(25, 200, 25, 0.9);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.green:hover {
  background-color: rgba(25, 225, 25, 0.35);
}
.custom-table-mini-dropdown-wrapper .custom-badge.blue {
  background-color: rgba(15, 74, 235, 0.2);
  color: rgba(25, 25, 255, 0.9);
}
.custom-table-mini-dropdown-wrapper .custom-badge.blue:hover {
  background-color: rgba(15, 74, 235, 0.35);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.blue {
  background-color: rgba(15, 74, 235, 0.2);
  color: rgba(25, 25, 255, 0.9);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.blue:hover {
  background-color: rgba(15, 74, 235, 0.35);
}
.custom-table-mini-dropdown-wrapper .custom-badge.purple {
  background-color: rgba(144, 19, 228, 0.2);
  color: rgba(78, 12, 126, 0.9);
}
.custom-table-mini-dropdown-wrapper .custom-badge.purple:hover {
  background-color: rgba(144, 19, 228, 0.35);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.purple {
  background-color: rgba(144, 19, 228, 0.2);
  color: rgba(78, 12, 126, 0.9);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.purple:hover {
  background-color: rgba(144, 19, 228, 0.35);
}
.custom-table-mini-dropdown-wrapper .custom-badge.yellow {
  background-color: rgba(255, 213, 0, 0.2);
  color: rgba(36, 30, 0, 0.9);
}
.custom-table-mini-dropdown-wrapper .custom-badge.yellow:hover {
  background-color: rgba(255, 213, 0, 0.35);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.yellow {
  background-color: rgba(255, 213, 0, 0.2);
  color: rgba(36, 30, 0, 0.9);
}
.custom-table-mini-dropdown-wrapper a.custom-badge.yellow:hover {
  background-color: rgba(255, 213, 0, 0.35);
}
.customized-table .custom-badge {
  border-radius: 1rem;
  padding: 0.125rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
}
.customized-table .custom-badge.grey {
  background-color: rgba(0, 0, 0, 0.15);
  color: #333;
}
.customized-table .custom-badge.grey:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.customized-table .custom-badge.red {
  background-color: rgba(225, 25, 25, 0.2);
  color: rgba(200, 25, 25, 0.9);
}
.customized-table .custom-badge.red:hover {
  background-color: rgba(225, 25, 25, 0.35);
}
.customized-table .custom-badge.green {
  background-color: rgba(25, 225, 25, 0.2);
  color: rgba(25, 200, 25, 0.9);
}
.customized-table .custom-badge.green:hover {
  background-color: rgba(25, 225, 25, 0.35);
}
.customized-table .custom-badge.orange {
  background-color: rgba(221, 57, 4, 0.2) !important;
  color: rgba(220, 94, 53, 0.9) !important;
}
.customized-table .custom-badge.orange:hover {
  background-color: rgba(104, 31, 7, 0.35) !important;
}
.customized-table .custom-badge.blue {
  background-color: rgba(15, 74, 235, 0.2);
  color: rgba(25, 25, 255, 0.9);
}
.customized-table .custom-badge.blue:hover {
  background-color: rgba(15, 74, 235, 0.35);
}
.customized-table .custom-badge.purple {
  background-color: rgba(144, 19, 228, 0.2);
  color: rgba(78, 12, 126, 0.9);
}
.customized-table .custom-badge.purple:hover {
  background-color: rgba(144, 19, 228, 0.35);
}
.customized-table .custom-badge.yellow {
  background-color: rgba(255, 213, 0, 0.2);
  color: rgba(36, 30, 0, 0.9);
}
.customized-table .custom-badge.yellow:hover {
  background-color: rgba(255, 213, 0, 0.35);
}
.customized-table table {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  overflow: hidden;
  border: none;
}
.customized-table table td {
  color: rgb(var(--primary-color));
}
.customized-table table thead {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
}
.customized-table table thead tr th {
  padding: 0.5rem 0.75rem;
  font-weight: 500;
}
.customized-table table tbody tr td {
  padding: 0.75rem;
  vertical-align: middle;
}
.customized-table table.dataTable.no-footer {
  border: none;
}
.customized-table .dataTables_info {
  color: rgb(var(--primary-color));
}
.customized-table .footer-wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top: 1rem;
}
.customized-table .footer-wraper > * {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.customized-table .footer-wraper label {
  color: rgb(var(--primary-color));
}
.customized-table .footer-wraper .dataTables_paginate .paginate_button {
  padding: 0;
  margin-left: 0.25rem;
}
.customized-table .footer-wraper .dataTables_paginate .paginate_button:not(.next):not(.previous):not(.current):hover {
  border-radius: 50%;
  background-color: rgb(var(--secondary-color-dark)) !important;
  border: none;
  color: rgb(var(--secondary-contrast)) !important;
}
.customized-table .footer-wraper .dataTables_paginate .paginate_button.previous:not(.disabled) {
  border-radius: 0.5rem;
  background-color: rgb(var(--secondary-color-light)) !important;
  font-weight: 700;
  border: none;
  color: rgb(var(--secondary-contrast)) !important;
}
.customized-table .footer-wraper .dataTables_paginate .paginate_button.previous:not(.disabled):hover {
  border-radius: 0.5rem;
  background-color: rgb(var(--secondary-color-light)) !important;
  border: none;
  color: rgb(var(--secondary-contrast)) !important;
}
.customized-table .footer-wraper .dataTables_paginate .paginate_button.next:not(.disabled) {
  border-radius: 0.5rem;
  background-color: rgb(var(--secondary-color-dark)) !important;
  font-weight: 700;
  border: none;
  color: rgb(var(--secondary-contrast)) !important;
}
.customized-table .footer-wraper .dataTables_paginate .paginate_button.next:not(.disabled):hover {
  border-radius: 0.5rem;
  background-color: rgb(var(--secondary-color-light)) !important;
  border: none;
  color: rgb(var(--secondary-contrast)) !important;
}
.customized-table .footer-wraper .dataTables_paginate .paginate_button.previous.disabled {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(var(--secondary-color-light)) !important;
  border-radius: 0.5rem;
}
.customized-table .footer-wraper .dataTables_paginate .paginate_button.next.disabled {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(var(--secondary-color-light)) !important;
  border-radius: 0.5rem;
}
.customized-table .footer-wraper .dataTables_paginate .paginate_button.current {
  border-radius: 50%;
  background-color: rgb(var(--primary-color));
  border: none;
  color: rgb(var(--primary-contrast)) !important;
}
.customized-table .footer-wraper .dataTables_paginate .paginate_button.current:hover {
  background-color: rgb(var(--primary-color-light));
  color: rgb(var(--primary-contrast)) !important;
}
.customized-table .dataTables_filter input {
  border: 1px solid rgb(var(--primary-color-dark));
  border-radius: 1rem;
  padding: 0.25rem 1rem;
}
.customized-table .link-hubse.hover-red:hover > * {
  color: #c80000;
}
.customized-table .link-hubse-secondary.hover-red:hover > * {
  color: #c80000;
}
.customized-table .link-hubse.hover-green:hover > * {
  color: #00c800;
}
.customized-table .link-hubse-secondary.hover-green:hover > * {
  color: #00c800;
}
.user-progress {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1.25rem;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.user-progress > span {
  font-size: 0.75rem;
  color: rgb(var(--white-color));
  text-shadow: -1px 0 rgba(0, 0, 0, 0.35), 0 1px rgba(0, 0, 0, 0.35), 1px 0 rgba(0, 0, 0, 0.35), 0 -1px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}
.user-progress > div.bar {
  height: 100%;
}
.user-progress.is-text-colored > span {
  text-shadow: none;
}
.user-progress.is-low.is-text-colored > span {
  color: rgba(200, 25, 25, 0.9);
}
.user-progress.is-regular.is-text-colored > span {
  color: #e4e00f;
}
.user-progress.is-high.is-text-colored > span {
  color: rgba(25, 200, 25, 0.9);
}
.user-progress.is-low > div.bar {
  background-color: rgba(200, 25, 25, 0.9);
}
.user-progress.is-regular > div.bar {
  background-color: #e4e00f;
}
.user-progress.is-high > div.bar {
  background-color: rgba(25, 200, 25, 0.9);
}
.user-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.25rem;
  font-weight: 700;
  font-size: 1rem;
}
.user-score > span.icon {
  font-size: 20px;
}
.user-score.is-positive {
  color: rgba(25, 200, 25, 0.9);
}
.user-score.is-negative {
  color: rgba(200, 25, 25, 0.9);
}
.custom-table-search-dropdown-wrapper i,
.custom-table-search-dropdown-wrapper svg {
  color: rgb(var(--button-primary)) !important;
}
.custom-table-search-dropdown-wrapper .dropdown-toggle::after {
  display: none;
}
.custom-table-search-dropdown-wrapper .dropdown > button {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(var(--primary-color));
  font-weight: 500;
}
.custom-table-search-dropdown-wrapper .dropdown .filter-name {
  color: rgb(var(--secondary-color-light));
  margin: 0 0.25rem;
  font-weight: 700;
  padding: 0;
}
.custom-table-search-dropdown-wrapper .dropdown .dropdown-item.active {
  background-color: rgb(var(--secondary-color));
  color: rgb(var(--secondary-contrast));
}
.custom-table-search-dropdown-wrapper .dropdown i {
  color: rgb(var(--secondary-color-light));
}
.custom-table-search-dropdown-wrapper .dropdown .dropdown-toggle {
  background-color: transparent;
}
.custom-table-search-dropdown-wrapper .dropdown .dropdown-toggle::after {
  display: none !important;
}
input.ticket-search {
  color: rgb(var(--primary-color-dark));
  font-weight: 500;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
}
.search-input-wrapper {
  position: relative;
}
.search-input-wrapper .search-icon {
  position: absolute;
  font-size: 1rem;
  right: 0.47rem;
  top: 50%;
  color: rgb(var(--white-color));
  transform: translateY(-50%);
}
.search-input-wrapper .search-btn {
  position: absolute;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  right: 0.2rem;
  top: 1.19rem;
  background-color: rgb(var(--secondary-color));
  transform: translateY(-50%);
  border-radius: 50%;
}
.actions-dropdown-menu.dropdown {
  position: static;
}
.actions-dropdown-menu > button.dropdown-toggle {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
}
.actions-dropdown-menu > button.dropdown-toggle:hover {
  background-color: rgba(var(--secondary-color), 0.5);
}
.actions-dropdown-menu > button.dropdown-toggle::after {
  display: none;
}
.actions-dropdown-menu .dropdown-menu {
  padding: 0.5rem;
  color: rgb(var(--primary-color));
}
.actions-dropdown-menu .dropdown-menu .items-wrapper > * {
  padding: 0.2rem 0.25rem;
}
.actions-dropdown-menu .dropdown-menu .items-wrapper > *:hover {
  color: rgb(var(--button-secondary)) !important;
}
.actions-dropdown-menu .dropdown-menu .items-wrapper a {
  border: none;
  text-decoration: none;
  background-color: transparent;
  color: rgb(var(--primary-color));
}
.actions-dropdown-menu .dropdown-menu .items-wrapper a:hover {
  font-weight: 500;
  text-decoration: none;
  color: rgb(var(--button-secondary)) !important;
  background-color: rgba(0, 0, 0, 0.05);
}
.actions-dropdown-menu .dropdown-menu .items-wrapper a > *:hover {
  color: rgb(var(--button-secondary)) !important;
}
.actions-dropdown-menu .dropdown-menu .items-wrapper button {
  border: none;
  text-decoration: none;
  background-color: transparent;
  color: rgb(var(--primary-color));
}
.actions-dropdown-menu .dropdown-menu .items-wrapper button:hover {
  font-weight: 500;
  text-decoration: none;
  color: rgb(var(--button-secondary)) !important;
  background-color: rgba(0, 0, 0, 0.05);
}
.actions-dropdown-menu .dropdown-menu .items-wrapper button > *:hover {
  color: rgb(var(--button-secondary)) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: none;
  color: #000000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none;
  color: #000000 !important;
}
.search-dropdown-wrapper.dropdown > button {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(var(--primary-color-dark));
  font-weight: 500;
  padding: 0.2rem 1rem;
}
.search-dropdown-wrapper.dropdown .filter-name {
  color: rgb(var(--secondary-color-light));
  margin: 0 0.25rem;
  font-weight: 700;
  padding: 0;
}
.search-dropdown-wrapper.dropdown .filter-name.is-grey {
  color: #999;
}
.search-dropdown-wrapper.dropdown .dropdown-item.active {
  background-color: rgb(var(--secondary-color));
  color: rgb(var(--secondary-contrast));
}
.search-dropdown-wrapper .dropdown-toggle {
  background-color: transparent;
}
.search-dropdown-wrapper .dropdown-toggle i {
  color: rgb(var(--secondary-color-light));
}
.search-dropdown-wrapper .dropdown-toggle::after {
  display: none !important;
}
.search-mini-dropdown-wrapper.dropdown {
  position: static;
}
.search-mini-dropdown-wrapper.dropdown > button {
  border: none;
}
.search-mini-dropdown-wrapper .dropdown-menu {
  padding: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
}
.search-mini-dropdown-wrapper .dropdown-menu .items-wrapper > *:not(form):not(:last-child) {
  margin-bottom: 0.5rem;
}
.search-mini-dropdown-wrapper .dropdown-toggle {
  background-color: transparent;
}
.search-mini-dropdown-wrapper .dropdown-toggle::after {
  color: rgb(var(--secondary-color));
}
.search-mini-dropdown-wrapper .custom-badge {
  border-radius: 1rem;
  padding: 0.125rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
}
.search-mini-dropdown-wrapper .custom-badge.grey {
  background-color: rgba(0, 0, 0, 0.15);
  color: #333;
}
.search-mini-dropdown-wrapper .custom-badge.grey:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.search-mini-dropdown-wrapper .custom-badge.red {
  background-color: rgba(225, 25, 25, 0.2);
  color: rgba(200, 25, 25, 0.9);
}
.search-mini-dropdown-wrapper .custom-badge.red:hover {
  background-color: rgba(225, 25, 25, 0.35);
}
.search-mini-dropdown-wrapper .custom-badge.green {
  background-color: rgba(25, 225, 25, 0.2);
  color: rgba(25, 200, 25, 0.9);
}
.search-mini-dropdown-wrapper .custom-badge.green:hover {
  background-color: rgba(25, 225, 25, 0.35);
}
.search-mini-dropdown-wrapper .custom-badge.orange {
  background-color: rgba(221, 57, 4, 0.2) !important;
  color: rgba(220, 94, 53, 0.9) !important;
}
.search-mini-dropdown-wrapper .custom-badge.orange:hover {
  background-color: rgba(104, 31, 7, 0.35) !important;
}
.add-ticket-button {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .customized-table .footer-wraper {
    flex-direction: row;
    justify-content: space-between;
  }
  .customized-table .footer-wraper > * {
    margin-bottom: 0;
  }
}
.articles .title {
  font-size: 48px;
}
.articles .section-title {
  font-size: 24px;
  font-weight: 700;
}
.articles .subtitle {
  font-size: 16px;
  font-weight: 700;
}
.articles .bt {
  font-size: 16px;
  font-weight: 700;
  color: rgb(var(--white-color));
  background-color: rgb(var(--secondary-color));
  border: none;
  border-radius: 20px;
  padding: 7px 50px;
  text-decoration: none;
}
.articles .bt:hover {
  background-color: rgb(var(--secondary-color-light));
}
.articles .input-shadow {
  box-shadow: 0px 4px 24px 0px #33333349;
  box-shadow: 0px 4px 4px 0px #3333331f;
  border: none;
}
.articles .input-padding {
  padding-left: 30px;
}
.articles .filter {
  position: relative;
  color: black;
}
.articles .filter > .left-icon {
  position: absolute;
  font-size: 0.75rem;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.articles .filter > .right-icon {
  position: absolute;
  font-size: 0.75rem;
  right: 10px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}
.articles .clear-input:hover {
  opacity: 1;
  cursor: pointer;
}
.articles .card-custom {
  position: relative;
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: rgb(var(--white-color));
  border-radius: 15px;
  width: 100%;
  height: 325px;
  overflow: hidden;
}
.articles .card-custom:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.articles .card-custom:hover .article-title {
  color: rgb(var(--secondary-color));
}
.articles .card-custom > img {
  min-width: 300px;
}
.articles .article-title {
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word;
}
.articles .article-description {
  font-size: 12px;
  font-weight: 500;
  color: black;
  word-wrap: break-word;
}
.title-hubse {
  color: rgb(var(--primary-title));
}
.subtitle-hubse {
  color: rgb(var(--primary-subtitle));
}
.title-secondary {
  color: rgb(var(--secondary-title));
}
.subtitle-secondary {
  color: rgb(var(--secondary-subtitle));
}
.theme-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
}
.theme-shadow-light {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.is-avatar.is-2xl {
  width: 512px;
  height: 512px;
}
.is-avatar.is-xl {
  width: 256px;
  height: 256px;
}
.is-avatar.is-lg {
  width: 128px;
  height: 128px;
}
.is-avatar.is-1lg {
  width: 114px;
  height: 114px;
}
.is-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #ececec;
}
.is-avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-avatar.is-sx {
  width: 52px;
  height: 52px;
}
.is-avatar.is-sm {
  width: 32px;
  height: 32px;
}
.is-avatar.is-xs {
  width: 16px;
  height: 16px;
}
.is-avatar.is-rounded {
  border-radius: 50%;
  overflow: hidden;
}
.is-avatar.is-75 > img {
  width: 75%;
  height: 75%;
}
.is-avatar.is-85 > img {
  width: 85%;
  height: 85%;
}
.is-update-version {
  position: absolute;
  top: 146%;
  font-size: 0.6rem;
  font-weight: 700;
  color: rgb(var(--primary-color));
}
.is-card {
  border-radius: 1rem;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: rgb(var(--white-color));
  color: rgb(var(--primary-color));
  width: 27rem;
}
.is-card > *:not(.divider):not(.no-padding) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.is-card .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--primary-color-dark), 0.25);
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.custom-stepper {
  padding: 0 200px;
  max-width: 60rem;
  min-width: 45rem;
}
.custom-stepper .step {
  z-index: 2;
}
.custom-stepper .step .step-circle {
  position: relative;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: rgb(var(--primary-color-light));
}
.custom-stepper .step .step-circle .step-text {
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(var(--primary-color));
  font-weight: 500;
  text-align: center;
}
.custom-stepper .step .step-check {
  display: none;
  color: rgb(var(--secondary-contrast)) !important;
}
.custom-stepper .step.active .step-circle {
  background-color: rgb(var(--secondary-color-light));
}
.custom-stepper .step.active .step-circle .step-text {
  color: rgb(var(--secondary-color)) !important;
}
.custom-stepper .step.done .step-circle {
  background-color: rgb(var(--secondary-color));
  width: 3rem;
  height: 3rem;
}
.custom-stepper .step.done .step-circle .step-text {
  color: rgb(var(--secondary-color)) !important;
}
.custom-stepper .step.done .step-check {
  display: inline;
}
.custom-stepper .step-divider {
  width: 100%;
  height: 0.5rem;
  background-color: rgb(var(--primary-color-light));
  z-index: 1;
  transform: scaleX(1.05);
}
.custom-stepper .step-divider.done {
  background-color: rgb(var(--secondary-color-light));
}
.hover-opacity {
  opacity: 0.95;
}
.hover-opacity:hover {
  opacity: 1;
}
.hover-opacity-light {
  opacity: 0.75;
}
.hover-opacity-light:hover {
  opacity: 1;
}
.hover-opacity-lighter {
  opacity: 0.5;
}
.hover-opacity-lighter:hover {
  opacity: 1;
}
.disabled {
  pointer-events: none;
  background-color: #eee !important;
  opacity: 0.4;
}
.tab-column {
  min-height: 43rem;
}
.text-xs {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 2rem;
}
.text-4xl {
  font-size: 3rem;
}
.gap-xs {
  gap: 0.75rem;
}
.gap-sm {
  gap: 0.875rem;
}
.gap-base {
  gap: 1rem;
}
.gap-lg {
  gap: 1.125rem;
}
.gap-xl {
  gap: 1.25rem;
}
.gap-2xl {
  gap: 1.5rem;
}
.themed-form label {
  font-size: 0.875rem;
  font-weight: 700;
}
.themed-form input {
  border: 2px solid rgba(var(--primary-color-light), 0.35);
  border-radius: 0.5rem;
  height: auto;
}
.themed-form select:not(.custom-select) {
  border: 2px solid rgba(var(--primary-color-light), 0.35);
  border-radius: 0.5rem;
  height: auto;
}
.custom-select {
  border: 1px solid rgb(var(--primary-color-dark));
  border-radius: 1rem;
  width: 100%;
  height: auto;
  padding: 0.3rem;
  font-weight: 500;
  background-size: 1.5rem;
  cursor: pointer;
}
.currency-input {
  position: relative;
}
.currency-input > input {
  padding-left: 2.5rem;
}
.currency-input::before {
  content: 'R\0024';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}
.custom-select-tag {
  max-width: 8rem;
}
.custom-tags-container {
  border: 2px solid rgba(var(--primary-color-light), 0.35);
  border-radius: 0.5rem;
  overflow-y: auto;
  max-height: 256px;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-content: start;
}
.custom-tags-container .tag {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  gap: 1rem;
  padding: 0.25rem;
  max-width: 100%;
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
  border-radius: 0.5rem;
}
.custom-tags-container .tag .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width: 1px;
}
.custom-tags-container .tag .close-icon {
  color: rgb(var(--primary-contrast));
}
.custom-tags-container .tag .close-icon:hover {
  cursor: pointer;
  color: red;
}
.custom-tags-container.min-height {
  min-height: 8rem;
}
.custom-tags-container.with-input {
  padding-bottom: calc(2rem + 0.5rem);
  position: relative;
}
.custom-tags-container.with-input > input {
  padding: 0.25rem;
  border: none;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 1rem;
  margin-bottom: 0.25rem;
  width: calc(100% - 2rem);
}
.themed-form-v2 label {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(var(--primary-color-light), 0.75);
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}
.themed-form-v2 input {
  border: none;
  border-bottom: 2px solid rgb(var(--primary-color));
  border-radius: 0;
  padding: 0.25rem 0;
  height: auto;
  margin-bottom: 1.5rem;
  color: #111;
}
.themed-form-v2 select {
  border: none;
  border-bottom: 2px solid rgb(var(--primary-color));
  border-radius: 0;
  padding: 0.25rem 0;
  height: auto;
  margin-bottom: 1.5rem;
  color: #111;
}
.themed-form-v2 .input-adornments {
  position: relative;
}
.themed-form-v2 .input-adornments > input {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.themed-form-v2 .input-adornments .icon {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(var(--primary-color));
}
.themed-form-v2 .input-adornments > button {
  position: absolute;
  right: 0.25rem;
  top: 50%;
}
.themed-form-v2 .input-adornments > button:not(:hover) {
  transform: translateY(-50%);
}
.themed-form-v2 .input-adornments .is-error {
  color: red;
}
.themed-form-v2 .input-adornments span.is-error {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  padding-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.themed-form-v2 .input-currency {
  position: relative;
}
.themed-form-v2 .input-currency > input {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.themed-form-v2 .input-currency::before {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(var(--primary-color));
  content: 'R\0024';
}
.icon-button {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
  opacity: 0.5;
  transition: 15ms all;
}
.icon-button:hover {
  transform: translateY(-50%) scale(1.05);
  cursor: pointer;
  opacity: 1;
}
.icon-button > * {
  width: 16px;
  height: 16px;
}
.social-linkedin {
  color: #3E6DC1;
}
.social-facebook {
  color: #294DA5;
}
.social-twitter {
  color: #0fd3d3;
}
.social-instagram {
  color: #B735B7;
}
.social-github {
  color: #111111;
}
.social-other {
  color: #9E9E9E;
}
.custom-google-icon {
  display: inline-block;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  background-image: url('/assets/icons/custom_google_icon.svg');
}
.custom-facebook-icon {
  display: inline-block;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  background-image: url('/assets/icons/custom_facebook_icon.svg');
}
.w-90 {
  width: 90%;
}
input.has-error {
  border: 1px solid rgba(200, 0, 0, 0.75);
}
input.has-error::-moz-placeholder {
  color: rgba(200, 0, 0, 0.5);
}
input.has-error::placeholder {
  color: rgba(200, 0, 0, 0.5);
}
input::-moz-placeholder {
  color: rgb(var(--primary-color-light));
}
input::placeholder {
  color: rgb(var(--primary-color-light));
}
input[type="email"] {
  text-transform: lowercase!important;
}
label.has-error {
  color: #c80000;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
}
.main-color {
  color: rgb(var(--primary-color));
  padding: 0 1% 0 10%!important;
}
* {
  font-family: "Quicksand", sans-serif;
}
.communities #datable_wrapper {
  display: none;
}
.communities .title {
  font-size: 48px;
  font-weight: 400;
}
.communities .section-title {
  font-size: 24px;
  font-weight: 700;
}
.communities .subtitle {
  font-size: 16px;
  font-weight: 700;
}
.communities .bt {
  font-weight: 700;
  color: rgb(var(--white-color));
  background-color: rgb(var(--secondary-color));
  border: none;
  border-radius: 20px;
  padding: 3px 15px;
  text-decoration: none;
}
.communities .bt:hover {
  background-color: rgb(var(--secondary-color-light));
}
.communities .bt.bt-small {
  font-size: 14px;
}
.communities .bt.bt-smaller {
  font-size: 12px;
}
.communities .input-shadow {
  box-shadow: 0px 4px 24px 0px #33333349;
  box-shadow: 0px 4px 4px 0px #3333331f;
  border: none;
}
.communities .input-padding {
  padding-left: 30px;
}
.communities .filter {
  position: relative;
  color: black;
}
.communities .filter > .left-icon {
  position: absolute;
  font-size: 0.75rem;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.communities .filter > .right-icon {
  position: absolute;
  font-size: 0.75rem;
  right: 10px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}
.communities .clear-input:hover {
  opacity: 1;
  cursor: pointer;
}
.communities .card-custom {
  position: relative;
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: rgb(var(--white-color));
  border-radius: 15px;
  width: 100%;
  height: 112px;
  padding: 0 1rem;
}
.communities .card-custom-title {
  font-size: 14px;
  font-weight: 700;
  word-wrap: break-word;
  width: 80%;
}
.communities .card-custom-rt-icon {
  position: absolute;
  color: #f64d4d;
  font-size: 1.125rem;
  right: 18px;
  top: 5px;
}
.communities .notification-number {
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  color: rgb(var(--white-color));
  background-color: #f64d4d;
  border-radius: 100%;
  right: 8px;
  top: 3px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.communities .card-custom-content {
  padding: 0.5rem 0;
  height: 100%;
}
.communities .card-custom-text {
  font-size: 11px;
  color: black;
}
.communities .card-subtitle {
  font-size: 10px;
  font-weight: 700;
}
.communities .card-custom-text-bold {
  font-size: 11px;
  font-weight: 700;
  color: black;
}
.communities .delete-icon {
  /*position: relative;
        z-index:1;
        margin-left: 14.5rem;*/
  cursor: pointer;
}
.communities .icon-color {
  position: absolute;
  color: #f64d4d;
  font-size: 1rem;
  top: 5px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}
a {
  text-decoration: none;
}
html {
  height: 100%;
}
.card {
  background-color: rgb(var(--white-color));
}
.col-md-25 {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bgverde {
  background-color: #41b773 !important;
}
.fgpesquisa {
  border-radius: 20px;
  padding: 2px 0px 2px 20px;
  background-color: rgb(var(--white-color));
}
.fpesquisa {
  background: none;
  border: none;
}
.fpesquisa:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.fpbutton {
  background: none;
  border: none;
}
.nou:hover {
  text-decoration: none;
}
.menuconteudo {
  position: absolute;
  z-index: 9;
  width: 200px;
  height: 250px;
  background-color: rgb(var(--white-color));
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
  margin-left: -15px;
}
.menuconteudo ul {
  padding-top: 12px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.menuconteudo ul li {
  padding: 3px 0;
  padding-left: 20px;
  list-style: none;
}
.menuconteudo ul li:hover {
  text-decoration: none;
  background-color: rgba(var(--secondary-color-light), 0.25);
}
.menuconteudo ul a {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.menuconteudo ul a:hover {
  text-decoration: none;
}
.submenu {
  position: absolute;
  z-index: 8;
  margin-top: 15px;
  left: 350px;
  width: 285px;
  min-height: 220px;
  background-color: #eaeaea;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
}
.submenu li span {
  color: rgb(var(--secondary-color-light));
}
.submenu ul {
  padding-top: 12px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.submenu ul li {
  padding: 3px 0;
  padding-left: 85px;
  list-style: none;
}
.submenu ul li:hover {
  text-decoration: none;
  background-color: rgba(var(--secondary-color-light), 0.25);
}
.submenu ul a {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.submenu ul a:hover {
  text-decoration: none;
}
.txtbase {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: rgb(var(--white-color));
  font-size: 0.8rem;
}
.dmain {
  background-image: linear-gradient(to bottom, rgba(var(--primary-color-dark), 0.52), rgba(var(--primary-color-dark), 0.52)), var(--imagem-bg2);
  background-size: cover;
}
.dmain.noback {
  background-image: none;
}
.btacao {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: rgb(var(--button-primary-text));
  background: rgb(var(--button-primary));
  border: none;
  border-radius: 20px;
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
}
.btacao:hover {
  color: rgb(var(--button-primary-text));
  background: rgb(var(--button-primary-hover));
  text-decoration: none;
}
.boxcad {
  min-height: 400px;
  background-color: rgb(var(--white-color));
  padding: 30px;
  margin: 30px auto;
  border-radius: 19px;
  height: 350px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.boxcad a.botao {
  color: rgb(var(--button-primary-text));
  background: rgb(var(--button-primary-hover));
  text-decoration: none;
  width: 200px;
  margin: 20px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: rgb(var(--white-color));
  background: rgb(var(--secondary-color));
  border: none;
}
.boxcad h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 26px;
  padding: 10px 0;
  text-align: center;
}
.boxcad p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
}
.boxcad input {
  margin: 3px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid rgb(var(--primary-color));
  color: rgb(var(--primary-color)) !important;
  outline: none;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
  width: 250px;
  padding: 10px 0;
}
.boxcad input:focus {
  border-bottom: 1px solid #f12121;
  color: rgb(var(--primary-color-dark));
}
.boxcad input:focus::-moz-placeholder {
  color: #f12121;
}
.boxcad input:focus::placeholder {
  color: #f12121;
}
.boxcad input::-moz-placeholder {
  color: red;
}
.boxcad input::placeholder {
  color: red;
}
.boxcad .info {
  padding: 68px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.dcategorias {
  padding: 15px 5px;
  background-color: rgba(var(--primary-background), 1);
}
.dcategorias h3 {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: rgb(var(--primary-title));
}
.dcategorias p {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: rgb(var(--primary-subtitle));
}
.dplanos {
  padding: 15px 5px;
  background-color: rgba(var(--primary-background), 1);
}
.dplanos .dplanos-swiper {
  display: none;
}
.dplanos .dvplano {
  padding: 65px 0;
  margin: 0 auto;
  text-align: center;
  height: 430px;
  width: 300px;
  background-color: rgb(var(--white-color));
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.dplanos .dvplano li {
  color: rgb(var(--primary-color-dark));
}
.dplanos .dvplano button {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: rgb(var(--button-primary-text));
  background: rgb(var(--button-primary));
  border: none;
  border-radius: 20px;
  padding: 7px 22px;
}
.dplanos .dvplano .dvplano.active {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.dplanos .dvplano h4 {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: rgb(var(--primary-title));
}
.dplanos .dvplano h2 {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: rgb(var(--primary-subtitle));
}
.dplanos .dvplano h2 small {
  font-size: 17px;
  font-weight: bold;
}
.dplanos .dvplano h3 {
  width: 80%;
  margin: 15px auto;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgb(var(--primary-color-dark));
}
.dplanos .dvplano hr {
  width: 80px;
}
.dplanos .dvplano .uplano button {
  text-align: center;
}
.dplanos h3 {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: rgb(var(--primary-title));
}
.dplanos p {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: rgb(var(--primary-subtitle));
}
.dplanos .maisvend {
  background-color: #15b315;
  border-radius: 5px 5px 0 0 ;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(var(--white-color));
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 5px 0;
  width: 300px;
  position: absolute;
  padding: 10px;
}
.dvplano-container {
  width: 350px!important;
  margin-right: 5px;
}
.dplanos-hr {
  height: 1px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dvcurso {
  background-color: rgba(var(--primary-background), 1);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.dvcurso h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 26px;
  padding: 10px 0;
  text-align: center;
  color: rgb(var(--primary-title));
}
.dvcurso p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  text-align: center;
  color: rgb(var(--primary-title));
}
.dvbutton {
  text-align: center;
  position: relative;
  bottom: 15px;
}
.dvbutton button {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: rgb(var(--white-color));
  background: rgb(var(--secondary-color));
  border: none;
  border-radius: 20px;
  padding: 7px 22px;
}
.uplano button {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: rgb(var(--white-color));
  background: rgb(var(--secondary-color));
  border: none;
  border-radius: 20px;
  padding: 7px 22px;
}
.imgcurso {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: 150px;
  background-color: rgb(var(--white-color));
}
.imgcurso .dvrestrito {
  text-align: center;
  padding: 30px 0;
}
.imgcurso .dvrestrito img {
  width: 35px;
}
.imgcurso .dvrestrito h5 {
  padding: 5px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: rgb(var(--white-color));
}
.uplanos {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
.cadmain {
  min-height: 86vh!important;
  background-size: contain;
  background-color: rgb(var(--primary-color));
}
.boxcad2 {
  width: 80%;
  background-color: rgb(var(--white-color));
  padding: 30px;
  margin: 30px auto;
  border-radius: 8px;
  height: 350px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.boxcad2 h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}
.boxcad2 button {
  width: 200px;
  margin: 20px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: rgb(var(--white-color));
  background: rgb(var(--secondary-color));
  border: none;
  border-radius: 20px;
  padding: 10px 25px;
}
.boxcad2 input {
  margin: 3px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid rgb(var(--primary-color));
  outline: none;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
  width: 98%;
  padding: 10px 0;
}
.boxcad2 input:focus {
  border-bottom: 1px solid rgb(var(--secondary-color));
  color: rgb(var(--secondary-color));
}
.boxcad2 input:focus::-moz-placeholder {
  color: rgb(var(--secondary-color));
}
.boxcad2 input:focus::placeholder {
  color: rgb(var(--secondary-color));
}
.boxcad2 input::-moz-placeholder {
  color: rgb(var(--primary-color));
}
.boxcad2 input::placeholder {
  color: rgb(var(--primary-color));
}
.boxcad2 label {
  margin: 3px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}
div.options > label {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  height: 20px;
}
div.options > label > input {
  display: none;
}
div.options > label > input:checked + img {
  background: var(--imagem-check);
  background-color: rgb(var(--secondary-color));
  background-repeat: no-repeat;
  background-position: center center;
}
div.options > label > img {
  padding: 0px;
  height: 30px;
  width: 30px;
  background: none;
}
div.optionsh > label {
  font-size: 13px;
  display: block;
  margin-right: 5px;
  height: 20px;
  margin-bottom: 15px;
}
div.optionsh > label > input {
  display: none;
}
div.optionsh > label > input:checked + img {
  background: var(--imagem-check);
  background-color: rgb(var(--secondary-color));
  background-repeat: no-repeat;
  background-position: center center;
}
div.optionsh > label > img {
  padding: 0px;
  height: 30px;
  width: 30px;
  background: rgb(var(--white-color));
}
.faq-main * {
  color: rgb(var(--primary-title)) !important;
}
.pfmain {
  min-height: 90vh;
  background-size: contain;
  background-color: rgb(var(--primary-background));
}
.pfmain .btacao {
  padding: 10px 22px;
}
.pfmain .txttitulo {
  margin: 10px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: rgb(var(--primary-title));
}
.pfmain .txttitulo2 {
  margin: 10px 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: rgb(var(--primary-subtitle));
}
.pfmain .title-chat {
  font-weight: 700;
  font-size: 1rem;
}
.pfmain .chat-result {
  font-weight: 400;
  font-size: 1rem;
}
.pfmain .chatGpt {
  font-weight: 400;
  font-size: 0.6rem;
}
.txtsubtitulo {
  margin: 3px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 28px;
}
.txtdescricao {
  margin: 7px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.profile {
  padding: 40px 0;
  background-color: rgba(var(--earthborn-bugle-color), 1);
}
.profile h3 {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 31px;
}
.profile p {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 19px;
}
.dvlista {
  background-color: rgb(var(--white-color));
  padding: 0;
  border-radius: 8px;
  min-height: 300px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.dvlista h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 3px;
  margin: 0;
  text-align: center;
}
.dvlista p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #000;
  text-align: center;
  padding: 0 5px;
}
.dvlista .cntlista {
  padding: 0 10px;
}
.dvbuttonlista {
  text-align: center;
  position: relative;
  bottom: 15px;
}
.dvbuttonlista button {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: rgb(var(--white-color));
  background: rgb(var(--secondary-color));
  border: none;
  border-radius: 20px;
  padding: 7px 22px;
}
.imglista {
  min-height: 120px;
  background-color: rgb(var(--white-color));
}
.pesqmain {
  background-color: #f7f7f7;
  min-height: 86vh;
}
.lperg {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 45px;
  margin: 0;
  text-align: center;
}
.boxresp {
  color: #000;
  background-color: rgba(var(--earthborn-bugle-color), 1);
  padding: 15px 25px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 3px 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.boxresp.active {
  background-color: rgb(var(--secondary-color-light));
}
.lkproxima {
  color: rgb(var(--secondary-color-dark));
  margin: 5px 10px 0 0;
}
.lkproxima:hover {
  color: #eb3800;
}
.lkproxima i {
  margin-left: 7px;
  color: rgb(var(--secondary-color-dark));
  font-size: 30px;
}
.dvoutros button {
  width: 100%;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: rgb(var(--white-color));
  background: rgb(var(--secondary-color));
  border: none;
  border-radius: 20px;
  padding: 1px 10px;
  line-height: 12px;
  height: 45px;
}
.dvoutros p {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.dvoutros p span {
  color: #41b773;
}
.horart {
  display: none;
  position: absolute;
}
.horart .circle {
  top: 35px;
  left: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: solid 7px rgb(var(--primary-color));
  position: absolute;
}
.horart .line {
  top: 85px;
  left: 55px;
  border-left: solid 6px rgb(var(--primary-color));
  width: 2px;
  height: 500px;
  position: absolute;
}
.horart2 {
  display: none;
  position: absolute;
  left: -20px;
}
.horart2 .circle {
  top: 50px;
  left: 60px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgb(var(--secondary-color-dark));
  border: solid 7px rgb(var(--primary-color));
  position: absolute;
}
.horart2 .line {
  top: 95px;
  left: 79px;
  border-left: solid 6px rgb(var(--primary-color));
  width: 2px;
  height: 1000px;
  position: absolute;
}
.box2 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 20px;
  padding: 10px;
}
.box2 .uamigo {
  display: inline-block;
}
.box2 .uamigo img {
  width: 85%;
}
.box2.boxamigo {
  border-radius: 10px;
  width: 400px;
  height: 90px;
  background-color: rgb(var(--white-color));
}
.box2.boxamigo > .header {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.box2.boxamigo > .header .busca {
  float: right;
  width: 100px;
  border: none;
  background: transparent;
}
.box2.boxamigo > .header .busca:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.box2.boxamigo > .body {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.box2.boxranking {
  border-radius: 10px;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  background-color: rgb(var(--white-color));
}
.box2.boxranking .row {
  margin: 0;
}
.box2.boxranking .row.active {
  background-color: #568399;
}
.box2.boxranking .row.active h3 {
  color: rgb(var(--white-color));
}
.box2.boxranking .row.active h4 {
  color: rgb(var(--white-color));
}
.box2.boxranking ul {
  list-style: none;
  padding: 0 15px;
}
.box2.boxranking ul li {
  padding: 3px 0;
  border-bottom: solid 1px rgb(var(--primary-color));
}
.box2.boxranking h3 {
  padding-top: 12px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.box2.boxranking h4 {
  padding-top: 12px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.box2.boxranking > .header {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.box2.boxranking > .header .busca {
  display: inline-block;
  width: 100px;
  border: none;
  background: transparent;
}
.box2.boxranking > .header .busca:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.box2.boxranking > .body {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.box2.plano {
  width: 260px;
  height: 140px;
  margin-left: 10px;
  display: inline-block;
}
.box2.plano h5.tipoplano {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box2.plano h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.box2.plano .titplano {
  min-height: 80px;
}
.box2.plano h5.bottomplano {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.lkconta {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #efeff0;
}
.lkconta:hover {
  color: #efeff0;
  text-decoration: none;
}
.lkconta i.fa-user {
  font-size: 12px;
}
.usermenu {
  display: none;
  position: absolute;
  right: 0;
  z-index: 999;
  width: 300px;
  background-color: #f7f7f7;
  border: solid 1px rgb(var(--primary-color-dark));
  border-radius: 15px;
}
.usermenu ul {
  padding-top: 10px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.usermenu ul li {
  padding: 3px 0;
  padding-left: 15px;
  list-style: none;
}
.usermenu ul a {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(var(--primary-color-dark));
}
.usermenu ul a:hover {
  text-decoration: none;
  color: rgb(var(--white-color));
}
.usermenu ul a:hover li i {
  color: rgb(var(--white-color));
}
.usermenu hr {
  margin: 3px 0;
}
.dropuser {
  position: relative;
}
.dropuser:hover .usermenu {
  display: block;
}
.modal-backdrop.show {
  opacity: 0.8;
  z-index: 9 !important;
}
.modal-backdrop {
  background-color: #4f4780;
  z-index: 9;
}
#homeModal .modal-title {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  display: inline-block;
}
#homeModal .modal-content {
  border-radius: 20px;
}
#homeModal .modal-body {
  padding: 2.5rem;
}
#homeModal .modal-body p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
#homeModal .modal-body img {
  width: 90%;
}
#homeModal .modal-body .btacao {
  font-size: 14px;
  padding: 10px 50px;
}
#homeModal .close {
  color: rgb(var(--secondary-color-light));
  opacity: 1;
  font-size: 36px;
  margin-top: -20px;
}
.categorias {
  min-height: 90vh;
  background-size: contain;
  background-color: rgba(var(--primary-background), 1);
}
.categorias .slick-track {
  margin: 0;
}
.dvcategs .dvcatcurso {
  margin: 0 12px;
}
.dvcategsmain .setanext {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  top: 120px;
  right: 0;
  float: right;
}
.dvcategsmain .setanext i {
  font-size: 40px;
  cursor: pointer;
}
.dvcategsmain:hover .setanext {
  visibility: visible;
  opacity: 1;
}
.dvcategsmain:hover .setaback {
  visibility: visible;
  opacity: 1;
}
.dvcategsmain .setaback {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 999;
}
.dvcategsmain .setaback i {
  font-size: 40px;
  cursor: pointer;
}
.curso-topo {
  height: 63px;
}
.curso-topo > .row {
  height: 63px;
}
.curso-titulo {
  position: relative;
  top: -250px;
}
.curso-titulo h3 {
  padding-top: 30px;
  width: 360px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: rgb(var(--white-color));
}
.curso-titulo p {
  width: 350px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgb(var(--white-color));
}
.curso-progresso .porc {
  position: absolute;
  top: -7px;
  right: 35px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #41b773;
}
.curso-progresso .barra_progresso_wrap {
  position: absolute;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 80%;
}
.curso-progresso .barra_progresso {
  background-color: #59595a;
  width: 100%;
  height: 3px;
}
.curso-progresso .barra_progresso .barra_progresso_fill {
  position: absolute;
  background-color: #41b773;
  width: 34%;
  height: 3px;
}
.curso-progresso .curso-info p {
  margin-bottom: 7px;
  line-height: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}
.curso-progresso .curso-info p span {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
.curso-progresso .curso-info p span.verde {
  color: #38bb45;
}
.curso-progresso .curso-info2 p {
  margin-bottom: 7px;
  line-height: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.curso-progresso .curso-info2 p span {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
.curso-progresso .curso-info2 p span.verde {
  color: #38bb45;
}
.curso-progresso .selo img {
  position: absolute;
  float: right;
  top: -130px;
  right: -60px;
}
.curso-geral {
  background-color: rgba(var(--primary-background), 0.9);
  min-height: 55vh;
}
.curso-geral p {
  text-align: justify;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.curso-geral p a {
  color: rgb(var(--secondary-color-dark));
}
.curso-geral h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.curso-geral h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.curso-geral ul {
  padding-top: 10px;
  padding-left: 15px;
}
.curso-geral ul li {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.txtinstrutor p {
  text-align: justify;
}
.botoes .btacao {
  padding: 10px 15px;
}
.btacao.largo {
  padding: 10px 30px;
}
.btacao.fmedio {
  font-size: 14px;
}
.btacao.fpequeno {
  font-size: 12px;
}
.fpequeno {
  font-size: 12px !important;
  padding: 0.25rem 0.7rem !important;
  height: 25px;
  margin-left: 30px;
  margin-top: 15px;
}
.btacao.btsf {
  background: transparent;
  border: solid 1px rgb(var(--white-color));
}
.btacao.btsf2 {
  color: rgb(var(--secondary-color-dark));
  background: transparent;
  border: solid 1px rgb(var(--secondary-color-dark));
  font-size: 12px;
  padding: 1px 10px;
}
.btacao.btsf3 {
  background: rgb(var(--white-color));
  color: black;
  border: solid 1px rgb(var(--white-color));
}
.btacao.bts1 {
  font-size: 12px;
  margin: 0 5px;
}
.box2.curso-item {
  margin: 15px 0;
  background-color: #f7f7f7;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
}
.box2.curso-item h4 {
  float: left;
  padding-top: 0.5rem;
}
.box2.curso-item .sep {
  float: left;
  border-right: solid 1px rgb(var(--primary-color));
  width: 15px;
  height: 25px;
}
.box2.curso-recomenda {
  margin: 15px 0;
  background-color: #f7f7f7;
  width: 100%;
  border-radius: 10px;
  padding: 10px 20px;
}
.box2.curso-recomenda p {
  margin-bottom: 0;
}
.sidenav {
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.sidenav .logo {
  text-align: center;
  padding: 3px 0;
}
.sidenav .item {
  text-align: center;
  padding: 7px 0;
}
.sidenav .item img {
  height: 5vh;
}
.sidenav h5 {
  padding: 3px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: rgb(var(--white-color));
}
.sidenav .item.active {
  background-color: #f68b69;
}
.sidenav .item.active h5 {
  color: #f68b69;
}
.main .mvideos {
  background-color: #443e6a;
  min-height: 100vh;
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.6);
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgb(var(--white-color));
}
.main .mvideos .fgpesquisa {
  padding: 4px 20px;
}
.main .mvideos .fpesquisa {
  font-size: 14px;
}
.main .mvideos h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: rgb(var(--white-color));
}
.main .mvideos .dvatual {
  background-color: rgba(196, 196, 196, 0.4);
  padding: 10px 25px;
}
.main .mvideos .dvatual p > i {
  font-size: 18px;
}
.main .mvideos ul {
  list-style: none;
  padding: 0;
}
.main .mvideos ul li {
  padding: 7px 15px;
}
.main .mvideos ul li img {
  width: 15px;
  margin-right: 10px;
}
.main .mvideos ul li.active {
  background-color: #f68b69;
}
.main .cvideos .cvideoinfo .linha {
  border-top: solid 2px rgb(var(--primary-color));
  min-width: 100%;
  height: 3px;
  margin-top: 25px;
  right: 40px;
}
.mvideos ul a {
  color: rgb(var(--white-color));
}
.mvideos ul a:hover {
  text-decoration: underline;
}
.mvideos .lkadd {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: rgb(var(--white-color));
}
.colpad {
  padding: 0 15px;
}
.imgtopo {
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(79, 71, 128, 0.52), rgba(79, 71, 128, 0.52)), var(--imagem-bgcurso);
  background-size: cover;
  filter: blur(0.3rem);
  margin-bottom: 30px;
}
.cvideos {
  padding: 0rem;
}
.cvideos .player {
  height: 500px;
  background-color: #aaa;
  margin: 10px auto;
}
.cvideos .cvideoinfo {
  width: 95%;
  margin: 0 auto;
  z-index: 999;
}
.cvideos .cvideoinfo .titulobg {
  width: -moz-fit-content;
  width: fit-content;
  background-color: yellow;
}
.cvideos h3 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 40px;
}
.ctexto {
  margin: 10px 20px;
  padding: 10px 20px;
  background-color: rgb(var(--white-color));
  border-radius: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.playeraudio {
  width: 100%;
  height: 110px;
  background-color: #383160;
  position: fixed;
  bottom: 0;
}
.playeraudio .tituloaudio {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ececec;
}
.playeraudio .controles {
  width: 30%;
  text-align: center;
  font-size: 42px;
  color: rgb(var(--secondary-color-dark));
}
.playeraudio .controles i {
  padding: 10px;
}
.playeraudio .controles i.fa-step-backward {
  font-size: 18px;
  margin: 0 10px;
  position: relative;
  top: -8px;
}
.playeraudio .controles i.fa-step-forward {
  font-size: 18px;
  margin: 0 10px;
  position: relative;
  top: -8px;
}
.dvhubcasts h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 50px;
}
.dvhubcasts h3 {
  font-weight: 700 !important;
  font-size: 30px !important;
  margin: 10px 0;
}
.dvhubcasts h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
  float: right;
  width: 70%;
  padding: 5px 0;
}
.dvhubcasts p {
  text-align: left;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 13px;
}
.dvhubcasts p span {
  font-weight: 700;
}
.dvhubcasts .ouvintes {
  float: right;
  display: block;
}
.dvhubcasts .dvlista.cast {
  min-height: 250px !important;
  padding: 10px;
}
.dvhubcasts .barra_pl_progresso_base {
  margin-top: 3px;
  background-color: #c4c4c4;
  width: 100px;
  height: 7px;
}
.dvhubcasts .barra_pl_play {
  text-align: center;
}
.dvhubcasts .barra_pl_play i {
  color: rgb(var(--secondary-color-dark));
  font-size: 40px;
  border-radius: 50%;
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.6);
}
.dvhubcasts .barra_pl_play span {
  background-color: rgb(var(--white-color));
}
.subtopo {
  background-color: rgb(var(--button-primary));
  width: 100%;
  height: 101px;
  position: fixed;
  z-index: 999;
}
.subtopo .logo {
  padding: 20px;
}
.subtopo2 {
  background-color: rgb(var(--button-primary));
  width: 100%;
  height: 88px;
  position: fixed;
  z-index: 999;
}
.subtopo2 .logo {
  padding: 10px 30px;
}
.dvfavoritos h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.dvfavoritos h3 {
  margin: 20px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 32px;
}
.dvfavoritos p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.my-perfil h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.my-perfil h3 {
  margin: 20px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 32px;
}
.my-perfil p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.dvanotacoes h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.dvanotacoes h3 {
  margin: 20px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 26px;
}
.dvanotacoes h4 {
  margin: 5px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.dvanotacoes p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.dvanotacoes .input-shadow {
  box-shadow: 0px 4px 24px 0px #33333349;
  box-shadow: 0px 4px 4px 0px #3333331f;
  border: none;
}
.dvanotacoes .input-padding {
  padding-left: 30px;
}
.dvanotacoes .filter {
  position: relative;
  color: black;
}
.dvanotacoes .filter > .left-icon {
  position: absolute;
  font-size: 0.75rem;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dvanotacoes .filter > .right-icon {
  position: absolute;
  font-size: 0.75rem;
  right: 10px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}
.dvanotacoes .clear-input:hover {
  opacity: 1;
  cursor: pointer;
}
.dvplanoestudo h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.dvplanoadd h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.dvplanoadd .input-shadow {
  box-shadow: 0px 4px 24px 0px #33333349;
  box-shadow: 0px 4px 4px 0px #3333331f;
  border: none;
}
.dvplanoadd .input-padding {
  padding: 22px 0 22px 15px;
}
.dvplanoadd .filter {
  position: relative;
  color: black;
}
.dvplanoadd .filter > .left-icon {
  position: absolute;
  font-size: 0.75rem;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dvplanoadd .filter > .right-icon {
  position: absolute;
  font-size: 0.75rem;
  right: 10px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}
.dvplanoadd .clear-input:hover {
  opacity: 1;
  cursor: pointer;
}
.dvplanoadd label {
  color: rgb(var(--primary-color));
  font-size: 16px;
}
.dvplanodetalhe h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.dvplanodetalhe h5 {
  display: block;
  width: 100%;
  margin: 5px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.dvlista.artigos {
  min-height: 260px;
  border-radius: 15px;
}
.dvlista.artigos .imglista {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.dvlista.artigos h3 {
  margin: 0;
  font-size: 14px;
}
.dvlista.artigos p {
  width: 97%;
  color: #000;
  font-size: 11px;
}
.thumbvideo {
  height: 135px;
  background-color: rgb(var(--button-primary));
  border-radius: 15px;
  text-align: center;
}
.thumbvideo i {
  margin-top: 42px;
  font-size: 42px;
  background-color: rgb(var(--white-color));
  color: rgb(var(--secondary-color-dark));
  border-radius: 50%;
}
.dvvideos h3 {
  font-size: 18px;
}
.dvlista.notas {
  min-height: 110px;
  border-radius: 15px;
  text-align: left;
  margin: 10px 0;
  padding: 10px;
}
.dvlista.notas h3 {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.dvlista.notas p {
  width: 97%;
  color: #000;
  font-size: 11px;
  text-align: left;
  bottom: 15px;
  position: absolute;
}
.cxbranca {
  margin: 0 0 10px;
  height: 45px;
  padding: 0 10px;
  background-color: rgb(var(--white-color));
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
}
.cxbranca input {
  font-size: 16px;
  width: 88%;
  border: 0;
}
.cxbranca i {
  font-size: 16px;
}
.dvlista.pestudo {
  min-height: 128px;
  border-radius: 15px;
  text-align: left;
  margin: 10px 0;
  padding: 10px;
}
.dvlista.pestudo h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
}
.dvlista.pestudo h5 {
  font-size: 10px;
  margin: 0;
}
.dvlista.pestudo p {
  width: 97%;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  bottom: 5px;
  position: relative;
}
.pestudo span {
  margin-top: 15px;
  margin-left: 7px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #27ae60;
}
.blobcolor {
  width: 38px;
  height: 15px;
  background-color: #eee;
  border-radius: 3px;
  float: right;
}
.gcircle {
  margin: 10px 0;
}
.plano_cursos {
  height: 230px;
  overflow-y: auto;
}
.box2.plano_curso_box {
  border-radius: 10px;
  background-color: rgb(var(--white-color));
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 20px;
  margin: 10px 3px;
}
.box2.plano_curso_box i {
  font-size: 22px;
}
.dvmeuprogresso h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 42px;
}
.dvmeuprogresso .dvcircles .incircle {
  position: relative;
  top: 30px;
  left: 63px;
}
.dvmeuprogresso .dvcircles h1 {
  text-align: center;
  margin: 3px 0;
}
.dvmeuprogresso .dvcircles h5 {
  margin: 3px 0;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
.dvmeuprogresso .dvcircles h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
#anotacoes h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgb(var(--white-color));
}
#anotacoes i {
  font-size: 20px;
  color: rgb(var(--white-color));
  margin-top: 10px;
}
.notas-container {
  overflow-y: auto;
  margin-top: 10px;
  background-color: rgb(var(--white-color));
  width: 95%;
  height: 350px;
  border-radius: 10px;
  padding: 7px;
}
.mpgraficos .incircle {
  position: relative;
  top: 130px;
  right: 55px;
}
.mpgraficos h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.mpgraficos h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 58px;
  color: #41b773;
  text-align: center;
}
.mpgraficos h1 i {
  font-size: 24px;
}
.mpgraficos h5 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #454545;
  text-align: center;
  text-transform: uppercase;
}
.mpgraficos canvas {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.link1 {
  margin-left: 100px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgb(var(--secondary-color));
}
.box2.progresso_box {
  width: 95%;
  border-radius: 10px;
  background-color: rgb(var(--white-color));
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 20px;
  margin: 10px 3px;
}
.box2.progresso_box span {
  font-size: 16px;
  color: #41b773;
  margin-right: 10px;
}
.box2.progresso_box i {
  font-size: 22px;
  color: rgb(var(--secondary-color));
}
.box2.plano_user_box {
  margin: 0 auto;
  width: 350px;
  background-color: rgb(var(--white-color));
  height: 250px;
}
.box2.plano_user_box img.usuario {
  margin: -80px 110px 0;
  text-align: center;
  position: absolute;
  width: 100px;
  height: 100px;
  border: solid 5px rgb(var(--secondary-color));
  border-radius: 50%;
}
.box2.plano_user_box h3 {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 26px;
}
.box2.plano_user_box h5 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.box2.plano_user_box .uamigo {
  width: 30px;
}
.box2.plano_user_box img {
  width: 100%;
}
.seguidores {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.meu-perfil img {
  border: solid 3px rgb(var(--secondary-color));
  border-radius: 50%;
}
.m-space {
  height: 40px;
}
@media screen and (min-width: 539px) {
  .swiper-wrapper-dplanos {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .boxcad2 {
    width: 450px;
  }
}
@media only screen and (min-width: 540px) {
  .boxcad {
    width: 450px;
    border-radius: 8px;
  }
}
/*
 * Table styles
 */
/*
 * Control feature layout
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable th.dt-left {
  text-align: left;
}
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center {
  text-align: center;
}
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right {
  text-align: right;
}
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify {
  text-align: justify;
}
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap {
  white-space: nowrap;
}
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left {
  text-align: left;
}
table.dataTable thead td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center {
  text-align: center;
}
table.dataTable thead td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right {
  text-align: right;
}
table.dataTable thead td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify {
  text-align: justify;
}
table.dataTable thead td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable thead td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable thead th {
  font-weight: bold;
  padding: 10px 18px;
  border-bottom: 0px solid #111111;
}
table.dataTable thead th:active {
  outline: none;
}
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 0px solid #111111;
}
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th.dt-head-left {
  text-align: left;
}
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable tfoot th.dt-head-center {
  text-align: center;
}
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable tfoot th.dt-head-right {
  text-align: right;
}
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable tfoot th.dt-head-justify {
  text-align: justify;
}
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable tfoot th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tfoot th {
  font-weight: bold;
  padding: 10px 18px 6px 18px;
  border-top: 0px solid #111111;
}
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 0px solid #111111;
}
table.dataTable tbody th.dt-body-left {
  text-align: left;
}
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center {
  text-align: center;
}
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right {
  text-align: right;
}
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable tbody tr {
  background-color: rgb(var(--white-color));
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th {
  padding: 8px 10px;
}
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable th {
  box-sizing: content-box;
}
table.dataTable td {
  box-sizing: content-box;
}
table.dataTable.row-border tbody th {
  border-top: 0px solid #dddddd;
}
table.dataTable.row-border tbody td {
  border-top: 0px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.row-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.display tbody th {
  border-top: 0px solid #dddddd;
}
table.dataTable.display tbody td {
  border-top: 0px solid #dddddd;
}
table.dataTable.display tbody tr:first-child th {
  border-top: none;
}
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.display tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.display tbody tr > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr > .sorting_2 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.selected > .sorting_2 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.cell-border tbody th {
  border-top: 0px solid #dddddd;
  border-right: 0px solid #dddddd;
}
table.dataTable.cell-border tbody td {
  border-top: 0px solid #dddddd;
  border-right: 0px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child {
  border-left: 0px solid #dddddd;
}
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 0px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr > .sorting_2 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.order-column tbody tr.selected > .sorting_2 {
  background-color: #acbad5;
}
table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 0px solid #111111;
}
table.dataTable.nowrap th {
  white-space: nowrap;
}
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th {
  padding: 4px 17px;
}
table.dataTable.compact thead td {
  padding: 4px 17px;
}
table.dataTable.compact tfoot th {
  padding: 4px;
}
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th {
  padding: 4px;
}
table.dataTable.compact tbody td {
  padding: 4px;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  color: #333333;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 1rem;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  color: #333333;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
  color: #333333;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  color: #333333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
  border-bottom: none;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
tbody {
  border-color: inherit;
  border-style: none !important;
  border-width: 0;
}
td {
  border-color: inherit;
  border-style: none !important;
  border-width: 0;
}
tfoot {
  border-color: inherit;
  border-style: none !important;
  border-width: 0;
}
th {
  border-color: inherit;
  border-style: none !important;
  border-width: 0;
}
thead {
  border-color: inherit;
  border-style: none !important;
  border-width: 0;
}
tr {
  border-color: inherit;
  border-style: none !important;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }
}
@keyframes reposition-in {
  from {
    left: 0;
  }
  to {
    left: 0;
  }
}
@keyframes reposition-out {
  from {
    left: 0;
  }
  to {
    left: 0;
  }
}
@keyframes slideout {
  from {
    width: 25vw;
  }
  to {
    width: 0;
  }
}
@keyframes slidein {
  from {
    width: 0;
  }
  to {
    width: 25vw;
  }
}
.auth-course-content {
  position: relative;
  background: rgba(var(--primary-background), 0.5) !important;
  height: 100%;
  display: flex;
  justify-content: center;
}
.auth-course-sidebar {
  width: 25vw;
  height: 100%;
  background-color: rgba(var(--primary-color-dark), 1);
  box-shadow: rgba(0, 0, 0, 0.19) 5px 0px 20px, rgba(0, 0, 0, 0.23) 5px 0px 6px;
}
.auth-course-minimize {
  display: block;
  left: 0;
}
.auth-course-maximize {
  display: none;
  left: 0;
}
.auth-course-minimize,
.auth-course-maximize {
  border-radius: 0 1em 1em 0;
  position: absolute;
  color: rgb(var(--secondary-color));
  padding: 0.25rem 0.5rem;
  background-color: rgba(var(--primary-color), 1);
  top: 15vh;
  z-index: 9;
}
.auth-course-minimize:hover,
.auth-course-maximize:hover {
  cursor: pointer;
  transform: scale(1.05);
  background-color: rgb(var(--button-primary-hover));
  color: rgb(var(--button-primary-text));
}
@media screen and (max-width: 960px) {
  .auth-course-minimize,
  .auth-course-maximize {
    display: none;
  }
}
.auth-course-reposition-in {
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-name: reposition-in;
}
.auth-course-reposition-out {
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-name: reposition-out;
}
.auth-course-hide {
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-name: slideout;
}
.auth-course-show {
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-name: slidein;
}
.auth-course-animation-config {
  overflow: hidden;
  white-space: nowrap;
}
.auth-course-alert {
  width: 100%;
  color: red;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.auth-course-container {
  background: rgb(var(--primary-color));
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.topico-anterior,
.topico-seguinte {
  border: 1px solid rgb(var(--secondary-color-dark));
  color: rgb(var(--secondary-color-dark));
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: fixed;
  top: 50%;
  height: 40px;
  width: 40px;
}
.topico-anterior .titulo-topico,
.topico-seguinte .titulo-topico {
  display: none;
}
@media screen and (max-width: 960px) {
  .topico-anterior,
  .topico-seguinte {
    background-color: rgb(var(--secondary-color-dark));
    color: rgb(var(--white-color));
  }
}
.topico-anterior:hover,
.topico-seguinte:hover {
  background-color: rgb(var(--secondary-color-dark));
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100%;
  padding: 5px 10px;
}
.topico-anterior:hover .titulo-topico,
.topico-seguinte:hover .titulo-topico {
  display: block;
}
.topico-seguinte {
  right: 10px;
}
@media screen and (max-width: 960px) {
  .topico-seguinte {
    right: 0px;
  }
}
.topico-anterior {
  left: calc(25vw + 10px);
  transition: left 1s;
}
@media screen and (max-width: 960px) {
  .topico-anterior {
    left: 0px;
  }
}
.btn-laranja {
  background: #dc5d35;
}
.page-anterior,
.page-seguinte {
  border: 1px solid rgb(var(--secondary-color-dark));
  color: rgb(var(--secondary-color-dark));
  display: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: absolute;
  top: 1rem;
  height: 40px;
  width: 40px;
}
.page-anterior .titulo-page,
.page-seguinte .titulo-page {
  display: none;
}
@media screen and (max-width: 960px) {
  .page-anterior,
  .page-seguinte {
    background-color: rgb(var(--secondary-color-dark));
    color: rgb(var(--white-color));
  }
}
.page-anterior:hover,
.page-seguinte:hover {
  background-color: rgb(var(--secondary-color-dark));
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100%;
  padding: 5px 10px;
}
.page-anterior:hover .titulo-page,
.page-seguinte:hover .titulo-page {
  display: block;
}
.page-seguinte {
  right: 9rem;
  transition: right 1s;
}
@media screen and (max-width: 960px) {
  .page-seguinte {
    right: 1rem;
    top: 15.2rem !important;
  }
}
.page-anterior {
  transition: left 1s;
}
@media screen and (max-width: 960px) {
  .page-anterior {
    left: 0.9rem;
    top: 15.2rem !important;
  }
}
.index-page {
  border-radius: 2rem;
  border: 1px solid rgb(var(--secondary-color-dark));
  color: rgb(var(--secondary-color-dark));
  display: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: absolute;
  top: 1rem;
  left: calc(32vw + 10px);
  height: 40px;
  width: 110px;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .index-page {
    top: 15.2rem !important;
  }
}
.alert-video {
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* DASHBOARD */
/* DASBOARD CARDS COLOR */
/* COURSES */
/* Students */
/* LOGIN CARDS */
.my-course {
  width: 100%;
  height: 427px;
}
.dashboard-card .resources-item {
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.05);
}
.dashboard-card .resources-item .name {
  font-weight: 500;
}
.dashboard-card .resources-item .counter {
  font-weight: 700;
  font-size: 1.5rem;
}
.dashboard-card .star-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.dashboard-card .card-color-div {
  display: flex;
  flex-direction: column;
}
.dashboard-card .card-color-icon {
  font-size: 48px;
}
.dashboard-card .card-color-title {
  font-weight: 500;
  color: white;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dashboard-card .card-color-subtitle {
  font-weight: 500;
  font-size: 1.75rem;
}
.dashboard-card .title {
  font-weight: 500;
}
.dashboard-card .counter {
  font-weight: 500;
  font-size: 2rem;
}
.dashboard-card .ranking-label {
  font-weight: 500;
  font-size: 13px;
}
.dashboard-card .ranking-item {
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.1);
}
.dashboard-card .ranking-item .course-name > span {
  width: 65%;
  font-weight: 500;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dashboard-card .ranking-item .course-access > span {
  font-weight: 700;
  font-size: 1.5rem;
}
.dashboard-card .ranking-item .course-rating > span {
  font-weight: 700;
  font-size: 1.5rem;
}
.dashboard-card .ranking-item .course-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100%;
}
.dashboard-card .course-up-arrow {
  font-weight: 500;
  font-size: 2rem;
  color: #22c051;
}
.dashboard-card .course-down-arrow {
  font-weight: 500;
  font-size: 2rem;
  color: #e0451f;
}
.dashboard-card .courses-ongoing-item {
  padding: 1rem 0.75rem;
  border-radius: 1rem;
}
.dashboard-card .courses-ongoing-item .ongoing-image {
  min-width: 10%;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.dashboard-card .courses-ongoing-item .ongoing-image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100%;
}
.dashboard-card .courses-ongoing-item .course-image {
  min-width: 10%;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.dashboard-card .courses-ongoing-item .course-image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100%;
}
.dashboard-card .courses-ongoing-item .ongoing-content {
  min-width: 0;
  flex-basis: 50%;
}
.dashboard-card .courses-ongoing-item .ongoing-content .name {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-card .courses-ongoing-item .ongoing-content .bar-wrapper {
  position: relative;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.35);
}
.dashboard-card .courses-ongoing-item .ongoing-content .bar-inner {
  padding: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.75);
}
.dashboard-card .courses-ongoing-item .ongoing-counter {
  font-weight: 500;
  font-size: 2rem;
}
.dashboard-card .courses-ongoing-item .most-active-content .text {
  font-weight: 700;
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-card .courses-ongoing-item .most-active-content .bar-wrapper {
  padding: 0.35rem;
  position: relative;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.35);
}
.dashboard-card .courses-ongoing-item .most-active-content .bar-inner {
  padding: 0.35rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1rem;
  background-color: #e0451f;
}
.dashboard-card .students-last-access-item {
  padding: 0.5rem;
}
.dashboard-card .students-last-access-item .status-Ativo {
  background-color: rgba(40, 167, 69, 0.2);
  color: #28a745;
  border-radius: 1rem;
  padding: 0.15rem 1rem;
}
.dashboard-card .students-last-access-item .status-Inativo {
  background-color: #f8d7da;
  color: #dc3545;
  border-radius: 1rem;
  padding: 0.15rem 1rem;
}
.dashboard-card .students-last-access-item .last-access-content {
  width: 100%;
  font-weight: 500;
  font-size: 0.875rem;
  right: 0;
  top: 0;
  transform: translate(3%, 30%);
}
.dashboard-card .students-last-access-item .last-access-content > * {
  width: 50%;
}
.dashboard-card .students-last-access-item .last-access-content > span:nth-child(2) {
  background-color: rgba(var(--primary-color-light), 0.1);
  border-radius: 1rem;
  padding: 0.15rem 1rem;
}
.dashboard-card .students-last-access-item .last-access-content-list {
  width: 100%;
  font-weight: 500;
  font-size: 0.875rem;
}
.dashboard-card .students-most-active-item {
  padding: 0.3rem 0.75rem;
  border-radius: 1rem;
}
.dashboard-card .students-most-active-item .most-active-content {
  width: 85%;
}
.dashboard-card .students-most-active-item .most-active-content .text {
  font-weight: 700;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-card .students-most-active-item .most-active-content .bar-wrapper {
  padding: 0.35rem;
  position: relative;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.35);
}
.dashboard-card .students-most-active-item .most-active-content .bar-inner {
  padding: 0.35rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1rem;
  background-color: rgba(var(--primary-color-light), 0.75);
}
.dashboard-card .student-profile-img {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.dashboard-card .student-profile-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.dashboard-card.color-card .title {
  font-weight: 500;
  color: white;
}
.dashboard-card.color-card .title-icon {
  font-weight: 500;
  font-size: 1.25rem;
}
.login-card {
  --bs-gutter-y: 0rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  justify-content: center;
}
.aviso-lgpd {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  width: 48rem;
  justify-content: center;
}
.videos .title {
  font-size: 48px;
}
.videos .section-title {
  font-size: 24px;
  font-weight: 700;
}
.videos .subtitle {
  font-size: 16px;
  font-weight: 700;
}
.videos .bt {
  font-size: 16px;
  font-weight: 700;
  color: rgb(var(--white-color));
  background-color: rgb(var(--secondary-color));
  border: none;
  border-radius: 20px;
  padding: 7px 50px;
  text-decoration: none;
}
.videos .bt:hover {
  background-color: rgb(var(--secondary-color-light));
}
.videos .input-shadow {
  box-shadow: 0px 4px 24px 0px #33333349;
  box-shadow: 0px 4px 4px 0px #3333331f;
  border: none;
}
.videos .input-padding {
  padding-left: 30px;
}
.videos .filter {
  position: relative;
  color: black;
}
.videos .filter > .left-icon {
  position: absolute;
  font-size: 0.75rem;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.videos .filter > .right-icon {
  position: absolute;
  font-size: 0.75rem;
  right: 10px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}
.videos .clear-input:hover {
  opacity: 1;
  cursor: pointer;
}
.videos .card-custom {
  position: relative;
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: rgb(var(--white-color));
  border-radius: 15px;
  width: 100%;
  padding: 1rem;
}
.videos .video-thumbnail {
  position: relative;
  height: 150px!important;
  width: 260px;
}
.videos .video-thumbnail > img {
  max-width: 100%;
  height: 150px!important;
  border-radius: 5px;
  filter: brightness(50%);
  width: 100%;
}
.videos .video-capa {
  height: 150px!important;
}
.videos .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videos .video-play-button:hover {
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1.1);
}
.videos .video-time-label {
  background-color: rgb(var(--secondary-color));
  position: absolute;
  width: 34px;
  height: 11px;
  bottom: 15px;
  right: 15px;
}
.videos .video-time-label > span {
  font-size: 10px;
  font-weight: 700;
  color: rgb(var(--white-color));
}
.videos .video-subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.card-border {
  border-radius: 1rem;
}
.card-border .form-control {
  border-radius: 0.5rem;
  font-weight: 500;
  padding: 0.3rem;
  border: 0.1rem solid #969696;
  background-color: rgba(var(--primary-contrast), 0.1);
  border: 2px solid rgba(var(--primary-color-light), 0.35);
  height: auto;
}
.tox {
  border-radius: 0.5rem;
}
.tox path {
  fill: rgb(var(--primary-color));
}
.tox-tinymce {
  height: 300px !important;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: rgb(var(--card-categ-color));
}
::-webkit-scrollbar-thumb {
  background: rgb(var(--button-primary));
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(var(--button-primary));
}
.select-custom .filter-wrapper {
  position: relative;
  font-weight: 500;
  background-color: rgb(var(--white-color));
  border-radius: 1rem;
  border: 1px solid rgb(var(--primary-color-dark));
}
.select-custom .filter-wrapper .vertical-divider {
  border-radius: 1rem;
  width: 2px;
  background-color: rgb(var(--primary-color-light));
  height: 2vh;
}
.select-custom .filter-wrapper svg,
.select-custom .filter-wrapper i {
  color: rgb(var(--button-primary));
}
.select-custom .filter-wrapper svg:hover,
.select-custom .filter-wrapper i:hover {
  color: rgb(var(--button-primary-hover));
}
.select-custom .filter-wrapper input[type="text"] {
  width: 80%;
  border: none !important;
  padding: 0;
}
.select-custom .filter-wrapper input[type="text"]:focus {
  outline: none !important;
}
.select-custom .custom-table-search-dropdown-wrapper {
  min-width: 210px;
}
.select-custom .custom-table-search-dropdown-wrapper .filter-name {
  color: rgb(var(--secondary-color-light));
  margin: 0 0.25rem;
  font-weight: 700;
  width: auto;
  min-width: 95px;
  text-align: left;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-custom .custom-simple-select .filter-name {
  color: rgb(var(--secondary-color-light));
  margin: 0 0.25rem;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 0;
}
.select-custom .form-control {
  position: relative;
  font-weight: 500;
  background-color: rgb(var(--white-color));
  border-radius: 0.5rem;
  border: 2px solid rgba(var(--primary-color-light), 0.35);
  height: auto;
}
.select-custom .custom-border {
  padding: 0.375rem;
  border: 1px solid rgb(var(--primary-color));
  border-radius: 2rem;
}
.select-custom .custom-border.small-rounded {
  border-radius: 0.5rem;
}
.select-custom .chevron {
  float: right;
  color: rgb(var(--button-primary));
  padding: 0 0.2rem 0 1rem;
}
.select-custom .chevron:hover {
  color: rgb(var(--button-primary-hover));
}
.select-custom .borderless {
  border-radius: 1rem;
  border: none;
}
.select-custom .filter-wrapper-hover {
  padding: 0.25rem 1rem;
}
.select-custom .filter-wrapper-hover:hover {
  cursor: pointer;
}
.select-custom .filter-wrapper-round {
  display: inline-flex;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: rgb(var(--button-primary));
  align-items: center;
  margin: auto;
  justify-content: center;
  color: rgb(var(--button-primary-text));
}
.select-custom .filter-wrapper-round i {
  color: rgb(var(--button-primary-text));
  margin: 0.1rem;
}
.select-custom .filter-wrapper-round:hover {
  cursor: pointer;
  background-color: rgb(var(--button-primary-hover));
}
.select-custom .danger {
  color: red!important;
}
.select-custom .alert {
  color: #dc5e35 !important;
}
.select-custom .select {
  color: #a3aed0 !important;
}
.select-custom .default {
  color: blue !important;
}
.select-custom .orange {
  color: #dc5e35 !important;
}
.select-custom .success {
  color: #83ce65 !important;
}
.select-custom .unlink-button-material {
  text-align: center;
  color: #777;
}
.select-custom .unlink-button-material:hover {
  cursor: pointer;
  color: red;
}
.select-custom .cursor i {
  cursor: pointer;
}
.select-custom .cursor span {
  cursor: pointer;
}
.material {
  display: none;
  font-weight: 700;
}
.center--fa .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: 0em;
}
.text-list-custom {
  position: relative;
}
.text-list-custom i {
  position: relative;
  right: 25px;
  color: rgb(var(--secondary-color));
}
.text-list-custom .custom-textlist-menu {
  display: none;
  min-width: 100%;
  width: 100%;
  /* Ajusta a largura do menu para ocupar todo o espaço disponível */
  position: absolute;
  top: 100%;
  padding: 0.25rem;
  background-color: rgb(var(--white-color));
  border-radius: 0.5rem;
  z-index: 10;
  border: 1px solid rgba(var(--primary-color-light), 0.35);
  overflow: auto;
}
.text-list-custom .custom-textlist-menu .item {
  padding: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  border-radius: 0.5rem;
  color: rgb(var(--primary-color));
  white-space: nowrap;
}
.text-list-custom .custom-textlist-menu .item:hover {
  border-radius: 0.5rem;
  color: rgb(var(--secondary-contrast));
  background-color: rgb(var(--secondary-color-light));
  cursor: pointer;
}
.text-list-custom .custom-textlist-menu .item.active {
  color: rgb(var(--secondary-contrast));
  background-color: rgb(var(--secondary-color-light));
}
.text-list-custom .custom-textlist-menu .item.active:hover {
  background-color: rgb(var(--secondary-color-dark));
}
.screen-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(var(--primary-color-dark), 0.25);
  z-index: 1;
  pointer-events: none;
}
.custom-dropdown .more-icon {
  font-size: 1.2rem;
  color: rgb(var(--secondary-color-light));
}
.custom-dropdown .more-icon:hover {
  color: rgb(var(--secondary-color-dark));
  cursor: pointer;
}
.custom-dropdown .menu-pontos {
  bottom: 7px;
  left: -83px;
  border-radius: 0.5rem 0 0.5rem 0.5rem;
}
.custom-dropdown-menu {
  display: none;
  min-width: 100%;
  max-height: 250px;
  position: absolute;
  left: 0;
  bottom: -5%;
  transform: translateY(100%);
  padding: 0.25rem;
  background-color: rgb(var(--white-color));
  border-radius: 0.5rem;
  z-index: 99999;
  border: 1px solid rgba(var(--primary-color-light), 0.35);
}
.custom-dropdown-menu.custom-up {
  bottom: 536%!important;
}
.custom-dropdown-menu .search-input-wrapper {
  position: sticky;
  background-color: #fff;
  z-index: 1;
}
.custom-dropdown-menu .search-input-wrapper .ticket-search {
  width: 100%;
  height: 32px;
  border-radius: 8px;
  border: 2px solid #ced4da;
}
.custom-dropdown-menu .search-input-wrapper i {
  color: #ced4da !important;
}
.custom-dropdown-menu .option {
  max-height: 200px;
  /* Defina a altura máxima da lista para adicionar scroll quando necessário */
  overflow-y: auto;
  /* Adiciona scroll apenas na direção vertical quando necessário */
}
.custom-dropdown-menu .item {
  padding: 0.25rem;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  border-radius: 0.5rem;
  color: rgb(var(--primary-color));
  white-space: nowrap;
}
.custom-dropdown-menu .item:hover {
  border-radius: 0.5rem;
  color: rgb(var(--secondary-contrast)) !important;
  background-color: rgb(var(--secondary-color-light));
  cursor: pointer;
}
.custom-dropdown-menu .item:hover i,
.custom-dropdown-menu .item:hover svg {
  color: rgb(var(--secondary-contrast)) !important;
}
.custom-dropdown-menu::-webkit-scrollbar-track {
  background: none;
}
.custom-dropdown-menu .item.active {
  color: rgb(var(--secondary-contrast)) !important;
  background-color: rgb(var(--secondary-color));
}
.custom-dropdown-menu .item.active:hover {
  background-color: rgb(var(--secondary-color-light));
}
.custom-dropdown-menu .item.active i,
.custom-dropdown-menu .item.active svg {
  color: rgb(var(--secondary-contrast)) !important;
}
.text-white {
  color: rgb(var(--white-color)) !important;
}
.dropdown-menu {
  cursor: pointer;
}
.check-list {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.check-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-list input:checked ~ .checkmark {
  background-color: rgb(var(--button-primary));
  border-style: solid;
}
.check-list input:checked ~ .checkmark:after {
  display: block;
}
.check-list .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
  border-style: solid;
  border-color: #d3d3d3;
}
.check-list .checkmark:after {
  left: 5px;
  top: 0px;
  width: 9px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-list:hover {
  color: rgb(var(--button-primary-hover));
}
.check-list:hover input ~ .checkmark {
  border-color: rgb(var(--button-primary-hover));
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.btn-danger {
  background-color: red;
}
.btn-danger:hover {
  background-color: #740606 !important;
}
.btn-success {
  background-color: #83ce65 !important;
}
.btn-success:hover {
  background-color: #5e9448 !important;
}
.close {
  cursor: pointer;
}
.glass-effect {
  background: linear-gradient(135deg, rgba(120, 113, 113, 0.1), rgba(255, 255, 255, 0));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
}
.form-check-input {
  padding: 0.75rem;
  margin-top: 0px;
}
.panda-link,
.youtube-link {
  display: none;
}
.stepper {
  height: 2rem;
}
.stepper .stepper-wrapper {
  margin: 0px;
  display: flex;
  justify-content: space-between;
  width: 70vw;
}
.stepper .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.stepper .step-name {
  position: absolute;
  top: 1.8rem;
}
.stepper .stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 6px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}
.stepper .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 6px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
  display: none;
}
.stepper .stepper-item .step-counter {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  margin: 12px 8px;
}
.stepper .stepper-item.active {
  font-weight: bold;
  background-color: transparent;
  color: rgb(var(--secondary-contrast));
}
.stepper .stepper-item.active .step-counter {
  background-color: #4bb543;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.stepper .stepper-item.completed::after {
  display: block;
}
.stepper .stepper-item.completed .step-counter {
  background-color: #4bb543;
  display: none;
}
.stepper .stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 6px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}
.stepper .stepper-item:first-child::before {
  content: none;
}
.stepper .stepper-item:last-child::after {
  width: 50%;
}
.sidebar-wrapper {
  width: var(--sidebar-size);
}
.proximo {
  pointer-events: none;
  cursor: default;
  color: white;
  background-color: #a0a0a0;
}
.mx-icon {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.list-report {
  height: 252px;
  background-color: rgba(var(--primary-color-light), 0.15);
  border-radius: 10px;
}
.list-report .list-head-report {
  display: flex;
  font-weight: 700;
  font-size: 1rem;
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
  border-radius: 10px 10px 0 0;
  height: 2.6rem;
}
.list-report .list-body-report {
  color: rgb(var(--primary-color));
  height: 80%;
  overflow-y: auto;
}
.list-report .list-body-report::-webkit-scrollbar-track {
  background: none;
}
.list-report .list-title {
  font-weight: 500;
  font-size: 1rem;
  color: rgb(var(--primary-contrast));
  margin-left: 1.25rem;
}
.list-report .lista-sub-title {
  font-weight: 500;
  font-size: 1rem;
  color: rgb(var(--button-primary));
}
/* footer principal */
/* footer minificado */
.footer-color {
  background-color: rgba(var(--footer-background-color), 1);
}
.footer-container {
  display: flex;
}
.footer-main {
  --bs-gutter-x: 8rem;
  --bs-gutter-y: 0;
  display: flex;
  justify-content: space-evenly;
  padding: 25px 0;
  color: rgb(var(--footer-text-color));
  width: 100%;
  height: 100%;
  /*padding-right: calc(var(--bs-gutter-x) * .5);*/
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.footer-main .logo-contato {
  width: 20rem;
}
.footer-main .footer-sidebar {
  padding: 0px 10px!important;
}
.footer-main p {
  font-size: 0.9rem;
  color: rgb(var(--footer-text-color));
}
.footer-main h5 {
  color: rgb(var(--footer-text-color));
}
.footer-main p.text-form-terms {
  font-size: 0.75rem;
}
.footer-main a {
  text-decoration: none;
  color: rgb(var(--footer-text-color));
}
.footer-main a:hover:not(.no-link-underline) {
  text-decoration: underline;
  color: rgb(var(--footer-focus-color));
}
.footer-main p.social-logos a i {
  font-size: 2rem;
}
.footer-main p.social-logos a:hover i {
  color: rgb(var(--footer-focus-color));
}
.footer-main .logos-parceiros img {
  height: 30px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.footer-main .apoio img {
  width: 90%;
}
.align-footer {
  flex: 1 0 0%;
}
.copyright {
  text-align: center;
  color: rgb(var(--copyright-text-color));
  background-color: rgba(var(--copyright-background-color), 1);
}
.copyright p {
  padding: 10px 0;
  font-size: 0.9rem;
  margin-bottom: 0;
  color: rgb(var(--copyright-text-color));
}
.footer--content {
  position: relative;
  background-size: contain;
  background-color: rgb(var(--footer-background-color));
}
.footer-min .menu-navegacao {
  padding: 0 4rem;
  margin: 0;
  justify-content: space-evenly;
  display: flex;
}
.footer-min .menu-navegacao li a {
  text-decoration: none !important;
  color: rgb(var(--footer-text-color)) !important;
  font-size: 0.9rem !important;
}
.footer-min .menu-navegacao li a:hover {
  text-decoration: underline !important;
}
.footer-min .icons-social a {
  color: rgb(var(--footer-text-color)) !important;
  font-size: 1.1rem !important;
}
.footer-min .icons-social a:hover i {
  color: rgb(var(--footer-text-hover-color)) !important;
  color: rgb(var(--footer-focus-color)) !important;
}
.footer-min .no-link-underline {
  text-decoration: none !important;
  cursor: pointer;
}
.footer-min .footer--content {
  height: 72px;
}
@media only screen and (max-width: 540px) {
  .footer-main {
    color: rgb(var(--footer-text-color));
    text-align: center;
  }
  .footer-main p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 539px) {
  .footer-min .menu-navegacao li a {
    font-size: 0.6rem !important;
  }
}
.midia {
  display: none;
}
.col-dados-aula {
  width: 68%;
}
.col-preview {
  width: 32%;
}
.player-preview {
  width: 340px;
  height: 233px;
  background-color: #e2e2e2;
  position: relative;
  right: -13%;
  top: 3%;
}
.player-preview .player {
  width: 340px;
  height: 200px;
  background: #000;
}
.col-date {
  width: 50%!important;
}
.col-space {
  width: 30px;
}
@media only screen and (max-width: 1400px) {
  .player-preview {
    width: 270px;
    height: 185px;
    background-color: #e2e2e2;
    position: relative;
    left: 6%;
    top: 3%;
  }
  .player-preview .player {
    width: 270px;
    height: 150px;
    background: #000;
  }
  .col-date {
    width: 49%!important;
  }
  .col-space {
    width: 1px;
  }
}
.form-group {
  padding: 5px 0;
}
.form-group .input-recurso {
  display: none;
}
.form-group r {
  font-weight: 700;
  color: red;
}
.form-group .horario {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.form-group .titulo {
  margin-top: 80px;
}
.form-group .quiz-names {
  width: 100%;
  max-width: 587px;
}
.form-group .quiz-level {
  margin: 25px 15px 0px;
}
.form-group .media {
  display: none;
  min-width: 120px;
  max-width: 120px;
}
.form-group .qtd {
  width: 196px;
}
.form-group .status {
  width: 161px;
}
.form-group .diagnostic-eva {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.form-group .data {
  width: 208px;
}
.form-group .quiz-valor-porcentagem {
  display: flex;
}
.form-group .quiz-valor-porcentagem > input {
  width: 56px;
}
.form-group .quiz-valor-porcentagem span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  margin-top: 8px;
  color: #4f4780;
}
.form-group .opcao {
  padding: 5px 0px 5px 15px;
}
.form-group .form-group-quiz .check-box {
  cursor: pointer;
}
.form-group .form-group-quiz .correct {
  color: #83ce65;
}
.form-group .form-group-quiz .incorrect {
  color: #ced4da;
}
.form-group .form-group-quiz .quiz-options {
  width: 88%;
}
.form-group .form-group-quiz .remove {
  cursor: pointer;
  position: relative;
  top: 20%;
  font-size: 20px;
}
.form-group .form-group-quiz .comment {
  cursor: pointer;
  position: relative;
  top: 20%;
  font-size: 20px;
}
.form-group .quiz-comment {
  display: none;
  margin-top: 0.5rem;
}
.form-group .quiz-comment input {
  width: 77%;
}
.form-group .quiz-comment .save-commit {
  cursor: pointer;
  position: relative;
  top: 20%;
  font-size: 20px;
}
.form-group .quiz-comment .cancel-commit {
  cursor: pointer;
  position: relative;
  top: 20%;
  font-size: 20px;
  color: red;
}
.form-group .custom-input-file input[type="file"] {
  display: none;
}
.form-group .custom-input-file .input-file {
  padding: 0;
  border: 2px solid rgba(var(--primary-color-light), 0.35);
  border-radius: 0.5rem;
  width: 98%;
  margin-left: 2%;
}
.form-group .custom-input-file .padding {
  padding: 0px 0px 0px 6px;
}
.form-group .custom-input-file .text-input {
  border: none !important;
  height: 34px !important;
  margin-left: 90px;
  color: rgb(var(--primary-color)) !important;
  font-weight: 700;
}
.form-group .custom-input-file .text-input:focus {
  outline: none !important;
}
.form-group .custom-input-file .btn-file {
  position: absolute;
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  border-radius: 1.5rem;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.17) 0px 3px 6px;
  border: none;
  color: rgb(var(--button-primary-text));
  background-color: rgb(var(--button-primary));
  transform: translate(-10%, -7%);
  height: 39px !important;
  margin-left: -1% !important;
}
.form-group .custom-input-file .btn-file:hover {
  cursor: pointer;
}
.form-group > textarea {
  border-radius: 0.5rem;
  font-weight: 500;
  padding: 0.3rem;
  border: 0.1rem solid #969696;
  background-color: rgba(var(--primary-contrast), 0.8);
  border: 2px solid rgba(var(--primary-color-light), 0.35);
}
.custom-simple-select.dropdown > button {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  color: rgb(var(--primary-color-dark));
  font-weight: 500;
  align-items: center;
}
.custom-simple-select.dropdown .filter-name {
  color: rgb(var(--secondary-color-light));
  margin: 0 0.25rem;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 0;
}
.custom-simple-select.dropdown .filter-name.danger {
  color: red!important;
}
.custom-simple-select.dropdown .filter-name.select {
  color: #a3aed0 !important;
}
.custom-simple-select.dropdown .filter-name.default {
  color: blue!important;
}
.custom-simple-select.dropdown .filter-name.success {
  color: #83ce65 !important;
}
.custom-simple-select.dropdown .filter-name.alert {
  color: #dc5e35 !important;
}
.custom-simple-select.dropdown .dropdown-item {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}
.custom-simple-select.dropdown .dropdown-item,
.custom-simple-select.dropdown .dropdown-icon {
  color: rgb(var(--primary-color));
  margin: 0 0.25rem;
  font-weight: 400;
}
.custom-simple-select.dropdown .dropdown-item:hover {
  cursor: pointer;
  width: 97%;
  background-color: rgba(var(--primary-color-light), 0.25);
}
.custom-simple-select.dropdown .dropdown-item.active {
  background-color: rgb(var(--secondary-color));
  width: 97%;
  color: rgb(var(--secondary-contrast));
}
.custom-simple-select.dropdown .dropdown-item.active:hover {
  cursor: default;
}
.custom-simple-select.dropdown .dropdown-toggle i {
  color: rgb(var(--secondary-color-light));
}
.custom-simple-select.dropdown .dropdown-toggle::after {
  display: none !important;
}
.tab-content {
  overflow-y: auto;
}
.badge {
  color: var(--bs-badge-color);
  background-color: rgb(var(--primary-color));
}
.spinner-border {
  display: none;
  width: 30px;
}
.dashboard-content-box .option-view a {
  border-bottom: 1.5px solid #ced4da;
  padding: 5px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(var(--primary-color-light), 0.5) !important;
  cursor: pointer;
}
.dashboard-content-box .option-view a i {
  color: rgb(var(--button-primary));
}
.dashboard-content-box .option-view .form-control-quiz {
  border-radius: 0;
  border: none;
  border-bottom: 1.5px solid #ced4da;
}
.plyr {
  max-height: 70vh;
}
.plyr iframe[id^=youtube] {
  top: -50%;
  height: 200%;
}
.texto-botao {
  font-size: 0.8em;
}
@media (min-width: 1440px) {
  .texto-botao {
    font-size: 1em;
  }
}
@media screen and (min-width: 960px) {
  .auth-course-container .container,
  .auth-course-container .container-lg {
    max-width: 80%;
  }
}
@media (min-width: 720px) {
  .classroom .info-wrapper {
    flex-direction: row;
    align-items: initial;
  }
}
.conteudo-aula-mobile #tabsAula {
  background-color: rgba(var(--primary-color-dark), 1);
  justify-content: center;
}
.conteudo-aula-mobile #tabsAula button {
  background: transparent;
  border: none;
  color: rgb(var(--white-color));
}
.conteudo-aula-mobile #tabsAula button.active {
  color: rgb(var(--secondary-color-dark));
}
.conteudo-aula-mobile .conteudo-inferior-mobile {
  background-color: rgba(var(--primary-color-dark), 1);
}
.conteudo-aula-mobile .tab-pane {
  min-height: 25vh;
}
.conteudo-aula-mobile .tab-pane p {
  color: rgb(var(--primary-contrast));
}
.conteudo-aula-mobile .highlight-bg {
  background-color: rgba(var(--primary-contrast), 0.25);
  padding: 10px 25px;
}
.curso-modulo {
  display: flex;
  justify-content: space-between;
}
.step-text {
  width: 160px;
}
.m-esqueci {
  display: flex;
  justify-content: end;
}
.m-esqueci > a {
  position: relative;
  top: -20px;
  font-family: Quicksand;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.bg-mais-vendido {
  background: #15b315;
  color: #ffffff;
}
.video-case {
  border-radius: 1rem 1rem 0 0;
  margin-top: 0.2rem;
  height: 50%;
}
.curso-jornada {
  min-height: 52.6vh;
  background-size: contain;
  background-color: rgba(var(--primary-color), 1);
}
.curso-jornada .bgimg {
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(79, 71, 128, 0.52), rgba(79, 71, 128, 0.52)), var(--imagem-bgcurso);
  background-size: cover;
  filter: blur(0.3rem);
}
.curso-jornada .box2.info {
  width: 400px;
  background-color: rgb(var(--white-color));
  padding: 25px;
  margin-left: 60%;
  top: 25rem;
  position: absolute;
  z-index: 1;
}
.curso-jornada .box2.info h5 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.curso-jornada .box2.info p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}
.jornada-cover {
  height: 287px;
  overflow: hidden;
}
.jornada-margin {
  /*position: relative;*/
  top: 1rem;
  width: 100%;
  background-color: rgba(var(--primary-color), 1);
  min-height: 55.9vh;
}
.jornada-margin .row {
  margin: 0;
}
.jornada-margin .sequencia {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.jornada-margin .sequencia .voceaqui {
  position: absolute;
  margin-top: -120px;
  width: 140px;
  text-align: center;
}
.jornada-margin .sequencia .voceaqui h5 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: rgb(var(--white-color));
  margin: 0;
}
.jornada-margin .sequencia .voceaqui i {
  color: rgb(var(--secondary-color));
  font-size: 30px;
  position: relative;
  top: -7px;
}
.jornada-margin .sequencia .box2 {
  float: left;
  background-color: rgb(var(--white-color));
  width: 9rem;
  height: 6rem;
  min-height: 80px;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.jornada-margin .sequencia .box2 span {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.jornada-margin .sequencia .box2 .adjustable-span {
  display: inline-block;
  max-height: calc(4 * 1.2em);
  /* 4 lines with a line height of 1.2em */
  line-height: 1.2em;
  /* Set the line height */
  overflow: hidden;
  /* Hide overflow content */
  white-space: pre-wrap;
  /* Allow wrapping */
  width: 100%;
  /* Optional: to prevent overflow issues */
}
.jornada-margin .sequencia .box2 .adjustable-span span {
  display: inline-block;
  max-width: 100%;
}
.jornada-margin .sequencia .box2 .adjustable-span span.auto-resize {
  font-size: 1em;
}
.jornada-margin .sequencia .box2 .adjustable-span span.auto-resize:after {
  content: '';
  display: inline-block;
  width: 0;
  overflow: visible;
  vertical-align: middle;
  height: calc(100% - 4.8em);
  /* 4.8em is 4 lines * 1.2em line-height */
}
.jornada-margin .sequencia .box2 .adjustable-span span.auto-resize:after + * {
  font-size: 1em;
  /* Adjust to a smaller font size */
}
.jornada-margin .sequencia .box2.active {
  background-color: rgb(var(--secondary-color));
}
.jornada-margin .sequencia .box2.active span {
  color: rgb(var(--white-color));
}
.jornada-margin .sequencia .giro {
  position: relative;
  top: 100px;
  width: 35rem;
}
.jornada-margin .sequencia .giro-left {
  right: 5rem;
  width: 0rem;
}
.jornada-margin .sequencia .giro-right {
  right: -0.5rem;
  width: 0rem;
}
.jornada-margin .sequencia .sep {
  padding: 0 10px;
}
.jornada-margin .sequencia .fgiro {
  display: inline-block;
  width: 0rem;
  height: 192px;
}
.jornada-titulo h3 {
  padding-top: 30px;
  width: 360px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 52px;
  color: rgb(var(--white-color));
}
.jornada-botoes .btacao {
  font-weight: 400;
  font-size: 14px;
}
.jornada-blocos {
  padding: 10px 0;
}
.sobra {
  width: 200px;
  height: 92px;
  display: inline-block;
}
.boxsobra {
  margin-left: 0.9;
}
.spin-load-show {
  width: 100px;
  height: 100px;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #1c87c9;
  animation: spin 1s ease-in-out infinite;
  margin: 19px 121px;
}
.spin {
  width: 30px;
  height: 30px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #1c87c9;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.lds-spinner {
  color: #1c87c9;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 54px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: rgb(var(--primary-color));
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
.lds-spinner div:nth-child(13) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 100px;
}
.lds-ring div {
  --cor1: rgba(var(--primary-color-light), 100%);
  --cor2: rgba(var(--primary-color-light), 10%);
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 94px;
  height: 94px;
  margin: 8px;
  border: 8px solid rgb(var(--primary-color));
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--cor1) var(--cor2) var(--cor2) var(--cor2);
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Campos Date */
.modal-content {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(var(--border-color), 0.15);
  filter: drop-shadow(7px 9px 4px rgba(0, 0, 0, 0.25));
  width: var(--modal-size);
}
.modal-reverse {
  width: 75%;
}
.modal-header {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
  height: 2.8rem;
}
.modal-header .close {
  color: rgb(var(--primary-contrast));
  position: relative;
  right: 0;
  top: 0;
  transform: translate(-50%, 15%);
  cursor: pointer;
}
.modal-header .close:hover {
  color: rgb(var(--button-primary-hover));
}
.modal-header-reverse {
  background-color: white;
  color: rgb(var(--primary-color));
  height: 81px;
}
.modal-header-reverse .close {
  color: rgb(var(--primary-color)) !important;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-75%, 40%);
  cursor: pointer;
}
.modal-alert {
  display: flex;
  width: 100%;
  align-items: center;
}
.icon-color {
  font-size: 1.2rem;
  color: rgb(var(--primary-contrast));
  right: 0;
  top: 0;
  transform: translate(0%, -20%);
}
.modal-title {
  font-size: 1rem;
  font-weight: 500;
  right: 0;
  top: 0;
  transform: translate(0%, -2%);
}
.modal-subtitle {
  font-size: 1rem;
  font-weight: 500;
}
.modal-body-reverse {
  color: rgb(var(--primary-color));
}
.modal-dialog-auto {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  margin-right: auto;
  margin-left: auto;
}
.modal-body .content-item {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgb(var(--primary-color));
  padding: 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(var(--primary-color-dark), 0.35);
}
.modal-body .content-item select {
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(var(--primary-color), 0.35);
}
.modal-body .content-item .title {
  font-weight: 700;
}
.modal-body .content-item input {
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(var(--primary-color), 0.35);
}
.modal-body svg,
.modal-body i {
  color: rgb(var(--primary-color));
}
.modal-body svg:hover,
.modal-body i:hover {
  color: rgb(var(--primary-color-dark));
}
.modal-body .close {
  color: rgb(var(--secondary-contrast));
}
.modal-body .close:hover {
  color: rgb(var(--button-primary-hover));
}
.modal-body .content-item.w-60 {
  width: 55%;
}
.modal-body .content-item.w-40 {
  width: 40%;
}
.modal-footer-reverse {
  border-top: none !important;
  padding-bottom: 3rem;
  height: 60px;
}
.modal-footer-reverse .btn-hubse {
  padding: 0.2rem 0.8rem;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  justify-content: center;
}
.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-input-wrapper {
  position: relative;
}
.date-input-wrapper .date-input {
  padding: 0.5rem;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: none;
}
@media only screen and (max-width: 767px) {
  .footer-container {
    display: block!important;
  }
  .is-card {
    max-width: calc(100dvw - 6dvw);
  }
  .btn-hubse.btn-big {
    padding: 0.55rem 0.5rem;
  }
  .btn-hubse-secondary.btn-big {
    padding: 0.55rem 0.5rem;
  }
  .select-language {
    margin-left: -1.5rem !important;
  }
  .layout--text-categoria .imgcateg {
    width: 300px !important;
    height: 200px !important;
  }
  .dplanos .dplanos-swiper {
    display: block;
  }
  .img-mobile {
    display: none !important;
  }
  .course-single-wrapper {
    width: 300px !important;
    z-index: 8 !important;
  }
  .dashboard-sidebar-item {
    padding: 0.5rem 0.5rem !important;
  }
  .dashboard-sidebar-item > span {
    display: none !important;
    padding: 0.5rem 0.5rem !important;
  }
  .course-description .course-details-seal {
    display: none !important;
  }
  .course-description .header-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
  }
  .course-description .header-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
  }
  .info-course {
    display: none !important;
  }
  .m-menu {
    width: 150px;
  }
  .me-lg-5 {
    margin-left: 20px;
  }
  .header-menu {
    width: 100vw;
  }
  .header-menu .header-menu-logo {
    width: 100%;
  }
  .header-menu .header-menu-logo img {
    height: 30px !important;
  }
  .header-menu .header-user {
    margin-right: -0.9rem;
  }
  .menu-course .header-user {
    margin-right: 0.1rem;
  }
  .mobile-categorias {
    width: 21rem;
    margin-left: -0.5rem;
  }
  .header--content {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .d-sm-block .btn-hubse-secondary {
    color: rgb(var(--white-color)) !important;
    border-color: rgb(var(--white-color)) !important;
    max-width: 20rem;
  }
  .dintro p {
    display: grid !important;
    justify-content: center;
  }
  .dintro span {
    display: grid !important;
    justify-content: center;
  }
  .m-space {
    height: 0px !important;
  }
  .m-text-line1 {
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
  }
  .m-text-line2 {
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
  }
  .m-text-line3 {
    text-align: center !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 13px !important;
  }
  .register-wrapper {
    background-color: rgb(var(--primary-color));
    min-height: 100%;
    background-image: url('/assets/login-bg.svg');
    background-size: 100% 100%;
  }
  .register-wrapper .form-row {
    display: block !important;
  }
  .register-wrapper .form-row .form-group {
    width: 100% !important;
  }
  .register-wrapper .form-row .form-group.left {
    padding: 0 0 18px 9.5px !important;
  }
  .register-wrapper .form-row .form-group.right {
    padding: 0 0 18px 9.5px !important;
  }
  .register-wrapper .btn-cadastro {
    width: 290px !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .register-wrapper .register-card {
    width: 95% !important;
  }
  .custom-stepper {
    padding: 0px;
    max-width: 18rem;
    min-width: 0rem;
  }
  .custom-stepper .step-divider {
    height: 0.2rem;
  }
  .custom-stepper .step .step-circle {
    width: 0.8rem;
    height: 0.8rem;
  }
  .custom-stepper .step.done .step-circle {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  .m-text-cadastro {
    padding: 1rem 0 1rem !important;
    text-align: center;
  }
  .step-text {
    width: 110px;
    color: rgb(var(--white-color)) !important;
  }
  .m-language {
    display: none !important;
  }
  .login .btn-cadastro {
    width: 290px !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .auth-container.img-fundo {
    background-image: none!important;
  }
  .footer-main {
    --bs-gutter-x: 0rem;
    height: 100%;
  }
  .footer-main .logo-contato {
    width: 100%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
  }
  .container-lg {
    width: 100vw;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
  }
  .container-md {
    width: 100vw;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
  }
  .container-sm {
    width: 100vw;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
  }
  .container-xl {
    width: 100vw;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
  }
  .btn-entrar {
    width: 100px;
  }
  .button-next {
    display: none;
  }
  .button-prev {
    display: none;
  }
  .marge-slide {
    margin-left: 15px !important;
  }
  .curso-modulo {
    flex-direction: column;
  }
  .sidebar-wrapper {
    width: 50px !important;
  }
  .sidebar {
    width: 50px !important;
  }
  .payment-escolher {
    margin-bottom: 1.5rem !important;
  }
  .img-pesquisa {
    display: none !important;
  }
  .dcategorias p {
    text-align: center !important;
  }
  .align-footer {
    flex: 0 0 auto !important;
    width: 100%;
  }
  .social-logos {
    text-align: center;
  }
  .dashboard-sidebar {
    width: 4rem;
  }
  .dashboard-sidebar .sidebar-icon {
    display: flex !important;
  }
  .aviso-lgpd {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0.5rem;
    margin-bottom: 0;
  }
  .jornada-margin {
    width: 83vw;
  }
  .jornada-margin .sequencia {
    display: block;
  }
  .jornada-margin .fgiro {
    display: none!important;
  }
  .jornada-margin .box2 {
    float: none!important;
    margin-top: 4rem!important;
    margin-bottom: 4rem!important;
  }
  .jornada-margin .giro-right {
    display: none!important;
  }
  .jornada-margin .giro {
    display: none!important;
  }
  .jornada-margin .sep {
    display: none!important;
  }
  .jornada-margin .sobra {
    display: none!important;
  }
  .jornada-margin .box2.info {
    display: none!important;
  }
  .header-dropmenu-card .header-user {
    display: none;
  }
  .header-dropmenu-card .header-off-user {
    display: flex;
  }
  .header-dropmenu-card .header-off-user .name {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .header-dropmenu-card .header-off-user .type {
    font-size: 13px;
    color: #f68b69;
    text-align: right;
  }
  #off-user {
    display: none;
  }
  .classroom-divider {
    display: none;
  }
  .classroom {
    max-width: 100%;
  }
  .classroom .live-title {
    color: rgb(var(--white-color));
    display: contents;
  }
  .classroom .live-subtitle {
    color: rgb(var(--white-color));
    margin-bottom: 2rem;
  }
  .classroom .margin-mobile {
    margin-top: 3rem;
  }
  .classroom .pdf-styling {
    height: 100%;
  }
  .classroom .html-styling {
    height: 50vh;
  }
  .class-rating {
    color: rgb(var(--white-color)) !important;
  }
  .class-rating .title-module {
    font-size: 26px!important;
    margin: 0;
    color: rgb(var(--white-color)) !important;
  }
  .class-rating .title {
    font-size: 20px!important;
    margin: 0;
    color: rgb(var(--white-color)) !important;
  }
  .class-rating .subtitle {
    font-size: 15px!important;
    margin: 0;
    color: rgb(var(--white-color)) !important;
  }
  .class-rating .title-modulo > div > i {
    font-size: 1rem;
    color: rgb(var(--white-color)) !important;
  }
  .container-modulo {
    width: 90vw;
  }
  .container-modulo .quiz-title {
    font-size: 1rem!important;
  }
  .container-modulo .class-rating .star-icon {
    width: 25px!important;
    height: 25px!important;
  }
  .container-modulo .class-rating .start-icon-div {
    width: 28px;
  }
  .container-modulo .class-rating .subtitle {
    font-size: 20px!important;
  }
  .cart-view {
    width: 90vw;
  }
  .cart-view .list .cart-item {
    display: block!important;
  }
  .result-modulo .title-modulo {
    font-size: 1rem;
  }
  .menu-navegacao {
    padding: 0px!important;
    margin: 0px!important;
  }
  .menu-navegacao .d-inline a {
    font-size: 0.4rem !important;
  }
  .carrossel-container {
    width: 95%;
  }
  .dvplano-container {
    width: 350px!important;
    margin-right: 4px!important;
  }
  .categorias-swiper {
    padding-right: 1px!important;
    padding-left: 1px!important;
    margin-right: auto!important;
  }
  .swiper-dplanos {
    width: 95%!important;
  }
  .info-text {
    font-size: 1rem!important;
    padding: 0.5rem !important;
    color: rgb(var(--white-color)) !important;
  }
  .center-user {
    margin-top: 2px!important;
    margin-left: -264px !important;
  }
  .config-user {
    width: 251px!important;
    margin-top: 243px!important;
  }
  .custom-card {
    width: 283px!important;
  }
  custom-stepper .step-divider {
    min-width: 100px;
  }
  .pdf-iframe {
    display: block;
  }
  .title-duvida {
    color: rgb(var(--white-color));
  }
  .flip {
    right: 5px;
  }
  #btn-login-voltar-mobile {
    display: none!important;
  }
  #btn-login-voltar {
    display: flex!important;
  }
  .payment-escolher {
    flex-direction: column;
  }
  .payment-card-dados {
    width: 100%!important;
  }
  .payment-card-info {
    width: 100%!important;
  }
  .payment-discount-input .payment-discount-button {
    width: 5.87rem !important;
  }
  .course-description .header {
    width: 100%!important;
  }
  .course-description .course-nav {
    flex-direction: column!important;
  }
  .course-description .course-nav .btn-voltar {
    width: 75%!important;
  }
  .course-description .center-buttons {
    width: 100%!important;
  }
  .communities {
    width: 100%;
  }
  .communities .card-center {
    justify-content: center;
    display: flex;
  }
  .communities .card-custom {
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: rgb(var(--white-color));
    border-radius: 15px;
    width: 75%!important;
    height: 112px;
    padding: 0 1rem;
  }
  .communities-mob {
    color: white!important;
    margin-left: 24px!important;
    font-size: 19px!important;
  }
}
#btn-login-voltar-mobile {
  display: flex;
}
#btn-login-voltar {
  display: none;
}
.register-wrapper .form-row .form-group.left {
  padding: 0 20.5px 18px 9.5px;
}
.register-wrapper .form-row .form-group.right {
  padding: 0 0 18px 20.5px;
}
.btn-cadastro-voltar {
  margin-top: -64px;
  margin-left: -26px;
  position: absolute;
  font-family: 'Quicksand';
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding: 0 0 23px 0;
}
.custom-stepper .step-divider.active {
  background-image: linear-gradient(to right, rgb(var(--secondary-color-light)), #C2C2C2);
}
.custom-stepper .step .step-circle .step-text {
  color: #C2C2C2;
}
.custom-stepper .step-divider {
  background-color: #C2C2C2 !important;
  width: 100%;
  height: 5px;
  background-color: rgb(var(--primary-color-light));
  z-index: 1;
  transform: scaleX(1.05);
  min-width: 100px;
}
.custom-stepper .step .step-circle {
  width: 25.36px;
  height: 23.9px;
  background-color: #C2C2C2;
}
.container-center {
  color: #4F4780;
  position: relative;
  margin-top: 36px;
  margin-bottom: 20px;
}
.container-center label {
  font-size: 16px!important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-center span {
  font-size: 14px!important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-center #register-send-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-center img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
}
.menu-m {
  display: none !important;
}
@media only screen and (max-width: 650px) {
  .ms-menu {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 760px) {
  .d-lg-block {
    display: block!important;
  }
  .d-lg-none {
    display: none!important;
  }
  .auth-course-container {
    background: rgba(var(--primary-background), 0.5) !important;
  }
  .menu-m {
    display: flex !important;
  }
  .menu-course {
    display: none!important;
  }
  .d-lg-flex {
    display: flex!important;
  }
  .mx-icon {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
}
@media only screen and (max-width: 450px) {
  .quiz-wrapper .title {
    font-size: 2rem!important;
    color: rgb(var(--white-color)) !important;
  }
  .quiz-wrapper .quiz-title {
    font-size: 1rem!important;
    color: rgb(var(--white-color)) !important;
  }
  .quiz-wrapper .item {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(var(--white-color)) !important;
    margin-top: 20px !important;
  }
  .questao {
    color: white;
    margin-top: 2.9rem !important;
  }
  .opcao {
    color: white !important;
    margin-top: 0px !important;
  }
  .stepper .step-name {
    position: absolute;
    top: 1.8rem;
    color: white !important;
  }
  .botao-question {
    margin-right: 60px !important;
  }
  .icone-i {
    color: white !important;
    margin-top: 26px !important;
  }
  .auth-course-content {
    background: rgba(var(--primary-color), 1) !important;
  }
  .quiz-card {
    width: 92dvw!important;
  }
  .result-buttons {
    flex-direction: column;
  }
  .result-buttons a {
    padding: 1rem;
    margin: 1rem;
  }
}
.setup-plataforma {
  width: 100vw;
  height: 100dvh;
  background-color: bisque;
}
.setup-plataforma * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
.setup-plataforma .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
}
.setup-plataforma .screen {
  background: linear-gradient(90deg, #5D54A4, #7C78B8);
  position: relative;
  height: 600px;
  width: 360px;
  box-shadow: 0px 0px 24px #5C5696;
}
.setup-plataforma .screen__content {
  z-index: 1;
  position: relative;
  height: 100%;
}
.setup-plataforma .screen__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.setup-plataforma .screen__background__shape {
  transform: rotate(45deg);
  position: absolute;
}
.setup-plataforma .screen__background__shape1 {
  height: 520px;
  width: 520px;
  background: #FFF;
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}
.setup-plataforma .screen__background__shape2 {
  height: 220px;
  width: 220px;
  background: #6C63AC;
  top: -172px;
  right: 0;
  border-radius: 32px;
}
.setup-plataforma .screen__background__shape3 {
  height: 540px;
  width: 190px;
  background: linear-gradient(270deg, #5D54A4, #6A679E);
  top: -24px;
  right: 0;
  border-radius: 32px;
}
.setup-plataforma .screen__background__shape4 {
  height: 400px;
  width: 200px;
  background: #7E7BB9;
  top: 420px;
  right: 50px;
  border-radius: 60px;
  display: none;
}
.setup-plataforma .login {
  width: 320px;
  padding: 30px;
  padding-top: 156px;
}
.setup-plataforma .login__field {
  padding: 20px 0px;
  position: relative;
}
.setup-plataforma .login__icon {
  position: absolute;
  top: 30px;
  color: #7875B5;
}
.setup-plataforma .login__input {
  border: none;
  border-bottom: 2px solid #D1D1D4;
  background: none;
  padding: 10px;
  padding-left: 24px;
  font-weight: 700;
  width: 75%;
  transition: 0.2s;
}
.setup-plataforma .login__input:active,
.setup-plataforma .login__input:focus,
.setup-plataforma .login__input:hover {
  outline: none;
  border-bottom-color: #6A679E;
}
.setup-plataforma .login__submit {
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid #D4D3E8;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: #4C489D;
  box-shadow: 0px 2px 2px #5C5696;
  cursor: pointer;
  transition: 0.2s;
}
.setup-plataforma .login__submit:active,
.setup-plataforma .login__submit:focus,
.setup-plataforma .login__submit:hover {
  border-color: #6A679E;
  outline: none;
}
.setup-plataforma .button__icon {
  font-size: 24px;
  margin-left: auto;
  color: #7875B5;
}
.setup-plataforma .social-login {
  position: absolute;
  height: 140px;
  width: 160px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  color: #fff;
}
.setup-plataforma .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.setup-plataforma .social-login__icon {
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 8px #7875B5;
}
.setup-plataforma .social-login__icon:hover {
  transform: scale(1.5);
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--sidebar-size);
  z-index: 25;
  background-color: rgb(var(--primary-color));
  overflow: hidden;
  padding-top: 1rem;
  box-shadow: rgba(0, 0, 0, 0.19) 5px 0px 20px, rgba(0, 0, 0, 0.23) 5px 0px 6px;
}
.sidebar .sidebar-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.4rem;
}
.sidebar .sidebar-logo img {
  width: 100%;
}
.sidebar a {
  text-decoration: none;
}
.sidebar .item {
  color: rgb(var(--white-color));
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar .item:hover {
  color: rgb(var(--secondary-color-light));
}
.sidebar .item.profile-pic img {
  height: 3rem;
  border: solid 3px rgb(var(--secondary-color));
  border-radius: 50%;
}
.sidebar .sidebar-text {
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  color: rgb(var(--secondary-color));
}
.sidebar .item.active {
  background-color: rgb(var(--secondary-color-light));
}
.sidebar .item.active > svg {
  color: rgb(var(--primary-color));
}
.sidebar .item.active > i {
  color: rgb(var(--primary-color));
}
.sidebar .item.active > span {
  color: rgb(var(--primary-color));
}
.logo-header {
  display: block;
  max-height: 3em;
}
.sidebar-auth-header {
  background: rgb(var(--header-background-color));
  height: 50px;
}
.sidebar-auth-header .menu-logo-interno {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.lesson-title {
  font-size: 1.25em;
  font-weight: bold;
}
/*
.btn-mais{
    background-color :rgb(var(--button-primary));
}

.btn-ordenar {
    background-color : rgb(255, 208, 0);
}*/
.card-table-header {
  position: relative;
  margin-top: 1.3rem;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
  height: 3rem;
}
.card-table-info {
  position: relative;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
  height: 2rem;
}
.table-info {
  position: relative;
  height: 0.5rem;
}
.table-border {
  border-radius: 1rem;
}
.table-title {
  color: rgb(var(--primary-title));
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 0.5rem;
}
.customized-table strong {
  color: rgb(var(--primary-title));
}
.table-sub-title {
  color: rgb(var(--primary-title));
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 0.5rem;
}
.table-coment {
  color: rgb(var(--primary-title));
  margin: 0;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 0.5rem;
}
.tabela {
  width: 100%;
  padding: 10px 0;
}
.tabela table {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.tabela table td {
  color: rgb(var(--primary-color));
}
.tabela thead {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
  line-height: 0.5rem;
  height: 2.5rem;
  white-space: nowrap;
}
.tabela .btn {
  display: inline-flex;
  padding: 0.5rem;
  border-radius: 1.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: none;
}
.tabela .btn:hover {
  background-color: rgb(var(--button-primary-hover));
  cursor: pointer;
}
.tabela .btn-voltar {
  color: rgb(var(--button-primary));
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
.tabela .btn-voltar:hover {
  color: rgb(var(--button-primary-hover));
  cursor: pointer;
}
.tabela .btn-status-public {
  background-color: #28a745;
  color: #28a745;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 1rem;
  text-align: center;
  width: 6rem;
}
.tabela .btn-status-private {
  background-color: #ff6400;
  color: #ff6400;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 1rem;
  text-align: center;
  width: 6rem;
}
.tabela .btn-status-hidden {
  background-color: #ff0000;
  color: #ff0000;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 1rem;
  text-align: center;
  width: 6rem;
}
.tabela .btn-more-icon {
  padding: 0.2rem;
  border: none;
  font-size: 1.5rem;
  color: rgb(var(--button-color));
}
.tabela .btn-more-icon:hover {
  padding: 0.2rem;
  background-color: rgb(var(--button-primary));
  color: rgb(var(--button-primary-text));
  border-radius: 1rem;
  cursor: pointer;
}
.tabela .dropdown-menu {
  top: -7px;
  border-radius: 0.5rem;
}
.tabela .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 10%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.tabela .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.tabela .dropdown-item {
  color: rgb(var(--primary-color));
}
.tabela .dropdown-item:hover {
  color: rgb(var(--button-primary-hover));
  cursor: pointer;
}
.tabela .students-pic img {
  background-color: #fff;
  padding: 0.125rem;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: solid 0.15rem rgb(var(--primary-color));
}
.tabela .students-name {
  display: flex;
  align-items: center;
}
.tabela .dataTables_filter {
  display: none;
}
th:first-child {
  border-top-left-radius: 1rem;
}
th:last-child {
  border-top-right-radius: 1rem;
}
.my-actions {
  margin: 0 2em;
  width: 100%;
  justify-content: end;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.right-gap {
  margin-right: auto;
}
.custom-basic-table {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
  table-layout: fixed;
  overflow-wrap: break-word;
}
.custom-basic-table .rows {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 2rem;
  border-bottom: 1px solid #ced4da;
}
.custom-basic-table .heads {
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
  border-top: none;
  padding: 0.75rem 0.5rem;
}
.custom-basic-table .line-color {
  background-color: #f4f7fe;
}
.custom-basic-table thead {
  font-size: 0.75rem;
  font-weight: 700;
}
.custom-basic-table tbody {
  font-size: 0.875rem;
  font-weight: 500;
}
.custom-basic-table th {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-contrast));
  border-top: none;
  padding: 0.75rem 0.5rem;
}
.custom-basic-table tbody tr td {
  vertical-align: middle;
}
.custom-basic-table .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 1000;
}
/* LIST SELECT LANGUAGE */
#google_translate_element {
  display: none;
}
.skiptranslate {
  display: none;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-combo {
  display: none !important;
}
.flag {
  cursor: pointer;
}
.flag img {
  width: 25px !important;
  height: 15px !important;
  margin-left: 1px;
  margin-right: 1px;
}
.flag:hover {
  color: rgb(var(--secondary-color-light));
  transform: scale(1.2);
}
.select-language {
  display: flex;
}
.select-language .filter-wrapper {
  position: relative;
  font-weight: 500;
  background-color: none;
  border-radius: 1rem;
}
.select-language .filter-wrapper i {
  color: rgb(var(--header-text-color));
}
.select-language .filter-wrapper.borderless {
  border-radius: 1rem;
  border: none;
}
.payment {
  color: black;
  background-color: white;
  border-radius: 2rem;
  margin: 1rem;
  width: 75%;
  margin: 0 auto;
  padding: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.payment .title {
  font-weight: 500;
  font-size: 1.25rem;
}
.payment .subtitle {
  font-weight: 700;
  font-size: 0.75rem;
}
.payment-form-control {
  display: block!important;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.payment-wrapper .min-height {
  min-height: 75px;
}
.payment-wrapper .payment-card {
  flex: 1;
  border-radius: 1.563rem;
  background-color: rgb(var(--white-color));
  padding: 1rem;
}
.payment-wrapper .payment-card .title {
  font-weight: 700;
  font-size: 1.25rem;
  color: rgb(var(--primary-color));
}
.payment-wrapper .payment-card .plan-title {
  color: #111;
  font-weight: 500;
  font-size: 1rem;
}
.payment-wrapper .payment-card .plan-title > span {
  font-weight: 700;
}
.payment-wrapper .payment-card .plan-price {
  color: #111;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 0.5rem;
}
.payment-wrapper .payment-card .plan-price:not(.greyed-out) .value-discount {
  color: #e1320f;
  font-size: 1.25rem;
}
.payment-wrapper .payment-card .plan-price:not(.greyed-out) .value-discount-percent {
  color: #e1320f;
  font-size: 0.7rem;
}
.payment-wrapper .payment-card .plan-price .value-discount {
  font-size: 1.25rem;
}
.payment-wrapper .payment-card .plan-price > span.value {
  font-size: 1.25rem;
}
.payment-wrapper .payment-card .plan-price .value-discount-percent {
  font-size: 0.75rem;
}
.payment-wrapper .payment-card .plan-price > span.value-final {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
}
.payment-wrapper .payment-card .plan-price.greyed-out > * {
  color: #999;
}
.payment-wrapper .payment-card .payment-switches {
  font-weight: 500;
}
.payment-wrapper .payment-card .error-message {
  display: none;
  color: #e10f0f;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
.payment-wrapper label {
  font-weight: 700;
  font-size: 0.875rem;
}
.payment-wrapper .input-group {
  border-radius: 1rem;
}
.payment-wrapper .input-group .select-custom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.payment-wrapper .input-group .select-custom .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  font-weight: 500;
  background-color: rgb(var(--white-color));
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1rem;
}
.payment-wrapper .input-group .payment-discount-button {
  margin-left: -34px !important;
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
  background-color: rgb(var(--button-primary));
  width: 9.188rem;
}
.payment-wrapper .input-group .input-group-card {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.payment-wrapper .input-group .input-group-card .correct {
  display: none;
  color: green;
}
.payment-wrapper .input-group .input-group-card .incorrect {
  display: none;
  color: red;
}
.payment-wrapper .input-group .input-group-card .credit-card {
  display: block;
  color: rgb(var(--button-primary));
}
.payment-wrapper input,
.payment-wrapper select {
  border-radius: 1rem;
}
.payment-wrapper .special-input {
  position: relative;
}
.payment-wrapper .payment-discount-input {
  display: flex!important;
  flex-direction: row-reverse;
}
.payment-wrapper .payment-discount-input input {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.payment-wrapper .payment-discount-input .payment-discount-button {
  position: absolute;
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  border-radius: 1.5rem;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.17) 0px 3px 6px;
  border: none;
  color: rgb(var(--button-primary-text));
  background-color: rgb(var(--button-primary));
  width: 9.188rem;
}
.payment-wrapper .payment-discount-input span {
  width: 100%;
  text-align: center;
}
.payment-wrapper .btn-hubse.is-success {
  border-radius: 1.5rem;
  color: white;
  background-color: #329b23;
}
.payment-wrapper .btn-hubse.is-success:disabled {
  color: rgb(var(--white-color));
  background-color: #74c687;
}
.payment-wrapper .btn-hubse.is-success:disabled:hover {
  transform: none;
  cursor: default;
}
.payment-wrapper #payment-form-loader,
.payment-wrapper #payment-form-feedback {
  display: none;
}
.payment-escolher {
  display: flex;
  justify-content: center;
}
.payment-card-dados {
  flex: 0 0 auto;
  width: 42%;
}
.payment-card-info {
  flex: 0 0 auto;
  width: 27%;
}
@media only screen and (min-width: 540px) {
  .payment-wrapper {
    background-color: #eee;
    min-height: 84vh;
    padding: 1rem;
  }
}
.quiz-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.quiz-wrapper .quiz-title-card {
  margin-top: 2rem;
}
.quiz-wrapper .quiz-form-control {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
}
.quiz-wrapper .title {
  font-size: 2.813rem;
  font-weight: 600;
  color: rgb(var(--primary-color));
}
.quiz-wrapper .item {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(var(--primary-color));
}
.quiz-wrapper .option-title {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(var(--primary-color));
}
.quiz-wrapper .quiz-number {
  display: inline-block;
  width: auto;
  /* Ajusta a largura automaticamente */
  min-width: 3rem;
  /* Define o mínimo necessário */
  padding: 0.5rem;
  /* Adiciona espaço ao redor do número */
  text-align: center;
  /* Centraliza o número dentro do campo */
}
.quiz-wrapper .questao {
  margin-top: 1.7rem;
}
.quiz-wrapper .quiz-info {
  width: 6%;
  padding: 0px 29px;
}
.quiz-wrapper .quiz-title {
  font-weight: 500;
  font-size: 1.5rem;
  color: rgb(var(--primary-color-dark));
}
.quiz-wrapper .quiz-option a {
  color: rgb(var(--primary-color));
}
.quiz-wrapper .quiz-option {
  background-color: rgb(var(--bs-light-rgb));
}
.quiz-wrapper .quiz-option:hover {
  background-color: rgb(var(--secondary-color-light));
  color: rgb(var(--secondary-contrast));
  cursor: pointer;
}
.quiz-wrapper .quiz-option:hover .quiz-option-text {
  text-decoration: none;
  color: rgb(var(--secondary-contrast));
}
.quiz-wrapper .active {
  background-color: rgb(var(--secondary-color-light));
  color: rgb(var(--secondary-contrast));
}
.result-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}
.timer-prova {
  height: 2.5rem;
  width: 10rem;
  display: grid;
  align-content: space-around;
  text-align: center;
  border-radius: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.17) 0px 3px 6px;
  border: none;
  background-color: rgb(var(--button-primary));
  float: right;
}
.timer-prova .titulo {
  color: white;
  font-size: 0.6rem;
  font-weight: 700;
  margin-top: 0.2rem;
}
.timer-prova .timer {
  font-size: 1rem;
  font-weight: 700;
  color: white;
}
.class-rating {
  color: rgb(var(--primary-color));
}
.class-rating .icon {
  font-size: 1.5rem;
  font-weight: 700;
}
.class-rating .title-module {
  font-size: 2.813rem;
  font-weight: 700;
}
.class-rating .title {
  font-size: 2.5rem;
  font-weight: 700;
}
.class-rating .subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 40px;
}
.class-rating .proximo {
  pointer-events: none;
  cursor: default;
  color: white;
  /* rgb(120,120,120);*/
  background-color: #a0a0a0;
}
/** slider **/
/* Rounded sliders */
* {
  font-family: "Quicksand", sans-serif;
}
label {
  font-size: 16px;
}
.communities .title {
  font-size: 48px;
  font-weight: 400;
}
.communities .section-title {
  font-size: 24px;
  font-weight: 700;
}
.communities .subtitle {
  font-size: 16px;
  font-weight: 700;
}
.communities .bt {
  font-weight: 700;
  color: rgb(var(--white-color));
  background-color: rgb(var(--secondary-color));
  border: none;
  border-radius: 20px;
  padding: 3px 15px;
  text-decoration: none;
}
.communities .bt:hover {
  background-color: rgb(var(--secondary-color-light));
}
.communities .bt.bt-small {
  font-size: 14px;
}
.communities .bt.bt-smaller {
  font-size: 12px;
}
.communities .input-shadow {
  box-shadow: 0px 4px 24px 0px #33333349;
  box-shadow: 0px 4px 4px 0px #3333331f;
  border: none;
}
.communities .input-padding {
  padding-left: 30px;
}
.communities .filter {
  position: relative;
  color: black;
}
.communities .filter > .left-icon {
  position: absolute;
  font-size: 0.75rem;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.communities .filter > .right-icon {
  position: absolute;
  font-size: 0.75rem;
  right: 10px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}
.communities .clear-input:hover {
  opacity: 1;
  cursor: pointer;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 1px;
  bottom: 2px;
  background-color: rgb(var(--secondary-color));
  transition: 0.4s;
}
input:checked + .slider {
  background-color: rgb(var(--white-color));
}
input:checked + .slider:before {
  transform: translateX(26px);
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.slider.round {
  border: solid 2px rgb(var(--secondary-color));
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.dvswitch span {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  padding-top: 5px;
  padding-left: 30px;
  color: #4f4780;
}
.swal2-container {
  z-index: 9999;
}
.swal2-modal {
  width: 354px;
  min-height: 257px;
  height: auto;
  border-radius: 1.5rem;
}
.swal2-modal .swal2-title {
  margin: 0px;
  padding: 0px;
  height: 4rem;
  box-shadow: 0px 1.5px 1.5px rgba(0, 0, 0, 0.21);
}
.swal2-modal .title {
  position: relative;
  top: 1.2rem;
  left: 1rem;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.swal2-modal .swal2-html-container {
  font-size: 1.2rem !important;
  font-weight: 500;
  text-align: left;
  color: rgb(var(--primary-color));
  width: 100%;
  height: 56%;
  display: flex!important;
  align-items: center;
  margin: 0;
  padding: 10px 10px;
  max-width: 100%;
  position: absolute;
  top: 4rem;
}
.swal2-modal .swal2-styled {
  display: inline-flex;
  padding: 0.3rem 1.5rem;
  border-radius: 1.5rem;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.17) 0px 3px 6px;
}
.swal2-modal .swal2-styled:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition: 100ms all;
  cursor: pointer;
}
.swal2-modal .swal2-styled:focus {
  box-shadow: none;
}
.swal2-modal .swal2-confirm {
  border: none;
  color: rgb(var(--button-secondary-text));
  background-color: rgb(var(--button-secondary));
}
.swal2-modal .swal2-confirm:hover {
  border: none;
  color: rgb(var(--button-secondary-text));
  background-color: rgb(var(--button-secondary-hover));
}
.swal2-modal .swal2-cancel {
  color: rgb(var(--button-secondary));
  border: 1px solid rgb(var(--button-secondary));
  background: none;
}
.swal2-modal .swal2-cancel:hover {
  color: rgb(var(--button-secondary));
  background: none;
}
.swal2-modal .swal2-close {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  width: 1em;
  height: 1em;
  transition: color 0.1s ease-out;
  border: none;
  background: transparent;
  font-family: serif;
  font-size: 35px;
  cursor: pointer;
}
.swal2-modal .swal2-close:hover {
  border: none;
  color: rgb(var(--button-secondary-hover));
}
.swal2-modal .swal2-close:focus {
  outline: none;
  box-shadow: none;
}
.swal2-modal .swal2-actions {
  justify-content: end;
  width: 97%;
  height: 0;
  margin: 0;
  position: absolute;
  top: 13rem;
}
.confirmation-swal-modal-large {
  width: 730px!important;
  height: 480px!important;
}
.confirmation-swal-modal-large .swal2-actions {
  top: 23rem!important;
}
.confirmation-swal-modal-large .swal2-html-container {
  font-size: 1.5rem !important;
  padding: 10px 27px;
  top: 6rem;
}
.confirmation-swal-modal-large .swal2-title {
  height: 6rem;
}
.confirmation-swal-modal-large .title {
  top: 2.2rem;
  font-size: 25px;
}
.confirmation-swal-modal-large .swal2-close {
  top: 2rem!important;
}
.confirmation-swal-modal-reverse .swal2-title {
  background-color: rgb(var(--primary-color));
  border-radius: 1rem 1rem 0 0 ;
}
.confirmation-swal-modal-reverse .title {
  color: rgb(var(--button-primary-text));
}
.confirmation-swal-modal-reverse .swal2-close {
  color: rgb(var(--button-primary-text));
}
.confirmation-swal-modal-reverse .swal2-close:hover {
  color: rgb(var(--button-secondary-hover));
}
.confirmation-swal-modal .title {
  color: rgb(var(--primary-color));
}
.confirmation-swal-modal-red .title {
  color: #dc3545;
}
.success-swal-modal .swal2-html-container {
  height: 100%;
  font-weight: 500;
  text-align: center;
  color: #83ce65;
  justify-content: center;
  top: 2rem;
}
.warning-swal-modal .swal2-html-container {
  text-align: center;
  color: #dc3545;
  justify-content: center;
  position: relative;
  height: auto;
  top: 0rem;
}
.warning-swal-modal .swal2-title {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 1.5rem;
  font-size: 25px;
  font-weight: 500;
  color: #dc3545;
  box-shadow: none;
}
.warning-swal-modal .swal2-icon {
  margin-top: 4.5rem;
}
.warning-swal-modal .swal2-warning {
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.spinner-swal-modal .swal2-title {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 2.5rem;
  font-size: 25px;
  font-weight: 500;
  box-shadow: none;
}
.spinner-swal-modal .swal2-html-container {
  text-align: center;
  justify-content: center;
  position: relative;
  height: auto;
  top: 2rem;
}
@media only screen and (max-width: 540px) {
  .confirmation-swal-modal-large .swal2-html-container {
    font-size: 1.2rem !important;
    padding: 10px 27px;
    top: 6rem;
  }
  .confirmation-swal-modal-large .swal2-actions {
    justify-content: center;
  }
  .confirmation-swal-modal-large .swal2-styled {
    padding: 0.3rem 1rem;
  }
}

