.groups {
  padding-top: 0;
}

.groupsOverview {
  display: none;
  flex-direction: column;
  gap: 32px;
}

.groupsOverview.active {
  display: flex;
}

.searchBar {
  display: flex;
}

.optionsCon {
  width: 100%;
  height: 50px;
}

.svg {
  width: 100%;
  height: 100%;
}

.searchMiddle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  padding: 4px 5%;
  width: calc(100% - 2 * 5% - 2 * var(--marginMain));
  text-wrap: nowrap;
  color: white;
}

.searchBarInput {
  color: var(--BG3);
  background: none;
  width: 100%;
  padding: 4px 0px;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.searchBar:focus-visible {
  border-bottom: 2px solid var(--BG3);
}


.overviewDiv {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.groupsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 3%;
}

.groupContent {
  position: relative;
  cursor: pointer;
  width: 17%;
}

.groupOptionsCon {
  height: 120px;
}

.groupMiddle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 8px 16%;
  width: 100%;
  height: 100%;
}

.groupMiddleH {
  font-size: 20px;
  font-weight: 600;
}

.groupMiddleP {
  font-size: 18px;
}

.groupContentSvg {
  width: 100%;
}





.groupInner {
  display: none;
  flex-direction: column;
  gap: 32px;
}

.groupInner.active {
  display: flex;
}

.groupNavigation {
  display: flex;
  gap: 24px;
  gap: 2%;
  margin-bottom: 2%;
}

.groupNav {
  font-size: 18px;
}

.navContent {
  position: relative;
  cursor: pointer;
  width: 20%;
  height: 40px;
}

.navContentCon {
  height: 100%;
  width: 100%;
}

.navMiddle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 8px 6%;
  width: 100%;
  height: 100%;
}

.navMiddleP {
  font-size: 18px;
  font-weight: 400;
}