

.dbtitle {
    font-size: 100px;
    color: red;
}

.dbititle {
  color: #660066;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.dbivalue {
  color: green;
  font-family: Arial;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}

.mflinks {
  box-sizing: border-box;
  border-radius: 5px;
  color: red;
  font-size: 18px;
  text-align: center;
  background-color: ;
}

input.lipage {
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  color: ccc;
  font-size: 18px;
  text-align: center;
  color: black;
}

.lipleft1 {
  padding: 0px 12px ;
  margin-right: 8px;
  border-radius: 5px;
  border: none;
  border-bottom: 1px solid red;
  background-color: lipleft1color;
  text-align: center;
}

.sbititle {
  color: white;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.signup {
  position: center;
  padding: 7px 15px;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  color: ;
  font-size: 16px;
}

div.suemsg, div.suemsgr {
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: ;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

div.suemsgr {
  background-color: suemsgrcolor;
}

.suemsg1
{
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  height: 35px;
  background-color: suemsg1color;
  color: white;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

input.sup, input.supbot {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: ;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

select.ttc {
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: ;
  color: white;
  font-size: 14px;
}

input.tts {
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: ;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.tabtitle1 {
  box-sizing: border-box;
  color: ;
  font-weight: bold;
  border-bottom: 2px solid red;
}

.tabtitle2 {
  box-sizing: border-box;
  color: ;
}

.pie {
  --w:100px;

  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  margin: 5px;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
}

.pie:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--c) calc(var(--p)*1%),#bfbfbf 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}


