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

.tadafy__txt-0360 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  flex: none;
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.txt-0360__fill {
  background-color: #fff;
  border-bottom-right-radius: 50px;
  display: none;
  position: absolute;
  inset: 0%;
}

.txt-0360__label-w-2nd {
  transform-origin: 0%;
  background-color: #dc143c;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.txt-0360__label {
  padding: 4px 20px 4px 10px;
  display: flex;
  position: relative;
}

.txt-0360__label-w {
  transform-origin: 0%;
  color: #000;
  background-color: #fff;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 240px) {
  .tadafy__txt-0360 {
    transform: scale(.7);
  }
}

