/* /Pages/Index.razor.rz.scp.css */
h1[b-1bdql9muw0] {
  color: #FFFFFF;
  font-family: 'Silkscreen', cursive;
  text-align: center;
  margin-bottom: 0.5em;
}


p[b-1bdql9muw0] {
  font-family: 'Roboto Mono', monospace;
  color: #FFFFFF;
  font-size: 0.75em;
  margin-top: 2.5em;
  margin-bottom: 0.5em;
}

a[b-1bdql9muw0] {
  color: #FFFFFF;
}

#background-1[b-1bdql9muw0] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: var(--background-image-1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: var(--background-z-1);
}

#background-2[b-1bdql9muw0] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: var(--background-image-2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: var(--background-z-2);
}

#outer-container[b-1bdql9muw0] {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 92;
}

#inner-container[b-1bdql9muw0] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#clock-container[b-1bdql9muw0] {
  display: grid;
  overflow: clip;
  margin-top: 3em;
}

#time-text[b-1bdql9muw0] {
  font-family: 'Roboto Mono', monospace;
  color: #FFFFFF;
  font-size: 2.5em;
  grid-column: 1;
  grid-row: 1;
  z-index: 101;
  margin: auto;
  pointer-events: none;
  transition: 0.2s;
}

#clock-foreground[b-1bdql9muw0] {
  background-color: transparent;
  height: 190px;
  width: 190px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1;
  grid-row: 1;
  z-index: 100;
  transition: 0.2s;
  pointer-events: none;
  margin: auto;
}

#clock-background[b-1bdql9muw0] {
  background-color: var(--clock-background-color);
  height: 220px;
  width: 220px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(20px);
  grid-column: 1;
  grid-row: 1;
  z-index: 99;
  transition: 0.2s;
  cursor: pointer;
}

#clock-background:hover + #clock-foreground[b-1bdql9muw0] {
  background-color: rgba(0, 0, 0, 0.4);
}

#reset-container[b-1bdql9muw0] {
  margin-top: 2em;
  display: grid;
}

#reset-background[b-1bdql9muw0] {
  grid-column: 1;
  grid-row: 1;
  border-radius: 2em;
  width: 4em;
  height: 4em;
  max-width: 5em;
  max-height: 5em;
  z-index: 99;
  transition: 0.4s;
  cursor: pointer;
}

#reset-container:hover #reset-background[b-1bdql9muw0] {
  background-color: rgba(0, 0, 0, 0.75);
}

#reset-container img[b-1bdql9muw0] {
  max-width: 2.5em;
  max-height: 2.5em;
  grid-column: 1;
  grid-row: 1;
  z-index: 100;
  margin: auto;
  pointer-events: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-q7b7ko54q5] {
  height: 100%;
  width: 100%;
}
