#reelgood-pub-widget-edit-styling-footer-review {
  background-color: #00dc89;
  margin-right: 40px;
  width: 200px;
}

#reelgood-pub-widget-edit-styling-footer-cancel {
  width: 200px;
  height: 48px;
  border-radius: 8px;
  background-color: #d8d8d8;
  color: #081118;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  margin-right: 24px;
  cursor: pointer;
}

#reelgood-pub-widget-edit-styling-footer-save {
  background-color: #00dc89;
  margin-right: 40px;
  width: 200px;
}

#reelgood-pub-widget-edit-styling-footer-back {
  width: 200px;
  height: 48px;
  border-radius: 8px;
  background-color: #d8d8d8;
  color: #081118;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  margin-right: 24px;
  cursor: pointer;
}

#reelgood-pub-widget-edit-styling-footer-inline-cancel {
  margin-right: 32px;
}

#reelgood-pub-widget-edit-styling-footer-default {
  margin-right: 32px;
}

.reelgood_edit_styling_section_break {
  width: 100%;
  border-top: solid 2px #979797;
  margin-bottom: 30px;
}

.reelgood_edit_styling_section {
  flex-direction: column;
}

.reelgood_edit_styling_title {
  color: #081118;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-left: 32px;
}

.reelgood_edit_styling_desc {
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
}

.reelgood_edit_styling_subsection > .reelgood_edit_styling_desc {
  margin-left: 48px;
}

.reelgood_edit_styling_subsection {
  flex-direction: column;
}

.reelgood_edit_styling_subtitle {
  color: #081118;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
  width: calc(100% - 48px);
  background-color: #d8d8d8;
  height: 32px;
  padding-left: 48px;
  line-height: 32px;
}

.reelgood_edit_styling_row {
  display: flex;
  flex-direction: row;
  width: calc(100% - 32px - 32px);
  margin-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
}

.reelgood_edit_styling_row.reelgood_edit_styling_row_center {
  align-content: center;
}

.reelgood_edit_styling_setting {
  display: flex;
  flex-direction: column;
}

.reelgood_edit_styling_setting:not(:last-of-type) {
  margin-right: 56px;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_title {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input {
  display: flex;
  flex-direction: row;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_dropdown {
  width: 166px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #9b9b9b;
  outline: none;
  user-select: none;
  cursor: pointer;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_dropdown > .reelgood_row {
  height: 38px;
  align-items: center;
  margin: 0 16px 0 16px;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_dropdown > .reelgood_row > .reelgood_edit_styling_dropdown_title {
  margin: 11px 0 11px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_dropdown > .reelgood_edit_styling_dropdown_options {
  position: relative;
  margin-top: 8px;
  border-radius: 4px;
  border: solid 1px #9b9b9b;
  background-color: white;
  display: none;

  box-shadow: 4px 8px 24px 0 rgba(0, 0, 0, 0.16);
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_dropdown > .reelgood_edit_styling_dropdown_options > .reelgood_edit_styling_dropdown_options_option {
  height: 36px;
  width: calc(100% - 16px - 16px);
  padding-left: 16px;
  padding-right: 16px;
  line-height: 36px;
  cursor: pointer;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_dropdown > .reelgood_edit_styling_dropdown_options > .reelgood_edit_styling_dropdown_options_option:not(:first-of-type) {
  border-top: solid 1px #9b9b9b;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_radio {
  min-width: 110px;
  display: flex;
  flex-direction: row;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_radio + .reelgood_edit_styling_setting_desc {
  margin-top: 0;
  max-width: calc(100% - 64px - 28px - 100px);
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_color {
  width: 166px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #9b9b9b;
  flex-direction: row;
  align-content: center;
  align-items: center;
  display: flex;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_color > .reelgood_edit_styling_color_selected {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: solid 1px #9b9b9b;
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_color > .reelgood_edit_styling_color_selected:hover {
  border-color: #00dc89;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_color > .reelgood_edit_styling_color_selected_disabled {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: solid 1px #9b9b9b;
  margin-left: 8px;
  margin-right: 8px;
  cursor: unset;
  font-size: 0;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_color > .reelgood_edit_styling_color_title {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  width: calc(100% - 8px - 8px);
  height: 100%;
  padding-left: 0px;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_text {
  width: 166px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #9b9b9b;
}

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

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_setting_after {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  margin-left: 6px;
  line-height: 38px;
}

.reelgood_edit_styling_setting > .reelgood_edit_styling_setting_input > .reelgood_edit_styling_setting_desc {
  font-size: 14px;
  font-weight: normal;
  margin-left: 16px;
  margin-top: 12px;
}

.reelgood_edit_styling_radio_option {
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.reelgood_edit_styling_radio_option:not(:first-child) {
  margin-left: 12px;
}

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

.reelgood_edit_styling_radio_option > .reelgood_edit_styling_radio_option_checkmark {
  height: 16px;
  width: 16px;
  background-color: #eeeeee;
  border-radius: 50%;
  margin-right: 8px;
}

.reelgood_edit_styling_radio_option > .reelgood_edit_styling_radio_option_checkmark:hover {
  opacity: 0.8;
  transition: all 0.1s ease-in-out !important;
}

.reelgood_radio:hover > input ~ .reelgood_edit_styling_radio_option_checkmark {
  background-color: #cccccc;
}

.reelgood_edit_styling_radio_option > input:checked ~ .reelgood_edit_styling_radio_option_checkmark {
  background-color: #00dc89;
}

.reelgood_edit_styling_radio_option > .reelgood_edit_styling_radio_option_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.reelgood_edit_styling_radio_option > input:checked ~ .reelgood_edit_styling_radio_option_checkmark:after {
  display: block;
}

.reelgood_edit_styling_radio_option > .reelgood_edit_styling_radio_option_checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
