:root {
  --cgi-grad: linear-gradient(90deg, #E31937 0%, #A82465 60%, #5236AB 100%);
}

.operations-hub {
  padding: 18px;
}

.sectionContentContainer {
  margin-top: 1.5rem;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px;
}

.sectionContentNav {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: start;
  list-style-type: none;
}

.sectionContentItem {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0px solid #5236AB;
  transition: 0.2s;
}

.sectionContentItem:hover {
  border-bottom: 4px solid #5236AB;
  color: #5236AB;
}

.sectionContentItem a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.item-selected {
  color: #5236AB;
  border-bottom: 4px solid #5236AB;
}

.section-placeholder {
  margin: auto;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-placeholder h1 {
  background: linear-gradient(90deg, #E1002A 0%, #5237ac 100%);
  background-clip: text;
  color: transparent;
}

@media (max-width: 720px) {
  .sectionContentNav {
    flex-direction: column;
    align-items: start;
  }
  .sectionContentItem {
    width: 100%;
    text-align: start;
  }
}

/*# sourceMappingURL=operations-hub.css.map */