#reelgood_account_settings_manage_row {
  margin-bottom: 56px;
}

#reelgood_account_settings_manage_button {
  background-color: #00dc89;
  margin-right: 32px;
}

#reelgood_account_settings_require_admin_styling_changes {
  margin-top: 3px;
  margin-right: 16px;
}

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

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

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

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

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

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

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

.reelgood_account_settings_input_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reelgood_account_settings_input_checkbox > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.reelgood_account_settings_input_checkbox_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eeeeee;
}

.reelgood_account_settings_input_checkbox:hover > input ~ .reelgood_account_settings_input_checkbox_checkmark {
  background-color: #cccccc;
}

.reelgood_account_settings_input_checkbox > input:checked ~ .reelgood_account_settings_input_checkbox_checkmark {
  background-color: #00dc89;
}

.reelgood_account_settings_input_checkbox_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.reelgood_account_settings_input_checkbox > input:checked ~ .reelgood_account_settings_input_checkbox_checkmark:after {
  display: block;
}

.reelgood_account_settings_input_checkbox > .reelgood_account_settings_input_checkbox_checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
