/* colors */

form .svgContainer {
  position: relative;
  width: 115px;
  height: 115px;
  margin: 0 auto 1em;
  border-radius: 50%;
  background: none;
  border: solid 2.5px #3A5E77;
  overflow: hidden;
  pointer-events: none;
}
