.containerBandwidthBar {
  width: 100%;
}

.btnContainerText {
  border: none;
  font-size: 16px;
  background: transparent;
  color: rgb(31, 203, 255);
  cursor: pointer;
}

.containerInfoSwitch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 75px;
  gap: 10px;
  color: var(--blue-light);
}

Neighbours