@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&display=swap");

*[ng-click] {
  cursor: pointer;
}

.ui-content {
  height: 100vh !important;
  display: block;
}

::-webkit-calendar-picker-indicator {
  filter: invert(34%) sepia(5%) saturate(2336%) hue-rotate(202deg) brightness(94%) contrast(89%);
}

body {
  font-family: "Poppins", sans-serif !important;
  scroll-behavior: smooth;
  background: #fafafa;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  /* color: #ffffff; */
  opacity: 0.4;
}

.global-loading {
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms, visibility 500ms;
  transition-delay: 500ms;
}

body.show-global-loading {
  overflow: hidden;
}

body.show-global-loading .global-loading {
  visibility: visible;
  opacity: 100;
  transition: none;
  z-index: 99;
}

.card {
  margin-bottom: var(--bs-card-spacer-x);
}

.card-body.h-limited {
  max-height: calc(100vh - (270px + 3rem));
  overflow-y: auto;
}

.badge-rounded {
  height: 16px;
  width: 16px;
  border-radius: 16px;
}

.badge-active {
  color: var(--bs-btn-active-color);
  background-color: rgba(13, 110, 253, 0.3);
  margin-left: 0.3rem;
}

.bg-active-light, .bg-active-light:hover {
  background: rgba(13, 110, 253, 0.1);
  border: 0;
}

/* .aula-player {
  height: 58vw;
}

.qrCode-pix{
  width: 100%;
  max-height: 310px;
  max-width: 310px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 992px) {
  .aula-player {
    height: 38vw;
  }
}

.aula-player > * {
  width: 100%;
  height: 100%;
}

.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;

}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: white;
}

.swiper .swiper-pagination-bullet {
  background: white;
}

.hover-show-container .hover-show-item {
  visibility: hidden;
}

.hover-show-container:hover .hover-show-item {
  visibility: visible;
}

.bg-darken{
  background-color: #333333 !important;
} */
/* .lesson-video {
  min-height: 70vh;
}

.lesson-video-description {
  background-color: #1e1e2d;
}

.attachments .card {
  background-color: #151521;
}

.download-button {
  background-image: url("lib/img/download-file-dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.button-previous {
  background-image: url("lib/img/previous-dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.button-next {
  background-image: url("lib/img/next-dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow-back {
  height: 1.75rem;
  margin-right: 1vw;
}

.list-group-item {
  background-image: url("lib/img/play.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center left 1%;
}

.list-group-item.checked {
  color: $primary;
  background-image: url("lib/img/checked.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center left 1%;
}

.avatar-dropdown {
  width: 150px;
  height: 100px;
  top: 70px;
  right: 0;
  display: none;
  position: absolute;
  transition: all ease-in 0.2s;
}

.filter-dropdown {
  position: absolute;
  top: 2rem;
  left: 0;
}

.card-progress-bar {
  height: 0.75rem;
  background-color: #151521;
  border-radius: 1rem;
  width: 100%;
}

.card-progress-bar div {
  height: 0.75rem;
  background-color: $primary;
  border-radius: 1rem;
}

@media (min-width: 576px) {
  .avatar-dropdown.show {
    display: block;
  }
  .filter-dropdown {
    position: absolute;
    top: 3rem;
    left: inherit;
    right: 0;
  }
} */
/* .produto-conteudo-modulo-aula.gu-mirror {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 0 1.25rem;
  border: solid 1px #2B2B40;
}

.timeline-label .timeline-content {
  padding-left: 0.75rem;
}

@media (min-width: 992px) {
  .timeline-label.timeline-horizontal .timeline-content {
      padding-left: 0;
  }
  .timeline-label.timeline-horizontal {
      display: flex;
      justify-content: space-between;
  }
  .timeline-label.timeline-horizontal .timeline-item {
      display: flex;
      align-items: center;
      margin-bottom: 0;
      flex-direction: column;
  }
  .timeline-label.timeline-horizontal:before {
      height: 3px;
      width: 100%;
      top: 47%;
      left: 0;
  }
  .timeline-label.timeline-horizontal .timeline-label {
      width: auto;
  }
  .timeline-label.timeline-horizontal .timeline-label:before {
      content: none;
  }
  .timeline-label.timeline-horizontal .timeline-badge {
      margin: 4px 0;
  }
  .timeline-label.timeline-horizontal .timeline-item:last-of-type {
      align-items: end;
  }
  .timeline-label.timeline-horizontal .timeline-item:first-of-type {
      align-items: start;
  }
}


th.desc::after {
  content: "arrow_drop_down";
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
  vertical-align: middle;
}


th.asc::after {
  content: "arrow_drop_up";
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
  vertical-align: middle;
}

.btn.btn-icon i{
  line-height: initial;
}

blockquote {
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem;
}

.forum-topico img {
  max-width: 100%;
  max-height: 80vh;
}

.forum-topico blockquote img {
  max-width: 50%;
  max-height: 30vh;
} */

/* fallback */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url("../lib/fonts/icons/material-symbols.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.form-group {
  margin-bottom: 1rem;
}

input[type=date] {
  color: #565674;
}

::-webkit-calendar-picker-indicator {
  filter: invert(34%) sepia(5%) saturate(2336%) hue-rotate(202deg) brightness(94%) contrast(89%);
}

.btn-link {
  text-decoration: none;
}

.btn:not(.position-absolute):not(.btn-sm) {
  padding-right: 2rem;
  padding-left: 2rem;
}

.btn.position-absolute i {
  line-height: 44px;
}

.input-group .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-group label.form-label {
  color: #535b63;
  font-weight: 500;
  font-size: 15px;
}
.form-group .form-control, .form-group .form-select {
  background: #e3f4fe;
  height: 54px;
  padding: 21px;
  border-color: transparent;
}
.form-group .form-select {
  padding: 0 1rem !important;
}

.input-group .form-select {
  width: 75px;
  border-right: 1px solid #7ea3b9;
  z-index: 9;
}

.btn-file-input {
  position: relative;
}
.btn-file-input input[type=file] {
  width: 100%;
  height: 50px;
  color: #fff;
  overflow: hidden;
  z-index: 8;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.h-45px {
  height: 45px;
}

.bd-navbar {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.fade:not(.show) {
  visibility: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

tr.active {
  background-color: #c6c7c8;
}

/* @import "icons-variables";
@import "icons";
@import "header-menu";
@import "members";
@import "text";
@import "header"; */

@keyframes confetti {
  0% {
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(100vh);
  }
}