/*!  build: Vue Shop Vite
     copyright: https://vue-admin-beautiful.com/shop-vite
 */
 .figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6.25em;
  height: 6.25em;
  margin: auto;
}

.dot {
  position: absolute;
  width: 40vh;
  height: 40vh;
  margin: auto;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
