.loader div {
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
.loader {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}
