section.toggle > .toggle-content > a:hover {
  color: var(--blue);
}

section.toggle > .toggle-content > a.active {
  color: var(--blue);
  /* background-color: var(--tsagaanSaaral); */
}
div.toggle {
  border-top: 4px solid var(--blue) !important;
  height: fit-content;
  max-width: 500px;
}

i.fa-check {
  background-color: var(--blue);
  border-radius: 50%;
  width: 23px;
  height: 23px;
  color: var(--white);
}
.center {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.text-with-icon {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}