textarea {
  width: 100%;
  min-height: 5.5rem;
  resize: vertical;
  border: 1px solid #d4dbe4;
  border-radius: 10px;
  background: #fff;
  color: #142033;
  font: inherit;
  padding: .75rem .85rem;
}

textarea:focus {
  border-color: #3a82f7;
  box-shadow: 0 0 0 3px rgba(58, 130, 247, .14);
  outline: 0;
}

.modal-head-action {
  position: absolute;
  right: 2.8rem;
  top: .1rem;
}

@media (max-width: 780px) {
  .modal-head-action {
    margin-top: .75rem;
    position: static;
  }
}
