@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
.navbar-light .navbar-brand .logo {
  background-image: url(/assets/img/Classroom-Pilot-White-Logo1.png);
  width: 300px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.sticky-top.navbar-light .navbar-brand .logo {
  background-image: url(/assets/img/Classroom-Pilot-horizontal.png);
  width: 300px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .navbar-light .navbar-brand .logo {
    background-image: url(/assets/img/Classroom-Pilot-horizontal.png);
  }
}
.bg-gradient-1 {
  background: #FFF;
}
.mat-slider-ticks-container {
  background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}
.mat-slider-thumb {
  background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}
.mat-mdc-slider .mdc-slider__track--inactive {
  background: linear-gradient(to bottom right, var(--primary), var(--secondary));
  opacity: 0.24;
}
.mat-mdc-slider .mdc-slider__track--active_fill {
  border-color: linear-gradient(to bottom right, var(--primary), var(--secondary));
}
/* Back to top (lower) */
.back-to-top {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 9998 !important;
}
/* WhatsApp (above back-to-top) */
#whatsapp-fab.whatsapp-float,
.whatsapp-fab {
  position: fixed !important;
  right: 24px !important;
  bottom: 96px !important;
  /* ✅ increase gap */
  z-index: 9999 !important;
}

/*# sourceMappingURL=styles.css.map*/