* {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(
    to top right,
    rgba(44, 10, 46, 0.847),
    rgba(0, 0, 0, 0.87) 30%,
    rgba(0, 0, 0, 0.87) 60%,
    rgba(21, 8, 59, 0.847)
  );
}

.nav-bar {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: grey;
  background: #33333398;
}

.option {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.C-day {
  font-size: 1.2rem;
}

.c-qalma {
  width: 100%;
  height: 70px;
}

.content {
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.q-text {
  width: 100%;
  height: 80px;
  font-size: 13px;
  color: rgb(186, 123, 5);
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid white; */
}

.main-counter {
  height: 200px;
  width: 200px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  /* border: 1px solid white; */
  box-shadow: 0px 0px 8px orangered;
  border-radius: 50%;
  text-align: center;
}

.lpntt {
  height: 140px;
  width: 200px;
  color: grey;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.loops {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #33333398;
}

.targetz {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;

  background: #33333398;
}

.sider {
  display: none;
}

.side-bar {
  width: 90%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  /* align-items: end; */
  flex-direction: column;
  gap: 1rem;
  font-size: 12px;
  background: #333333d7;
}

.hc {
  width: 95%;
  display: flex;
  justify-content: space-between;
}

.records {
  height: 20px;
  width: 90%;
  font-size: 1rem;
  color: grey;
  display: flex;
  justify-content: space-between;
}

.cq {
  width: 20%;
  display: flex;
  justify-content: space-around;
}

.qlma {
  width: 70%;
}

.qalmat {
  width: 90%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 1rem; */
  background: #333333;
}

.tc {
  font-size: 1rem;
  width: 20%;
  display: flex;
  justify-content: space-around;
  /* align-items: end; */
  color: grey;
}

.ilfaz {
  color: rgb(186, 123, 5);
  font-size: 12px;
  /* width: 100%; */
}

.nb-opt {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: grey;
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
  background: #333333;
}

.e-btn {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.reset {
  text-align: center;
  color: grey;
  width: 50%;
  height: 30px;
  border-radius: 10px;
  background: transparent;
  border: none;
  box-shadow: 0px 0px 2px rgb(8, 141, 198);
}
