.logo_company {
  width: 100%;
  height: 50px;
  background: url(../../app/logo.png) center center no-repeat;
  background-size: contain;
}
.logo_company.small {
  height: 30px;
}
.logo_company.medium {
  height: 40px;
}

.theme-dark .logo_company {
  background: url(../../app/logo.png) center center no-repeat;
  background-size: contain;
}

.animation-delay.d1 {
  animation-delay: 0.1s;
}
.animation-delay.d2 {
  animation-delay: 0.2s;
}
.animation-delay.d3 {
  animation-delay: 0.3s;
}
.animation-delay.d4 {
  animation-delay: 0.4s;
}
.animation-delay.d5 {
  animation-delay: 0.5s;
}
.animation-delay.d6 {
  animation-delay: 0.6s;
}
.animation-delay.d7 {
  animation-delay: 0.7s;
}
.animation-delay.d8 {
  animation-delay: 0.8s;
}
.animation-delay.d9 {
  animation-delay: 0.9s;
}
.animation-delay.d10 {
  animation-delay: 1s;
}
.animation-delay.d11 {
  animation-delay: 1.1s;
}
.animation-delay.d12 {
  animation-delay: 1.2s;
}
.animation-delay.d13 {
  animation-delay: 1.3s;
}
.animation-delay.d14 {
  animation-delay: 1.4s;
}
.animation-delay.d15 {
  animation-delay: 1.5s;
}
.animation-delay.d16 {
  animation-delay: 1.6s;
}
.animation-delay.d17 {
  animation-delay: 1.7s;
}
.animation-delay.d18 {
  animation-delay: 1.8s;
}
.animation-delay.d19 {
  animation-delay: 1.9s;
}
.animation-delay.d20 {
  animation-delay: 2s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}

.diss {
  pointer-events: none;
  opacity: 0.3;
}

.icon-xxl {
  width: 80px;
  height: 80px;
  text-align: center !important;
}
.icon-xxl i {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-xxl i:before {
  width: 100%;
  display: block;
  text-align: center !important;
}

.option-disable {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.3;
}

#footer-bar {
  height: calc(58px + env(safe-area-inset-bottom)) !important;
  padding-bottom: calc(env(safe-area-inset-bottom) * 1.4);
}/*# sourceMappingURL=styles.css.map */