/* EduTek brand overrides for InfixEdu */
:root {
  --primary-color: #00A3E0 !important;
  --gradient_1: #00A3E0 !important;
  --gradient_2: #38bdf8 !important;
  --gradient_3: #0088bd !important;
  --base_color: #00A3E0 !important;
}
.primary-btn, .btn-primary, .primary_color,
.primary-btn.fix-btn, .submit, .save_button,
.login_wrapper_content button,
.login_wrapper_content .input-control-input[type=submit],
.login_wrapper_content input[type=submit],
button.primary-btn, a.primary-btn, .boxed_btn {
  background-color: #00A3E0 !important;
  border-color: #00A3E0 !important;
  background-image: none !important;
}
.primary-btn:hover, .btn-primary:hover, button.primary-btn:hover, a.primary-btn:hover {
  background-color: #0088bd !important;
  border-color: #0088bd !important;
}
.sidebar #sidebar_menu > li > a.active,
.sidebar #sidebar_menu > li > a:hover,
.sidebar #sidebar_menu li a.mm-active,
.sidebar .has-arrow[aria-expanded=true] {
  color: #00A3E0 !important;
}
.login_wrapper_logo img {
  max-height: 72px !important;
  width: auto !important;
  object-fit: contain;
}
/* text links on login */
.login_wrapper_content a,
a#forget {
  color: #00A3E0 !important;
}
/* checkbox accent */
input[type=checkbox]:checked {
  accent-color: #00A3E0;
}



/* Dual logos */
.login_wrapper_logo img {
  max-height: 72px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: none !important;
}

/* Admin sidebar logo (bright) */
#sidebar .sidebar-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 60px !important;
  gap: .5rem;
  padding-right: .5rem;
}
#sidebar .sidebar-header > a#admin-dashboard,
#sidebar .sidebar-header > a#superadmin-dashboard {
  display: flex !important;
  align-items: center !important;
  flex: 1 1 auto;
  min-width: 0;
}
#sidebar .sidebar-header > a#admin-dashboard img,
#sidebar .sidebar-header > a#superadmin-dashboard img,
#sidebar .sidebar-header img[alt="logo"] {
  max-height: 48px !important;
  max-width: 180px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  filter: none !important;
}

/* The "X" next to logo is #close_sidebar (mobile only). Keep it off desktop. */
@media (min-width: 992px) {
  #sidebar #close_sidebar,
  #close_sidebar.d-lg-none {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}
@media (max-width: 991.98px) {
  #sidebar #close_sidebar {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    flex: 0 0 auto;
    padding: .35rem;
  }
}
