.cirleLoading__wrapper {
  position: fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow:row;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.cirleLoading__wrapper__circle {
  position: absolute;
}

.cirleLoading__wrapper__circle1 {
  width: 10000px;
  height: 10000px;
  background-color: #000;
  border-radius: 50%;
}

.cirleLoading__wrapper__circle2 {
  width: 0px;
  height: 0px;
  background-color: #333;
  border-radius: 50%;
}

.cirleLoading__wrapper__circle3 {
  width: 0px;
  height: 0px;
  background-color: #ddd;
  border-radius: 50%;
}