/* -------------------------------------------------------------------------- */
/*                                hideaway Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
.navbar-logo {
  height: 70px; /* Adjust as needed */
  width: auto;
}

@media (min-width: 992px) {
  .navbar-logo {
    height: 125px; /* Adjust as needed */
  }
}

.preloader-logo {
  width: 400px;
  height: 400px;
}

/* Mobile (max-width: 768px or whatever breakpoint you prefer) */
@media (max-width: 768px) {
  .preloader-logo {
    width: 200px;
    height: 200px;
  }
}