/* Pro fields disable CSS */
.greet-bubble-field-button_set .disabled.greet-bubble--button{
  opacity: 0.9;
  pointer-events: none;
}

.greet-bubble-field-button_set .disabled.greet-bubble--button:after{
position: absolute;
    top: 0;
    right: 0;
    color: #5E6E7D;
    background-color: #cbd6df;
    font-weight: 600;
    padding: 0 4px;
    content: "PRO";
    text-align: center;
    font-size: 8px;
    line-height: 11px;
    opacity: 1;
    border-radius: 0 2px 0 2px;
  }
.greet_bubble_pro_only .greet-bubble--typography,
.greet_bubble_pro_only .greet-bubble--switcher,
.greet_bubble_pro_only .greet-bubble--placeholder,
.greet_bubble_pro_only.greet-bubble-field-text .greet-bubble-fieldset,
.greet_bubble_pro_only.greet-bubble-field-link .greet-bubble-fieldset,
.greet_bubble_pro_only.greet-bubble-field-select .chosen-container {
  pointer-events: none;
  opacity: 0.3;
}

.greet_bubble_pro_only .greet-bubble--ball {
  position: relative;
}
.greet_bubble_pro_only .greet-bubble--ball:after {
  content: "PRO";
  position: absolute;
  text-align: center;
  width: 24px;
  float: right;
  font-weight: 600;
  font-size: 8px;
  color: #8796a1;
  opacity: 1;
  line-height: 18px;
  background: #fff;
}
.greet_bubble_pro_notice {
  padding: 0px;
}
.greet_bubble_pro_notice .greet-bubble-notice.greet-bubble-notice-normal {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
.greet-bubble-pro-only.greet-bubble-field-color_group .greet-bubble-field-color{
  pointer-events: none;
    opacity: 0.6;
}