﻿.anchorsComponent.side ul {
  padding-inline-start: 40px;
}
.anchorsComponent.side ul li {
  cursor: pointer;
  list-style-type: circle;
}
.anchorsComponent.side ul li .text {
  font-size: 18px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  margin-inline-start: -40px;
  padding-inline-start: 40px;
}
.anchorsComponent.side ul li:nth-child(n+2) .text {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.anchorsComponent.side ul li.active {
  list-style-type: disc;
}
.anchorsComponent.side ul li.active .text {
  background: #edf6fc;
  font-weight: 600;
}
.anchorsComponent.wide {
  background: #edf6fc;
  text-align: center;
}
.anchorsComponent.wide .insideTitle {
  text-align: center;
}
.anchorsComponent.wide ul {
  display: block;
  margin: auto;
}
.anchorsComponent.wide ul li {
  cursor: pointer;
  display: inline-block;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  margin-bottom: 10px;
}
.anchorsComponent.wide ul li:nth-child(n+2) {
  border-inline-start: 1px solid var(--textColor);
}
.anchorsComponent.wide ul li .text {
  color: #0069b1;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
