.toplevel_page_reaim-plugin #wpcontent {
  background-color: #fff;
  padding-right: 20px;
}

.reaim_logo {
  margin-top: 50px;
  display: block;
}

.reaim_settings,
.reaim_settings_api_form,
.reaim_settings_api_include_exclude,
.reaim_push_include_exclude_urls,
.reaim_push_config_script_section {
  padding: 20px;
  border: 1px solid rgba(59, 65, 94, 0.1);
  margin-top: 20px;
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.reaim_settings_title {
  margin: 50px 0;
}

.reaim_settings_api_form .invalid_key_message {
  margin: 0;
}

.reaim_push_config_script {
  position: relative;
}

.reaim_push_config_script {
  margin-top: 50px;
}

.reaim_settings_api_include_exclude > p,
.reaim_settings_api_form > p,
.reaim_push_config_script_section > p {
  font-size: 14px;
  margin-top: 20px;
}

.reaim_push_include_exclude_urls summary,
.reaim_push_config_script_section summary {
  font-size: 18px;
  display: flex;
  align-items: center;
  outline: none;
}

.reaim_push_include_exclude_urls summary:hover,
.reaim_push_config_script_section summary:hover {
  cursor: pointer;
}

.reaim_settings_api_form > div {
  display: flex;
  align-items: center;
}

.reaim_settings_api_form > div label {
  font-size: 16px;
  width: 10%;
  font-weight: bold;
}

.reaim_settings_api_form > div input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 0;
  width: 400px;
}

button[type="submit"] {
  background-color: #db4951;
  border: none;
  margin-top: 15px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

.editor-holder {
  max-width: 80%;
}

#reaim_push_include_fields .reaim_push_include_input_button,
#reaim_push_exclude_fields .reaim_push_exclude_input_button,
#reaim_push_regex_fields .reaim_push_regex_input_button {
  margin-top: 20px;
}

#reaim_push_include_fields .reaim_push_include_input_button button,
#reaim_push_exclude_fields .reaim_push_exclude_input_button button,
#reaim_push_regex_fields .reaim_push_regex_input_button button {
  margin-left: 5px;
  margin-right: 25px;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #db4951;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 4px 9px;
  padding-top: 6px;
}

#reaim_push_include_fields,
#reaim_push_exclude_fields,
#reaim_push_regex_fields {
  display: flex;
  flex-wrap: wrap;
}

.btn-success {
  margin-top: 20px;
  background: limegreen;
  border: none;
  border-radius: 4px;
  padding: 10px 25px;
  color: #fff;
  margin-right: 10px;
}

button:hover {
  cursor: pointer;
}

.reaim_push_include_exclude_tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

/* Style the buttons inside the tab */
.reaim_push_include_exclude_tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.reaim_push_include_exclude_tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.reaim_push_include_exclude_tab button.active {
  background-color: #e8e8e8;
}

/* Style the tab content */
.reaim_push_include_exclude_tabcontent {
  padding: 6px 12px;
  border-top: none;
}

.reaim_push_dropdown_collapsible {
  background: white;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  color: #444;
}

.reaim_push_dropdown_active {
  width: 100%;
  text-align: left;
}

.reaim_push_dropdown_content {
  padding: 0 18px;
  height: 0;
  overflow: hidden;
}

summary::-webkit-details-marker {
  display: none;
}
