:root {
  --primary: #1E4E79;
  --primary-dark: #053057;
  --primary-70: rgba(254, 1, 129, 0.7);
  --primary-50: rgba(254, 1, 129, 0.5);
  --primary-30: rgba(254, 1, 129, 0.3);
  --primary-10: rgba(254, 1, 129, 0.1);
  --logo: #430051;
  --sidebar-icon: --primary;
}

.bg-grad-sidebar {
  background-image: linear-gradient(0deg, #fff, #fff);
}
.bg-grad-sidebar .h-header {
  background-color: --primary;
}
.bg-grad-sidebar a,
.bg-grad-sidebar .sidebar-label {
  color: var(--primary);
}

.content .h-header {
  background-color: transparent;
  box-shadow: none;
}
.content .h-header .form-global-search {
  background-color: #fff;
}

.dim:active, .dim:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=theme.css.map */
