#privacy-policy-index-container {
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
}

#privacy-policy-index-header-container {
  width: 100%;
  height: 11%;
  padding: 20px 39px;
  background-color: var(--mainColor);
}

#privacy-policy-index-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header-info-container {
  color: var(--white);
  font-family: Open Sans;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: var(--fontw2);
  line-height: 120%;
}

#privacy-policy-index-main-container {
  width: 100%;
  height: 89%;
  display: flex;
}

#privacy-policy-index-main {
  width: 100%;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #888 #eee;
  scroll-behavior: smooth;
  padding: 7rem 10rem;
}

#privacy-policy-index-side-bar {
  width: 23.2rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.16);
}

#privacy-policy-index-side-bar-footer {
  width: 23.2rem;
  height: 7.8rem;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 6.6rem;
}

#privacy-policy-index-side-bar-footer a {
  width: 12.6rem;
  height: 3.5rem;
  color: var(--footerLinks);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: var(--fontw2);
  line-height: 120%;
  padding: 0.8rem;
  border-radius: 1rem;
  margin-left: 5rem;
  text-align: center;
}

.active-state {
  background-color: var(--mainColor) !important;
  color: var(--white) !important;
  color: red;
}

#privacy-policy-index-side-bar-footer a:hover {
  cursor: pointer;
  color: var(--btnHoverColor);
}

.index-help-header-img {
  cursor: pointer;
}
