.fi:not(.dark) .fi-sidebar-nav,
.fi:not(.dark) .fi-sidebar-header {
  background-color: #1e293b !important;
}
.fi:not(.dark) .fi-sidebar-nav span,
.fi:not(.dark) .fi-sidebar-header span {
  color: white;
}
.fi:not(.dark) .fi-sidebar-nav .fi-sidebar-item:hover span,
.fi:not(.dark) .fi-sidebar-nav .fi-sidebar-item:hover svg,
.fi:not(.dark) .fi-sidebar-header .fi-sidebar-item:hover span,
.fi:not(.dark) .fi-sidebar-header .fi-sidebar-item:hover svg {
  color: #1e293b;
}
.fi:not(.dark) .fi-sidebar-nav .fi-sidebar-item.fi-sidebar-item-active .fi-sidebar-item-label,
.fi:not(.dark) .fi-sidebar-header .fi-sidebar-item.fi-sidebar-item-active .fi-sidebar-item-label {
  color: #1e293b !important;
}

.help-section {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
.help-section a.help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: #1e293b;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background 0.2s, transform 0.2s;
}
.help-section a.help-icon:hover {
  background: #2563eb;
  transform: scale(1.05);
}
.help-section .help-dropdown {
  display: none;
  position: absolute;
  bottom: 3.5rem;
  right: 0;
  background: #fff;
  color: #1e293b;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  min-width: 250px;
  padding: 1rem;
  font-size: 0.95rem;
  z-index: 100;
}
.help-section .help-dropdown a {
  color: #2563eb;
  text-decoration: underline;
}
.help-section:focus-within .help-dropdown {
  display: block;
}

.fi-simple-header-heading {
  margin-top: 1rem;
}

.fi-simple-main .logo-style-login {
  background-color: #1e293b;
  padding: 23px;
  color: white;
  border-radius: 5px;
}/*# sourceMappingURL=custom.css.map */