* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bff {
  position: fixed;
  background: no-repeat center url(assets/ForjaDev4k);
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}
.glass {
  position: fixed;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100% - 60px - 45px);
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.7px);
  -webkit-backdrop-filter: blur(7.7px);
  border: 0px solid rgba(255, 255, 255, 0.3);
}

.title {
  color: #eb494d;
  border-radius: 0 0 15px 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 1rem 0;
  box-shadow: 0px 1px 20px #555;
}

.time {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
  font-size: 3rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timer-stopwatch {
  display: flex;
  gap: 1rem;
  /* flex-direction: column; */
}

.controller {
  display: grid;
  grid-template-columns: 2.5rem 5rem 4rem;
  gap: 1rem;
  margin-bottom: 1rem;
}

.btn {
  border-radius: 2rem;
  height: 2.5rem;
}

.subTitle {
  color: #eb494d;
  font-size: 1rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.inp {
  width: 15rem;
  height: 1.5rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  box-shadow: 2px 1px 3px;
  padding: 0 1rem;
}

.listen {
  /* background-color: white; */
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.4rem;
  width: 10rem;
  height: auto;
  max-height: 10rem;
  overflow: auto;
}
li {
  text-decoration: none;
  cursor: pointer;
}

.listStart, .listTime{
  background-color: #555;
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;

}

.itemUl{
  /* color: black; */
  background-color: white;
  width: fit-content;
}
footer {
  color: #eb494d;
  width: 100vw;
  bottom: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 15px 15px 0 0;
  box-shadow: 0px -1px 20px #555;
}

.inputStopWatch,
.inputTimer {
  border-radius: 10px;
  width: 3rem;
}
