.icon-circle {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  /* Move the circle upwards */
  background-color: white;
  /* Ensure background matches modal */
}

.dark-style .icon-circle {
  background-color: #312d4b;
}