/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* Container styling */
.ct-message-field {
  min-height: 124px;
  border-radius: 0.25rem;
  padding: 1rem;
  padding-bottom: 0px;
}

/* Hide the small helper text by default */
.ct-message-field .small-field {
  display: none;
}

/* Label styling */
.ct-message-field label {
  position: relative;
  margin-bottom: 0.125rem;
  display: block;
  display: flex;
  align-items: center;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 700, 'wdth' 115, 'slnt' 0;
  font-size: 18px;
}

/* Styling for the required asterisk */
.ct-message-field .required {
  margin-left: 0.25rem;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 500, 'wdth' 115, 'slnt' 0;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

/* Styling for the optional text */
.ct-message-field .optional {
  margin-left: 0.25rem;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 500, 'wdth' 115, 'slnt' 0;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

/* Styling for the helper text */
.ct-message-field .helper-text {
  position: absolute;
  right: 0px;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 500, 'wdth' 115, 'slnt' 0;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

/* Textarea styling */
.ct-message-field textarea {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 500, 'wdth' 115, 'slnt' 0;
  font-size: 12px;
  outline: 1px solid #191919;
}

/* Small helper text styling */
.ct-message-field small {
  margin-top: 0.25rem;
  display: block;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

/* Error container styling */
.error-container {
  display: flex;
  width: 100%;
  align-items: center;
  height: 1.125rem;
}

/* Error message styling */
.ct-message-field .error-message {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  font-family: acumin-variable;
  font-variation-settings: 'wght' 500, 'wdth' 115, 'slnt' 0;
  font-size: 12px;
  letter-spacing: 0.3px;
  --tw-text-opacity: 1;
  color: rgb(255 36 0 / var(--tw-text-opacity, 1));
}

/*# sourceMappingURL=style-index.css.map*/