.text-area{font-size:1rem;outline:none;padding:10px 14px;border-radius:8px;border:1.5px solid #e7ebec;font-family:var(--font-family-base);box-shadow:0 1px 2px #1018280d;transition:box-shadow .3s,border .3s;width:100%;max-width:100%;min-width:100%;min-height:100px;min-width:100px;box-sizing:border-box;margin-bottom:calc(15px + 1rem)}.text-area:focus{box-shadow:0 1px 2px #1018280d,0 0 0 4px #a4c8e4;border:1.5px solid var(--dark-blue)}.text-area:disabled{background:#e7ebec;cursor:not-allowed}.text-area-label{color:#10333f;padding-bottom:5px;font-size:14px}
