youi-spinner {
  position: relative;
  display: block;
}

.youi-spinner-backdrop {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: rgba(255, 255, 255, 0.8);
}

.youi-spinner-svg {
  fill: black;
  stroke: black;
  width: 25%;
  height: 25%;
  min-height: 40px;
}

.youi-spinner-template {
  margin-top: 5px;
  color: black;
}