/*
   imported from text-area.scss 
*/

/*
  When adding a color, please add it to the :export section at the end of this file.
  If you need to add a new section/type of color, you can add the section title to the :export by pre-prending it with an underscore.
*/
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Lightens or darkens a color based on its brightness
 */
/**
* This takes the current $color of the parent and sets the icon color
* to be the currentColor
*/
/**
* Determines the icon size for various different sizes of buttons
*/
/* Primary Colors */
/* Secondary Colors */
/* Gradients */
/* Transparencies */
/* stylelint-disable */

/* stylelint-enable */
/**
  If making changes to this file, please make sure the changes are reflected on the :export section at the end of the file.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Lightens or darkens a color based on its brightness
 */
/**
* This takes the current $color of the parent and sets the icon color
* to be the currentColor
*/
/**
* Determines the icon size for various different sizes of buttons
*/
/* IMPORT_PT: update these as the project sees fit */
/* stylelint-disable */

/* stylelint-enable */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Lightens or darkens a color based on its brightness
 */
/**
* This takes the current $color of the parent and sets the icon color
* to be the currentColor
*/
/**
* Determines the icon size for various different sizes of buttons
*/
/* IMPORT_PT: update these as the project sees fit */
/* Line Heights */
/* stylelint-disable */

/* stylelint-enable */
.text-area__text-area___2Nh9u {
  display: flex;
  flex-direction: column;
  font-size: calc(12px + 2 * (100vw - 320px) / 1120);
  height: 100%;
  line-height: calc(21px + 4 * (100vw - 320px) / 1120); }
  .text-area__text-area__label___3OvFV {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .text-area__text-area__label___3OvFV span {
      padding: 0 4px; }
  .text-area__text-area__input___1a5BT {
    border: 0;
    border-radius: 6px;
    height: 100%;
    padding: calc(6.13139px + 0.58394vw);
    resize: none;
    width: 100%; }
  .text-area__text-area__input___1a5BT.text-area__has-label___AYdus {
    margin-top: 4px; }
