#reelgood_support_help_contact_label {
  margin-right: 32px;
}

#reelgood_support_help_contact_button {
  background-color: #00dc89;
}

#reelgood_support_help_send {
  background-color: #00dc89;
}

#reelgood_support_help_cancel {
  background-color: #d8d8d8;
  margin-right: 32px;
}

#reelgood_support_help_close {
  background-color: #d8d8d8;
  margin-right: 32px;
}

.reelgood_support_help_input_title {
  height: 38px;
  line-height: 38px;
}

.reelgood_support_help_input_text_wrapper {
  width: 364px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #9b9b9b;
  margin-left: 16px;
  margin-bottom: 16px;
}

.reelgood_support_help_input_text {
  margin: 0 16px 0; 
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  width: calc(100% - 8px - 8px);
  height: 100%;
  padding: unset;
}

.reelgood_support_help_input_textarea_wrapper {
  width: auto;
  height: 301px;
  border-radius: 4px;
  border: solid 1px #9b9b9b;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.reelgood_support_help_input_textarea {
  resize: none;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 100%;
  padding: 8px 16px 8px;
}
