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

.tadafy__txt-0365 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  align-self: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.txt-0365__wrap {
  border-left: 6px solid #00ff1e;
  border-right: 6px solid #000;
  flex: none;
  align-self: center;
  position: relative;
  overflow: hidden;
}

.txt-0365__fill {
  background-color: #00ff1e;
  position: absolute;
  inset: 0%;
}

.txt-0365__label-w-2nd {
  transform-origin: 0%;
  color: #00ff1e;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  display: flex;
  position: relative;
}

.txt-0365__label {
  padding: 0 10px;
  display: flex;
  position: relative;
}

.txt-0365__label-w {
  transform-origin: 0%;
  color: #000;
  background-color: #00ff1e;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

