.ad-unit-title-wrapper .ad-unit-device-size {
  font-size: 12px;
  font-weight: normal;
}

#newor-media-ad-unit-settings .form-table {
  border-collapse: collapse;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: auto;
}

#newor-media-ad-unit-settings .form-table caption {
  text-align: left;
}

#newor-media-ad-unit-settings .form-table thead th {
  background-color: #33bca3;
  color: #ffffff;
  text-align: left;
}

#newor-media-ad-unit-settings .form-table th,
#newor-media-ad-unit-settings .form-table td {
  padding: 12px 15px;
}

#newor-media-ad-unit-settings .form-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

#newor-media-ad-unit-settings .form-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

#newor-media-ad-unit-settings .form-table tbody tr:last-of-type {
  border-bottom: 2px solid #33bca3;
}

#newor-media-ad-unit-settings .newor-media-inline {
  display: flex;
}

#newor-media-ad-unit-settings .newor-media-inline input {
  margin-left: 10px;
}

#newor-media-ad-unit-settings .paragraph-setting {
  display: none;
}

#newor-media-ad-unit-settings .paragraph-setting.is-active {
  display: block;
}

#newor-media-ad-unit-settings .newor-media-ads-txt-status {
  margin: 15px 0;
  padding: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  max-width: 80%;
}

.message {
  max-width: 700px;
  color: #000;
}

.message.error {
  color: red;
}

.newor-media-ads-txt-status {
  padding: 5px 0;
}

.newor-media-ads-txt-status .message.success {
  color: green;
}
#nm-delete-ads-txt {
  margin-bottom: 15px;
}
.newor-media-ad-settings-submit input,
#nm-delete-ads-txt {
  background-color: #33bca3 !important;
  border-color: #33bca3 !important;
}

#newor-media-ad-unit-settings .size-table thead th,
#newor-media-ad-unit-settings .size-table td {
  background-color: transparent;
  color: #000;
  padding: 5px 8px;
}

#newor-media-ad-unit-settings .size-table tbody tr:nth-of-type(even) {
  background-color: transparent;
}

#newor-media-ad-unit-settings .size-table.hidden {
  display: none;
}

#newor-media-ad-unit-settings .view-sizes {
  color: #226054;
  border-color: #226054;
}

li.toplevel_page_newor-media img {
  max-width: 30px;
  height: auto !important;
}

#newormedia-ad-management-title {
  display: none;
}

#newor-media-ad-unit-settings .toggle {
  cursor: pointer;
  display: inline-block;
}

#newor-media-ad-unit-settings .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 25px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

#newor-media-ad-unit-settings .toggle-switch:before,
#newor-media-ad-unit-settings .toggle-switch:after {
  content: "";
}

#newor-media-ad-unit-settings .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: left 0.25s;
}

#newor-media-ad-unit-settings .toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

#newor-media-ad-unit-settings .toggle-checkbox:checked+.toggle-switch {
  background: #33bca3;
}

#newor-media-ad-unit-settings .toggle-checkbox:checked+.toggle-switch:before {
  left: 36px;
}

#newor-media-ad-unit-settings .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

#newor-media-ad-unit-settings .toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-size: 15px;
}

#newor-media-ad-management-wrapper {
  position: relative;
}

.newor-media-unsaved-changes {
  display: none;
  position: fixed;
  top: 50px;
  right: 30px;
}

.newor-media-new-publisher-message,
.newor-media-unsaved-changes {
  font-size: 15px;
  padding: 10px;
}

.newor-media-new-publisher-message p {
  font-size: 15px;
}

.newor-media-new-publisher-message .nm-contact-button a {
  text-decoration: none;
  background-color: #33bca3;
  border: 0;
}

.nm-contact-button .button:hover,
.nm-contact-button .button:focus {
  background-color: #33bca3;
}

.nm-conflict-notice {
  padding-top: 10px;
  padding-bottom: 10px;
}