body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 -50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tadafy__fill-0550 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: linear-gradient(#636363, #ddd);
  border-radius: 50px;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 -1px 1px #00000038, 0 2px 1px #fff;
}

.fill-0550__wrap {
  border-radius: 50px;
  margin: 3px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.fill-0550__fill {
  background-image: linear-gradient(to top, #0000004d 15%, #ffffff03 35%, #ffffffb3 70%), repeating-linear-gradient(225deg, #000, #000 2%, #ffd500 2% 4%);
  flex: 1;
  width: 600%;
  height: 102%;
  position: absolute;
  top: -1%;
  bottom: 0%;
  right: 0%;
}

.fill-0550__shad {
  border-radius: 50px;
  position: absolute;
  inset: 0%;
  transform: translate(0);
  box-shadow: inset 0 -2px 3px #00000069, inset 0 2px 2px #000;
}

.fill-0550__label {
  text-shadow: 1px 1px 3px #000, 0 0 5px #ffffff80;
  padding: 9px 105px;
  position: relative;
}
