.appstle_subscription_wrapper_option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
  background-color: #C10230;
  transition: 0.2s ease width;
  border-radius: 4px 0 0 4px;
}

.appstle_subscription_wrapper_option.appstle-active-option::before {
  width: 8px;
}