/* /Components/Duration.razor.rz.scp.css */
.container[b-uhz18nh6h5] {
  display: flex;
  justify-content: space-between;
  box-shadow: none;
}

.item[b-uhz18nh6h5] {
  display: flex;
  align-items: baseline;
  padding: 0px 8px;
}
/* /Components/Spinner.razor.rz.scp.css */
.container[b-damwnmkz8x] {
  display: inline-block;
  overflow: hidden;
  padding: 4px;
}

.canvas[b-damwnmkz8x] {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.spinner[b-damwnmkz8x] {
  pointer-events: none;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  position: absolute;
  animation: spinner-b-damwnmkz8x 1s linear infinite;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #ff572299;
}

.content[b-damwnmkz8x] {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes spinner-b-damwnmkz8x {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (orientation: landscape) {
  .container[b-damwnmkz8x] {
    width: 70vh;
    height: 70vh;
  }
}

@media (orientation: portrait) {
  .container[b-damwnmkz8x] {
    width: 85vw;
    height: 85vw;
  }
}
