/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
.c7n-pro-rate-wrapper {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.c7n-pro-rate:disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.c7n-pro-rate-disabled {
  cursor: not-allowed;
}
.c7n-pro-rate-float-label.c7n-pro-rate-required .c7n-pro-field-label::after {
  width: 0.08rem;
  content: "*";
}
.c7n-pro-rate-float-label + .c7n-pro-validation-message {
  padding-left: 0;
}
.c7n-pro-rate-float-label .c7n-pro-field-label {
  display: inline-block;
  padding: 0;
}
.c7n-pro-rate-float-label .c7n-pro-field-label::after {
  width: 0;
}
.c7n-pro-rate-wrapper.c7n-pro-field {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
