.stock_notifier_pro_inputs {
  opacity: 0.5;
}
.New_Tag{
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 4px 8px;
  color: #1a9eaf;
  background-color: aquamarine;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.pro_tag {
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 4px 8px;
  background-color: #e64e08;
  color: #ffffff;
  border: 1px solid #e64e08;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.switch_button_pro {
  opacity: 0.5;
}
