.ml1 {
  font-weight: 500;
  font-size: 1.3em;
  font-family: SCRIPTBL;
  src: url(../fonts/SCRIPTBL.TTF);
  color: #ffff00;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.5em;
  padding-right: 0.05em;
  margin-left: 0.5em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #ffff00;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }

/*tambahanlagi */
.ml3 {
  font-weight: 300;
  font-size: 1.4em;
  font-family: Britanic Bold;
  src: url(../fonts/BRITANIC.TTF);
  color: #ffffff;
}

/* Circle container */
.ml8 {
  width: 3.8em;
  height: 3.8em;
}
.ml8 .circle {
  position: absolute;
  float: left;
  margin-bottom:5px;
}

.ml8 .circle-white {
  width: 3.8em;
  height: 3.8em;
  border: 2px dashed white;
  border-radius: 2em;
}

.ml8 .circle-dark {
  width: 2.2em;
  height: 2.2em;
  background-color: #4f7b86;
  border-radius: 3em;
  z-index: 1;
}

.ml8 .circle-dark-dashed {
  border-radius: 50%;
  background-color: transparent;
  border: 1px dashed #ffff00;
  width: 4em;
  height: 4em;
}