@charset "UTF-8";
body.login, body.user_role_editor, body.user_role_author {
  background: white;
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #222222;
  box-shadow: unset;
}
body.login p, body.login label, body.user_role_editor p, body.user_role_editor label, body.user_role_author p, body.user_role_author label {
  font-size: 14px;
  line-height: 2em;
}
body.login a, body.user_role_editor a, body.user_role_author a {
  color: #4b83fc;
}
body.login a.current:before, body.login a.current:after, body.user_role_editor a.current:before, body.user_role_editor a.current:after, body.user_role_author a.current:before, body.user_role_author a.current:after {
  color: #4b83fc;
}
body.login a:before, body.login a:after, body.user_role_editor a:before, body.user_role_editor a:after, body.user_role_author a:before, body.user_role_author a:after {
  color: #222222;
}
body.login h1, body.user_role_editor h1, body.user_role_author h1 {
  font-family: "Montserrat", serif;
  font-size: 34px;
  margin-right: 20px !important;
  color: #222222;
  text-align: left;
  font-weight: 600;
  padding-bottom: 0.5em;
}
body.login h1 svg, body.login h1 i.fa-solid, body.login h1 i.fa-brands, body.user_role_editor h1 svg, body.user_role_editor h1 i.fa-solid, body.user_role_editor h1 i.fa-brands, body.user_role_author h1 svg, body.user_role_author h1 i.fa-solid, body.user_role_author h1 i.fa-brands {
  padding-right: 14px;
}
body.login h2, body.login h3, body.login h4, body.user_role_editor h2, body.user_role_editor h3, body.user_role_editor h4, body.user_role_author h2, body.user_role_author h3, body.user_role_author h4 {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 0.8em;
}
body.login h2.blue-header, body.login h3.blue-header, body.login h4.blue-header, body.user_role_editor h2.blue-header, body.user_role_editor h3.blue-header, body.user_role_editor h4.blue-header, body.user_role_author h2.blue-header, body.user_role_author h3.blue-header, body.user_role_author h4.blue-header {
  color: #4b83fc;
}
body.login h2, body.user_role_editor h2, body.user_role_author h2 {
  font-size: 30px;
}
body.login h4, body.user_role_editor h4, body.user_role_author h4 {
  font-size: 18px;
  padding-bottom: 0.5em;
}
body.login select, body.user_role_editor select, body.user_role_author select {
  padding: 3px 24px 3px 8px;
  border-radius: 6px;
}
body.login select:hover, body.user_role_editor select:hover, body.user_role_author select:hover {
  color: #4b83fc;
}
body.login select:focus, body.user_role_editor select:focus, body.user_role_author select:focus {
  border-color: #4b83fc;
  box-shadow: 0 0 0 1px #4b83fc;
}
body.login .button, body.user_role_editor .button, body.user_role_author .button {
  border: 0 none;
  border-radius: 6px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  height: 33px;
  line-height: 28px;
  background: #4b83fc;
  color: white;
}
body.login .button:hover, body.login .button:active, body.user_role_editor .button:hover, body.user_role_editor .button:active, body.user_role_author .button:hover, body.user_role_author .button:active {
  background: #4b83fc;
  color: white;
}
body.login .page-title-action, body.login .button-secondary, body.login .page-title-action:active, body.login .button-secondary:active:not(.button-small), body.user_role_editor .page-title-action, body.user_role_editor .button-secondary, body.user_role_editor .page-title-action:active, body.user_role_editor .button-secondary:active:not(.button-small), body.user_role_author .page-title-action, body.user_role_author .button-secondary, body.user_role_author .page-title-action:active, body.user_role_author .button-secondary:active:not(.button-small) {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  background: #4b83fc;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  border: none;
}
body.login .page-title-action:hover, body.login .button-secondary:hover, body.login .page-title-action:active:hover, body.login .button-secondary:active:not(.button-small):hover, body.user_role_editor .page-title-action:hover, body.user_role_editor .button-secondary:hover, body.user_role_editor .page-title-action:active:hover, body.user_role_editor .button-secondary:active:not(.button-small):hover, body.user_role_author .page-title-action:hover, body.user_role_author .button-secondary:hover, body.user_role_author .page-title-action:active:hover, body.user_role_author .button-secondary:active:not(.button-small):hover {
  background: #4b83fc;
  color: white;
}
body.login .page-title-action#add-new-button, body.login .button-secondary#add-new-button, body.login .page-title-action:active#add-new-button, body.login .button-secondary:active:not(.button-small)#add-new-button, body.user_role_editor .page-title-action#add-new-button, body.user_role_editor .button-secondary#add-new-button, body.user_role_editor .page-title-action:active#add-new-button, body.user_role_editor .button-secondary:active:not(.button-small)#add-new-button, body.user_role_author .page-title-action#add-new-button, body.user_role_author .button-secondary#add-new-button, body.user_role_author .page-title-action:active#add-new-button, body.user_role_author .button-secondary:active:not(.button-small)#add-new-button {
  display: none;
}
body.login .button-secondary, body.user_role_editor .button-secondary, body.user_role_author .button-secondary {
  padding: 0 16px;
}
body.login .notice.dashboard-notice, body.login .error.dashboard-notice, body.user_role_editor .notice.dashboard-notice, body.user_role_editor .error.dashboard-notice, body.user_role_author .notice.dashboard-notice, body.user_role_author .error.dashboard-notice {
  display: block;
  border-radius: 6px;
  font-size: 20px;
  border-left: 1px solid #bcbcbc;
  padding: 8px 20px;
}
body.login .fts_notice, body.user_role_editor .fts_notice, body.user_role_author .fts_notice {
  display: none;
}
body.login input[type="date"], body.login input[type="datetime-local"], body.login input[type="datetime"], body.login input[type="email"], body.login input[type="month"], body.login input[type="number"], body.login input[type="password"], body.login input[type="search"], body.login input[type="tel"], body.login input[type="text"], body.login input[type="time"], body.login input[type="url"], body.login input[type="week"], body.user_role_editor input[type="date"], body.user_role_editor input[type="datetime-local"], body.user_role_editor input[type="datetime"], body.user_role_editor input[type="email"], body.user_role_editor input[type="month"], body.user_role_editor input[type="number"], body.user_role_editor input[type="password"], body.user_role_editor input[type="search"], body.user_role_editor input[type="tel"], body.user_role_editor input[type="text"], body.user_role_editor input[type="time"], body.user_role_editor input[type="url"], body.user_role_editor input[type="week"], body.user_role_author input[type="date"], body.user_role_author input[type="datetime-local"], body.user_role_author input[type="datetime"], body.user_role_author input[type="email"], body.user_role_author input[type="month"], body.user_role_author input[type="number"], body.user_role_author input[type="password"], body.user_role_author input[type="search"], body.user_role_author input[type="tel"], body.user_role_author input[type="text"], body.user_role_author input[type="time"], body.user_role_author input[type="url"], body.user_role_author input[type="week"] {
  padding: 3px 6px 4px;
  border-radius: 6px;
  min-height: 36px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  border-color: #bcbcbc;
}
body.login input[type="date"]:focus, body.login input[type="datetime-local"]:focus, body.login input[type="datetime"]:focus, body.login input[type="email"]:focus, body.login input[type="month"]:focus, body.login input[type="number"]:focus, body.login input[type="password"]:focus, body.login input[type="search"]:focus, body.login input[type="tel"]:focus, body.login input[type="text"]:focus, body.login input[type="time"]:focus, body.login input[type="url"]:focus, body.login input[type="week"]:focus, body.user_role_editor input[type="date"]:focus, body.user_role_editor input[type="datetime-local"]:focus, body.user_role_editor input[type="datetime"]:focus, body.user_role_editor input[type="email"]:focus, body.user_role_editor input[type="month"]:focus, body.user_role_editor input[type="number"]:focus, body.user_role_editor input[type="password"]:focus, body.user_role_editor input[type="search"]:focus, body.user_role_editor input[type="tel"]:focus, body.user_role_editor input[type="text"]:focus, body.user_role_editor input[type="time"]:focus, body.user_role_editor input[type="url"]:focus, body.user_role_editor input[type="week"]:focus, body.user_role_author input[type="date"]:focus, body.user_role_author input[type="datetime-local"]:focus, body.user_role_author input[type="datetime"]:focus, body.user_role_author input[type="email"]:focus, body.user_role_author input[type="month"]:focus, body.user_role_author input[type="number"]:focus, body.user_role_author input[type="password"]:focus, body.user_role_author input[type="search"]:focus, body.user_role_author input[type="tel"]:focus, body.user_role_author input[type="text"]:focus, body.user_role_author input[type="time"]:focus, body.user_role_author input[type="url"]:focus, body.user_role_author input[type="week"]:focus {
  border-color: #bcbcbc;
  box-shadow: 0 0 0 1px #4b83fc;
}
body.login textarea, body.user_role_editor textarea, body.user_role_author textarea {
  vertical-align: middle;
  padding: 1em 0.5em;
  border-color: #bcbcbc;
}
body.login .media-frame input[type="date"], body.login .media-frame input[type="datetime-local"], body.login .media-frame input[type="datetime"], body.login .media-frame input[type="email"], body.login .media-frame input[type="month"], body.login .media-frame input[type="number"], body.login .media-frame input[type="password"], body.login .media-frame input[type="search"], body.login .media-frame input[type="tel"], body.login .media-frame input[type="text"], body.login .media-frame input[type="time"], body.login .media-frame input[type="url"], body.login .media-frame input[type="week"], body.user_role_editor .media-frame input[type="date"], body.user_role_editor .media-frame input[type="datetime-local"], body.user_role_editor .media-frame input[type="datetime"], body.user_role_editor .media-frame input[type="email"], body.user_role_editor .media-frame input[type="month"], body.user_role_editor .media-frame input[type="number"], body.user_role_editor .media-frame input[type="password"], body.user_role_editor .media-frame input[type="search"], body.user_role_editor .media-frame input[type="tel"], body.user_role_editor .media-frame input[type="text"], body.user_role_editor .media-frame input[type="time"], body.user_role_editor .media-frame input[type="url"], body.user_role_editor .media-frame input[type="week"], body.user_role_author .media-frame input[type="date"], body.user_role_author .media-frame input[type="datetime-local"], body.user_role_author .media-frame input[type="datetime"], body.user_role_author .media-frame input[type="email"], body.user_role_author .media-frame input[type="month"], body.user_role_author .media-frame input[type="number"], body.user_role_author .media-frame input[type="password"], body.user_role_author .media-frame input[type="search"], body.user_role_author .media-frame input[type="tel"], body.user_role_author .media-frame input[type="text"], body.user_role_author .media-frame input[type="time"], body.user_role_author .media-frame input[type="url"], body.user_role_author .media-frame input[type="week"] {
  font-family: "Montserrat", "Open Sans", sans-serif;
}
body.login input[type="checkbox"], body.login input[type="radio"], body.user_role_editor input[type="checkbox"], body.user_role_editor input[type="radio"], body.user_role_author input[type="checkbox"], body.user_role_author input[type="radio"] {
  vertical-align: -4px;
}
body.login span.dashicons, body.user_role_editor span.dashicons, body.user_role_author span.dashicons {
  color: #4b83fc;
}
body.login #wpcontent, body.user_role_editor #wpcontent, body.user_role_author #wpcontent {
  padding-right: 20px;
  margin: 0 auto;
  margin-left: auto !important;
  height: fit-content;
}
body.login #wpcontent #wpbody, body.user_role_editor #wpcontent #wpbody, body.user_role_author #wpcontent #wpbody {
  line-height: 1.4em;
}
body.login #wpcontent #wpbody #wpbody-content, body.user_role_editor #wpcontent #wpbody #wpbody-content, body.user_role_author #wpcontent #wpbody #wpbody-content {
  padding-top: 12px;
  padding-bottom: 0;
}
body.edit-php #wpbody-content {
  min-height: 360px;
}
body.login table.wp-list-table, body.user_role_editor table.wp-list-table, body.user_role_author table.wp-list-table {
  margin-top: 22px;
  border-color: transparent;
  box-shadow: none;
}
body.login table.wp-list-table thead, body.login table.wp-list-table tfoot, body.user_role_editor table.wp-list-table thead, body.user_role_editor table.wp-list-table tfoot, body.user_role_author table.wp-list-table thead, body.user_role_author table.wp-list-table tfoot {
  display: none;
}
body.login table.wp-list-table thead th, body.login table.wp-list-table thead td, body.login table.wp-list-table tfoot th, body.login table.wp-list-table tfoot td, body.user_role_editor table.wp-list-table thead th, body.user_role_editor table.wp-list-table thead td, body.user_role_editor table.wp-list-table tfoot th, body.user_role_editor table.wp-list-table tfoot td, body.user_role_author table.wp-list-table thead th, body.user_role_author table.wp-list-table thead td, body.user_role_author table.wp-list-table tfoot th, body.user_role_author table.wp-list-table tfoot td {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
body.login table.wp-list-table .column-author, body.login table.wp-list-table .column-comments, body.login table.wp-list-table .column-excerpt, body.user_role_editor table.wp-list-table .column-author, body.user_role_editor table.wp-list-table .column-comments, body.user_role_editor table.wp-list-table .column-excerpt, body.user_role_author table.wp-list-table .column-author, body.user_role_author table.wp-list-table .column-comments, body.user_role_author table.wp-list-table .column-excerpt {
  display: none !important;
}
body.login table.wp-list-table.posts, body.user_role_editor table.wp-list-table.posts, body.user_role_author table.wp-list-table.posts {
  display: block;
}
body.login table.wp-list-table.posts tbody, body.user_role_editor table.wp-list-table.posts tbody, body.user_role_author table.wp-list-table.posts tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.login table.wp-list-table.posts tbody tr, body.user_role_editor table.wp-list-table.posts tbody tr, body.user_role_author table.wp-list-table.posts tbody tr {
  flex-basis: 25.9%;
  padding: 8px 4px;
  box-sizing: border-box;
  min-height: 220px;
  background-color: #f6f6f6;
}
body.login table.wp-list-table.posts tbody tr .row-title .excerpt:before, body.user_role_editor table.wp-list-table.posts tbody tr .row-title .excerpt:before, body.user_role_author table.wp-list-table.posts tbody tr .row-title .excerpt:before {
  font: var(--fa-font-brands);
  font-weight: 600;
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
}
body.login table.wp-list-table.posts tbody tr.category-facebook, body.user_role_editor table.wp-list-table.posts tbody tr.category-facebook, body.user_role_author table.wp-list-table.posts tbody tr.category-facebook {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
body.login table.wp-list-table.posts tbody tr.category-facebook .row-title .excerpt:before, body.user_role_editor table.wp-list-table.posts tbody tr.category-facebook .row-title .excerpt:before, body.user_role_author table.wp-list-table.posts tbody tr.category-facebook .row-title .excerpt:before {
  content: "";
}
body.login table.wp-list-table.posts tbody tr.category-facebook a, body.user_role_editor table.wp-list-table.posts tbody tr.category-facebook a, body.user_role_author table.wp-list-table.posts tbody tr.category-facebook a {
  font-weight: normal;
}
body.login table.wp-list-table.posts tbody tr th, body.user_role_editor table.wp-list-table.posts tbody tr th, body.user_role_author table.wp-list-table.posts tbody tr th {
  display: none;
}
body.login table.wp-list-table.posts tbody tr td, body.user_role_editor table.wp-list-table.posts tbody tr td, body.user_role_author table.wp-list-table.posts tbody tr td {
  display: block;
  position: relative;
}
body.login table.wp-list-table.posts tbody tr td.categories, body.login table.wp-list-table.posts tbody tr td.tags, body.login table.wp-list-table.posts tbody tr td.comments, body.login table.wp-list-table.posts tbody tr td.date, body.login table.wp-list-table.posts tbody tr td.excerpt, body.user_role_editor table.wp-list-table.posts tbody tr td.categories, body.user_role_editor table.wp-list-table.posts tbody tr td.tags, body.user_role_editor table.wp-list-table.posts tbody tr td.comments, body.user_role_editor table.wp-list-table.posts tbody tr td.date, body.user_role_editor table.wp-list-table.posts tbody tr td.excerpt, body.user_role_author table.wp-list-table.posts tbody tr td.categories, body.user_role_author table.wp-list-table.posts tbody tr td.tags, body.user_role_author table.wp-list-table.posts tbody tr td.comments, body.user_role_author table.wp-list-table.posts tbody tr td.date, body.user_role_author table.wp-list-table.posts tbody tr td.excerpt {
  display: none;
}
body.login table.wp-list-table.posts tbody tr td a.row-title span, body.user_role_editor table.wp-list-table.posts tbody tr td a.row-title span, body.user_role_author table.wp-list-table.posts tbody tr td a.row-title span {
  display: block;
  word-wrap: break-word;
}
body.login table.wp-list-table.pages tbody, body.user_role_editor table.wp-list-table.pages tbody, body.user_role_author table.wp-list-table.pages tbody {
  display: flex;
  flex-wrap: wrap;
}
body.login table.wp-list-table.pages tbody tr, body.user_role_editor table.wp-list-table.pages tbody tr, body.user_role_author table.wp-list-table.pages tbody tr {
  flex-basis: 33%;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background-color: white;
}
body.login table.wp-list-table.pages tbody tr td, body.user_role_editor table.wp-list-table.pages tbody tr td, body.user_role_author table.wp-list-table.pages tbody tr td {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.login table.wp-list-table.pages tbody tr td.default-page:before, body.user_role_editor table.wp-list-table.pages tbody tr td.default-page:before, body.user_role_author table.wp-list-table.pages tbody tr td.default-page:before {
  display: block;
  content: "";
  width: 85px;
  height: 85px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 22px;
}
body.login table.wp-list-table.pages tbody tr td.default-page[data-name="businesses"]:before, body.user_role_editor table.wp-list-table.pages tbody tr td.default-page[data-name="businesses"]:before, body.user_role_author table.wp-list-table.pages tbody tr td.default-page[data-name="businesses"]:before {
  background-image: url(https://template.townsites.org/wp-content/uploads/dich-images/shops.png);
}
body.login table.wp-list-table.pages tbody tr td.default-page[data-name="deals"]:before, body.user_role_editor table.wp-list-table.pages tbody tr td.default-page[data-name="deals"]:before, body.user_role_author table.wp-list-table.pages tbody tr td.default-page[data-name="deals"]:before {
  background-image: url(https://template.townsites.org/wp-content/uploads/dich-images/deal.png);
}
body.login table.wp-list-table.pages tbody tr td.default-page[data-name="events"]:before, body.user_role_editor table.wp-list-table.pages tbody tr td.default-page[data-name="events"]:before, body.user_role_author table.wp-list-table.pages tbody tr td.default-page[data-name="events"]:before {
  background-image: url(https://template.townsites.org/wp-content/uploads/dich-images/party.png);
}
body.login table.wp-list-table.pages tbody tr td.default-page[data-name="home-valuation"]:before, body.user_role_editor table.wp-list-table.pages tbody tr td.default-page[data-name="home-valuation"]:before, body.user_role_author table.wp-list-table.pages tbody tr td.default-page[data-name="home-valuation"]:before {
  background-image: url(https://template.townsites.org/wp-content/uploads/dich-images/value.png);
}
body.login table.wp-list-table.pages tbody tr td.default-page[data-name="homepage"]:before, body.user_role_editor table.wp-list-table.pages tbody tr td.default-page[data-name="homepage"]:before, body.user_role_author table.wp-list-table.pages tbody tr td.default-page[data-name="homepage"]:before {
  background-image: url(https://template.townsites.org/wp-content/uploads/dich-images/homepage.png);
}
body.login table.wp-list-table.pages tbody tr td.default-page[data-name="latest-news"]:before, body.user_role_editor table.wp-list-table.pages tbody tr td.default-page[data-name="latest-news"]:before, body.user_role_author table.wp-list-table.pages tbody tr td.default-page[data-name="latest-news"]:before {
  background-image: url(https://template.townsites.org/wp-content/uploads/dich-images/newspaper.png);
}
body.login table.wp-list-table.pages tbody tr td.default-page[data-name="restaurants"]:before, body.user_role_editor table.wp-list-table.pages tbody tr td.default-page[data-name="restaurants"]:before, body.user_role_author table.wp-list-table.pages tbody tr td.default-page[data-name="restaurants"]:before {
  background-image: url(https://template.townsites.org/wp-content/uploads/dich-images/cafe.png);
}
body.login table.wp-list-table.pages .check-column, body.login table.wp-list-table.pages .column-date, body.user_role_editor table.wp-list-table.pages .check-column, body.user_role_editor table.wp-list-table.pages .column-date, body.user_role_author table.wp-list-table.pages .check-column, body.user_role_author table.wp-list-table.pages .column-date {
  display: none !important;
}
body.login table.wp-list-table a, body.login table.wp-list-table button, body.user_role_editor table.wp-list-table a, body.user_role_editor table.wp-list-table button, body.user_role_author table.wp-list-table a, body.user_role_author table.wp-list-table button {
  color: #222222;
}
body.login table.wp-list-table a:hover, body.login table.wp-list-table button:hover, body.user_role_editor table.wp-list-table a:hover, body.user_role_editor table.wp-list-table button:hover, body.user_role_author table.wp-list-table a:hover, body.user_role_author table.wp-list-table button:hover {
  color: #4b83fc;
}
body.login table.wp-list-table .row-title span, body.user_role_editor table.wp-list-table .row-title span, body.user_role_author table.wp-list-table .row-title span {
  font-weight: normal;
}
body.login table.wp-list-table .type-page .row-actions .edit, body.user_role_editor table.wp-list-table .type-page .row-actions .edit, body.user_role_author table.wp-list-table .type-page .row-actions .edit {
  display: none;
}
body.login table.wp-list-table .inline-edit-row td, body.user_role_editor table.wp-list-table .inline-edit-row td, body.user_role_author table.wp-list-table .inline-edit-row td {
  padding: 2em;
}
body.login table.wp-list-table .inline-edit-row .inline-edit-legend, body.login table.wp-list-table .inline-edit-row .inline-edit-author, body.login table.wp-list-table .inline-edit-row .inline-edit-col-right .inline-edit-group label, body.user_role_editor table.wp-list-table .inline-edit-row .inline-edit-legend, body.user_role_editor table.wp-list-table .inline-edit-row .inline-edit-author, body.user_role_editor table.wp-list-table .inline-edit-row .inline-edit-col-right .inline-edit-group label, body.user_role_author table.wp-list-table .inline-edit-row .inline-edit-legend, body.user_role_author table.wp-list-table .inline-edit-row .inline-edit-author, body.user_role_author table.wp-list-table .inline-edit-row .inline-edit-col-right .inline-edit-group label {
  display: none;
}
body.login table.wp-list-table .inline-edit-row .inline-edit-group label.inline-edit-status, body.user_role_editor table.wp-list-table .inline-edit-row .inline-edit-group label.inline-edit-status, body.user_role_author table.wp-list-table .inline-edit-row .inline-edit-group label.inline-edit-status {
  display: block;
}
body.login table.wp-list-table .inline-edit-row .inline-edit-save button, body.user_role_editor table.wp-list-table .inline-edit-row .inline-edit-save button, body.user_role_author table.wp-list-table .inline-edit-row .inline-edit-save button {
  color: white;
}
body.login table.wp-list-table .inline-edit-row .inline-edit-save button:hover, body.user_role_editor table.wp-list-table .inline-edit-row .inline-edit-save button:hover, body.user_role_author table.wp-list-table .inline-edit-row .inline-edit-save button:hover {
  color: white;
}
body.login #posts-filter .search-box, body.login #posts-filter .tablenav.top, body.login #posts-filter .tablenav .bulkactions, body.user_role_editor #posts-filter .search-box, body.user_role_editor #posts-filter .tablenav.top, body.user_role_editor #posts-filter .tablenav .bulkactions, body.user_role_author #posts-filter .search-box, body.user_role_author #posts-filter .tablenav.top, body.user_role_author #posts-filter .tablenav .bulkactions {
  display: none;
}
body.login .wp-filter, body.login .manage-menus, body.login #et_load_category_page, body.user_role_editor .wp-filter, body.user_role_editor .manage-menus, body.user_role_editor #et_load_category_page, body.user_role_author .wp-filter, body.user_role_author .manage-menus, body.user_role_author #et_load_category_page {
  border-color: transparent;
  box-shadow: none;
}
body.login #screen-meta-links, body.login #et_load_category_page, body.login.post-type-et_pb_layout .tablenav .actions:not(.bulkactions), body.login #wpfooter, body.user_role_editor #screen-meta-links, body.user_role_editor #et_load_category_page, body.user_role_editor.post-type-et_pb_layout .tablenav .actions:not(.bulkactions), body.user_role_editor #wpfooter, body.user_role_author #screen-meta-links, body.user_role_author #et_load_category_page, body.user_role_author.post-type-et_pb_layout .tablenav .actions:not(.bulkactions), body.user_role_author #wpfooter {
  display: none;
}
body.login #quick-add-popup, body.user_role_editor #quick-add-popup, body.user_role_author #quick-add-popup {
  display: inline-block;
  vertical-align: 4px;
  margin-left: 20px;
}
body.login #quick-add-popup #quick-add-title, body.user_role_editor #quick-add-popup #quick-add-title, body.user_role_author #quick-add-popup #quick-add-title {
  width: 260px;
}
body.login #quick-add-popup #quick-add-submit, body.user_role_editor #quick-add-popup #quick-add-submit, body.user_role_author #quick-add-popup #quick-add-submit {
  background-color: #4b83fc;
}
body.login.post-php .page-title-action, body.login.post-type-post .page-title-action, body.user_role_editor.post-php .page-title-action, body.user_role_editor.post-type-post .page-title-action, body.user_role_author.post-php .page-title-action, body.user_role_author.post-type-post .page-title-action {
  display: none;
}
body.login.post-type-post .wrap:not(.dich_dashboard_page), body.user_role_editor.post-type-post .wrap:not(.dich_dashboard_page), body.user_role_author.post-type-post .wrap:not(.dich_dashboard_page) {
  padding-top: 0;
}
body.login.post-type-post .wrap:not(.dich_dashboard_page) .wp-heading-inline, body.user_role_editor.post-type-post .wrap:not(.dich_dashboard_page) .wp-heading-inline, body.user_role_author.post-type-post .wrap:not(.dich_dashboard_page) .wp-heading-inline {
  display: none;
}
body.login .wp-header-end, body.user_role_editor .wp-header-end, body.user_role_author .wp-header-end {
  display: none;
}
body.login #your-profile, body.user_role_editor #your-profile, body.user_role_author #your-profile {
  display: none;
}
body.login #your-profile h3, body.user_role_editor #your-profile h3, body.user_role_author #your-profile h3 {
  margin-top: 1em;
}
body.login #your-profile h2, body.login #your-profile h3:nth-of-type(1), body.user_role_editor #your-profile h2, body.user_role_editor #your-profile h3:nth-of-type(1), body.user_role_author #your-profile h2, body.user_role_author #your-profile h3:nth-of-type(1) {
  display: none;
}
body.login #your-profile h2 + a.button, body.login #your-profile h2 + a.button + table, body.login #your-profile .wp-header-end, body.user_role_editor #your-profile h2 + a.button, body.user_role_editor #your-profile h2 + a.button + table, body.user_role_editor #your-profile .wp-header-end, body.user_role_author #your-profile h2 + a.button, body.user_role_author #your-profile h2 + a.button + table, body.user_role_author #your-profile .wp-header-end {
  display: none;
}
body.login #your-profile tr.user-avatar-wrap, body.user_role_editor #your-profile tr.user-avatar-wrap, body.user_role_author #your-profile tr.user-avatar-wrap {
  padding: 15px 0;
}
body.login #your-profile tr.user-avatar-wrap img.avatar, body.user_role_editor #your-profile tr.user-avatar-wrap img.avatar, body.user_role_author #your-profile tr.user-avatar-wrap img.avatar {
  border-radius: 10px;
}
body.login #your-profile tr.user-avatar-wrap #custom_avatar::file-selector-button, body.user_role_editor #your-profile tr.user-avatar-wrap #custom_avatar::file-selector-button, body.user_role_author #your-profile tr.user-avatar-wrap #custom_avatar::file-selector-button {
  border: 0 none;
  border-radius: 6px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 12px;
  height: 33px;
  line-height: 28px;
  background: #4b83fc;
  color: #ffffff;
}
@media (min-width: 768px) {
  body.login #your-profile tr.user-avatar-wrap #custom_avatar, body.user_role_editor #your-profile tr.user-avatar-wrap #custom_avatar, body.user_role_author #your-profile tr.user-avatar-wrap #custom_avatar {
    padding-left: 50px;
  }
}
body.login #your-profile tr.user-fullshot-wrap img, body.user_role_editor #your-profile tr.user-fullshot-wrap img, body.user_role_author #your-profile tr.user-fullshot-wrap img {
  height: 96px;
  width: 96px;
  border-radius: 10px;
  object-fit: cover;
}
body.login #your-profile tr.user-fullshot-wrap #full_shot, body.user_role_editor #your-profile tr.user-fullshot-wrap #full_shot, body.user_role_author #your-profile tr.user-fullshot-wrap #full_shot {
  padding-left: 50px;
}
body.login #your-profile tr.user-fullshot-wrap #full_shot::file-selector-button, body.user_role_editor #your-profile tr.user-fullshot-wrap #full_shot::file-selector-button, body.user_role_author #your-profile tr.user-fullshot-wrap #full_shot::file-selector-button {
  border: 0 none;
  border-radius: 6px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 12px;
  height: 33px;
  line-height: 28px;
  background: #4b83fc;
  color: #ffffff;
}
body.login #your-profile tr.user-business-review-wrap .show-more-btn, body.user_role_editor #your-profile tr.user-business-review-wrap .show-more-btn, body.user_role_author #your-profile tr.user-business-review-wrap .show-more-btn {
  display: inline-block;
  color: #4b83fc;
  cursor: pointer;
  margin-bottom: 15px;
  border-bottom: 1px solid #4b83fc;
}
body.login #your-profile tr.user-business-review-wrap .show-more-btn::after, body.user_role_editor #your-profile tr.user-business-review-wrap .show-more-btn::after, body.user_role_author #your-profile tr.user-business-review-wrap .show-more-btn::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  padding-left: 8px;
}
body.login #your-profile tr.user-business-review-wrap .display-google-review input, body.user_role_editor #your-profile tr.user-business-review-wrap .display-google-review input, body.user_role_author #your-profile tr.user-business-review-wrap .display-google-review input {
  width: 0;
}
body.login #your-profile tr.user-subscription-wrap #subscription-description, body.login #your-profile tr.user-email-wrap #email, body.login #your-profile tr.user-description-wrap #wp-description-wrap, body.login #your-profile tr.user-sessions-wrap #destroy-sessions, body.user_role_editor #your-profile tr.user-subscription-wrap #subscription-description, body.user_role_editor #your-profile tr.user-email-wrap #email, body.user_role_editor #your-profile tr.user-description-wrap #wp-description-wrap, body.user_role_editor #your-profile tr.user-sessions-wrap #destroy-sessions, body.user_role_author #your-profile tr.user-subscription-wrap #subscription-description, body.user_role_author #your-profile tr.user-email-wrap #email, body.user_role_author #your-profile tr.user-description-wrap #wp-description-wrap, body.user_role_author #your-profile tr.user-sessions-wrap #destroy-sessions {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.login #your-profile, body.user_role_editor #your-profile, body.user_role_author #your-profile {
    width: 70%;
  }
}
body.login #your-profile tr.user-user-login-wrap, body.login #your-profile tr.user-first-name-wrap, body.login #your-profile tr.user-last-name-wrap, body.login #your-profile tr.user-display-name-wrap, body.login #your-profile tr.user-profile-picture, body.login #your-profile table.personal-options, body.login #your-profile tr.user-business-review-wrap .show-more, body.login #your-profile #application-passwords-section, body.user_role_editor #your-profile tr.user-user-login-wrap, body.user_role_editor #your-profile tr.user-first-name-wrap, body.user_role_editor #your-profile tr.user-last-name-wrap, body.user_role_editor #your-profile tr.user-display-name-wrap, body.user_role_editor #your-profile tr.user-profile-picture, body.user_role_editor #your-profile table.personal-options, body.user_role_editor #your-profile tr.user-business-review-wrap .show-more, body.user_role_editor #your-profile #application-passwords-section, body.user_role_author #your-profile tr.user-user-login-wrap, body.user_role_author #your-profile tr.user-first-name-wrap, body.user_role_author #your-profile tr.user-last-name-wrap, body.user_role_author #your-profile tr.user-display-name-wrap, body.user_role_author #your-profile tr.user-profile-picture, body.user_role_author #your-profile table.personal-options, body.user_role_author #your-profile tr.user-business-review-wrap .show-more, body.user_role_author #your-profile #application-passwords-section {
  display: none;
}
.user_role_editor #your-profile tr.user-first-name-wrap, .user_role_editor #your-profile tr.user-last-name-wrap {
  display: table-row !important;
}
.user_role_editor #your-profile tr.user-nickname-wrap, .user_role_editor #your-profile tr.user-display-name-wrap {
  display: none !important;
}
body.user_role_administrator.post-php.post-type-post #wpwrap form[action="post.php"] #share_social_categories .users, body.user_role_administrator.post-php.post-type-post #wpwrap form[action="post.php"] #share_social_categories_user .users, body.user_role_administrator.post-php.post-type-social #wpwrap form[action="post.php"] #share_social_categories .users, body.user_role_administrator.post-php.post-type-social #wpwrap form[action="post.php"] #share_social_categories_user .users, body.user_role_administrator.post-new-php.post-type-post #wpwrap form[action="post.php"] #share_social_categories .users, body.user_role_administrator.post-new-php.post-type-post #wpwrap form[action="post.php"] #share_social_categories_user .users, body.user_role_administrator.post-new-php.post-type-social #wpwrap form[action="post.php"] #share_social_categories .users, body.user_role_administrator.post-new-php.post-type-social #wpwrap form[action="post.php"] #share_social_categories_user .users {
  margin: 10px 10px 0px 10px;
}
.user_role_editor.post-php #wpwrap form[action="post.php"], .user_role_editor.post-new-php #wpwrap form[action="post.php"], .user_role_contributor.post-php #wpwrap form[action="post.php"], .user_role_contributor.post-new-php #wpwrap form[action="post.php"], .user_role_author.post-php #wpwrap form[action="post.php"], .user_role_author.post-new-php #wpwrap form[action="post.php"] {
  background: #f6f6f6;
  padding: 40px;
  font-size: 14px !important;
  font-family: "Montserrat", "Open Sans", sans-serif !important;
  font-weight: normal;
  line-height: 2;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] .attachment.details, .user_role_editor.post-php #wpwrap form[action="post.php"] .selected.attachment, .user_role_editor.post-new-php #wpwrap form[action="post.php"] .attachment.details, .user_role_editor.post-new-php #wpwrap form[action="post.php"] .selected.attachment, .user_role_contributor.post-php #wpwrap form[action="post.php"] .attachment.details, .user_role_contributor.post-php #wpwrap form[action="post.php"] .selected.attachment, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] .attachment.details, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] .selected.attachment, .user_role_author.post-php #wpwrap form[action="post.php"] .attachment.details, .user_role_author.post-php #wpwrap form[action="post.php"] .selected.attachment, .user_role_author.post-new-php #wpwrap form[action="post.php"] .attachment.details, .user_role_author.post-new-php #wpwrap form[action="post.php"] .selected.attachment {
  box-shadow: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content {
  margin-bottom: 0;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap {
  display: flex;
  align-items: center;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title-prompt-text, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title-prompt-text, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title-prompt-text, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title-prompt-text, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title-prompt-text, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title-prompt-text {
  display: none;
  font-size: 16px;
  font-weight: bold;
  color: #BCBCBC;
  padding: 22px;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv #titlewrap #title {
  height: 60px;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .wp-editor-container, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .wp-editor-container, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .wp-editor-container, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .wp-editor-container, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .wp-editor-container, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .wp-editor-container {
  border: 1px solid transparent;
  background-color: transparent;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-tinymce, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-tinymce, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-tinymce, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-tinymce, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-tinymce, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-tinymce {
  box-shadow: none !important;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #mceu_34, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #mceu_34, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #mceu_34, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #mceu_34, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #mceu_34, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #mceu_34 {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-ico, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-ico, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-ico, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-ico, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-ico, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich .mce-ico {
  font-family: "FontAwesome" !important;
  padding-right: 0px !important;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables {
  width: 200px;
}
@media only screen and (min-width: 1024px) {
  .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #side-sortables {
    padding-left: 20px;
  }
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions {
  margin-top: 6px !important;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions #export-action, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions #export-action, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions #export-action, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions #export-action, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions #export-action, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #major-publishing-actions #export-action {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox {
  background: none;
  border: 0 none;
  box-shadow: none;
  margin-bottom: 40px;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header {
  border-bottom-color: transparent;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header h2, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header h2, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header h2, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header h2, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header h2, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header h2 {
  font-size: 14px !important;
  font-weight: bold;
  padding: 0;
  padding-bottom: 17px;
  cursor: pointer;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header .handle-actions, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header .handle-actions, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header .handle-actions, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header .handle-actions, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header .handle-actions, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox .postbox-header .handle-actions {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions {
  background: none;
  margin-top: 17px;
  padding: 0;
  border-top-color: transparent;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion {
  display: block;
  font-size: 14px;
  text-transform: lowercase;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion::first-letter, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion::first-letter, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion::first-letter, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion::first-letter, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion::first-letter, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #delete-action a.deletion::first-letter {
  text-transform: capitalize;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action {
  padding-right: 20px;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action input#publish, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action input#publish, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action input#publish, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action input#publish, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action input#publish, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .postbox #major-publishing-actions #publishing-action input#publish {
  font-size: 14px;
  font-weight: 600;
  background: #66cea9;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #wp-content-editor-tools, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #wp-content-editor-tools, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #wp-content-editor-tools, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #wp-content-editor-tools, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #wp-content-editor-tools, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #wp-content-editor-tools {
  background-color: white;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button {
  background-color: #4b83fc;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button.button-small, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button.button-small, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button.button-small, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button.button-small, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button.button-small, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button.button-small {
  background-color: #f0f0f0;
  color: #222222;
  margin-left: 10px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: bold;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #postexcerpt .inside > p, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #postexcerpt .inside > p, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #postexcerpt .inside > p, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #postexcerpt .inside > p, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #postexcerpt .inside > p, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #postexcerpt .inside > p {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv {
  margin-bottom: 0;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #minor-publishing-actions, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #minor-publishing-actions, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #minor-publishing-actions, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #minor-publishing-actions, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #minor-publishing-actions, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #minor-publishing-actions {
  display: none;
  padding: 0;
  margin-bottom: 17px;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions {
  padding: 0;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-post-status, .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-visibility, .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-revisions, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-post-status, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-visibility, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-revisions, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-post-status, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-visibility, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-revisions, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-post-status, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-visibility, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-revisions, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-post-status, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-visibility, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-revisions, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-post-status, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-visibility, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-revisions {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime {
  font-size: 14px;
  padding: 0;
  line-height: 2;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime #timestamp::before, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime #timestamp::before, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime #timestamp::before, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime #timestamp::before, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime #timestamp::before, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv #submitpost #minor-publishing #misc-publishing-actions .misc-pub-curtime #timestamp::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #222222;
  margin-top: 4px;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv .postbox-header h2, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv .postbox-header h2, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv .postbox-header h2, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv .postbox-header h2, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv .postbox-header h2, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #submitdiv .postbox-header h2 {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv {
  display: block !important;
  margin-bottom: 28px;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside {
  margin: 0;
  padding: 0;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-tabs, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-tabs, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-tabs, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-tabs, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-tabs, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-tabs {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-adder, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-adder, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-adder, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-adder, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-adder, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-adder {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all {
  padding: 0;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel {
  background-color: #f6f6f6 !important;
  overflow: hidden;
  max-height: initial;
  border: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist {
  padding-left: 0;
  margin-bottom: 0;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="content_article"], .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="content_article"], .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="content_article"], .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="content_article"], .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="content_article"], .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="content_article"] {
  display: none !important;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] > label.selectit, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] > label.selectit, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] > label.selectit, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] > label.selectit, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] > label.selectit, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] > label.selectit {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children {
  margin-left: 0;
  padding-left: 0;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children li, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children li, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children li, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children li, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children li, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li[data-cat="social_media"] .children li {
  display: none;
  margin-bottom: 13px;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li {
  opacity: 0.5;
  pointer-events: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled, .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-townsites, .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-primary, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-townsites, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-primary, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-townsites, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-primary, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-townsites, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-primary, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-townsites, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-primary, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-townsites, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .inside #category-all.tabs-panel #categorychecklist li.enabled-primary {
  opacity: 1;
  pointer-events: all;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot {
  background: url(/wp-content/uploads/dashboard/bot1.png) no-repeat;
  padding-bottom: 74px;
  background-size: auto 50px;
  background-position: bottom 20px left 10px;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p {
  background-color: white;
  padding: 1em 1.5em;
  position: relative;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p:after, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p:after, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p:after, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p:after, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p:after, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #categorydiv .bot p:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 14px;
  width: 0;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #social_format_meta_box, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #social_format_meta_box, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #social_format_meta_box, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #social_format_meta_box, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #social_format_meta_box, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #social_format_meta_box {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #dropzone-meta-box, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #dropzone-meta-box, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #dropzone-meta-box, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #dropzone-meta-box, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #dropzone-meta-box, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #dropzone-meta-box {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_settings, .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_sharing_stats, .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_settings_meta_box, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_settings, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_sharing_stats, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_settings_meta_box, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_settings, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_sharing_stats, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_settings_meta_box, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_settings, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_sharing_stats, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_settings_meta_box, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_settings, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_sharing_stats, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_settings_meta_box, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_settings, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_monarch_sharing_stats, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container #et_settings_meta_box {
  display: none;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff .media-modal .media-router, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff .media-modal .media-router, .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff .media-modal .media-router, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff .media-modal .media-router, .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff .media-modal .media-router, .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff .media-modal .media-router {
  display: flex;
  justify-content: end;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside, .user_role_contributor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside, .user_role_author.post-php #wpwrap form[action="post.php"] #share_meta_box .inside, .user_role_author.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside {
  padding-left: 0;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside h4, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside h4, .user_role_contributor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside h4, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside h4, .user_role_author.post-php #wpwrap form[action="post.php"] #share_meta_box .inside h4, .user_role_author.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside h4 {
  font-size: 14px;
  font-weight: bold;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories, .user_role_editor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user, .user_role_contributor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories, .user_role_contributor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user, .user_role_author.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories, .user_role_author.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user, .user_role_author.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories, .user_role_author.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user {
  list-style-type: none;
  padding-left: 0;
}
.user_role_editor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories li, .user_role_editor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user li, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories li, .user_role_editor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user li, .user_role_contributor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories li, .user_role_contributor.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user li, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories li, .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user li, .user_role_author.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories li, .user_role_author.post-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user li, .user_role_author.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories li, .user_role_author.post-new-php #wpwrap form[action="post.php"] #share_meta_box .inside #share_social_categories_user li {
  padding-left: 0;
  margin-bottom: 0;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv {
  width: 100%;
  z-index: 21;
}
@media only screen and (min-width: 768px) {
  .user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv {
    width: 80%;
  }
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich {
  z-index: 20;
  position: relative;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container {
  border: none !important;
  background: transparent !important;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel {
  background: transparent !important;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel.mce-statusbar, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel.mce-statusbar, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel.mce-statusbar, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel.mce-statusbar, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel.mce-statusbar, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-panel.mce-statusbar {
  background: white !important;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp {
  border-bottom: none !important;
  background-color: #f6f6f6 !important;
  border-right: 4px solid #f6f6f6;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp #mceu_12, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp #mceu_12, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp #mceu_12, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp #mceu_12, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp #mceu_12, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp #mceu_12 {
  display: none;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container iframe, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container iframe, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container iframe, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container iframe, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container iframe, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container iframe {
  border-radius: 6px;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools {
  background-color: #f6f6f6 !important;
  padding: 30px 0 10px 0;
  border-bottom: none !important;
  border-right: 4px solid #f6f6f6;
  box-sizing: content-box;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools:after, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools:after, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools:after, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools:after, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools:after, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools:after {
  content: "";
  width: 100%;
  height: 40px;
  margin-top: -32px;
  top: 0;
  position: absolute;
  background: #f6f6f6;
  border-right: 4px solid #f6f6f6;
  box-sizing: content-box;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons {
  margin-right: 20px;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:focus, .user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:active, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:focus, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:active, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:focus, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:active, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:focus, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:active, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:focus, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:active, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:focus, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button:active {
  color: #ffffff;
  background: #4b83fc;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button::before, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button::before, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button::before, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button::before, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button::before, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  visibility: visible;
  position: absolute;
  left: 20px;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button .wp-media-buttons-icon::before, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button .wp-media-buttons-icon::before, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button .wp-media-buttons-icon::before, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button .wp-media-buttons-icon::before, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button .wp-media-buttons-icon::before, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #wp-content-media-buttons #insert-media-button .wp-media-buttons-icon::before {
  display: none;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:focus, .user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:active, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:focus, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:active, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:focus, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:active, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:focus, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:active, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:focus, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:active, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:focus, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn:active {
  color: #ffffff;
  background: #4b83fc;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn span, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn span, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn span, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn span, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn span, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #custom-header-image-btn span {
  margin-right: 5px;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv {
  background: none;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .postbox-header, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .postbox-header, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .postbox-header, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .postbox-header, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .postbox-header, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .postbox-header {
  display: none;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p {
  margin: 0;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail {
  visibility: collapse;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail img, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail img, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail img, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail img, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail img, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #set-post-thumbnail img {
  min-width: 60px;
  height: 35px;
  visibility: visible;
  object-fit: contain;
  border-radius: 6px;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail {
  visibility: collapse;
  white-space: nowrap;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail::before, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail::before, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail::before, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail::before, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail::before, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside p #remove-post-thumbnail::before {
  content: "Remove Image";
  visibility: visible;
  color: inherit;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside #set-post-thumbnail-desc, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside #set-post-thumbnail-desc, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside #set-post-thumbnail-desc, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside #set-post-thumbnail-desc, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside #set-post-thumbnail-desc, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools #custom-header-image #postimagediv .inside #set-post-thumbnail-desc {
  display: none;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools .wp-editor-tabs, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools .wp-editor-tabs, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools .wp-editor-tabs, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools .wp-editor-tabs, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools .wp-editor-tabs, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap #wp-content-editor-tools .wp-editor-tabs {
  display: none;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info {
  display: block;
  border: none;
  box-shadow: none;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info #wp-word-count, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info #wp-word-count, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info #wp-word-count, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info #wp-word-count, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info #wp-word-count, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #post-status-info #wp-word-count {
  padding: 0;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv {
  display: none;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions {
  display: block !important;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #save-post.button, .user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #post-preview.button, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #save-post.button, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #post-preview.button, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #save-post.button, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #post-preview.button, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #save-post.button, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #post-preview.button, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #save-post.button, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #post-preview.button, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #save-post.button, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #post-preview.button {
  background-color: #f6f6f6 !important;
  color: #4b83fc;
  font-weight: normal;
  text-decoration: underline;
  padding: 0;
}
.user_role_editor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #preview-action, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #preview-action, .user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #preview-action, .user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #preview-action, .user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #preview-action, .user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions #preview-action {
  padding-right: 30px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"], .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"], .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"], .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"], .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"], .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] {
  margin-top: 80px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich {
  margin-top: 40px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p {
  font-size: 14px !important;
  font-weight: bold;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-editor-tools, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #ed_toolbar, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-editor-tools, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #ed_toolbar, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-editor-tools, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #ed_toolbar, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-editor-tools, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #ed_toolbar, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-editor-tools, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #ed_toolbar, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-editor-tools, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #ed_toolbar {
  display: none !important;
  border-bottom: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .uploader-editor, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .uploader-editor, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .uploader-editor, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .uploader-editor, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .uploader-editor, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .uploader-editor {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content {
  height: 150px !important;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #BCBCBC;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content::placeholder, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content::placeholder, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content::placeholder, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content::placeholder, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content::placeholder, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container textarea#content::placeholder {
  font-size: 14px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: normal;
  color: #BCBCBC;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp {
  border-bottom: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-btn #mceu_12-button, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-btn #mceu_12-button, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-btn #mceu_12-button, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-btn #mceu_12-button, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-btn #mceu_12-button, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-btn #mceu_12-button {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-toolbar-grp, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-toolbar-grp, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-toolbar-grp, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-toolbar-grp, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-toolbar-grp, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #postdivrich #wp-content-wrap .wp-editor-container .mce-toolbar-grp .mce-container .mce-toolbar-grp {
  border-bottom: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: -112px;
  margin-bottom: 0;
  margin-left: -40px;
  margin-right: -40px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link {
  display: block;
  color: #222222;
  font-size: 14px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
}
@media only screen and (min-width: 768px) {
  .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link {
    padding: 14px 60px;
    margin-right: 0;
  }
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link.tab-active, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link.tab-active, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link.tab-active, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link.tab-active, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link.tab-active, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link.tab-active {
  background: #f6f6f6;
  color: #4b83fc;
  pointer-events: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link span, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link span, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link span, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link span, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link span, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #social-tab-link .tab-link span {
  font-size: 18px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv {
  display: none;
  margin-bottom: 15px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv .inside, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv .inside, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv .inside, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv .inside, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv .inside, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #titlediv .inside {
  display: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv.postbox, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv.postbox, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv.postbox, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv.postbox, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv.postbox, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #formatdiv.postbox {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box {
  display: block !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box h2, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box h2, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box h2, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box h2, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box h2, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box h2, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box h2, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box h2, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box h2, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box h2, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box h2, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box h2 {
  visibility: hidden;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside {
  padding: 0;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone {
  background: transparent;
  border: 1px dashed #BCBCBC;
  min-height: auto;
  border-radius: 6px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-default:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #222222;
  padding-right: 8px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview {
  background: transparent;
  background-size: cover !important;
  background-position: center;
  height: 120px;
  width: 120px;
  border-radius: 6px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 6px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-image img, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-image img {
  width: 100%;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-image-preview .dz-details, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-preview.dz-file-preview .dz-details {
  display: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="image-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #dropzone-meta-box .inside #social-dropzone .dz-remove {
  color: #b32d2e;
  padding-top: 4px;
  font-size: 11px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-success.dz-complete .dz-image img, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-success.dz-complete .dz-image img, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-success.dz-complete .dz-image img, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-success.dz-complete .dz-image img, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-success.dz-complete .dz-image img, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-success.dz-complete .dz-image img {
  display: block !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"] #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img {
  display: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv {
  display: block;
  margin-top: 40px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv label, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv label, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv label, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv label, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv label, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #titlediv label {
  display: block !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich {
  margin-top: 0;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-post, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-post, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-post, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-post, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-post, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-post {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #post-body-content #postdivrich #content-desc p.content-video {
  display: block;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-preview, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-preview, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-preview, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-preview, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-preview, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-preview {
  background: linear-gradient(to bottom, #eee, #ddd) !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image::after, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image::after, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image::after, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image::after, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image::after, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image::after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 32px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete .dz-image img {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image::after, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image::after, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image::after, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image::after, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image::after, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #normal-sortables #dropzone-meta-box .inside #social-dropzone .dz-complete.dz-error .dz-image::after {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box {
  display: block !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside {
  margin: 0;
  padding: 0;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-post, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-image, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-post, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-image, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-post, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-image, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-post, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-image, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-post, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-image, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-post, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-image {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label span, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label span, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label span, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label span, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label span, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label span {
  font-size: 18px;
  margin: 5px;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-long-form-video .fa-mobile, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-long-form-video .fa-mobile, .user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-long-form-video .fa-mobile, .user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-long-form-video .fa-mobile, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-long-form-video .fa-mobile, .user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active="video-active"] #poststuff #post-body #social_format_meta_box .inside label.label-long-form-video .fa-mobile {
  transform: translateY(6px) rotate(90deg);
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-close, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-close, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-close, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-close, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-close, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-close {
  position: absolute;
  right: -10px;
  top: -15px;
  background: #000;
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content {
  border-radius: 4px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame {
  margin: 30px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title {
  left: 0 !important;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title h1, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title h1, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title h1, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title h1, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title h1, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title h1 {
  visibility: collapse;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title h1::before, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title h1::before, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title h1::before, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title h1::before, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title h1::before, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title h1::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  visibility: visible;
  font-size: 30px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title h1::after, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title h1::after, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title h1::after, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title h1::after, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame .media-frame-title h1::after, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame .media-frame-title h1::after {
  content: "Add Media";
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  visibility: visible;
  position: absolute;
  left: 70px !important;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-menu-heading, .user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-menu, .user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .attachments-browser > .media-toolbar, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-menu-heading, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-menu, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .attachments-browser > .media-toolbar, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-menu-heading, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-menu, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .attachments-browser > .media-toolbar, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-menu-heading, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-menu, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .attachments-browser > .media-toolbar, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-menu-heading, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-menu, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .attachments-browser > .media-toolbar, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-menu-heading, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-menu, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .attachments-browser > .media-toolbar {
  display: none;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router {
  top: 0;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-right: 0;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item {
  padding: 25px;
  width: 150px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item.active, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item.active, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item.active, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item.active, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item.active, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item.active {
  background: #f6f7f7;
  color: #4b83fc;
  border: none;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload {
  text-transform: capitalize;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload::before, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload::before, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload::before, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload::before, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload::before, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-upload::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  visibility: visible;
  position: absolute;
  left: 35px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-browse::before, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-browse::before, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-browse::before, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-browse::before, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-browse::before, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-router .media-router .media-menu-item#menu-item-browse::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  visibility: visible;
  position: absolute;
  left: 35px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content {
  border: none;
  left: 0 !important;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .media-frame-title, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .media-frame-title, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .media-frame-title, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .media-frame-title, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .media-frame-title, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .media-frame-title {
  left: 0;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper {
  overflow: visible;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .load-more-wrapper, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .load-more-wrapper, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .load-more-wrapper, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .load-more-wrapper, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .load-more-wrapper, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .load-more-wrapper {
  display: none;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments {
  border: 6px solid transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 13px;
  height: 55vh !important;
  overflow: auto !important;
  scroll-behavior: smooth;
  padding-top: 15px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment {
  padding: 5px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment.details, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment.details, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment.details, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment.details, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment.details, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment.details {
  border: 6px solid #4b83fc;
  box-shadow: none #4b83fc;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check {
  background-color: #4b83fc;
  box-shadow: none !important;
  border-radius: 4px;
  height: 41px;
  width: 41px;
  top: -20px;
  right: -20px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check .media-icon-modal, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check .media-icon-modal, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check .media-icon-modal, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check .media-icon-modal, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check .media-icon-modal, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check .media-icon-modal {
  margin: 7px !important;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment:focus, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment:focus, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment:focus, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment:focus, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment:focus, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment:focus {
  box-shadow: none !important;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected {
  border: 6px solid #333;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check .media-modal-icon, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check .media-modal-icon, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check .media-modal-icon, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check .media-modal-icon, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check .media-modal-icon, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check .media-modal-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27.055" height="19.326" viewBox="0 0 27.055 19.326"><path id="check-solid" d="M26.414,96.591a1.935,1.935,0,0,1,0,2.735L10.956,114.785a1.935,1.935,0,0,1-2.735,0L.491,107.056a1.934,1.934,0,1,1,2.735-2.735l6.364,6.358,6.351-6.349,7.742-7.739a1.935,1.935,0,0,1,2.735,0Z" transform="translate(0.075 -96.025)" fill="%23fff"/></svg>');
  background-size: 27px;
  background-position: center;
  height: 27px;
  width: 27px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check:hover .media-modal-icon, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check:hover .media-modal-icon, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check:hover .media-modal-icon, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check:hover .media-modal-icon, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check:hover .media-modal-icon, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check:hover .media-modal-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="4" viewBox="0 0 27 4"><rect id="Rectangle_12125" data-name="Rectangle 12125" width="27" height="4" rx="2" fill="%23fff"/></svg>');
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment.details, .user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment:focus, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment.details, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment:focus, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment.details, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment:focus, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment.details, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment:focus, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment.details, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment:focus, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment.details, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment:focus {
  box-shadow: none !important;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar {
  top: 0px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details {
  margin-top: 30px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details h2, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details h2, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details h2, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details h2, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details h2, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-details h2 {
  display: none;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-display-settings h2, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-display-settings h2, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-display-settings h2, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-display-settings h2, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-display-settings h2, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-tab-panel .media-frame-content .attachments-browser .media-sidebar .attachment-display-settings h2 {
  font-size: 14px;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-toolbar, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-toolbar, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-toolbar, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-toolbar, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-toolbar, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-toolbar {
  left: 0;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar {
  padding: 0;
}
.user_role_editor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar .media-toolbar-primary .media-button, .user_role_editor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar .media-toolbar-primary .media-button, .user_role_contributor #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar .media-toolbar-primary .media-button, .user_role_contributor #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar .media-toolbar-primary .media-button, .user_role_author #__wp-uploader-id-2 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar .media-toolbar-primary .media-button, .user_role_author #__wp-uploader-id-5 .media-modal .media-modal-content .media-frame-toolbar .media-toolbar .media-toolbar-primary .media-button {
  background: #66cea9;
}
.user_role_editor.post-php.post-type-social #wpwrap .notice-success.updated a, .user_role_author.post-php.post-type-social #wpwrap .notice-success.updated a {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap #published-msg, .user_role_author.post-php.post-type-social #wpwrap #published-msg {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  pointer-events: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #titlediv #titlewrap #title, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #titlediv #titlewrap #title {
  pointer-events: none !important;
  border: none;
  background: transparent !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #titlediv #edit-slug-box, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #titlediv #social-tab-link, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #titlediv #edit-slug-box, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #titlediv #social-tab-link {
  pointer-events: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #social-tab-link .tab-link, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #social-tab-link .tab-link {
  pointer-events: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #postdivrich, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #postdivrich {
  pointer-events: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #social_format_meta_box .postbox-header, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #social_format_meta_box .inside, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #social_format_meta_box .postbox-header, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #social_format_meta_box .inside {
  pointer-events: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #categorydiv, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #categorydiv {
  pointer-events: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #categorydiv #categorychecklist li, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #categorydiv #categorychecklist li {
  pointer-events: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #categorydiv #categorychecklist li > .children, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #categorydiv #categorychecklist li > .children {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #submitdiv, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #submitdiv {
  pointer-events: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #submitdiv .inside #submitpost #major-publishing-actions #publishing-action input#publish, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #submitdiv .inside #submitpost #major-publishing-actions #publishing-action input#publish {
  opacity: 0.5 !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #normal-sortables #dropzone-meta-box, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #normal-sortables #dropzone-meta-box {
  pointer-events: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #normal-sortables #dropzone-meta-box #social-dropzone .dz-preview .dz-remove, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #normal-sortables #dropzone-meta-box #social-dropzone .dz-preview .dz-remove {
  display: none;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].future[data-active="video-active"] #poststuff #post-body #post-body-content #social-tab-link #social-post, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].future[data-active="video-active"] #poststuff #post-body #post-body-content #social-tab-link #social-image, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].future[data-active="video-active"] #poststuff #post-body #post-body-content #social-tab-link #social-post, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].future[data-active="video-active"] #poststuff #post-body #post-body-content #social-tab-link #social-image {
  display: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].future[data-active="video-active"] #poststuff #post-body #side-sortables #social_format_meta_box, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].future[data-active="video-active"] #poststuff #post-body #side-sortables #social_format_meta_box {
  pointer-events: none !important;
}
.user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].future, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"].draft, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].future, .user_role_author.post-php.post-type-social #wpwrap form[action="post.php"].draft {
  margin-top: 80px !important;
}
body.post-php.post-type-post #share_social_categories li[data-cat="tiktok"], body.post-php.post-type-post #share_social_categories li[data-cat="youtube"], body.post-php.post-type-post #share_social_categories_user li[data-cat="tiktok"], body.post-php.post-type-post #share_social_categories_user li[data-cat="youtube"], body.post-new-php.post-type-post #share_social_categories li[data-cat="tiktok"], body.post-new-php.post-type-post #share_social_categories li[data-cat="youtube"], body.post-new-php.post-type-post #share_social_categories_user li[data-cat="tiktok"], body.post-new-php.post-type-post #share_social_categories_user li[data-cat="youtube"] {
  display: none;
}
body.post-php.post-type-social [data-active="post-active"] #share_social_categories li[data-cat="instagram"], body.post-php.post-type-social [data-active="post-active"] #share_social_categories li[data-cat="tiktok"], body.post-php.post-type-social [data-active="post-active"] #share_social_categories li[data-cat="youtube"], body.post-php.post-type-social [data-active="post-active"] #share_social_categories_user li[data-cat="instagram"], body.post-php.post-type-social [data-active="post-active"] #share_social_categories_user li[data-cat="tiktok"], body.post-php.post-type-social [data-active="post-active"] #share_social_categories_user li[data-cat="youtube"], body.post-new-php.post-type-social [data-active="post-active"] #share_social_categories li[data-cat="instagram"], body.post-new-php.post-type-social [data-active="post-active"] #share_social_categories li[data-cat="tiktok"], body.post-new-php.post-type-social [data-active="post-active"] #share_social_categories li[data-cat="youtube"], body.post-new-php.post-type-social [data-active="post-active"] #share_social_categories_user li[data-cat="instagram"], body.post-new-php.post-type-social [data-active="post-active"] #share_social_categories_user li[data-cat="tiktok"], body.post-new-php.post-type-social [data-active="post-active"] #share_social_categories_user li[data-cat="youtube"] {
  display: none;
}
body.post-php.post-type-social [data-active="image-active"] #share_social_categories li[data-cat="tiktok"], body.post-php.post-type-social [data-active="image-active"] #share_social_categories li[data-cat="youtube"], body.post-php.post-type-social [data-active="image-active"] #share_social_categories_user li[data-cat="tiktok"], body.post-php.post-type-social [data-active="image-active"] #share_social_categories_user li[data-cat="youtube"], body.post-new-php.post-type-social [data-active="image-active"] #share_social_categories li[data-cat="tiktok"], body.post-new-php.post-type-social [data-active="image-active"] #share_social_categories li[data-cat="youtube"], body.post-new-php.post-type-social [data-active="image-active"] #share_social_categories_user li[data-cat="tiktok"], body.post-new-php.post-type-social [data-active="image-active"] #share_social_categories_user li[data-cat="youtube"] {
  display: none;
}
body.post-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories li[data-cat="gmb"], body.post-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories li[data-cat="linkedin"], body.post-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories li[data-cat="twitter"], body.post-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories_user li[data-cat="gmb"], body.post-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories_user li[data-cat="linkedin"], body.post-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories_user li[data-cat="twitter"], body.post-new-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories li[data-cat="gmb"], body.post-new-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories li[data-cat="linkedin"], body.post-new-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories li[data-cat="twitter"], body.post-new-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories_user li[data-cat="gmb"], body.post-new-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories_user li[data-cat="linkedin"], body.post-new-php.post-type-social [data-active="video-active"] [data-social-format="short-form-video"] #share_social_categories_user li[data-cat="twitter"] {
  display: none;
}
body.post-php.post-type-social [data-active="video-active"] [data-social-format="long-form-video"] #share_social_categories li[data-cat="gmb"], body.post-php.post-type-social [data-active="video-active"] [data-social-format="long-form-video"] #share_social_categories li[data-cat="tiktok"], body.post-php.post-type-social [data-active="video-active"] [data-social-format="long-form-video"] #share_social_categories_user li[data-cat="gmb"], body.post-php.post-type-social [data-active="video-active"] [data-social-format="long-form-video"] #share_social_categories_user li[data-cat="tiktok"], body.post-new-php.post-type-social [data-active="video-active"] [data-social-format="long-form-video"] #share_social_categories li[data-cat="gmb"], body.post-new-php.post-type-social [data-active="video-active"] [data-social-format="long-form-video"] #share_social_categories li[data-cat="tiktok"], body.post-new-php.post-type-social [data-active="video-active"] [data-social-format="long-form-video"] #share_social_categories_user li[data-cat="gmb"], body.post-new-php.post-type-social [data-active="video-active"] [data-social-format="long-form-video"] #share_social_categories_user li[data-cat="tiktok"] {
  display: none;
}
body.login #newsletters_container .mailpoet-top-bar, body.login #subscribers_container .mailpoet-top-bar, body.login #import_container .mailpoet-top-bar, body.login #mailpoet_editor .mailpoet-top-bar, body.user_role_editor #newsletters_container .mailpoet-top-bar, body.user_role_editor #subscribers_container .mailpoet-top-bar, body.user_role_editor #import_container .mailpoet-top-bar, body.user_role_editor #mailpoet_editor .mailpoet-top-bar, body.user_role_author #newsletters_container .mailpoet-top-bar, body.user_role_author #subscribers_container .mailpoet-top-bar, body.user_role_author #import_container .mailpoet-top-bar, body.user_role_author #mailpoet_editor .mailpoet-top-bar {
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
  position: relative;
}
body.login #newsletters_container .mailpoet-tabs-wrapper button, body.login #newsletters_container .mailpoet-tab-content, body.login #newsletters_container .mailpoet-newsletter-type, body.login #newsletters_container .mailpoet-listing, body.login #subscribers_container .mailpoet-tabs-wrapper button, body.login #subscribers_container .mailpoet-tab-content, body.login #subscribers_container .mailpoet-newsletter-type, body.login #subscribers_container .mailpoet-listing, body.login #import_container .mailpoet-tabs-wrapper button, body.login #import_container .mailpoet-tab-content, body.login #import_container .mailpoet-newsletter-type, body.login #import_container .mailpoet-listing, body.login #mailpoet_editor .mailpoet-tabs-wrapper button, body.login #mailpoet_editor .mailpoet-tab-content, body.login #mailpoet_editor .mailpoet-newsletter-type, body.login #mailpoet_editor .mailpoet-listing, body.user_role_editor #newsletters_container .mailpoet-tabs-wrapper button, body.user_role_editor #newsletters_container .mailpoet-tab-content, body.user_role_editor #newsletters_container .mailpoet-newsletter-type, body.user_role_editor #newsletters_container .mailpoet-listing, body.user_role_editor #subscribers_container .mailpoet-tabs-wrapper button, body.user_role_editor #subscribers_container .mailpoet-tab-content, body.user_role_editor #subscribers_container .mailpoet-newsletter-type, body.user_role_editor #subscribers_container .mailpoet-listing, body.user_role_editor #import_container .mailpoet-tabs-wrapper button, body.user_role_editor #import_container .mailpoet-tab-content, body.user_role_editor #import_container .mailpoet-newsletter-type, body.user_role_editor #import_container .mailpoet-listing, body.user_role_editor #mailpoet_editor .mailpoet-tabs-wrapper button, body.user_role_editor #mailpoet_editor .mailpoet-tab-content, body.user_role_editor #mailpoet_editor .mailpoet-newsletter-type, body.user_role_editor #mailpoet_editor .mailpoet-listing, body.user_role_author #newsletters_container .mailpoet-tabs-wrapper button, body.user_role_author #newsletters_container .mailpoet-tab-content, body.user_role_author #newsletters_container .mailpoet-newsletter-type, body.user_role_author #newsletters_container .mailpoet-listing, body.user_role_author #subscribers_container .mailpoet-tabs-wrapper button, body.user_role_author #subscribers_container .mailpoet-tab-content, body.user_role_author #subscribers_container .mailpoet-newsletter-type, body.user_role_author #subscribers_container .mailpoet-listing, body.user_role_author #import_container .mailpoet-tabs-wrapper button, body.user_role_author #import_container .mailpoet-tab-content, body.user_role_author #import_container .mailpoet-newsletter-type, body.user_role_author #import_container .mailpoet-listing, body.user_role_author #mailpoet_editor .mailpoet-tabs-wrapper button, body.user_role_author #mailpoet_editor .mailpoet-tab-content, body.user_role_author #mailpoet_editor .mailpoet-newsletter-type, body.user_role_author #mailpoet_editor .mailpoet-listing {
  border: 0 none;
  background-color: transparent;
}
body.login #newsletters_container .mailpoet-button, body.login #subscribers_container .mailpoet-button, body.login #import_container .mailpoet-button, body.login #mailpoet_editor .mailpoet-button, body.user_role_editor #newsletters_container .mailpoet-button, body.user_role_editor #subscribers_container .mailpoet-button, body.user_role_editor #import_container .mailpoet-button, body.user_role_editor #mailpoet_editor .mailpoet-button, body.user_role_author #newsletters_container .mailpoet-button, body.user_role_author #subscribers_container .mailpoet-button, body.user_role_author #import_container .mailpoet-button, body.user_role_author #mailpoet_editor .mailpoet-button {
  text-decoration: none;
  padding: 6px 12px;
  line-height: normal;
}
body.login #newsletters_container .mailpoet-button:active, body.login #subscribers_container .mailpoet-button:active, body.login #import_container .mailpoet-button:active, body.login #mailpoet_editor .mailpoet-button:active, body.user_role_editor #newsletters_container .mailpoet-button:active, body.user_role_editor #subscribers_container .mailpoet-button:active, body.user_role_editor #import_container .mailpoet-button:active, body.user_role_editor #mailpoet_editor .mailpoet-button:active, body.user_role_author #newsletters_container .mailpoet-button:active, body.user_role_author #subscribers_container .mailpoet-button:active, body.user_role_author #import_container .mailpoet-button:active, body.user_role_author #mailpoet_editor .mailpoet-button:active {
  padding: 6px 12px;
}
body.login #newsletters_container .mailpoet-modal-close, body.login #subscribers_container .mailpoet-modal-close, body.login #import_container .mailpoet-modal-close, body.login #mailpoet_editor .mailpoet-modal-close, body.user_role_editor #newsletters_container .mailpoet-modal-close, body.user_role_editor #subscribers_container .mailpoet-modal-close, body.user_role_editor #import_container .mailpoet-modal-close, body.user_role_editor #mailpoet_editor .mailpoet-modal-close, body.user_role_author #newsletters_container .mailpoet-modal-close, body.user_role_author #subscribers_container .mailpoet-modal-close, body.user_role_author #import_container .mailpoet-modal-close, body.user_role_author #mailpoet_editor .mailpoet-modal-close {
  display: none;
}
body.login #newsletters_container .mailpoet-h4, body.login #subscribers_container .mailpoet-h4, body.login #import_container .mailpoet-h4, body.login #mailpoet_editor .mailpoet-h4, body.user_role_editor #newsletters_container .mailpoet-h4, body.user_role_editor #subscribers_container .mailpoet-h4, body.user_role_editor #import_container .mailpoet-h4, body.user_role_editor #mailpoet_editor .mailpoet-h4, body.user_role_author #newsletters_container .mailpoet-h4, body.user_role_author #subscribers_container .mailpoet-h4, body.user_role_author #import_container .mailpoet-h4, body.user_role_author #mailpoet_editor .mailpoet-h4 {
  font-family: "Montserrat", serif;
}
body.login #newsletters_container .mailpoet-tab.mailpoet-tab-active span, body.login #subscribers_container .mailpoet-tab.mailpoet-tab-active span, body.login #import_container .mailpoet-tab.mailpoet-tab-active span, body.login #mailpoet_editor .mailpoet-tab.mailpoet-tab-active span, body.user_role_editor #newsletters_container .mailpoet-tab.mailpoet-tab-active span, body.user_role_editor #subscribers_container .mailpoet-tab.mailpoet-tab-active span, body.user_role_editor #import_container .mailpoet-tab.mailpoet-tab-active span, body.user_role_editor #mailpoet_editor .mailpoet-tab.mailpoet-tab-active span, body.user_role_author #newsletters_container .mailpoet-tab.mailpoet-tab-active span, body.user_role_author #subscribers_container .mailpoet-tab.mailpoet-tab-active span, body.user_role_author #import_container .mailpoet-tab.mailpoet-tab-active span, body.user_role_author #mailpoet_editor .mailpoet-tab.mailpoet-tab-active span {
  color: #222222;
}
body.login #newsletters_container .mailpoet-tabs-wrapper, body.login #newsletters_container .mailpoet_badge_video_grey, body.login #newsletters_container .mailpoet-newsletter-types-separator, body.login #newsletters_container .mailpoet-newsletter-type[data-type*="woocommerce"], body.login #subscribers_container .mailpoet-tabs-wrapper, body.login #subscribers_container .mailpoet_badge_video_grey, body.login #subscribers_container .mailpoet-newsletter-types-separator, body.login #subscribers_container .mailpoet-newsletter-type[data-type*="woocommerce"], body.login #import_container .mailpoet-tabs-wrapper, body.login #import_container .mailpoet_badge_video_grey, body.login #import_container .mailpoet-newsletter-types-separator, body.login #import_container .mailpoet-newsletter-type[data-type*="woocommerce"], body.login #mailpoet_editor .mailpoet-tabs-wrapper, body.login #mailpoet_editor .mailpoet_badge_video_grey, body.login #mailpoet_editor .mailpoet-newsletter-types-separator, body.login #mailpoet_editor .mailpoet-newsletter-type[data-type*="woocommerce"], body.user_role_editor #newsletters_container .mailpoet-tabs-wrapper, body.user_role_editor #newsletters_container .mailpoet_badge_video_grey, body.user_role_editor #newsletters_container .mailpoet-newsletter-types-separator, body.user_role_editor #newsletters_container .mailpoet-newsletter-type[data-type*="woocommerce"], body.user_role_editor #subscribers_container .mailpoet-tabs-wrapper, body.user_role_editor #subscribers_container .mailpoet_badge_video_grey, body.user_role_editor #subscribers_container .mailpoet-newsletter-types-separator, body.user_role_editor #subscribers_container .mailpoet-newsletter-type[data-type*="woocommerce"], body.user_role_editor #import_container .mailpoet-tabs-wrapper, body.user_role_editor #import_container .mailpoet_badge_video_grey, body.user_role_editor #import_container .mailpoet-newsletter-types-separator, body.user_role_editor #import_container .mailpoet-newsletter-type[data-type*="woocommerce"], body.user_role_editor #mailpoet_editor .mailpoet-tabs-wrapper, body.user_role_editor #mailpoet_editor .mailpoet_badge_video_grey, body.user_role_editor #mailpoet_editor .mailpoet-newsletter-types-separator, body.user_role_editor #mailpoet_editor .mailpoet-newsletter-type[data-type*="woocommerce"], body.user_role_author #newsletters_container .mailpoet-tabs-wrapper, body.user_role_author #newsletters_container .mailpoet_badge_video_grey, body.user_role_author #newsletters_container .mailpoet-newsletter-types-separator, body.user_role_author #newsletters_container .mailpoet-newsletter-type[data-type*="woocommerce"], body.user_role_author #subscribers_container .mailpoet-tabs-wrapper, body.user_role_author #subscribers_container .mailpoet_badge_video_grey, body.user_role_author #subscribers_container .mailpoet-newsletter-types-separator, body.user_role_author #subscribers_container .mailpoet-newsletter-type[data-type*="woocommerce"], body.user_role_author #import_container .mailpoet-tabs-wrapper, body.user_role_author #import_container .mailpoet_badge_video_grey, body.user_role_author #import_container .mailpoet-newsletter-types-separator, body.user_role_author #import_container .mailpoet-newsletter-type[data-type*="woocommerce"], body.user_role_author #mailpoet_editor .mailpoet-tabs-wrapper, body.user_role_author #mailpoet_editor .mailpoet_badge_video_grey, body.user_role_author #mailpoet_editor .mailpoet-newsletter-types-separator, body.user_role_author #mailpoet_editor .mailpoet-newsletter-type[data-type*="woocommerce"] {
  display: none;
}
body.login #newsletters_container table.mailpoet-listing-table, body.login #subscribers_container table.mailpoet-listing-table, body.login #import_container table.mailpoet-listing-table, body.login #mailpoet_editor table.mailpoet-listing-table, body.user_role_editor #newsletters_container table.mailpoet-listing-table, body.user_role_editor #subscribers_container table.mailpoet-listing-table, body.user_role_editor #import_container table.mailpoet-listing-table, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table, body.user_role_author #newsletters_container table.mailpoet-listing-table, body.user_role_author #subscribers_container table.mailpoet-listing-table, body.user_role_author #import_container table.mailpoet-listing-table, body.user_role_author #mailpoet_editor table.mailpoet-listing-table {
  border: 0 none !important;
}
body.login #newsletters_container table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.login #subscribers_container table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.login #import_container table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.login #mailpoet_editor table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.user_role_editor #newsletters_container table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.user_role_editor #subscribers_container table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.user_role_editor #import_container table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.user_role_author #newsletters_container table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.user_role_author #subscribers_container table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.user_role_author #import_container table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column, body.user_role_author #mailpoet_editor table.mailpoet-listing-table tr.mailpoet-listing-row-selected .mailpoet-listing-check-column {
  border-left-color: #4b83fc;
}
body.login #newsletters_container table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.login #subscribers_container table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.login #import_container table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.login #mailpoet_editor table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.user_role_editor #newsletters_container table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.user_role_editor #subscribers_container table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.user_role_editor #import_container table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.user_role_author #newsletters_container table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.user_role_author #subscribers_container table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.user_role_author #import_container table.mailpoet-listing-table tr.mailpoet-listing-no-items td, body.user_role_author #mailpoet_editor table.mailpoet-listing-table tr.mailpoet-listing-no-items td {
  visibility: hidden;
}
body.login #newsletters_container table.mailpoet-listing-table th, body.login #subscribers_container table.mailpoet-listing-table th, body.login #import_container table.mailpoet-listing-table th, body.login #mailpoet_editor table.mailpoet-listing-table th, body.user_role_editor #newsletters_container table.mailpoet-listing-table th, body.user_role_editor #subscribers_container table.mailpoet-listing-table th, body.user_role_editor #import_container table.mailpoet-listing-table th, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table th, body.user_role_author #newsletters_container table.mailpoet-listing-table th, body.user_role_author #subscribers_container table.mailpoet-listing-table th, body.user_role_author #import_container table.mailpoet-listing-table th, body.user_role_author #mailpoet_editor table.mailpoet-listing-table th {
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  text-transform: none;
  letter-spacing: 0;
}
body.login #newsletters_container table.mailpoet-listing-table th a, body.login #subscribers_container table.mailpoet-listing-table th a, body.login #import_container table.mailpoet-listing-table th a, body.login #mailpoet_editor table.mailpoet-listing-table th a, body.user_role_editor #newsletters_container table.mailpoet-listing-table th a, body.user_role_editor #subscribers_container table.mailpoet-listing-table th a, body.user_role_editor #import_container table.mailpoet-listing-table th a, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table th a, body.user_role_author #newsletters_container table.mailpoet-listing-table th a, body.user_role_author #subscribers_container table.mailpoet-listing-table th a, body.user_role_author #import_container table.mailpoet-listing-table th a, body.user_role_author #mailpoet_editor table.mailpoet-listing-table th a {
  text-transform: none;
  letter-spacing: 0;
}
body.login #newsletters_container table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.login #subscribers_container table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.login #import_container table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.login #mailpoet_editor table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.user_role_editor #newsletters_container table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.user_role_editor #subscribers_container table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.user_role_editor #import_container table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.user_role_author #newsletters_container table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.user_role_author #subscribers_container table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.user_role_author #import_container table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow, body.user_role_author #mailpoet_editor table.mailpoet-listing-table th .mailpoet-listing-sorting-arrow {
  filter: grayscale(100%);
}
body.login #newsletters_container table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.login #subscribers_container table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.login #import_container table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.login #mailpoet_editor table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.user_role_editor #newsletters_container table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.user_role_editor #subscribers_container table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.user_role_editor #import_container table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.user_role_author #newsletters_container table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.user_role_author #subscribers_container table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.user_role_author #import_container table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before, body.user_role_author #mailpoet_editor table.mailpoet-listing-table th .mailpoet-form-checkbox-control:before {
  color: #4b83fc;
}
body.login #newsletters_container table.mailpoet-listing-table td, body.login #subscribers_container table.mailpoet-listing-table td, body.login #import_container table.mailpoet-listing-table td, body.login #mailpoet_editor table.mailpoet-listing-table td, body.user_role_editor #newsletters_container table.mailpoet-listing-table td, body.user_role_editor #subscribers_container table.mailpoet-listing-table td, body.user_role_editor #import_container table.mailpoet-listing-table td, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table td, body.user_role_author #newsletters_container table.mailpoet-listing-table td, body.user_role_author #subscribers_container table.mailpoet-listing-table td, body.user_role_author #import_container table.mailpoet-listing-table td, body.user_role_author #mailpoet_editor table.mailpoet-listing-table td {
  border-bottom: 1px solid #ccc;
}
body.login #newsletters_container table.mailpoet-listing-table td a.mailpoet-listing-title, body.login #subscribers_container table.mailpoet-listing-table td a.mailpoet-listing-title, body.login #import_container table.mailpoet-listing-table td a.mailpoet-listing-title, body.login #mailpoet_editor table.mailpoet-listing-table td a.mailpoet-listing-title, body.user_role_editor #newsletters_container table.mailpoet-listing-table td a.mailpoet-listing-title, body.user_role_editor #subscribers_container table.mailpoet-listing-table td a.mailpoet-listing-title, body.user_role_editor #import_container table.mailpoet-listing-table td a.mailpoet-listing-title, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table td a.mailpoet-listing-title, body.user_role_author #newsletters_container table.mailpoet-listing-table td a.mailpoet-listing-title, body.user_role_author #subscribers_container table.mailpoet-listing-table td a.mailpoet-listing-title, body.user_role_author #import_container table.mailpoet-listing-table td a.mailpoet-listing-title, body.user_role_author #mailpoet_editor table.mailpoet-listing-table td a.mailpoet-listing-title {
  color: #757575;
}
body.login #newsletters_container table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.login #subscribers_container table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.login #import_container table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.login #mailpoet_editor table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.user_role_editor #newsletters_container table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.user_role_editor #subscribers_container table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.user_role_editor #import_container table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.user_role_author #newsletters_container table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.user_role_author #subscribers_container table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.user_role_author #import_container table.mailpoet-listing-table td a.mailpoet-listing-title:hover, body.user_role_author #mailpoet_editor table.mailpoet-listing-table td a.mailpoet-listing-title:hover {
  color: #4b83fc;
}
body.login #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.login #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.login #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.login #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.user_role_editor #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.user_role_editor #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.user_role_editor #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.user_role_author #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.user_role_author #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.user_role_author #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span a, body.user_role_author #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span a {
  color: #757575;
  padding-right: 8px;
}
body.login #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.login #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.login #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.login #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.user_role_editor #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.user_role_editor #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.user_role_editor #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.user_role_author #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.user_role_author #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.user_role_author #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover, body.user_role_author #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span a:hover {
  color: #4b83fc;
}
body.login #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.login #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.login #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.login #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.user_role_editor #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.user_role_editor #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.user_role_editor #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.user_role_author #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.user_role_author #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.user_role_author #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span.stats, body.user_role_author #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span.stats {
  display: none;
}
body.login #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.login #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.login #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.login #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.user_role_editor #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.user_role_editor #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.user_role_editor #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.user_role_author #newsletters_container table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.user_role_author #subscribers_container table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.user_role_author #import_container table.mailpoet-listing-table td .mailpoet-listing-actions span:before, body.user_role_author #mailpoet_editor table.mailpoet-listing-table td .mailpoet-listing-actions span:before {
  display: none;
}
body.login #newsletters_container table.mailpoet-listing-table td.mailpoet-listing-status-column, body.login #subscribers_container table.mailpoet-listing-table td.mailpoet-listing-status-column, body.login #import_container table.mailpoet-listing-table td.mailpoet-listing-status-column, body.login #mailpoet_editor table.mailpoet-listing-table td.mailpoet-listing-status-column, body.user_role_editor #newsletters_container table.mailpoet-listing-table td.mailpoet-listing-status-column, body.user_role_editor #subscribers_container table.mailpoet-listing-table td.mailpoet-listing-status-column, body.user_role_editor #import_container table.mailpoet-listing-table td.mailpoet-listing-status-column, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table td.mailpoet-listing-status-column, body.user_role_author #newsletters_container table.mailpoet-listing-table td.mailpoet-listing-status-column, body.user_role_author #subscribers_container table.mailpoet-listing-table td.mailpoet-listing-status-column, body.user_role_author #import_container table.mailpoet-listing-table td.mailpoet-listing-status-column, body.user_role_author #mailpoet_editor table.mailpoet-listing-table td.mailpoet-listing-status-column {
  pointer-events: none;
}
body.login #newsletters_container table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.login #subscribers_container table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.login #import_container table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.login #mailpoet_editor table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.user_role_editor #newsletters_container table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.user_role_editor #subscribers_container table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.user_role_editor #import_container table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.user_role_author #newsletters_container table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.user_role_author #subscribers_container table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.user_role_author #import_container table.mailpoet-listing-table .mailpoet-listing-row-inactive, body.user_role_author #mailpoet_editor table.mailpoet-listing-table .mailpoet-listing-row-inactive {
  background: white;
}
body.login #newsletters_container table.mailpoet-listing-table .mailpoet-listing-stats, body.login #newsletters_container table.mailpoet-listing-table .mailpoet-listing-stats-description, body.login #subscribers_container table.mailpoet-listing-table .mailpoet-listing-stats, body.login #subscribers_container table.mailpoet-listing-table .mailpoet-listing-stats-description, body.login #import_container table.mailpoet-listing-table .mailpoet-listing-stats, body.login #import_container table.mailpoet-listing-table .mailpoet-listing-stats-description, body.login #mailpoet_editor table.mailpoet-listing-table .mailpoet-listing-stats, body.login #mailpoet_editor table.mailpoet-listing-table .mailpoet-listing-stats-description, body.user_role_editor #newsletters_container table.mailpoet-listing-table .mailpoet-listing-stats, body.user_role_editor #newsletters_container table.mailpoet-listing-table .mailpoet-listing-stats-description, body.user_role_editor #subscribers_container table.mailpoet-listing-table .mailpoet-listing-stats, body.user_role_editor #subscribers_container table.mailpoet-listing-table .mailpoet-listing-stats-description, body.user_role_editor #import_container table.mailpoet-listing-table .mailpoet-listing-stats, body.user_role_editor #import_container table.mailpoet-listing-table .mailpoet-listing-stats-description, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table .mailpoet-listing-stats, body.user_role_editor #mailpoet_editor table.mailpoet-listing-table .mailpoet-listing-stats-description, body.user_role_author #newsletters_container table.mailpoet-listing-table .mailpoet-listing-stats, body.user_role_author #newsletters_container table.mailpoet-listing-table .mailpoet-listing-stats-description, body.user_role_author #subscribers_container table.mailpoet-listing-table .mailpoet-listing-stats, body.user_role_author #subscribers_container table.mailpoet-listing-table .mailpoet-listing-stats-description, body.user_role_author #import_container table.mailpoet-listing-table .mailpoet-listing-stats, body.user_role_author #import_container table.mailpoet-listing-table .mailpoet-listing-stats-description, body.user_role_author #mailpoet_editor table.mailpoet-listing-table .mailpoet-listing-stats, body.user_role_author #mailpoet_editor table.mailpoet-listing-table .mailpoet-listing-stats-description {
  pointer-events: none;
}
body.login #newsletters_container .mailpoet-steps, body.login #subscribers_container .mailpoet-steps, body.login #import_container .mailpoet-steps, body.login #mailpoet_editor .mailpoet-steps, body.user_role_editor #newsletters_container .mailpoet-steps, body.user_role_editor #subscribers_container .mailpoet-steps, body.user_role_editor #import_container .mailpoet-steps, body.user_role_editor #mailpoet_editor .mailpoet-steps, body.user_role_author #newsletters_container .mailpoet-steps, body.user_role_author #subscribers_container .mailpoet-steps, body.user_role_author #import_container .mailpoet-steps, body.user_role_author #mailpoet_editor .mailpoet-steps {
  display: none;
  background: white;
  border-bottom: 0 none;
  height: 44px;
}
body.login #newsletters_container .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.login #subscribers_container .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.login #import_container .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.login #mailpoet_editor .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.user_role_editor #newsletters_container .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.user_role_editor #subscribers_container .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.user_role_editor #import_container .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.user_role_editor #mailpoet_editor .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.user_role_author #newsletters_container .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.user_role_author #subscribers_container .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.user_role_author #import_container .mailpoet-steps .mailpoet-step .mailpoet-step-badge, body.user_role_author #mailpoet_editor .mailpoet-steps .mailpoet-step .mailpoet-step-badge {
  color: #222222;
}
body.login #newsletters_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.login #subscribers_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.login #import_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.login #mailpoet_editor .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.user_role_editor #newsletters_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.user_role_editor #subscribers_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.user_role_editor #import_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.user_role_editor #mailpoet_editor .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.user_role_author #newsletters_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.user_role_author #subscribers_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.user_role_author #import_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge, body.user_role_author #mailpoet_editor .mailpoet-steps .mailpoet-step-active .mailpoet-step-badge {
  background-color: #222222;
  color: white;
}
body.login #newsletters_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.login #subscribers_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.login #import_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.login #mailpoet_editor .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.user_role_editor #newsletters_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.user_role_editor #subscribers_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.user_role_editor #import_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.user_role_editor #mailpoet_editor .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.user_role_author #newsletters_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.user_role_author #subscribers_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.user_role_author #import_container .mailpoet-steps .mailpoet-step-active .mailpoet-step-title, body.user_role_author #mailpoet_editor .mailpoet-steps .mailpoet-step-active .mailpoet-step-title {
  color: #222222;
}
body.login #newsletters_container .mailpoet-categories-item, body.login #subscribers_container .mailpoet-categories-item, body.login #import_container .mailpoet-categories-item, body.login #mailpoet_editor .mailpoet-categories-item, body.user_role_editor #newsletters_container .mailpoet-categories-item, body.user_role_editor #subscribers_container .mailpoet-categories-item, body.user_role_editor #import_container .mailpoet-categories-item, body.user_role_editor #mailpoet_editor .mailpoet-categories-item, body.user_role_author #newsletters_container .mailpoet-categories-item, body.user_role_author #subscribers_container .mailpoet-categories-item, body.user_role_author #import_container .mailpoet-categories-item, body.user_role_author #mailpoet_editor .mailpoet-categories-item {
  color: #222222;
}
body.login #newsletters_container .mailpoet-categories-item.active, body.login #subscribers_container .mailpoet-categories-item.active, body.login #import_container .mailpoet-categories-item.active, body.login #mailpoet_editor .mailpoet-categories-item.active, body.user_role_editor #newsletters_container .mailpoet-categories-item.active, body.user_role_editor #subscribers_container .mailpoet-categories-item.active, body.user_role_editor #import_container .mailpoet-categories-item.active, body.user_role_editor #mailpoet_editor .mailpoet-categories-item.active, body.user_role_author #newsletters_container .mailpoet-categories-item.active, body.user_role_author #subscribers_container .mailpoet-categories-item.active, body.user_role_author #import_container .mailpoet-categories-item.active, body.user_role_author #mailpoet_editor .mailpoet-categories-item.active {
  color: #222222;
}
body.login #newsletters_container .mailpoet-categories-item.active span, body.login #subscribers_container .mailpoet-categories-item.active span, body.login #import_container .mailpoet-categories-item.active span, body.login #mailpoet_editor .mailpoet-categories-item.active span, body.user_role_editor #newsletters_container .mailpoet-categories-item.active span, body.user_role_editor #subscribers_container .mailpoet-categories-item.active span, body.user_role_editor #import_container .mailpoet-categories-item.active span, body.user_role_editor #mailpoet_editor .mailpoet-categories-item.active span, body.user_role_author #newsletters_container .mailpoet-categories-item.active span, body.user_role_author #subscribers_container .mailpoet-categories-item.active span, body.user_role_author #import_container .mailpoet-categories-item.active span, body.user_role_author #mailpoet_editor .mailpoet-categories-item.active span {
  color: #222222;
}
body.login #newsletters_container .mailpoet-categories-item.active span:after, body.login #subscribers_container .mailpoet-categories-item.active span:after, body.login #import_container .mailpoet-categories-item.active span:after, body.login #mailpoet_editor .mailpoet-categories-item.active span:after, body.user_role_editor #newsletters_container .mailpoet-categories-item.active span:after, body.user_role_editor #subscribers_container .mailpoet-categories-item.active span:after, body.user_role_editor #import_container .mailpoet-categories-item.active span:after, body.user_role_editor #mailpoet_editor .mailpoet-categories-item.active span:after, body.user_role_author #newsletters_container .mailpoet-categories-item.active span:after, body.user_role_author #subscribers_container .mailpoet-categories-item.active span:after, body.user_role_author #import_container .mailpoet-categories-item.active span:after, body.user_role_author #mailpoet_editor .mailpoet-categories-item.active span:after {
  background: #222222;
}
body.login #newsletters_container .mailpoet-categories-item.active .mailpoet-categories-count, body.login #subscribers_container .mailpoet-categories-item.active .mailpoet-categories-count, body.login #import_container .mailpoet-categories-item.active .mailpoet-categories-count, body.login #mailpoet_editor .mailpoet-categories-item.active .mailpoet-categories-count, body.user_role_editor #newsletters_container .mailpoet-categories-item.active .mailpoet-categories-count, body.user_role_editor #subscribers_container .mailpoet-categories-item.active .mailpoet-categories-count, body.user_role_editor #import_container .mailpoet-categories-item.active .mailpoet-categories-count, body.user_role_editor #mailpoet_editor .mailpoet-categories-item.active .mailpoet-categories-count, body.user_role_author #newsletters_container .mailpoet-categories-item.active .mailpoet-categories-count, body.user_role_author #subscribers_container .mailpoet-categories-item.active .mailpoet-categories-count, body.user_role_author #import_container .mailpoet-categories-item.active .mailpoet-categories-count, body.user_role_author #mailpoet_editor .mailpoet-categories-item.active .mailpoet-categories-count {
  background-color: #ccc;
}
body.login #newsletters_container .mailpoet-categories-item .mailpoet-categories-count, body.login #subscribers_container .mailpoet-categories-item .mailpoet-categories-count, body.login #import_container .mailpoet-categories-item .mailpoet-categories-count, body.login #mailpoet_editor .mailpoet-categories-item .mailpoet-categories-count, body.user_role_editor #newsletters_container .mailpoet-categories-item .mailpoet-categories-count, body.user_role_editor #subscribers_container .mailpoet-categories-item .mailpoet-categories-count, body.user_role_editor #import_container .mailpoet-categories-item .mailpoet-categories-count, body.user_role_editor #mailpoet_editor .mailpoet-categories-item .mailpoet-categories-count, body.user_role_author #newsletters_container .mailpoet-categories-item .mailpoet-categories-count, body.user_role_author #subscribers_container .mailpoet-categories-item .mailpoet-categories-count, body.user_role_author #import_container .mailpoet-categories-item .mailpoet-categories-count, body.user_role_author #mailpoet_editor .mailpoet-categories-item .mailpoet-categories-count {
  background-color: #eee;
}
body.login #newsletters_container span.dashicons, body.login #subscribers_container span.dashicons, body.login #import_container span.dashicons, body.login #mailpoet_editor span.dashicons, body.user_role_editor #newsletters_container span.dashicons, body.user_role_editor #subscribers_container span.dashicons, body.user_role_editor #import_container span.dashicons, body.user_role_editor #mailpoet_editor span.dashicons, body.user_role_author #newsletters_container span.dashicons, body.user_role_author #subscribers_container span.dashicons, body.user_role_author #import_container span.dashicons, body.user_role_author #mailpoet_editor span.dashicons {
  color: white;
}
body.login #newsletters_container span.dashicons.dashicons-facebook, body.login #subscribers_container span.dashicons.dashicons-facebook, body.login #import_container span.dashicons.dashicons-facebook, body.login #mailpoet_editor span.dashicons.dashicons-facebook, body.user_role_editor #newsletters_container span.dashicons.dashicons-facebook, body.user_role_editor #subscribers_container span.dashicons.dashicons-facebook, body.user_role_editor #import_container span.dashicons.dashicons-facebook, body.user_role_editor #mailpoet_editor span.dashicons.dashicons-facebook, body.user_role_author #newsletters_container span.dashicons.dashicons-facebook, body.user_role_author #subscribers_container span.dashicons.dashicons-facebook, body.user_role_author #import_container span.dashicons.dashicons-facebook, body.user_role_author #mailpoet_editor span.dashicons.dashicons-facebook {
  color: #a8a8a8;
}
body.login #newsletters_container .mailpoet-listing-schedule-icon, body.login #subscribers_container .mailpoet-listing-schedule-icon, body.login #import_container .mailpoet-listing-schedule-icon, body.login #mailpoet_editor .mailpoet-listing-schedule-icon, body.user_role_editor #newsletters_container .mailpoet-listing-schedule-icon, body.user_role_editor #subscribers_container .mailpoet-listing-schedule-icon, body.user_role_editor #import_container .mailpoet-listing-schedule-icon, body.user_role_editor #mailpoet_editor .mailpoet-listing-schedule-icon, body.user_role_author #newsletters_container .mailpoet-listing-schedule-icon, body.user_role_author #subscribers_container .mailpoet-listing-schedule-icon, body.user_role_author #import_container .mailpoet-listing-schedule-icon, body.user_role_author #mailpoet_editor .mailpoet-listing-schedule-icon {
  filter: grayscale(100%);
}
body.login #newsletters_container .mailpoet-form-input, body.login #newsletters_container .mailpoet-form-toggle-control, body.login #newsletters_container .mailpoet-form-toggle-control:after, body.login #subscribers_container .mailpoet-form-input, body.login #subscribers_container .mailpoet-form-toggle-control, body.login #subscribers_container .mailpoet-form-toggle-control:after, body.login #import_container .mailpoet-form-input, body.login #import_container .mailpoet-form-toggle-control, body.login #import_container .mailpoet-form-toggle-control:after, body.login #mailpoet_editor .mailpoet-form-input, body.login #mailpoet_editor .mailpoet-form-toggle-control, body.login #mailpoet_editor .mailpoet-form-toggle-control:after, body.user_role_editor #newsletters_container .mailpoet-form-input, body.user_role_editor #newsletters_container .mailpoet-form-toggle-control, body.user_role_editor #newsletters_container .mailpoet-form-toggle-control:after, body.user_role_editor #subscribers_container .mailpoet-form-input, body.user_role_editor #subscribers_container .mailpoet-form-toggle-control, body.user_role_editor #subscribers_container .mailpoet-form-toggle-control:after, body.user_role_editor #import_container .mailpoet-form-input, body.user_role_editor #import_container .mailpoet-form-toggle-control, body.user_role_editor #import_container .mailpoet-form-toggle-control:after, body.user_role_editor #mailpoet_editor .mailpoet-form-input, body.user_role_editor #mailpoet_editor .mailpoet-form-toggle-control, body.user_role_editor #mailpoet_editor .mailpoet-form-toggle-control:after, body.user_role_author #newsletters_container .mailpoet-form-input, body.user_role_author #newsletters_container .mailpoet-form-toggle-control, body.user_role_author #newsletters_container .mailpoet-form-toggle-control:after, body.user_role_author #subscribers_container .mailpoet-form-input, body.user_role_author #subscribers_container .mailpoet-form-toggle-control, body.user_role_author #subscribers_container .mailpoet-form-toggle-control:after, body.user_role_author #import_container .mailpoet-form-input, body.user_role_author #import_container .mailpoet-form-toggle-control, body.user_role_author #import_container .mailpoet-form-toggle-control:after, body.user_role_author #mailpoet_editor .mailpoet-form-input, body.user_role_author #mailpoet_editor .mailpoet-form-toggle-control, body.user_role_author #mailpoet_editor .mailpoet-form-toggle-control:after {
  border: 1px solid #8c8f94;
  background-color: white;
}
body.login #newsletters_container .mailpoet-form-field-email-header, body.login #subscribers_container .mailpoet-form-field-email-header, body.login #import_container .mailpoet-form-field-email-header, body.login #mailpoet_editor .mailpoet-form-field-email-header, body.user_role_editor #newsletters_container .mailpoet-form-field-email-header, body.user_role_editor #subscribers_container .mailpoet-form-field-email-header, body.user_role_editor #import_container .mailpoet-form-field-email-header, body.user_role_editor #mailpoet_editor .mailpoet-form-field-email-header, body.user_role_author #newsletters_container .mailpoet-form-field-email-header, body.user_role_author #subscribers_container .mailpoet-form-field-email-header, body.user_role_author #import_container .mailpoet-form-field-email-header, body.user_role_author #mailpoet_editor .mailpoet-form-field-email-header {
  border-color: #ccc;
}
body.login #newsletters_container .mailpoet-form-field-email-header .mailpoet-form-field, body.login #subscribers_container .mailpoet-form-field-email-header .mailpoet-form-field, body.login #import_container .mailpoet-form-field-email-header .mailpoet-form-field, body.login #mailpoet_editor .mailpoet-form-field-email-header .mailpoet-form-field, body.user_role_editor #newsletters_container .mailpoet-form-field-email-header .mailpoet-form-field, body.user_role_editor #subscribers_container .mailpoet-form-field-email-header .mailpoet-form-field, body.user_role_editor #import_container .mailpoet-form-field-email-header .mailpoet-form-field, body.user_role_editor #mailpoet_editor .mailpoet-form-field-email-header .mailpoet-form-field, body.user_role_author #newsletters_container .mailpoet-form-field-email-header .mailpoet-form-field, body.user_role_author #subscribers_container .mailpoet-form-field-email-header .mailpoet-form-field, body.user_role_author #import_container .mailpoet-form-field-email-header .mailpoet-form-field, body.user_role_author #mailpoet_editor .mailpoet-form-field-email-header .mailpoet-form-field {
  border: 1px solid #8c8f94;
  border-radius: 6px;
}
body.login #newsletters_container .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.login #subscribers_container .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.login #import_container .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.login #mailpoet_editor .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.user_role_editor #newsletters_container .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.user_role_editor #subscribers_container .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.user_role_editor #import_container .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.user_role_editor #mailpoet_editor .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.user_role_author #newsletters_container .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.user_role_author #subscribers_container .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.user_role_author #import_container .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input, body.user_role_author #mailpoet_editor .mailpoet-form-field-email-header .mailpoet-form-field .mailpoet-form-input {
  border: 0 none;
}
body.login #newsletters_container .form-field-row-ga_campaign, body.login #subscribers_container .form-field-row-ga_campaign, body.login #import_container .form-field-row-ga_campaign, body.login #mailpoet_editor .form-field-row-ga_campaign, body.user_role_editor #newsletters_container .form-field-row-ga_campaign, body.user_role_editor #subscribers_container .form-field-row-ga_campaign, body.user_role_editor #import_container .form-field-row-ga_campaign, body.user_role_editor #mailpoet_editor .form-field-row-ga_campaign, body.user_role_author #newsletters_container .form-field-row-ga_campaign, body.user_role_author #subscribers_container .form-field-row-ga_campaign, body.user_role_author #import_container .form-field-row-ga_campaign, body.user_role_author #mailpoet_editor .form-field-row-ga_campaign {
  display: none;
}
body.login #newsletters_container input#search_input, body.login #subscribers_container input#search_input, body.login #import_container input#search_input, body.login #mailpoet_editor input#search_input, body.user_role_editor #newsletters_container input#search_input, body.user_role_editor #subscribers_container input#search_input, body.user_role_editor #import_container input#search_input, body.user_role_editor #mailpoet_editor input#search_input, body.user_role_author #newsletters_container input#search_input, body.user_role_author #subscribers_container input#search_input, body.user_role_author #import_container input#search_input, body.user_role_author #mailpoet_editor input#search_input {
  padding-left: 34px;
}
body.login #newsletters_container .mailpoet-tag-large, body.login #newsletters_container .mailpoet-tag-list, body.login #subscribers_container .mailpoet-tag-large, body.login #subscribers_container .mailpoet-tag-list, body.login #import_container .mailpoet-tag-large, body.login #import_container .mailpoet-tag-list, body.login #mailpoet_editor .mailpoet-tag-large, body.login #mailpoet_editor .mailpoet-tag-list, body.user_role_editor #newsletters_container .mailpoet-tag-large, body.user_role_editor #newsletters_container .mailpoet-tag-list, body.user_role_editor #subscribers_container .mailpoet-tag-large, body.user_role_editor #subscribers_container .mailpoet-tag-list, body.user_role_editor #import_container .mailpoet-tag-large, body.user_role_editor #import_container .mailpoet-tag-list, body.user_role_editor #mailpoet_editor .mailpoet-tag-large, body.user_role_editor #mailpoet_editor .mailpoet-tag-list, body.user_role_author #newsletters_container .mailpoet-tag-large, body.user_role_author #newsletters_container .mailpoet-tag-list, body.user_role_author #subscribers_container .mailpoet-tag-large, body.user_role_author #subscribers_container .mailpoet-tag-list, body.user_role_author #import_container .mailpoet-tag-large, body.user_role_author #import_container .mailpoet-tag-list, body.user_role_author #mailpoet_editor .mailpoet-tag-large, body.user_role_author #mailpoet_editor .mailpoet-tag-list {
  background-color: #eee;
  border: 0 none;
  color: #222222 !important;
}
body.login #newsletters_container .mailpoet-subscribers-in-plan, body.login #subscribers_container .mailpoet-subscribers-in-plan, body.login #import_container .mailpoet-subscribers-in-plan, body.login #mailpoet_editor .mailpoet-subscribers-in-plan, body.user_role_editor #newsletters_container .mailpoet-subscribers-in-plan, body.user_role_editor #subscribers_container .mailpoet-subscribers-in-plan, body.user_role_editor #import_container .mailpoet-subscribers-in-plan, body.user_role_editor #mailpoet_editor .mailpoet-subscribers-in-plan, body.user_role_author #newsletters_container .mailpoet-subscribers-in-plan, body.user_role_author #subscribers_container .mailpoet-subscribers-in-plan, body.user_role_author #import_container .mailpoet-subscribers-in-plan, body.user_role_author #mailpoet_editor .mailpoet-subscribers-in-plan {
  display: none;
}
body.login #newsletters_container .mailpoet_tool svg, body.login #newsletters_container .mailpoet_region_content *, body.login #subscribers_container .mailpoet_tool svg, body.login #subscribers_container .mailpoet_region_content *, body.login #import_container .mailpoet_tool svg, body.login #import_container .mailpoet_region_content *, body.login #mailpoet_editor .mailpoet_tool svg, body.login #mailpoet_editor .mailpoet_region_content *, body.user_role_editor #newsletters_container .mailpoet_tool svg, body.user_role_editor #newsletters_container .mailpoet_region_content *, body.user_role_editor #subscribers_container .mailpoet_tool svg, body.user_role_editor #subscribers_container .mailpoet_region_content *, body.user_role_editor #import_container .mailpoet_tool svg, body.user_role_editor #import_container .mailpoet_region_content *, body.user_role_editor #mailpoet_editor .mailpoet_tool svg, body.user_role_editor #mailpoet_editor .mailpoet_region_content *, body.user_role_author #newsletters_container .mailpoet_tool svg, body.user_role_author #newsletters_container .mailpoet_region_content *, body.user_role_author #subscribers_container .mailpoet_tool svg, body.user_role_author #subscribers_container .mailpoet_region_content *, body.user_role_author #import_container .mailpoet_tool svg, body.user_role_author #import_container .mailpoet_region_content *, body.user_role_author #mailpoet_editor .mailpoet_tool svg, body.user_role_author #mailpoet_editor .mailpoet_region_content * {
  box-sizing: initial;
}
body.login #newsletters_container .mailpoet_widget .mailpoet_widget_icon, body.login #subscribers_container .mailpoet_widget .mailpoet_widget_icon, body.login #import_container .mailpoet_widget .mailpoet_widget_icon, body.login #mailpoet_editor .mailpoet_widget .mailpoet_widget_icon, body.user_role_editor #newsletters_container .mailpoet_widget .mailpoet_widget_icon, body.user_role_editor #subscribers_container .mailpoet_widget .mailpoet_widget_icon, body.user_role_editor #import_container .mailpoet_widget .mailpoet_widget_icon, body.user_role_editor #mailpoet_editor .mailpoet_widget .mailpoet_widget_icon, body.user_role_author #newsletters_container .mailpoet_widget .mailpoet_widget_icon, body.user_role_author #subscribers_container .mailpoet_widget .mailpoet_widget_icon, body.user_role_author #import_container .mailpoet_widget .mailpoet_widget_icon, body.user_role_author #mailpoet_editor .mailpoet_widget .mailpoet_widget_icon {
  border: 1px solid transparent;
}
body.login .mailpoet-tab-content, body.user_role_editor .mailpoet-tab-content, body.user_role_author .mailpoet-tab-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.login .mailpoet-top-bar, body.login .mailpoet-top-bar > a, body.login #beacon-container, body.login .mailpoet-top-bar-beamer, body.login a[href*="list-cleaning-services"], body.login a[href*="video-guide-importing-subscribers-using-a-csv-file"], body.login a[href*="supression-list"], body.login .mailpoet-settings-label .description, body.login .sm-survey, body.login #import_container .updated, body.user_role_editor .mailpoet-top-bar, body.user_role_editor .mailpoet-top-bar > a, body.user_role_editor #beacon-container, body.user_role_editor .mailpoet-top-bar-beamer, body.user_role_editor a[href*="list-cleaning-services"], body.user_role_editor a[href*="video-guide-importing-subscribers-using-a-csv-file"], body.user_role_editor a[href*="supression-list"], body.user_role_editor .mailpoet-settings-label .description, body.user_role_editor .sm-survey, body.user_role_editor #import_container .updated, body.user_role_author .mailpoet-top-bar, body.user_role_author .mailpoet-top-bar > a, body.user_role_author #beacon-container, body.user_role_author .mailpoet-top-bar-beamer, body.user_role_author a[href*="list-cleaning-services"], body.user_role_author a[href*="video-guide-importing-subscribers-using-a-csv-file"], body.user_role_author a[href*="supression-list"], body.user_role_author .mailpoet-settings-label .description, body.user_role_author .sm-survey, body.user_role_author #import_container .updated {
  display: none !important;
}
body.user_role_editor.toplevel_page_mailpoet-newsletters .dich_dashboard_page {
  display: none;
}
body.login #mailpoet_notices, body.user_role_editor #mailpoet_notices, body.user_role_author #mailpoet_notices {
  display: none;
}
.mailpoet_page_mailpoet-newsletters #wpbody-content .wrap {
  padding: 0 5% !important;
}
body.login #newsletter-top-content, body.user_role_editor #newsletter-top-content, body.user_role_author #newsletter-top-content {
  margin-bottom: 72px;
}
body.login nav#dash-nav-bar, body.user_role_editor nav#dash-nav-bar, body.user_role_author nav#dash-nav-bar {
  position: relative;
  z-index: 100;
  padding: 24px 28px 0 44px;
  max-width: 1200px;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  body.login nav#dash-nav-bar, body.user_role_editor nav#dash-nav-bar, body.user_role_author nav#dash-nav-bar {
    padding-left: 22px;
  }
}
body.login nav#dash-nav-bar #nav-logo, body.user_role_editor nav#dash-nav-bar #nav-logo, body.user_role_author nav#dash-nav-bar #nav-logo {
  position: absolute;
  z-index: 2;
  margin-top: 0;
}
body.login nav#dash-nav-bar #nav-logo img, body.user_role_editor nav#dash-nav-bar #nav-logo img, body.user_role_author nav#dash-nav-bar #nav-logo img {
  width: 220px;
}
@media only screen and (max-width: 1024px) {
  body.login nav#dash-nav-bar #nav-logo, body.user_role_editor nav#dash-nav-bar #nav-logo, body.user_role_author nav#dash-nav-bar #nav-logo {
    display: none;
  }
}
body.login nav#dash-nav-bar #nav-expand, body.user_role_editor nav#dash-nav-bar #nav-expand, body.user_role_author nav#dash-nav-bar #nav-expand {
  font-size: 24px;
  color: #222222;
}
@media only screen and (min-width: 768px) {
  body.login nav#dash-nav-bar #nav-expand, body.user_role_editor nav#dash-nav-bar #nav-expand, body.user_role_author nav#dash-nav-bar #nav-expand {
    display: none;
  }
}
body.login nav#dash-nav-bar > ul, body.user_role_editor nav#dash-nav-bar > ul, body.user_role_author nav#dash-nav-bar > ul {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 24px;
  margin-top: 0;
  margin-left: auto;
  flex-grow: 4;
  max-width: 760px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  body.login nav#dash-nav-bar > ul, body.user_role_editor nav#dash-nav-bar > ul, body.user_role_author nav#dash-nav-bar > ul {
    display: none;
  }
  body.login nav#dash-nav-bar > ul.expanded, body.user_role_editor nav#dash-nav-bar > ul.expanded, body.user_role_author nav#dash-nav-bar > ul.expanded {
    display: block;
  }
}
body.login nav#dash-nav-bar > ul li.notifications .icon-container, body.user_role_editor nav#dash-nav-bar > ul li.notifications .icon-container, body.user_role_author nav#dash-nav-bar > ul li.notifications .icon-container {
  position: relative;
  display: inline-block;
}
body.login nav#dash-nav-bar > ul li.notifications .icon-container i, body.user_role_editor nav#dash-nav-bar > ul li.notifications .icon-container i, body.user_role_author nav#dash-nav-bar > ul li.notifications .icon-container i {
  font-size: 24px;
  color: #4b83fc;
}
body.login nav#dash-nav-bar > ul li.notifications .icon-container .comment-count, body.user_role_editor nav#dash-nav-bar > ul li.notifications .icon-container .comment-count, body.user_role_author nav#dash-nav-bar > ul li.notifications .icon-container .comment-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-68%, -68%);
  font-size: 12px;
  background: transparent;
  text-align: center;
  color: #fff;
  width: 22px;
}
body.login nav#dash-nav-bar > ul li.settings ul, body.user_role_editor nav#dash-nav-bar > ul li.settings ul, body.user_role_author nav#dash-nav-bar > ul li.settings ul {
  min-width: fit-content;
  right: 0;
}
body.login nav#dash-nav-bar > ul li.selected a, body.user_role_editor nav#dash-nav-bar > ul li.selected a, body.user_role_author nav#dash-nav-bar > ul li.selected a {
  color: #4b83fc;
}
body.login nav#dash-nav-bar > ul li.selected a:before, body.user_role_editor nav#dash-nav-bar > ul li.selected a:before, body.user_role_author nav#dash-nav-bar > ul li.selected a:before {
  color: #4b83fc;
}
body.login nav#dash-nav-bar > ul > li a, body.user_role_editor nav#dash-nav-bar > ul > li a, body.user_role_author nav#dash-nav-bar > ul > li a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #222222;
}
body.login nav#dash-nav-bar > ul > li > a, body.user_role_editor nav#dash-nav-bar > ul > li > a, body.user_role_author nav#dash-nav-bar > ul > li > a {
  padding-bottom: 20px;
  font-weight: 600;
}
body.login nav#dash-nav-bar > ul > li > a:before, body.user_role_editor nav#dash-nav-bar > ul > li > a:before, body.user_role_author nav#dash-nav-bar > ul > li > a:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
}
body.login nav#dash-nav-bar > ul > li > ul, body.user_role_editor nav#dash-nav-bar > ul > li > ul, body.user_role_author nav#dash-nav-bar > ul > li > ul {
  display: none;
  background: #222222;
  padding: 16px 24px;
  border-radius: 6px;
  margin-top: 10px;
  z-index: 150;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  body.login nav#dash-nav-bar > ul > li > ul, body.user_role_editor nav#dash-nav-bar > ul > li > ul, body.user_role_author nav#dash-nav-bar > ul > li > ul {
    display: none !important;
  }
}
body.login nav#dash-nav-bar > ul > li > ul > li, body.user_role_editor nav#dash-nav-bar > ul > li > ul > li, body.user_role_author nav#dash-nav-bar > ul > li > ul > li {
  margin-bottom: 0;
  margin-top: 6px;
  padding-left: 0;
}
body.login nav#dash-nav-bar > ul > li > ul > li:first-child, body.user_role_editor nav#dash-nav-bar > ul > li > ul > li:first-child, body.user_role_author nav#dash-nav-bar > ul > li > ul > li:first-child {
  margin-top: 0;
}
body.login nav#dash-nav-bar > ul > li > ul > li.nav-hidden, body.user_role_editor nav#dash-nav-bar > ul > li > ul > li.nav-hidden, body.user_role_author nav#dash-nav-bar > ul > li > ul > li.nav-hidden {
  display: none;
}
body.login nav#dash-nav-bar > ul > li > ul > li a, body.user_role_editor nav#dash-nav-bar > ul > li > ul > li a, body.user_role_author nav#dash-nav-bar > ul > li > ul > li a {
  font-size: 14px;
  color: white !important;
}
body.login nav#dash-nav-bar > ul > li > ul > li a:before, body.user_role_editor nav#dash-nav-bar > ul > li > ul > li a:before, body.user_role_author nav#dash-nav-bar > ul > li > ul > li a:before {
  display: none;
}
body.login nav#dash-nav-bar > ul > li:hover > ul, body.user_role_editor nav#dash-nav-bar > ul > li:hover > ul, body.user_role_author nav#dash-nav-bar > ul > li:hover > ul {
  display: block;
  position: absolute;
}
body.login nav#dash-nav-bar > ul > li.profile ul, body.user_role_editor nav#dash-nav-bar > ul > li.profile ul, body.user_role_author nav#dash-nav-bar > ul > li.profile ul {
  right: 4px;
}
@media only screen and (min-width: 768px) {
  body.login nav#dash-nav-bar > ul > li.logout, body.user_role_editor nav#dash-nav-bar > ul > li.logout, body.user_role_author nav#dash-nav-bar > ul > li.logout {
    display: none;
  }
}
body.login nav#dash-nav-bar > ul.nav-bar-author, body.user_role_editor nav#dash-nav-bar > ul.nav-bar-author, body.user_role_author nav#dash-nav-bar > ul.nav-bar-author {
  justify-content: flex-end;
  gap: 30px;
}
body.login nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications), body.user_role_editor nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications), body.user_role_author nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications) {
  white-space: nowrap;
}
body.login nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications) li, body.user_role_editor nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications) li, body.user_role_author nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications) li {
  position: relative;
}
body.login nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications) li ul, body.user_role_editor nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications) li ul, body.user_role_author nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications) li ul {
  left: 0;
  min-width: max-content;
}
body.login nav#dash-nav-bar > ul.secondary, body.user_role_editor nav#dash-nav-bar > ul.secondary, body.user_role_author nav#dash-nav-bar > ul.secondary {
  padding-top: 16px;
  padding-bottom: 30px;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-around;
  border-top: 1px solid #222222;
}
body.login #primary-navigation, body.user_role_editor #primary-navigation, body.user_role_author #primary-navigation {
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #f5f5f5;
}
body.login #primary-navigation .dropdown, body.user_role_editor #primary-navigation .dropdown, body.user_role_author #primary-navigation .dropdown {
  height: 100%;
  width: 100%;
}
body.login #primary-navigation ul, body.user_role_editor #primary-navigation ul, body.user_role_author #primary-navigation ul {
  list-style-type: none;
}
body.login #primary-navigation .nav, body.user_role_editor #primary-navigation .nav, body.user_role_author #primary-navigation .nav {
  border: none;
}
body.login #primary-navigation #nav-tab .nav-link, body.login #primary-navigation #nav-tabContent .nav-link, body.user_role_editor #primary-navigation #nav-tab .nav-link, body.user_role_editor #primary-navigation #nav-tabContent .nav-link, body.user_role_author #primary-navigation #nav-tab .nav-link, body.user_role_author #primary-navigation #nav-tabContent .nav-link {
  color: #222222;
  border-radius: unset;
  text-transform: uppercase;
  border: none;
  transition: none;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  body.login #primary-navigation #nav-tab .nav-link i, body.login #primary-navigation #nav-tabContent .nav-link i, body.user_role_editor #primary-navigation #nav-tab .nav-link i, body.user_role_editor #primary-navigation #nav-tabContent .nav-link i, body.user_role_author #primary-navigation #nav-tab .nav-link i, body.user_role_author #primary-navigation #nav-tabContent .nav-link i {
    font-size: 20px;
  }
  body.login #primary-navigation #nav-tab .nav-link:not(.profile) i, body.login #primary-navigation #nav-tabContent .nav-link:not(.profile) i, body.user_role_editor #primary-navigation #nav-tab .nav-link:not(.profile) i, body.user_role_editor #primary-navigation #nav-tabContent .nav-link:not(.profile) i, body.user_role_author #primary-navigation #nav-tab .nav-link:not(.profile) i, body.user_role_author #primary-navigation #nav-tabContent .nav-link:not(.profile) i {
    padding-right: 0;
  }
}
body.login #primary-navigation #nav-tab .dropdown, body.login #primary-navigation #nav-tabContent .dropdown, body.user_role_editor #primary-navigation #nav-tab .dropdown, body.user_role_editor #primary-navigation #nav-tabContent .dropdown, body.user_role_author #primary-navigation #nav-tab .dropdown, body.user_role_author #primary-navigation #nav-tabContent .dropdown {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
body.login #primary-navigation #nav-tab .dropdown a, body.login #primary-navigation #nav-tab .dropdown button, body.login #primary-navigation #nav-tabContent .dropdown a, body.login #primary-navigation #nav-tabContent .dropdown button, body.user_role_editor #primary-navigation #nav-tab .dropdown a, body.user_role_editor #primary-navigation #nav-tab .dropdown button, body.user_role_editor #primary-navigation #nav-tabContent .dropdown a, body.user_role_editor #primary-navigation #nav-tabContent .dropdown button, body.user_role_author #primary-navigation #nav-tab .dropdown a, body.user_role_author #primary-navigation #nav-tab .dropdown button, body.user_role_author #primary-navigation #nav-tabContent .dropdown a, body.user_role_author #primary-navigation #nav-tabContent .dropdown button {
  text-align: left;
  width: 100%;
  background-color: transparent;
  color: black;
  text-transform: uppercase;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-toggle, body.login #primary-navigation #nav-tabContent .dropdown .dropdown-toggle, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-toggle, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-toggle, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-toggle, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-toggle {
  border-radius: 0;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu, body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0;
  overflow: visible !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 2px 2px;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu-right, body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu-right, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu-right, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu-right, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu-right, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu-right {
  transform: translate3d(197px, 0px, 0px) !important;
  overflow: visible !important;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu li, body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu li, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu li, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu li, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu li, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu li {
  padding-left: 0;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active, body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.active, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.active, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.active {
  border: unset;
  border-radius: 0;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active.dropdown-toggle::after, body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.active.dropdown-toggle::after, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active.dropdown-toggle::after, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.active.dropdown-toggle::after, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active.dropdown-toggle::after, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.active.dropdown-toggle::after {
  color: #222;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.profile, body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.profile, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.profile, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.profile, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.profile, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.profile {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.dropdown-toggle::after, body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.dropdown-toggle::after, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.dropdown-toggle::after, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.dropdown-toggle::after, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.dropdown-toggle::after, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.dropdown-toggle::after {
  color: #fff;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu li:last-child, body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu li:last-child, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu li:last-child, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu li:last-child, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu li:last-child, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu.show, body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu.show, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu.show, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu.show, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu.show, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu.show {
  display: block !important;
}
body.login #primary-navigation #nav-tab, body.user_role_editor #primary-navigation #nav-tab, body.user_role_author #primary-navigation #nav-tab {
  max-width: 1024px;
  margin: 0 auto;
}
body.login #primary-navigation #nav-tab .dropdown, body.user_role_editor #primary-navigation #nav-tab .dropdown, body.user_role_author #primary-navigation #nav-tab .dropdown {
  position: relative;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu {
  width: 80vw;
  background-color: #f5f5f5;
}
body.login #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.login #primary-navigation #nav-tab .dropdown .nav-link-sub-dropdown, body.user_role_editor #primary-navigation #nav-tab .dropdown .nav-link-sub-dropdown, body.user_role_author #primary-navigation #nav-tab .dropdown .nav-link-sub-dropdown {
    top: 0;
    left: 0;
  }
  body.login #primary-navigation #nav-tab .dropdown .nav-link-sub-dropdown.dropdown-menu-right, body.user_role_editor #primary-navigation #nav-tab .dropdown .nav-link-sub-dropdown.dropdown-menu-right, body.user_role_author #primary-navigation #nav-tab .dropdown .nav-link-sub-dropdown.dropdown-menu-right {
    right: auto;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  body.login #primary-navigation #nav-tab, body.user_role_editor #primary-navigation #nav-tab, body.user_role_author #primary-navigation #nav-tab {
    width: 100%;
  }
  body.login #primary-navigation #nav-tab .dropdown .nav-link-icon, body.user_role_editor #primary-navigation #nav-tab .dropdown .nav-link-icon, body.user_role_author #primary-navigation #nav-tab .dropdown .nav-link-icon {
    cursor: pointer;
  }
  body.login #primary-navigation #nav-tab .dropdown .nav-link-icon.active, body.login #primary-navigation #nav-tab .dropdown .nav-link-icon:hover, body.user_role_editor #primary-navigation #nav-tab .dropdown .nav-link-icon.active, body.user_role_editor #primary-navigation #nav-tab .dropdown .nav-link-icon:hover, body.user_role_author #primary-navigation #nav-tab .dropdown .nav-link-icon.active, body.user_role_author #primary-navigation #nav-tab .dropdown .nav-link-icon:hover {
    background-color: #fff;
  }
  body.login #primary-navigation #nav-tab .dropdown .nav-link-icon::after, body.user_role_editor #primary-navigation #nav-tab .dropdown .nav-link-icon::after, body.user_role_author #primary-navigation #nav-tab .dropdown .nav-link-icon::after {
    content: unset;
  }
  body.login #primary-navigation #nav-tab .dropdown .dropdown-menu, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu {
    background-color: #222;
    border-radius: 5px;
  }
  body.login #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link {
    padding: 10px 25px;
    color: #fff;
  }
  body.login #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active, body.login #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link:hover, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link:hover, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link:hover {
    background-color: #fff;
    color: #222;
  }
  body.login #primary-navigation #nav-tab .dropdown .dropdown-menu-start, body.user_role_editor #primary-navigation #nav-tab .dropdown .dropdown-menu-start, body.user_role_author #primary-navigation #nav-tab .dropdown .dropdown-menu-start {
    right: 0;
  }
  body.login #primary-navigation #nav-tab li, body.user_role_editor #primary-navigation #nav-tab li, body.user_role_author #primary-navigation #nav-tab li {
    margin-bottom: 0;
  }
  body.login #primary-navigation #nav-tab li:nth-last-child(3), body.user_role_editor #primary-navigation #nav-tab li:nth-last-child(3), body.user_role_author #primary-navigation #nav-tab li:nth-last-child(3) {
    margin-left: auto;
  }
}
body.login #primary-navigation #nav-tabContent, body.user_role_editor #primary-navigation #nav-tabContent, body.user_role_author #primary-navigation #nav-tabContent {
  width: 100%;
  background-color: #222222;
}
body.login #primary-navigation #nav-tabContent .dropdown .dropdown-toggle, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-toggle, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-toggle {
  background-color: #222222;
  color: #fff;
}
body.login #primary-navigation #nav-tabContent .dropdown .dropdown-toggle.show, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-toggle.show, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-toggle.show {
  background-color: #fff;
  color: #222222;
}
body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu {
  width: 100%;
}
body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu .dropdown-header, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu .dropdown-header, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu .dropdown-header {
  padding: 12px 16px;
}
body.login #primary-navigation #nav-tabContent .dropdown .dropdown-menu .nav-link.active, body.user_role_editor #primary-navigation #nav-tabContent .dropdown .dropdown-menu .nav-link.active, body.user_role_author #primary-navigation #nav-tabContent .dropdown .dropdown-menu .nav-link.active {
  background-color: #222222;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.login #primary-navigation #nav-tabContent, body.user_role_editor #primary-navigation #nav-tabContent, body.user_role_author #primary-navigation #nav-tabContent {
    background-color: #fff;
    padding-bottom: 20px;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane, body.user_role_author #primary-navigation #nav-tabContent .tab-pane {
    padding-top: 25px;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills {
    justify-content: center;
    align-items: center;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills li, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills li, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills li {
    position: relative;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills li:nth-child(2):before, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills li:nth-child(2):before, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills li:nth-child(2):before {
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    color: #222;
    top: 10px;
    left: -5%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle {
    background-color: unset;
    margin-left: 10px;
    color: #222222;
    padding-top: 6px;
    vertical-align: middle;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle.active:after, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle.active:after, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle.active:after {
    color: #fff;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle:after, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle:after, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    border: none;
    position: relative;
    top: 4px;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.active .dropdown-toggle, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.active .dropdown-toggle, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.active .dropdown-toggle {
    border-radius: 6px;
    background-color: #222222 !important;
    color: #fff;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.active .dropdown-toggle::after, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.active .dropdown-toggle::after, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.active .dropdown-toggle::after {
    color: #fff;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.show .dropdown-menu, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.show .dropdown-menu, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.show .dropdown-menu {
    display: block !important;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.show .dropdown-menu .dropdown-item, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.show .dropdown-menu .dropdown-item, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.show .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f6f6f6;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .nav-link-sub-dropdown, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .nav-link-sub-dropdown, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .nav-link-sub-dropdown {
    margin-left: 10px;
  }
  body.login #primary-navigation #nav-tabContent .tab-pane .nav-pills .nav-link.active, body.user_role_editor #primary-navigation #nav-tabContent .tab-pane .nav-pills .nav-link.active, body.user_role_author #primary-navigation #nav-tabContent .tab-pane .nav-pills .nav-link.active {
    border-radius: 6px;
    background-color: #222;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  body.login #primary-navigation, body.user_role_editor #primary-navigation, body.user_role_author #primary-navigation {
    flex-direction: column;
  }
}
body.login .wrap, body.user_role_editor .wrap, body.user_role_author .wrap {
  padding: 72px 28px 72px 52px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  body.login .wrap, body.user_role_editor .wrap, body.user_role_author .wrap {
    padding: 0;
  }
}
body.login .wrap.dashboard-welcome, body.user_role_editor .wrap.dashboard-welcome, body.user_role_author .wrap.dashboard-welcome {
  margin: 0;
  padding: 0;
}
body.login .wrap.dich_dashboard_page .notice, body.login .wrap.dich_dashboard_page .error, body.user_role_editor .wrap.dich_dashboard_page .notice, body.user_role_editor .wrap.dich_dashboard_page .error, body.user_role_author .wrap.dich_dashboard_page .notice, body.user_role_author .wrap.dich_dashboard_page .error {
  opacity: 1;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-balance.disabled:after, body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list.disabled:after, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-balance.disabled:after, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list.disabled:after, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-balance.disabled:after, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list.disabled:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  animation: fa-spin 2s linear infinite;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-balance, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-balance, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-balance {
  position: relative;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-balance .left-content, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-balance .left-content, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-balance .left-content {
  padding-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  body.login .wrap.dich_dashboard_page.partners .wrapper-balance .left-content, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-balance .left-content, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-balance .left-content {
    padding-right: 50px;
    margin-bottom: 0;
  }
}
body.login .wrap.dich_dashboard_page.partners .wrapper-balance .right-content, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-balance .right-content, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-balance .right-content {
  padding: 30px;
  border-radius: 20px;
  width: 210px;
  height: 100px;
  box-sizing: content-box;
  background-color: #4b83fc;
  position: relative;
}
@media (min-width: 768px) {
  body.login .wrap.dich_dashboard_page.partners .wrapper-balance .right-content, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-balance .right-content, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-balance .right-content {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  body.login .wrap.dich_dashboard_page.partners .wrapper-balance .right-content, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-balance .right-content, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-balance .right-content {
    padding: 30px;
  }
}
body.login .wrap.dich_dashboard_page.partners .wrapper-balance .right-content p, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-balance .right-content p, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-balance .right-content p {
  font-family: "Courier New", Courier, monospace;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-balance .right-content a, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-balance .right-content a, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-balance .right-content a {
  position: absolute;
  top: 14px;
  right: 14px;
  text-decoration: none;
  color: white;
  font-size: 20px;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list {
  position: relative;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list tr th, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list tr th, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list tr th {
  font-size: 14px;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td {
  font-size: 14px;
  padding-top: 20px;
  cursor: pointer;
  position: relative;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .partner-name, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .partner-name, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .partner-name {
  font-weight: 600;
  text-decoration: underline;
  color: #4b83fc;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .tier-icon, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .tier-icon, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .tier-icon {
  padding-left: 8px;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .tier-icon .gold, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .tier-icon .gold, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .tier-icon .gold {
  color: #f2b737;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .tier-icon .silver, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .tier-icon .silver, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .tier-icon .silver {
  color: #7f7f7f;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .resend-invite, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .resend-invite, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list tr td .resend-invite {
  position: absolute;
  margin-top: -5px;
  left: -100%;
  width: 100%;
  text-align: right;
  padding-right: 10px;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-links, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-links, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-links {
  display: flex;
  gap: 40px;
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 14px;
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-links, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-links, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-links {
    padding-left: 30px;
  }
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status {
  position: relative;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status .resend-email, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status .resend-email, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status .resend-email {
  margin-right: 10px;
  position: absolute;
  left: -100%;
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status .badge, body.login .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status .resend-email > .btn, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status .badge, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status .resend-email > .btn, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status .badge, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status .resend-email > .btn {
  transform: translateY(-5px);
}
body.login .wrap.dich_dashboard_page.partners .wrapper-partner-form .left-content, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partner-form .left-content, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partner-form .left-content {
  padding-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  body.login .wrap.dich_dashboard_page.partners .wrapper-partner-form .left-content, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-partner-form .left-content, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-partner-form .left-content {
    padding-right: 100px;
    margin-bottom: 0;
  }
}
body.login .wrap.dich_dashboard_page.partners .wrapper-marketing .right-content, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-marketing .right-content, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-marketing .right-content {
  padding-right: 0;
}
@media (min-width: 768px) {
  body.login .wrap.dich_dashboard_page.partners .wrapper-marketing .right-content, body.user_role_editor .wrap.dich_dashboard_page.partners .wrapper-marketing .right-content, body.user_role_author .wrap.dich_dashboard_page.partners .wrapper-marketing .right-content {
    padding-right: 65px;
  }
}
body.login .container, body.user_role_editor .container, body.user_role_author .container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 80px;
}
@media only screen and (max-width: 575px) {
  body.login .container, body.user_role_editor .container, body.user_role_author .container {
    padding: 0;
  }
}
body.login .container .row, body.user_role_editor .container .row, body.user_role_author .container .row {
  margin: 40px auto 74px;
}
body.login .container .row.nested-row, body.user_role_editor .container .row.nested-row, body.user_role_author .container .row.nested-row {
  margin: 40px 5%;
}
body.login .container .row.featured-row, body.user_role_editor .container .row.featured-row, body.user_role_author .container .row.featured-row {
  padding: 60px 10%;
}
@media only screen and (max-width: 575px) {
  body.login .container .row.featured-row, body.user_role_editor .container .row.featured-row, body.user_role_author .container .row.featured-row {
    padding: 0;
  }
}
body.login .container .row.focused-row, body.user_role_editor .container .row.focused-row, body.user_role_author .container .row.focused-row {
  padding: 0 10%;
}
@media only screen and (max-width: 575px) {
  body.login .container .row.focused-row, body.user_role_editor .container .row.focused-row, body.user_role_author .container .row.focused-row {
    padding: 0;
  }
}
body.login .container .row h1, body.login .container .row h2, body.login .container .row h3, body.user_role_editor .container .row h1, body.user_role_editor .container .row h2, body.user_role_editor .container .row h3, body.user_role_author .container .row h1, body.user_role_author .container .row h2, body.user_role_author .container .row h3 {
  margin-bottom: 0;
}
body.login .container .row h1 b, body.login .container .row h2 b, body.login .container .row h3 b, body.user_role_editor .container .row h1 b, body.user_role_editor .container .row h2 b, body.user_role_editor .container .row h3 b, body.user_role_author .container .row h1 b, body.user_role_author .container .row h2 b, body.user_role_author .container .row h3 b {
  font-weight: 600;
}
body.login .container .row h1 svg, body.login .container .row h1 i.fa-solid, body.login .container .row h1 i.fa-brands, body.login .container .row h2 svg, body.login .container .row h2 i.fa-solid, body.login .container .row h2 i.fa-brands, body.login .container .row h3 svg, body.login .container .row h3 i.fa-solid, body.login .container .row h3 i.fa-brands, body.user_role_editor .container .row h1 svg, body.user_role_editor .container .row h1 i.fa-solid, body.user_role_editor .container .row h1 i.fa-brands, body.user_role_editor .container .row h2 svg, body.user_role_editor .container .row h2 i.fa-solid, body.user_role_editor .container .row h2 i.fa-brands, body.user_role_editor .container .row h3 svg, body.user_role_editor .container .row h3 i.fa-solid, body.user_role_editor .container .row h3 i.fa-brands, body.user_role_author .container .row h1 svg, body.user_role_author .container .row h1 i.fa-solid, body.user_role_author .container .row h1 i.fa-brands, body.user_role_author .container .row h2 svg, body.user_role_author .container .row h2 i.fa-solid, body.user_role_author .container .row h2 i.fa-brands, body.user_role_author .container .row h3 svg, body.user_role_author .container .row h3 i.fa-solid, body.user_role_author .container .row h3 i.fa-brands {
  padding-right: 14px;
}
body.login .container .row h1:last-child, body.login .container .row h2:last-child, body.login .container .row h3:last-child, body.user_role_editor .container .row h1:last-child, body.user_role_editor .container .row h2:last-child, body.user_role_editor .container .row h3:last-child, body.user_role_author .container .row h1:last-child, body.user_role_author .container .row h2:last-child, body.user_role_author .container .row h3:last-child {
  padding-bottom: 0;
}
body.login .container .row p a, body.user_role_editor .container .row p a, body.user_role_author .container .row p a {
  font-weight: 600;
  color: #4b83fc;
}
body.login .container .row p a span, body.user_role_editor .container .row p a span, body.user_role_author .container .row p a span {
  font-weight: normal;
}
body.login .container .row p b, body.login .container .row p strong, body.user_role_editor .container .row p b, body.user_role_editor .container .row p strong, body.user_role_author .container .row p b, body.user_role_author .container .row p strong {
  font-weight: 600;
}
body.login .container .row p:last-child, body.user_role_editor .container .row p:last-child, body.user_role_author .container .row p:last-child {
  margin: 0;
}
body.login .container .row:first-child:not(.nested-row), body.user_role_editor .container .row:first-child:not(.nested-row), body.user_role_author .container .row:first-child:not(.nested-row) {
  margin-top: 0;
}
body.login .container .row a, body.user_role_editor .container .row a, body.user_role_author .container .row a {
  cursor: pointer;
}
body.login .container .badge, body.user_role_editor .container .badge, body.user_role_author .container .badge {
  background-color: #ecf9f5;
  color: #66cea9;
  padding: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 120px;
}
body.login .container .badge svg, body.login .container .badge i.fa-solid, body.login .container .badge i.fa-brands, body.user_role_editor .container .badge svg, body.user_role_editor .container .badge i.fa-solid, body.user_role_editor .container .badge i.fa-brands, body.user_role_author .container .badge svg, body.user_role_author .container .badge i.fa-solid, body.user_role_author .container .badge i.fa-brands {
  padding-right: 8px;
}
body.login .container .badge.badge-upcoming, body.user_role_editor .container .badge.badge-upcoming, body.user_role_author .container .badge.badge-upcoming {
  background-color: #f6edd0;
  color: #b8a321;
}
body.login .container .badge.badge-disabled, body.user_role_editor .container .badge.badge-disabled, body.user_role_author .container .badge.badge-disabled {
  background-color: #f9ecec;
  color: #ce6666;
}
body.login .container .toggle, body.user_role_editor .container .toggle, body.user_role_author .container .toggle {
  background-color: #66cea9;
  color: white;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  width: fit-content;
  cursor: pointer;
}
body.login .container .toggle span, body.user_role_editor .container .toggle span, body.user_role_author .container .toggle span {
  font-weight: 900;
  color: white;
  padding-left: 8px;
  padding-right: 0px;
}
body.login .container .toggle span:before, body.login .container .toggle span:after, body.user_role_editor .container .toggle span:before, body.user_role_editor .container .toggle span:after, body.user_role_author .container .toggle span:before, body.user_role_author .container .toggle span:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
  font-size: 20px;
  vertical-align: -3px;
  padding-left: 10px;
  padding-right: 0;
}
body.login .container .toggle span:before, body.user_role_editor .container .toggle span:before, body.user_role_author .container .toggle span:before {
  display: none;
}
body.login .container .toggle.toggle-disabled, body.user_role_editor .container .toggle.toggle-disabled, body.user_role_author .container .toggle.toggle-disabled {
  background-color: #ce6666;
}
body.login .container .toggle.toggle-disabled span, body.user_role_editor .container .toggle.toggle-disabled span, body.user_role_author .container .toggle.toggle-disabled span {
  padding-left: 0;
  padding-right: 8px;
}
body.login .container .toggle.toggle-disabled span:after, body.user_role_editor .container .toggle.toggle-disabled span:after, body.user_role_author .container .toggle.toggle-disabled span:after {
  display: none;
}
body.login .container .toggle.toggle-disabled span:before, body.user_role_editor .container .toggle.toggle-disabled span:before, body.user_role_author .container .toggle.toggle-disabled span:before {
  display: inline;
  padding-left: 0;
  padding-right: 10px;
}
body.login .v-center, body.user_role_editor .v-center, body.user_role_author .v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.login .h-center, body.user_role_editor .h-center, body.user_role_author .h-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.login hr, body.user_role_editor hr, body.user_role_author hr {
  border-top-color: #f6f6f6;
  padding-bottom: 40px;
  opacity: 1;
}
body.login form, body.user_role_editor form, body.user_role_author form {
  font-size: 14px;
}
body.login form input, body.login form textarea, body.login form select, body.user_role_editor form input, body.user_role_editor form textarea, body.user_role_editor form select, body.user_role_author form input, body.user_role_author form textarea, body.user_role_author form select {
  font-size: 14px;
}
body.login form table textarea, body.login form table select, body.user_role_editor form table textarea, body.user_role_editor form table select, body.user_role_author form table textarea, body.user_role_author form table select {
  width: 100%;
  max-width: 380px;
}
body.login .spacer, body.user_role_editor .spacer, body.user_role_author .spacer {
  padding-bottom: 60px;
}
body.login svg, body.login i.fa-solid, body.login i.fa-brands, body.user_role_editor svg, body.user_role_editor i.fa-solid, body.user_role_editor i.fa-brands, body.user_role_author svg, body.user_role_author i.fa-solid, body.user_role_author i.fa-brands {
  padding-right: 8px;
}
body.login svg.fa-spin, body.login i.fa-solid.fa-spin, body.login i.fa-brands.fa-spin, body.user_role_editor svg.fa-spin, body.user_role_editor i.fa-solid.fa-spin, body.user_role_editor i.fa-brands.fa-spin, body.user_role_author svg.fa-spin, body.user_role_author i.fa-solid.fa-spin, body.user_role_author i.fa-brands.fa-spin {
  color: #4b83fc;
  padding-right: 0px;
  font-size: 20px;
  vertical-align: middle;
}
body.login .bg-lightblue, body.user_role_editor .bg-lightblue, body.user_role_author .bg-lightblue {
  background-color: #f5f8fd;
}
body.login .bg-lightgray, body.user_role_editor .bg-lightgray, body.user_role_author .bg-lightgray {
  background-color: #f6f6f6;
}
body.login .bg-lightgreen, body.user_role_editor .bg-lightgreen, body.user_role_author .bg-lightgreen {
  background-color: #ecf9f5;
}
body.login .bg-lightred, body.user_role_editor .bg-lightred, body.user_role_author .bg-lightred {
  background-color: #f9ecec;
}
body.login .img-thumbnail, body.user_role_editor .img-thumbnail, body.user_role_author .img-thumbnail {
  margin-bottom: 0.5em;
}
body.login .qr-code img, body.user_role_editor .qr-code img, body.user_role_author .qr-code img {
  border: 8px solid white;
  border-radius: 6px;
  margin: 0 auto;
}
body.login ul li, body.login ol li, body.user_role_editor ul li, body.user_role_editor ol li, body.user_role_author ul li, body.user_role_author ol li {
  font-size: 14px;
  padding-left: 10px;
}
body.login ul, body.user_role_editor ul, body.user_role_author ul {
  list-style-type: disc;
}
body.login .hidden, body.user_role_editor .hidden, body.user_role_author .hidden {
  display: none;
}
body.login .disabled, body.user_role_editor .disabled, body.user_role_author .disabled {
  pointer-events: none;
  opacity: 0.5;
}
body.login #dich-admin-footer, body.user_role_editor #dich-admin-footer, body.user_role_author #dich-admin-footer {
  background: #222222;
  min-width: 100%;
  color: white;
  margin-top: auto;
}
body.login #dich-admin-footer .row, body.user_role_editor #dich-admin-footer .row, body.user_role_author #dich-admin-footer .row {
  margin: 0 auto;
  padding: 72px 8px 80px 32px;
  max-width: 1160px;
  row-gap: 60px;
}
@media only screen and (max-width: 575px) {
  body.login #dich-admin-footer .row, body.user_role_editor #dich-admin-footer .row, body.user_role_author #dich-admin-footer .row {
    padding: 64px 32px;
  }
}
body.login #dich-admin-footer .row h2, body.user_role_editor #dich-admin-footer .row h2, body.user_role_author #dich-admin-footer .row h2 {
  font-size: 26px;
  line-height: 1.4em;
  padding-bottom: 1.2em;
  color: white;
  text-align: center;
}
body.login #dich-admin-footer .row h3, body.user_role_editor #dich-admin-footer .row h3, body.user_role_author #dich-admin-footer .row h3 {
  color: white;
}
body.login #dich-admin-footer .row a, body.user_role_editor #dich-admin-footer .row a, body.user_role_author #dich-admin-footer .row a {
  text-decoration: none;
  color: white;
}
body.login #dich-admin-footer .copyright-info, body.user_role_editor #dich-admin-footer .copyright-info, body.user_role_author #dich-admin-footer .copyright-info {
  padding-bottom: 36px;
  text-align: center;
  font-size: smaller;
}
body.login #css-theme-preview-image, body.user_role_editor #css-theme-preview-image, body.user_role_author #css-theme-preview-image {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  right: 0;
}
body.login #get-script, body.user_role_editor #get-script, body.user_role_author #get-script {
  background-color: #f6f6f6;
  padding: 4%;
}
body.login #sb-settings .sbsw-connected-accounts-inner h4, body.login #sb-settings .sbsw-connected-accounts-inner button, body.user_role_editor #sb-settings .sbsw-connected-accounts-inner h4, body.user_role_editor #sb-settings .sbsw-connected-accounts-inner button, body.user_role_author #sb-settings .sbsw-connected-accounts-inner h4, body.user_role_author #sb-settings .sbsw-connected-accounts-inner button {
  display: none;
}
body.login #sb-settings .sbsw-connected-accounts-inner .sbsw-selected, body.user_role_editor #sb-settings .sbsw-connected-accounts-inner .sbsw-selected, body.user_role_author #sb-settings .sbsw-connected-accounts-inner .sbsw-selected {
  font-weight: 600;
  color: #66cea9;
}
body.login #sb-settings a.icon, body.user_role_editor #sb-settings a.icon, body.user_role_author #sb-settings a.icon {
  vertical-align: -0.1em;
}
body.login #dashboard-channel-buttons, body.user_role_editor #dashboard-channel-buttons, body.user_role_author #dashboard-channel-buttons {
  max-width: 700px;
}
body.login #dashboard-channel-buttons p:empty, body.user_role_editor #dashboard-channel-buttons p:empty, body.user_role_author #dashboard-channel-buttons p:empty {
  margin: 0;
}
body.login #dashboard-channel-buttons a.btn, body.user_role_editor #dashboard-channel-buttons a.btn, body.user_role_author #dashboard-channel-buttons a.btn {
  margin: 0 8px 16px 0;
}
body.login #dashboard-channel-buttons a.btn.disabled, body.user_role_editor #dashboard-channel-buttons a.btn.disabled, body.user_role_author #dashboard-channel-buttons a.btn.disabled {
  pointer-events: initial;
  opacity: 0.2;
}
body.user_role_author #view-social-media-posts {
  display: none;
}
body.login [v-cloak], body.user_role_editor [v-cloak], body.user_role_author [v-cloak] {
  display: none;
}
body.login img.profile, body.user_role_editor img.profile, body.user_role_author img.profile {
  border-radius: 50% 50%;
}
body.login .accordion-button:not(.collapsed), body.user_role_editor .accordion-button:not(.collapsed), body.user_role_author .accordion-button:not(.collapsed) {
  color: #222;
  background-color: unset;
}
body.login .col-link, body.user_role_editor .col-link, body.user_role_author .col-link {
  color: #222;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  body.login .col-link.col-link-border, body.user_role_editor .col-link.col-link-border, body.user_role_author .col-link.col-link-border {
    display: block;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}
body.login .btn, body.user_role_editor .btn, body.user_role_author .btn {
  color: white !important;
  font-size: 14px;
  font-weight: 600;
  border: 0 none;
  width: fit-content;
}
body.login .btn.btn-wide, body.user_role_editor .btn.btn-wide, body.user_role_author .btn.btn-wide {
  width: 220px;
}
body.login .btn.btn-primary, body.user_role_editor .btn.btn-primary, body.user_role_author .btn.btn-primary {
  background-color: #4b83fc;
}
body.login .btn.btn-primary:focus, body.user_role_editor .btn.btn-primary:focus, body.user_role_author .btn.btn-primary:focus {
  box-shadow: 0 0 4px #4b83fc !important;
}
body.login .btn.btn-secondary, body.user_role_editor .btn.btn-secondary, body.user_role_author .btn.btn-secondary {
  background-color: #66cea9;
}
body.login .btn.btn-secondary:focus, body.user_role_editor .btn.btn-secondary:focus, body.user_role_author .btn.btn-secondary:focus {
  box-shadow: 0 0 4px #66cea9 !important;
}
body.login .btn.btn-stop, body.user_role_editor .btn.btn-stop, body.user_role_author .btn.btn-stop {
  background-color: #ce6666;
}
body.login .btn.btn-stop:focus, body.user_role_editor .btn.btn-stop:focus, body.user_role_author .btn.btn-stop:focus {
  box-shadow: 0 0 4px #ce6666 !important;
}
body.login .btn.btn-dark, body.user_role_editor .btn.btn-dark, body.user_role_author .btn.btn-dark {
  background-color: #222222;
}
body.login .btn.btn-dark.icon, body.user_role_editor .btn.btn-dark.icon, body.user_role_author .btn.btn-dark.icon {
  padding: 10px 16px;
}
body.login .btn.btn-red, body.user_role_editor .btn.btn-red, body.user_role_author .btn.btn-red {
  background: #ce6666;
}
body.login .btn.btn-red:disabled, body.user_role_editor .btn.btn-red:disabled, body.user_role_author .btn.btn-red:disabled {
  background: #da8d8d;
  cursor: not-allowed;
}
body.login .btn.btn-green, body.user_role_editor .btn.btn-green, body.user_role_author .btn.btn-green {
  background: #66cea9;
}
body.login .btn.btn-green:disabled, body.user_role_editor .btn.btn-green:disabled, body.user_role_author .btn.btn-green:disabled {
  background: #8ddabf;
  cursor: not-allowed;
}
body.login .btn.btn-large, body.user_role_editor .btn.btn-large, body.user_role_author .btn.btn-large {
  padding: 12px 18px;
}
body.login .btn.btn-capitalize, body.user_role_editor .btn.btn-capitalize, body.user_role_author .btn.btn-capitalize {
  text-transform: capitalize;
}
body.login .btn.btn-paginate, body.user_role_editor .btn.btn-paginate, body.user_role_author .btn.btn-paginate {
  border-radius: 100%;
}
body.login .btn svg, body.login .btn i.fa-solid, body.login .btn i.fa-brands, body.user_role_editor .btn svg, body.user_role_editor .btn i.fa-solid, body.user_role_editor .btn i.fa-brands, body.user_role_author .btn svg, body.user_role_author .btn i.fa-solid, body.user_role_author .btn i.fa-brands {
  padding-right: 8px;
}
body.login .fw, body.user_role_editor .fw, body.user_role_author .fw {
  font-weight: 400 !important;
}
body.login .fw-500, body.user_role_editor .fw-500, body.user_role_author .fw-500 {
  font-weight: 500 !important;
}
body.login .fw-600, body.user_role_editor .fw-600, body.user_role_author .fw-600 {
  font-weight: 600 !important;
}
body.login .fw-700, body.user_role_editor .fw-700, body.user_role_author .fw-700 {
  font-weight: 700 !important;
}
body.login .masonry-grid, body.user_role_editor .masonry-grid, body.user_role_author .masonry-grid {
  min-height: 1px;
  height: auto !important;
}
body.login .masonry-grid .masonry-item, body.user_role_editor .masonry-grid .masonry-item, body.user_role_author .masonry-grid .masonry-item {
  width: 100%;
  margin-bottom: 16px;
  margin-right: 16px;
}
@media (min-width: 576px) {
  body.login .masonry-grid .masonry-item, body.user_role_editor .masonry-grid .masonry-item, body.user_role_author .masonry-grid .masonry-item {
    width: calc(50% - 16px);
  }
}
@media (min-width: 768px) {
  body.login .masonry-grid .masonry-item, body.user_role_editor .masonry-grid .masonry-item, body.user_role_author .masonry-grid .masonry-item {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 992px) {
  body.login .masonry-grid .masonry-item, body.user_role_editor .masonry-grid .masonry-item, body.user_role_author .masonry-grid .masonry-item {
    width: calc(25% - 16px);
  }
}
body.login #wpw_auto_poster_meta, body.user_role_editor #wpw_auto_poster_meta, body.user_role_author #wpw_auto_poster_meta {
  display: none !important;
}
body.login div.dich-tab-container#posting-schedule-tabs, body.user_role_editor div.dich-tab-container#posting-schedule-tabs, body.user_role_author div.dich-tab-container#posting-schedule-tabs {
  max-width: 1100px;
  margin: 60px auto 0;
  padding-left: 12px;
}
body.login div.dich-tab-container#quick-share-tabs, body.user_role_editor div.dich-tab-container#quick-share-tabs, body.user_role_author div.dich-tab-container#quick-share-tabs {
  margin: 60px auto 0;
}
body.login div.dich-tab-container#quick-share-tabs .hidden, body.user_role_editor div.dich-tab-container#quick-share-tabs .hidden, body.user_role_author div.dich-tab-container#quick-share-tabs .hidden {
  display: none;
}
body.login div.dich-tab-container a, body.user_role_editor div.dich-tab-container a, body.user_role_author div.dich-tab-container a {
  display: inline-block;
  padding: 14px 36px;
  text-decoration: none;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
  font-size: 14px;
  color: #222222;
}
body.login div.dich-tab-container a i, body.user_role_editor div.dich-tab-container a i, body.user_role_author div.dich-tab-container a i {
  padding-right: 8px;
}
body.login div.dich-tab-container a.selected, body.user_role_editor div.dich-tab-container a.selected, body.user_role_author div.dich-tab-container a.selected {
  background-color: #f6f6f6;
  color: #4b83fc;
}
body.login div.dich-tab-container a:focus, body.user_role_editor div.dich-tab-container a:focus, body.user_role_author div.dich-tab-container a:focus {
  box-shadow: none;
}
body.login #quick-share-header, body.user_role_editor #quick-share-header, body.user_role_author #quick-share-header {
  max-width: 860px;
  margin: 100px auto 0;
}
body.login #quick-share-header h2, body.user_role_editor #quick-share-header h2, body.user_role_author #quick-share-header h2 {
  margin: 0;
}
body.login #quick-share-header #quick-share-link, body.user_role_editor #quick-share-header #quick-share-link, body.user_role_author #quick-share-header #quick-share-link {
  margin-top: 60px;
  padding: 0;
}
body.user_role_editor #wpbody-content {
  padding-top: 0 !important;
}
body.user_role_editor.social-auto-poster_page_wpw-auto-poster-quick-share #wpbody-content .wrap:not(.dich_dashboard_page) {
  padding-top: 0;
}
body.user_role_editor.social-auto-poster_page_wpw-auto-poster-quick-share #wpbody-content .wrap:not(.dich_dashboard_page) > br, body.user_role_editor.social-auto-poster_page_wpw-auto-poster-quick-share #wpbody-content .wrap:not(.dich_dashboard_page) > h2, body.user_role_editor.social-auto-poster_page_wpw-auto-poster-quick-share #wpbody-content .wrap:not(.dich_dashboard_page) > .wpw-auto-poster-logo {
  display: none;
}
body.login .wpw-scheduling-wrap, body.user_role_editor .wpw-scheduling-wrap, body.user_role_author .wpw-scheduling-wrap {
  background-color: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 40px;
}
body.login .wpw-scheduling-wrap > h2:not(.nav-tab-wrapper), body.login .wpw-scheduling-wrap > .wpw-auto-poster-logo, body.user_role_editor .wpw-scheduling-wrap > h2:not(.nav-tab-wrapper), body.user_role_editor .wpw-scheduling-wrap > .wpw-auto-poster-logo, body.user_role_author .wpw-scheduling-wrap > h2:not(.nav-tab-wrapper), body.user_role_author .wpw-scheduling-wrap > .wpw-auto-poster-logo {
  display: none;
}
body.login .wpw-scheduling-wrap .nav-tab-wrapper, body.user_role_editor .wpw-scheduling-wrap .nav-tab-wrapper, body.user_role_author .wpw-scheduling-wrap .nav-tab-wrapper {
  display: flex;
  flex-direction: row;
  padding-top: 0;
  border-bottom: 0 none;
}
body.login .wpw-scheduling-wrap .nav-tab-wrapper .nav-tab, body.user_role_editor .wpw-scheduling-wrap .nav-tab-wrapper .nav-tab, body.user_role_author .wpw-scheduling-wrap .nav-tab-wrapper .nav-tab {
  border: 0;
  padding: 14px 36px;
  color: #222222;
  background-color: transparent;
  margin-left: 0;
}
body.login .wpw-scheduling-wrap .nav-tab-wrapper .nav-tab i, body.user_role_editor .wpw-scheduling-wrap .nav-tab-wrapper .nav-tab i, body.user_role_author .wpw-scheduling-wrap .nav-tab-wrapper .nav-tab i {
  padding-right: 8px;
}
body.login .wpw-scheduling-wrap .nav-tab-wrapper .nav-tab.nav-tab-active, body.user_role_editor .wpw-scheduling-wrap .nav-tab-wrapper .nav-tab.nav-tab-active, body.user_role_author .wpw-scheduling-wrap .nav-tab-wrapper .nav-tab.nav-tab-active {
  color: #4b83fc;
}
body.login .wpw-scheduling-wrap #product-filter, body.user_role_editor .wpw-scheduling-wrap #product-filter, body.user_role_author .wpw-scheduling-wrap #product-filter {
  background-color: white;
  padding: 25px;
}
body.login .wpw-scheduling-wrap #product-filter .tablenav.top, body.user_role_editor .wpw-scheduling-wrap #product-filter .tablenav.top, body.user_role_author .wpw-scheduling-wrap #product-filter .tablenav.top {
  margin: 0;
}
body.login .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions, body.user_role_editor .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions, body.user_role_author .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions {
  float: left;
}
body.login .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions > *, body.user_role_editor .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions > *, body.user_role_author .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions > * {
  display: none !important;
}
body.login .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions #wpw_auto_poster_social_status_chosen, body.user_role_editor .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions #wpw_auto_poster_social_status_chosen, body.user_role_author .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions #wpw_auto_poster_social_status_chosen {
  display: inline-block !important;
}
body.login .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions #wpw_auto_poster_social_status_chosen a, body.user_role_editor .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions #wpw_auto_poster_social_status_chosen a, body.user_role_author .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions #wpw_auto_poster_social_status_chosen a {
  border: 1px solid gray;
  background: none;
  padding: 8px 14px;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  border-radius: 5px;
}
body.login .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions #wpw_auto_poster_social_status_chosen a:after, body.user_role_editor .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions #wpw_auto_poster_social_status_chosen a:after, body.user_role_author .wpw-scheduling-wrap #product-filter .tablenav.top .filteractions #wpw_auto_poster_social_status_chosen a:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0.4em;
  font-size: 16px;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}
body.login .wpw-scheduling-wrap #product-filter table, body.user_role_editor .wpw-scheduling-wrap #product-filter table, body.user_role_author .wpw-scheduling-wrap #product-filter table {
  border: 0 none;
  border-collapse: collapse;
}
body.login .wpw-scheduling-wrap #product-filter table tr, body.user_role_editor .wpw-scheduling-wrap #product-filter table tr, body.user_role_author .wpw-scheduling-wrap #product-filter table tr {
  background-color: white;
  color: #222222;
  border-bottom: 0.5px solid #ccc;
}
body.login .wpw-scheduling-wrap #product-filter table tr th, body.login .wpw-scheduling-wrap #product-filter table tr td, body.user_role_editor .wpw-scheduling-wrap #product-filter table tr th, body.user_role_editor .wpw-scheduling-wrap #product-filter table tr td, body.user_role_author .wpw-scheduling-wrap #product-filter table tr th, body.user_role_author .wpw-scheduling-wrap #product-filter table tr td {
  padding: 24px 0 !important;
  font-size: 14px;
}
body.login .wpw-scheduling-wrap #product-filter table tfoot, body.user_role_editor .wpw-scheduling-wrap #product-filter table tfoot, body.user_role_author .wpw-scheduling-wrap #product-filter table tfoot {
  display: none;
}
body.login .wpw-auto-poster-quick-share-wrap h1, body.user_role_editor .wpw-auto-poster-quick-share-wrap h1, body.user_role_author .wpw-auto-poster-quick-share-wrap h1 {
  display: none;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container {
  flex-direction: column-reverse;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container .wpw-auto-poster-card, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container .wpw-auto-poster-card, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container .wpw-auto-poster-card {
  box-shadow: none;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left {
  display: none;
  width: 100%;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left *:not(h1, h2, h3, h4, h5, h6), body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left *:not(h1, h2, h3, h4, h5, h6), body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left *:not(h1, h2, h3, h4, h5, h6) {
  font-size: 14px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box {
  background-color: #f6f6f6;
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 60px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container {
  background: transparent;
  position: absolute;
  margin-left: 0;
  padding-top: 45px;
  width: 240px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape {
  width: 100%;
  padding: 0 32px 0 10px;
  max-width: none;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape:nth-child(2), body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape:nth-child(2), body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape:nth-child(2) {
  display: none;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape:nth-child(2) p, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape:nth-child(2) p, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape:nth-child(2) p {
  display: none;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader label, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader label, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader label {
  background-color: white;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  height: 190px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader label span.dashicons, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader label span.dashicons, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader label span.dashicons {
  color: #bcbcbc;
  font-size: 42px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader label p, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader label p, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader label p {
  display: none;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader p, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader p, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .wpw-auto-poster-uploader-container .wpw-auto-poster-uploader-wrape .wpw-auto-poster-uploader p {
  font-size: 11px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field {
  margin-bottom: 0;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field textarea, body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field input[type="text"], body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field textarea, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field input[type="text"], body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field textarea, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field input[type="text"] {
  box-shadow: none;
  background-color: white;
  border: 1px solid #bcbcbc;
  border-radius: 4px !important;
  color: #222222;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field p, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field p, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field p {
  font-size: 11px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field:not(.wpw-auto-poster-uploader-container), body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field:not(.wpw-auto-poster-uploader-container), body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field:not(.wpw-auto-poster-uploader-container) {
  width: 68%;
  margin-left: 32%;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field .wpw-qs-icon, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field .wpw-qs-icon, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #quick-share-box .form-field .wpw-qs-icon {
  background-color: transparent;
  color: #4b83fc;
  font-size: 24px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-left #social-network-selection-box, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-left #social-network-selection-box, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-left #social-network-selection-box {
  display: none;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right {
  width: 100%;
  background-color: #f6f6f6;
  padding-right: 16px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right *:not(h1, h2, h3, h4, h5, h6), body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right *:not(h1, h2, h3, h4, h5, h6), body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right *:not(h1, h2, h3, h4, h5, h6) {
  font-size: 14px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right input[type="search"], body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right select, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right input[type="search"], body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right select, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right input[type="search"], body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right select {
  width: 220px;
  border-radius: 4px;
  border-color: #bcbcbc;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right input[type="search"], body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right input[type="search"], body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right input[type="search"] {
  background-image: none;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right input[type="checkbox"], body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right input[type="checkbox"], body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right input[type="checkbox"] {
  background-color: white;
  border-color: #bcbcbc;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .tab-container, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .tab-container, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .tab-container {
  background-color: white;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap {
  background: #f6f6f6;
  margin: 0 auto !important;
  border-bottom: 0 none;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul {
  padding-left: 0;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a {
  border: 1px solid transparent;
  background-color: #f6f6f6;
  color: #222222;
  padding: 14px 36px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a.nav-tab-active, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a.nav-tab-active, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a.nav-tab-active {
  background-color: white !important;
  color: #4b83fc;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a.nav-tab-active:before, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a.nav-tab-active:before, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a.nav-tab-active:before {
  color: #4b83fc;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a:before, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a:before, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a:before {
  padding-right: 8px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a#published:before, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a#published:before, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a#published:before {
  content: "";
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a#scheduled:before, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a#scheduled:before, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .sap-tab-nav-wrap ul li a#scheduled:before {
  content: "";
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .dataTables_length, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .dataTables_length, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .dataTables_length {
  margin-left: 120px;
  margin-top: 2px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right .dataTables_length select, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right .dataTables_length select, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right .dataTables_length select {
  width: 50px;
  color: #222222;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right table, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right table, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right table {
  border: 0 none;
  border-collapse: collapse;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right table tr, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right table tr, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right table tr {
  background-color: white;
  color: #222222;
  border-bottom: 0.5px solid #ccc;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right table tr th, body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right table tr td, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right table tr th, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right table tr td, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right table tr th, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right table tr td {
  padding: 24px 0 !important;
  font-size: 14px;
}
body.login .wpw-auto-poster-quick-share-wrap #col-container #col-right table tfoot, body.user_role_editor .wpw-auto-poster-quick-share-wrap #col-container #col-right table tfoot, body.user_role_author .wpw-auto-poster-quick-share-wrap #col-container #col-right table tfoot {
  display: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap .subsubsub, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap table.tablenav, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap .subsubsub, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap table.tablenav, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap .subsubsub, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap table.tablenav {
  display: none !important;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form .search-box, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form .tablenav, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form .search-box, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form .tablenav, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form .search-box, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form .tablenav {
  display: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr {
  background: none !important;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list trtr, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list trtr, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list trtr {
  border-top: 1px solid #CDCDCD;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list trtr td, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list trtr td, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list trtr td {
  vertical-align: middle;
  padding: 30px 0 !important;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td {
  padding: 0 0 30px 0;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.unapproved td, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.unapproved td, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.unapproved td {
  background: none !important;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.unapproved .column-author .author-name::before, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.unapproved .column-author .author-name::before, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.unapproved .column-author .author-name::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #222222;
  font-weight: 600;
  margin-right: 5px;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.unapproved .comment-subject, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.unapproved .comment-subject, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.unapproved .comment-subject {
  display: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.approved td, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.approved td, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.approved td {
  border-top: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.approved .column-comment .new-message, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.approved .column-comment .new-message, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr.approved .column-comment .new-message {
  display: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td {
  width: auto;
  box-shadow: initial;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr .check-column, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr .check-column, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr .check-column {
  display: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  box-shadow: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author::before, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author::before, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author::before {
  display: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author .author-name, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author .author-name, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author .author-name {
  font-size: 14px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: bold;
  color: #222222;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author a, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author a, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author a {
  display: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author a[href*="mailto"], body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author a[href*="mailto"], body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author a[href*="mailto"] {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Montserrat", "Open Sans", sans-serif;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author .avatar, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author .avatar, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-author .avatar {
  display: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-response, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-response, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-response {
  display: none !important;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment .comment-author, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment .toggle-row, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment .comment-author, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment .toggle-row, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment .comment-author, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment .toggle-row {
  display: none !important;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p {
  margin: 0;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  color: #222222;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p .comments-edit-item-link, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p span, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p .comments-edit-item-link, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p span, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p .comments-edit-item-link, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p span {
  font-weight: bold;
  margin-right: 10px;
  pointer-events: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p span:empty, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p span:empty, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-comment p span:empty {
  display: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date::before, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date::before, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date::before {
  display: none;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .submitted-on, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .submitted-on, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .submitted-on {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 12px;
  color: #222222;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions {
  margin-top: 5px;
  line-height: 2em;
  padding: 0 10px;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .approve, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .unapprove, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .quickedit, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .edit, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .approve, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .unapprove, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .quickedit, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .edit, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .approve, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .unapprove, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .quickedit, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .edit {
  display: none !important;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions span, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions span, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions span {
  margin-right: 5px;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .reply .button-link, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .reply .button-link, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .reply .button-link {
  color: #4b83fc;
  text-decoration: underline;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .spam a, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .trash a, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .spam a, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .trash a, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .spam a, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr td.column-date .row-actions .trash a {
  color: #ce6666;
  text-decoration: underline;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replyhead, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replyhead, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replyhead {
  display: none !important;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.save #replybtn, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.save #replybtn, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.save #replybtn {
  color: #fff;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.save #replybtn:hover, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.save #replybtn:focus, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.save #replybtn:hover, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.save #replybtn:focus, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.save #replybtn:hover, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.save #replybtn:focus {
  color: #fff;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.cancel, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.cancel, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.cancel {
  color: #fff;
  background: #4b83fc;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.cancel:hover, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.cancel:focus, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.cancel:hover, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.cancel:focus, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.cancel:hover, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button.cancel:focus {
  color: #fff;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button:hover, body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button:focus, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button:hover, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button:focus, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button:hover, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button:focus {
  color: #fff;
  background: #4b83fc;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form h2, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form h2, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form h2 {
  font-size: 22px;
  font-weight: normal;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form label, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form label, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form label {
  display: block;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form label input[type="checkbox"], body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form label input[type="checkbox"], body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form label input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
}
body.login.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form button, body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form button, body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form button {
  margin-top: 20px;
}
@keyframes bot-pulse {
  0% {
    transform: scale(0.1);
    box-shadow: 0 0 0 0 #4b83fc;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(75, 131, 252, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(75, 131, 252, 0);
  }
}
@keyframes slideIn {
  0% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
}
body.login #article-generator .bot, body.login #topic-researcher .bot, body.login #interview-session .bot, body.user_role_editor #article-generator .bot, body.user_role_editor #topic-researcher .bot, body.user_role_editor #interview-session .bot, body.user_role_author #article-generator .bot, body.user_role_author #topic-researcher .bot, body.user_role_author #interview-session .bot {
  background: url(/wp-content/uploads/dashboard/bot1.png) no-repeat;
  padding-right: 100px;
  background-size: auto 72px;
  background-position: center right 10px;
  min-height: 72px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
body.login #article-generator .bot p, body.login #topic-researcher .bot p, body.login #interview-session .bot p, body.user_role_editor #article-generator .bot p, body.user_role_editor #topic-researcher .bot p, body.user_role_editor #interview-session .bot p, body.user_role_author #article-generator .bot p, body.user_role_author #topic-researcher .bot p, body.user_role_author #interview-session .bot p {
  background-color: #f6f6f6;
  padding: 1em 1.5em;
  position: relative;
}
body.login #article-generator .bot p:after, body.login #topic-researcher .bot p:after, body.login #interview-session .bot p:after, body.user_role_editor #article-generator .bot p:after, body.user_role_editor #topic-researcher .bot p:after, body.user_role_editor #interview-session .bot p:after, body.user_role_author #article-generator .bot p:after, body.user_role_author #topic-researcher .bot p:after, body.user_role_author #interview-session .bot p:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0;
  border-left: 10px solid #f6f6f6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
body.login #article-generator .bot.pending:after, body.login #topic-researcher .bot.pending:after, body.login #interview-session .bot.pending:after, body.user_role_editor #article-generator .bot.pending:after, body.user_role_editor #topic-researcher .bot.pending:after, body.user_role_editor #interview-session .bot.pending:after, body.user_role_author #article-generator .bot.pending:after, body.user_role_author #topic-researcher .bot.pending:after, body.user_role_author #interview-session .bot.pending:after {
  content: "";
  background: transparent;
  position: absolute;
  right: -19px;
  margin-top: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 black;
  transform: scale(1);
  animation: bot-pulse 1.5s infinite;
  z-index: -1;
}
body.login #article-generator .bot.reverse, body.login #topic-researcher .bot.reverse, body.login #interview-session .bot.reverse, body.user_role_editor #article-generator .bot.reverse, body.user_role_editor #topic-researcher .bot.reverse, body.user_role_editor #interview-session .bot.reverse, body.user_role_author #article-generator .bot.reverse, body.user_role_author #topic-researcher .bot.reverse, body.user_role_author #interview-session .bot.reverse {
  padding-right: 0px;
  padding-left: 100px;
  background-position: center left 10px;
}
body.login #article-generator .bot.reverse.pending:after, body.login #topic-researcher .bot.reverse.pending:after, body.login #interview-session .bot.reverse.pending:after, body.user_role_editor #article-generator .bot.reverse.pending:after, body.user_role_editor #topic-researcher .bot.reverse.pending:after, body.user_role_editor #interview-session .bot.reverse.pending:after, body.user_role_author #article-generator .bot.reverse.pending:after, body.user_role_author #topic-researcher .bot.reverse.pending:after, body.user_role_author #interview-session .bot.reverse.pending:after {
  right: unset;
  left: -19px;
}
body.login #article-generator .bot.reverse p:after, body.login #topic-researcher .bot.reverse p:after, body.login #interview-session .bot.reverse p:after, body.user_role_editor #article-generator .bot.reverse p:after, body.user_role_editor #topic-researcher .bot.reverse p:after, body.user_role_editor #interview-session .bot.reverse p:after, body.user_role_author #article-generator .bot.reverse p:after, body.user_role_author #topic-researcher .bot.reverse p:after, body.user_role_author #interview-session .bot.reverse p:after {
  left: unset;
  right: 100%;
  transform: translateY(-50%) rotate(180deg);
}
body.login #article-generator .user, body.login #topic-researcher .user, body.login #interview-session .user, body.user_role_editor #article-generator .user, body.user_role_editor #topic-researcher .user, body.user_role_editor #interview-session .user, body.user_role_author #article-generator .user, body.user_role_author #topic-researcher .user, body.user_role_author #interview-session .user {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
body.login #article-generator .user .user-icon, body.login #topic-researcher .user .user-icon, body.login #interview-session .user .user-icon, body.user_role_editor #article-generator .user .user-icon, body.user_role_editor #topic-researcher .user .user-icon, body.user_role_editor #interview-session .user .user-icon, body.user_role_author #article-generator .user .user-icon, body.user_role_author #topic-researcher .user .user-icon, body.user_role_author #interview-session .user .user-icon {
  border-radius: 50% 50%;
  max-width: 75px;
  margin-left: 10px;
}
body.login #article-generator .user .button, body.login #topic-researcher .user .button, body.login #interview-session .user .button, body.user_role_editor #article-generator .user .button, body.user_role_editor #topic-researcher .user .button, body.user_role_editor #interview-session .user .button, body.user_role_author #article-generator .user .button, body.user_role_author #topic-researcher .user .button, body.user_role_author #interview-session .user .button {
  margin-right: 10px;
}
body.login #article-generator .user .button:focus, body.login #topic-researcher .user .button:focus, body.login #interview-session .user .button:focus, body.user_role_editor #article-generator .user .button:focus, body.user_role_editor #topic-researcher .user .button:focus, body.user_role_editor #interview-session .user .button:focus, body.user_role_author #article-generator .user .button:focus, body.user_role_author #topic-researcher .user .button:focus, body.user_role_author #interview-session .user .button:focus {
  color: white;
  outline: unset;
  border-color: #000;
}
body.login #article-generator .bg-primary, body.login #topic-researcher .bg-primary, body.login #interview-session .bg-primary, body.user_role_editor #article-generator .bg-primary, body.user_role_editor #topic-researcher .bg-primary, body.user_role_editor #interview-session .bg-primary, body.user_role_author #article-generator .bg-primary, body.user_role_author #topic-researcher .bg-primary, body.user_role_author #interview-session .bg-primary {
  background-size: cover;
  height: 140px;
}
body.login #article-generator .bubble, body.login #topic-researcher .bubble, body.login #interview-session .bubble, body.user_role_editor #article-generator .bubble, body.user_role_editor #topic-researcher .bubble, body.user_role_editor #interview-session .bubble, body.user_role_author #article-generator .bubble, body.user_role_author #topic-researcher .bubble, body.user_role_author #interview-session .bubble {
  background-color: #f6f6f6;
  padding: 1.5em 2em;
  position: relative;
  text-align: center;
}
body.login #article-generator .bubble:after, body.login #topic-researcher .bubble:after, body.login #interview-session .bubble:after, body.user_role_editor #article-generator .bubble:after, body.user_role_editor #topic-researcher .bubble:after, body.user_role_editor #interview-session .bubble:after, body.user_role_author #article-generator .bubble:after, body.user_role_author #topic-researcher .bubble:after, body.user_role_author #interview-session .bubble:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #f6f6f6;
  border-bottom: 10px solid transparent;
}
body.login #article-generator button.remove, body.login #topic-researcher button.remove, body.login #interview-session button.remove, body.user_role_editor #article-generator button.remove, body.user_role_editor #topic-researcher button.remove, body.user_role_editor #interview-session button.remove, body.user_role_author #article-generator button.remove, body.user_role_author #topic-researcher button.remove, body.user_role_author #interview-session button.remove {
  border: 0;
  background: transparent;
  margin-left: 10px;
}
body.login #article-generator a.remove, body.login #topic-researcher a.remove, body.login #interview-session a.remove, body.user_role_editor #article-generator a.remove, body.user_role_editor #topic-researcher a.remove, body.user_role_editor #interview-session a.remove, body.user_role_author #article-generator a.remove, body.user_role_author #topic-researcher a.remove, body.user_role_author #interview-session a.remove {
  color: #ce6666;
}
body.login #article-generator #topics, body.login #topic-researcher #topics, body.login #interview-session #topics, body.user_role_editor #article-generator #topics, body.user_role_editor #topic-researcher #topics, body.user_role_editor #interview-session #topics, body.user_role_author #article-generator #topics, body.user_role_author #topic-researcher #topics, body.user_role_author #interview-session #topics {
  margin-top: 2em;
}
body.login #article-generator #topics .topic, body.login #topic-researcher #topics .topic, body.login #interview-session #topics .topic, body.user_role_editor #article-generator #topics .topic, body.user_role_editor #topic-researcher #topics .topic, body.user_role_editor #interview-session #topics .topic, body.user_role_author #article-generator #topics .topic, body.user_role_author #topic-researcher #topics .topic, body.user_role_author #interview-session #topics .topic {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 40px;
  margin-bottom: 0;
}
body.login #article-generator #topics .topic:last-child, body.login #topic-researcher #topics .topic:last-child, body.login #interview-session #topics .topic:last-child, body.user_role_editor #article-generator #topics .topic:last-child, body.user_role_editor #topic-researcher #topics .topic:last-child, body.user_role_editor #interview-session #topics .topic:last-child, body.user_role_author #article-generator #topics .topic:last-child, body.user_role_author #topic-researcher #topics .topic:last-child, body.user_role_author #interview-session #topics .topic:last-child {
  padding-bottom: 0;
  border-bottom-color: transparent;
}
body.login #article-generator #topics .topic button.btn, body.login #topic-researcher #topics .topic button.btn, body.login #interview-session #topics .topic button.btn, body.user_role_editor #article-generator #topics .topic button.btn, body.user_role_editor #topic-researcher #topics .topic button.btn, body.user_role_editor #interview-session #topics .topic button.btn, body.user_role_author #article-generator #topics .topic button.btn, body.user_role_author #topic-researcher #topics .topic button.btn, body.user_role_author #interview-session #topics .topic button.btn {
  color: #4b83fc !important;
  background-color: white;
}
body.login #article-generator #topics .topic:hover button.btn, body.login #topic-researcher #topics .topic:hover button.btn, body.login #interview-session #topics .topic:hover button.btn, body.user_role_editor #article-generator #topics .topic:hover button.btn, body.user_role_editor #topic-researcher #topics .topic:hover button.btn, body.user_role_editor #interview-session #topics .topic:hover button.btn, body.user_role_author #article-generator #topics .topic:hover button.btn, body.user_role_author #topic-researcher #topics .topic:hover button.btn, body.user_role_author #interview-session #topics .topic:hover button.btn {
  color: white !important;
  background-color: #4b83fc;
}
body.login #article-generator #topics .topic sup, body.login #topic-researcher #topics .topic sup, body.login #interview-session #topics .topic sup, body.user_role_editor #article-generator #topics .topic sup, body.user_role_editor #topic-researcher #topics .topic sup, body.user_role_editor #interview-session #topics .topic sup, body.user_role_author #article-generator #topics .topic sup, body.user_role_author #topic-researcher #topics .topic sup, body.user_role_author #interview-session #topics .topic sup {
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
body.login #article-generator #topics .topic sup .source, body.login #topic-researcher #topics .topic sup .source, body.login #interview-session #topics .topic sup .source, body.user_role_editor #article-generator #topics .topic sup .source, body.user_role_editor #topic-researcher #topics .topic sup .source, body.user_role_editor #interview-session #topics .topic sup .source, body.user_role_author #article-generator #topics .topic sup .source, body.user_role_author #topic-researcher #topics .topic sup .source, body.user_role_author #interview-session #topics .topic sup .source {
  visibility: hidden;
  background-color: #f6f6f6;
  padding: 15px;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  transform: translateX(-50%);
  z-index: 1;
  height: min-content;
  min-width: 375px;
  width: max-content;
  max-width: 400px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  transition: visibility 0s linear 50ms;
}
body.login #article-generator #topics .topic sup .source .source-link, body.login #article-generator #topics .topic sup .source .source-content, body.login #topic-researcher #topics .topic sup .source .source-link, body.login #topic-researcher #topics .topic sup .source .source-content, body.login #interview-session #topics .topic sup .source .source-link, body.login #interview-session #topics .topic sup .source .source-content, body.user_role_editor #article-generator #topics .topic sup .source .source-link, body.user_role_editor #article-generator #topics .topic sup .source .source-content, body.user_role_editor #topic-researcher #topics .topic sup .source .source-link, body.user_role_editor #topic-researcher #topics .topic sup .source .source-content, body.user_role_editor #interview-session #topics .topic sup .source .source-link, body.user_role_editor #interview-session #topics .topic sup .source .source-content, body.user_role_author #article-generator #topics .topic sup .source .source-link, body.user_role_author #article-generator #topics .topic sup .source .source-content, body.user_role_author #topic-researcher #topics .topic sup .source .source-link, body.user_role_author #topic-researcher #topics .topic sup .source .source-content, body.user_role_author #interview-session #topics .topic sup .source .source-link, body.user_role_author #interview-session #topics .topic sup .source .source-content {
  font-size: 13px !important;
  color: black !important;
  font-weight: 400 !important;
}
body.login #article-generator #topics .topic sup:hover .source, body.login #topic-researcher #topics .topic sup:hover .source, body.login #interview-session #topics .topic sup:hover .source, body.user_role_editor #article-generator #topics .topic sup:hover .source, body.user_role_editor #topic-researcher #topics .topic sup:hover .source, body.user_role_editor #interview-session #topics .topic sup:hover .source, body.user_role_author #article-generator #topics .topic sup:hover .source, body.user_role_author #topic-researcher #topics .topic sup:hover .source, body.user_role_author #interview-session #topics .topic sup:hover .source {
  visibility: visible;
  transition-delay: 0s;
}
body.login #article-generator .question-container .bot, body.login #article-generator .question-container .response, body.login #article-generator .question-container .answer, body.login #topic-researcher .question-container .bot, body.login #topic-researcher .question-container .response, body.login #topic-researcher .question-container .answer, body.login #interview-session .question-container .bot, body.login #interview-session .question-container .response, body.login #interview-session .question-container .answer, body.user_role_editor #article-generator .question-container .bot, body.user_role_editor #article-generator .question-container .response, body.user_role_editor #article-generator .question-container .answer, body.user_role_editor #topic-researcher .question-container .bot, body.user_role_editor #topic-researcher .question-container .response, body.user_role_editor #topic-researcher .question-container .answer, body.user_role_editor #interview-session .question-container .bot, body.user_role_editor #interview-session .question-container .response, body.user_role_editor #interview-session .question-container .answer, body.user_role_author #article-generator .question-container .bot, body.user_role_author #article-generator .question-container .response, body.user_role_author #article-generator .question-container .answer, body.user_role_author #topic-researcher .question-container .bot, body.user_role_author #topic-researcher .question-container .response, body.user_role_author #topic-researcher .question-container .answer, body.user_role_author #interview-session .question-container .bot, body.user_role_author #interview-session .question-container .response, body.user_role_author #interview-session .question-container .answer {
  opacity: 0;
  animation: slideIn 150ms ease-in;
  animation-fill-mode: forwards;
}
body.login #article-generator .question-container .bot, body.login #topic-researcher .question-container .bot, body.login #interview-session .question-container .bot, body.user_role_editor #article-generator .question-container .bot, body.user_role_editor #topic-researcher .question-container .bot, body.user_role_editor #interview-session .question-container .bot, body.user_role_author #article-generator .question-container .bot, body.user_role_author #topic-researcher .question-container .bot, body.user_role_author #interview-session .question-container .bot {
  animation-delay: 250ms;
}
body.login #article-generator .question-container .response, body.login #topic-researcher .question-container .response, body.login #interview-session .question-container .response, body.user_role_editor #article-generator .question-container .response, body.user_role_editor #topic-researcher .question-container .response, body.user_role_editor #interview-session .question-container .response, body.user_role_author #article-generator .question-container .response, body.user_role_author #topic-researcher .question-container .response, body.user_role_author #interview-session .question-container .response {
  animation-delay: 500ms;
}
body.login #datatable p, body.login #datatable a, body.login #datatable button, body.login #datatable span, body.login #datatable div, body.user_role_editor #datatable p, body.user_role_editor #datatable a, body.user_role_editor #datatable button, body.user_role_editor #datatable span, body.user_role_editor #datatable div, body.user_role_author #datatable p, body.user_role_author #datatable a, body.user_role_author #datatable button, body.user_role_author #datatable span, body.user_role_author #datatable div {
  font-size: 14px;
}
body.login #datatable hr, body.user_role_editor #datatable hr, body.user_role_author #datatable hr {
  padding-bottom: 0;
  margin: 1rem 0;
}
body.login #datatable .text-blue, body.user_role_editor #datatable .text-blue, body.user_role_author #datatable .text-blue {
  color: #4b83fc;
}
body.login #datatable .cursor-pointer, body.user_role_editor #datatable .cursor-pointer, body.user_role_author #datatable .cursor-pointer {
  cursor: pointer;
}
body.login #datatable .action-wrapper, body.user_role_editor #datatable .action-wrapper, body.user_role_author #datatable .action-wrapper {
  background: #f6f6f6;
  padding: 15px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.login #datatable .action-wrapper label, body.user_role_editor #datatable .action-wrapper label, body.user_role_author #datatable .action-wrapper label {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
}
body.login #datatable .action-wrapper .remove, body.user_role_editor #datatable .action-wrapper .remove, body.user_role_author #datatable .action-wrapper .remove {
  position: relative;
  top: 3px;
  margin-left: 5px;
  border-radius: 100%;
  background: #ce6666;
  width: 15px;
  height: 15px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
body.login #datatable .action-wrapper .remove i, body.user_role_editor #datatable .action-wrapper .remove i, body.user_role_author #datatable .action-wrapper .remove i {
  position: relative;
  bottom: 3.6px;
  font-size: 10px;
}
body.login #datatable .statuses-wrapper, body.user_role_editor #datatable .statuses-wrapper, body.user_role_author #datatable .statuses-wrapper {
  border-bottom: 1px solid #f6f6f6;
}
body.login #datatable .statuses-wrapper div, body.user_role_editor #datatable .statuses-wrapper div, body.user_role_author #datatable .statuses-wrapper div {
  padding-left: 15px;
}
body.login #datatable .statuses-wrapper button, body.user_role_editor #datatable .statuses-wrapper button, body.user_role_author #datatable .statuses-wrapper button {
  display: inline-block;
  padding: 15px 25px;
  background: none;
  border: none;
}
body.login #datatable .statuses-wrapper button.active, body.user_role_editor #datatable .statuses-wrapper button.active, body.user_role_author #datatable .statuses-wrapper button.active {
  background: #f6f6f6;
  font-weight: 600;
}
body.login #datatable .statuses-wrapper button.active:last-child, body.user_role_editor #datatable .statuses-wrapper button.active:last-child, body.user_role_author #datatable .statuses-wrapper button.active:last-child {
  background: #ce6666;
  color: #ffffff;
}
body.login #datatable .statuses-wrapper button:focus-visible, body.user_role_editor #datatable .statuses-wrapper button:focus-visible, body.user_role_author #datatable .statuses-wrapper button:focus-visible {
  outline: none;
}
body.login #datatable .initial-loading-wrapper, body.user_role_editor #datatable .initial-loading-wrapper, body.user_role_author #datatable .initial-loading-wrapper {
  text-align: center;
}
body.login #datatable .initial-loading-wrapper i, body.user_role_editor #datatable .initial-loading-wrapper i, body.user_role_author #datatable .initial-loading-wrapper i {
  font-size: 5rem;
  color: #000000;
}
body.login #datatable .loading-wrapper, body.user_role_editor #datatable .loading-wrapper, body.user_role_author #datatable .loading-wrapper {
  height: 100px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
}
body.login #datatable .loading-wrapper i, body.user_role_editor #datatable .loading-wrapper i, body.user_role_author #datatable .loading-wrapper i {
  font-size: 2rem;
  color: #000000;
}
body.login #datatable .datatable-wrapper, body.user_role_editor #datatable .datatable-wrapper, body.user_role_author #datatable .datatable-wrapper {
  width: 100%;
}
body.login #datatable .datatable-wrapper tr, body.user_role_editor #datatable .datatable-wrapper tr, body.user_role_author #datatable .datatable-wrapper tr {
  border-bottom: 1px solid #f6f6f6;
}
body.login #datatable .datatable-wrapper tbody td, body.user_role_editor #datatable .datatable-wrapper tbody td, body.user_role_author #datatable .datatable-wrapper tbody td {
  padding: 12px 15px;
}
body.login #datatable .datatable-wrapper tbody td:first-of-type, body.user_role_editor #datatable .datatable-wrapper tbody td:first-of-type, body.user_role_author #datatable .datatable-wrapper tbody td:first-of-type {
  width: 50px;
}
body.login #datatable .datatable-wrapper tbody td:last-child, body.user_role_editor #datatable .datatable-wrapper tbody td:last-child, body.user_role_author #datatable .datatable-wrapper tbody td:last-child {
  text-align: right;
}
body.login #datatable .datatable-wrapper tbody tr:not(.loading-wrapper), body.user_role_editor #datatable .datatable-wrapper tbody tr:not(.loading-wrapper), body.user_role_author #datatable .datatable-wrapper tbody tr:not(.loading-wrapper) {
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
body.login #datatable .datatable-wrapper tbody tr:not(.loading-wrapper):hover, body.user_role_editor #datatable .datatable-wrapper tbody tr:not(.loading-wrapper):hover, body.user_role_author #datatable .datatable-wrapper tbody tr:not(.loading-wrapper):hover {
  background: #f6f6f6;
}
body.login #datatable .datatable-wrapper tbody button, body.user_role_editor #datatable .datatable-wrapper tbody button, body.user_role_author #datatable .datatable-wrapper tbody button {
  border: 0;
  background: none;
  display: inline-block;
}
body.login #datatable .datatable-wrapper tbody button.text-red, body.user_role_editor #datatable .datatable-wrapper tbody button.text-red, body.user_role_author #datatable .datatable-wrapper tbody button.text-red {
  color: #ce6666;
}
body.login #datatable .pagination-wrapper, body.user_role_editor #datatable .pagination-wrapper, body.user_role_author #datatable .pagination-wrapper {
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.login #datatable .pagination-wrapper .button-black, body.user_role_editor #datatable .pagination-wrapper .button-black, body.user_role_author #datatable .pagination-wrapper .button-black {
  padding: 0;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.login .light-blue-background, body.user_role_editor .light-blue-background, body.user_role_author .light-blue-background {
  background: #e1ebff;
}
body.login .light-blue-background:hover, body.user_role_editor .light-blue-background:hover, body.user_role_author .light-blue-background:hover {
  background: #afc8fe !important;
}
body.login #fetch-grid .light-grey-background, body.user_role_editor #fetch-grid .light-grey-background, body.user_role_author #fetch-grid .light-grey-background {
  background-color: #f6f6f6;
}
body.login #fetch-grid .top, body.user_role_editor #fetch-grid .top, body.user_role_author #fetch-grid .top {
  top: 8px;
}
body.login #fetch-grid .left, body.user_role_editor #fetch-grid .left, body.user_role_author #fetch-grid .left {
  left: 8px;
}
body.login #fetch-grid .absolute, body.user_role_editor #fetch-grid .absolute, body.user_role_author #fetch-grid .absolute {
  position: absolute;
}
body.login #fetch-grid .relative, body.user_role_editor #fetch-grid .relative, body.user_role_author #fetch-grid .relative {
  position: relative;
}
body.login #fetch-grid .grid-wrapper .light-grey-background, body.login #fetch-grid .grid-wrapper .light-blue-background, body.user_role_editor #fetch-grid .grid-wrapper .light-grey-background, body.user_role_editor #fetch-grid .grid-wrapper .light-blue-background, body.user_role_author #fetch-grid .grid-wrapper .light-grey-background, body.user_role_author #fetch-grid .grid-wrapper .light-blue-background {
  border-radius: 5px;
  overflow: hidden;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
body.login #fetch-grid .grid-wrapper button, body.user_role_editor #fetch-grid .grid-wrapper button, body.user_role_author #fetch-grid .grid-wrapper button {
  border: 0;
  background: none;
  display: inline-block;
}
body.login #fetch-grid .grid-wrapper button.text-red, body.user_role_editor #fetch-grid .grid-wrapper button.text-red, body.user_role_author #fetch-grid .grid-wrapper button.text-red {
  color: #ce6666;
}
body.login #modal, body.user_role_editor #modal, body.user_role_author #modal {
  padding: 15px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
body.login #modal.active, body.user_role_editor #modal.active, body.user_role_author #modal.active {
  background: rgba(0, 0, 0, 0.45);
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
body.login #modal.active .contain, body.user_role_editor #modal.active .contain, body.user_role_author #modal.active .contain {
  opacity: 1;
  visibility: visible;
}
body.login #modal .contain, body.user_role_editor #modal .contain, body.user_role_author #modal .contain {
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  background: #ffffff;
  max-width: 500px;
  width: 100%;
  position: relative;
}
body.login #modal .contain a, body.user_role_editor #modal .contain a, body.user_role_author #modal .contain a {
  color: #4b83fc;
  text-decoration: underline;
  cursor: pointer;
}
body.login #modal .contain textarea, body.user_role_editor #modal .contain textarea, body.user_role_author #modal .contain textarea {
  width: 100%;
  min-height: 150px;
}
body.login #modal .contain .title, body.user_role_editor #modal .contain .title, body.user_role_author #modal .contain .title {
  background: #4b83fc;
  padding: 15px;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
body.login #modal .contain .title h3, body.user_role_editor #modal .contain .title h3, body.user_role_author #modal .contain .title h3 {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
body.login #modal .contain .content-wrapper, body.user_role_editor #modal .contain .content-wrapper, body.user_role_author #modal .contain .content-wrapper {
  position: relative;
  padding: 20px;
  min-height: 100px;
}
body.login #modal .contain .close, body.user_role_editor #modal .contain .close, body.user_role_author #modal .contain .close {
  cursor: pointer;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  position: absolute;
  top: -9px;
  right: -9px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.login #modal .contain .text-right, body.user_role_editor #modal .contain .text-right, body.user_role_author #modal .contain .text-right {
  text-align: right;
}
body.login #modal .contain .mr-4, body.user_role_editor #modal .contain .mr-4, body.user_role_author #modal .contain .mr-4 {
  margin-right: 4px;
}
body.login #modal .contain .btn.btn-primary, body.user_role_editor #modal .contain .btn.btn-primary, body.user_role_author #modal .contain .btn.btn-primary {
  text-decoration: none;
  color: #ffffff;
}
body.login #modal .contain .loading, body.user_role_editor #modal .contain .loading, body.user_role_author #modal .contain .loading {
  text-align: center;
}
body.login #modal .contain .loading i, body.user_role_editor #modal .contain .loading i, body.user_role_author #modal .contain .loading i {
  font-size: 4rem;
  color: #4b83fc;
}
body.login #modal .contain hr, body.user_role_editor #modal .contain hr, body.user_role_author #modal .contain hr {
  padding: 0;
}
body.login #modal .contain .write-topic, body.login #modal .contain .rewrite-topic, body.login #modal .contain .set-topic-header, body.login #modal .contain .generated-response-header, body.user_role_editor #modal .contain .write-topic, body.user_role_editor #modal .contain .rewrite-topic, body.user_role_editor #modal .contain .set-topic-header, body.user_role_editor #modal .contain .generated-response-header, body.user_role_author #modal .contain .write-topic, body.user_role_author #modal .contain .rewrite-topic, body.user_role_author #modal .contain .set-topic-header, body.user_role_author #modal .contain .generated-response-header {
  padding: 12px 10px;
  border-radius: 6px 6px 0 0;
  background: #4b83fc;
  color: #ffffff;
}
body.login #modal .contain .set-topic, body.login #modal .contain .generated-response, body.user_role_editor #modal .contain .set-topic, body.user_role_editor #modal .contain .generated-response, body.user_role_author #modal .contain .set-topic, body.user_role_author #modal .contain .generated-response {
  padding: 10px;
  border: 1px solid #f6f6f6;
  border-radius: 0 0 6px 6px;
}
body.login #modal .contain textarea, body.user_role_editor #modal .contain textarea, body.user_role_author #modal .contain textarea {
  border-radius: 0 0 6px 6px;
}
body.login .modal-wrapper, body.user_role_editor .modal-wrapper, body.user_role_author .modal-wrapper {
  padding: 15px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
body.login .modal-wrapper.active, body.user_role_editor .modal-wrapper.active, body.user_role_author .modal-wrapper.active {
  background: rgba(0, 0, 0, 0.45);
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
body.login .modal-wrapper.active .contain, body.user_role_editor .modal-wrapper.active .contain, body.user_role_author .modal-wrapper.active .contain {
  opacity: 1;
  visibility: visible;
}
body.login .modal-wrapper .contain, body.user_role_editor .modal-wrapper .contain, body.user_role_author .modal-wrapper .contain {
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  background: #ffffff;
  max-width: 500px;
  width: 100%;
  position: relative;
}
body.login .modal-wrapper .contain hr, body.user_role_editor .modal-wrapper .contain hr, body.user_role_author .modal-wrapper .contain hr {
  padding-bottom: 0;
}
body.login .modal-wrapper .contain .title-wrapper, body.user_role_editor .modal-wrapper .contain .title-wrapper, body.user_role_author .modal-wrapper .contain .title-wrapper {
  background: #4b83fc;
  padding: 15px;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
body.login .modal-wrapper .contain .title-wrapper h3, body.user_role_editor .modal-wrapper .contain .title-wrapper h3, body.user_role_author .modal-wrapper .contain .title-wrapper h3 {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
body.login .modal-wrapper .contain .content-wrapper, body.user_role_editor .modal-wrapper .contain .content-wrapper, body.user_role_author .modal-wrapper .contain .content-wrapper {
  position: relative;
  padding: 20px;
  min-height: 100px;
}
body.login .modal-wrapper .contain .close-button, body.user_role_editor .modal-wrapper .contain .close-button, body.user_role_author .modal-wrapper .contain .close-button {
  cursor: pointer;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  position: absolute;
  top: -9px;
  right: -9px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.login .modal-wrapper .contain .form-row-header, body.user_role_editor .modal-wrapper .contain .form-row-header, body.user_role_author .modal-wrapper .contain .form-row-header {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background: #4b83fc;
  color: #ffffff;
}
body.login .modal-wrapper .contain .form-row-header label, body.user_role_editor .modal-wrapper .contain .form-row-header label, body.user_role_author .modal-wrapper .contain .form-row-header label {
  line-height: 0;
}
body.login .modal-wrapper .contain .form-row-content, body.user_role_editor .modal-wrapper .contain .form-row-content, body.user_role_author .modal-wrapper .contain .form-row-content {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #f6f6f6;
}
body.login #contact-table, body.user_role_editor #contact-table, body.user_role_author #contact-table {
  font-size: 15px;
}
body.login #contact-table .nav-tabs, body.user_role_editor #contact-table .nav-tabs, body.user_role_author #contact-table .nav-tabs {
  cursor: pointer;
}
body.login #contact-table .nav-tabs .nav-tab, body.user_role_editor #contact-table .nav-tabs .nav-tab, body.user_role_author #contact-table .nav-tabs .nav-tab {
  padding: 10px 20px;
  border: none;
  color: #000;
  font-weight: 400;
  margin-left: 0;
}
body.login #contact-table .nav-tabs .nav-tab.active, body.user_role_editor #contact-table .nav-tabs .nav-tab.active, body.user_role_author #contact-table .nav-tabs .nav-tab.active {
  font-weight: 700;
  background-color: #f5f5f5;
}
body.login #contact-table .subscriber .email, body.user_role_editor #contact-table .subscriber .email, body.user_role_author #contact-table .subscriber .email {
  display: block;
  margin: 5px 0px;
}
body.login #contact-table .subscriber-details, body.user_role_editor #contact-table .subscriber-details, body.user_role_author #contact-table .subscriber-details {
  font-size: 14px;
  margin-top: 10px;
}
body.login #contact-table .subscriber-details .status, body.user_role_editor #contact-table .subscriber-details .status, body.user_role_author #contact-table .subscriber-details .status {
  text-transform: capitalize;
}
body.login #contact-table .subscriber-details .subscriber-status, body.user_role_editor #contact-table .subscriber-details .subscriber-status, body.user_role_author #contact-table .subscriber-details .subscriber-status {
  margin-bottom: 5px;
}
body.login #contact-table .subscriber-details .subscriber-buttons a, body.user_role_editor #contact-table .subscriber-details .subscriber-buttons a, body.user_role_author #contact-table .subscriber-details .subscriber-buttons a {
  display: inline-block;
  margin-left: 15px;
}
body.login #contact-table .subscriber-details .subscriber-buttons a i, body.user_role_editor #contact-table .subscriber-details .subscriber-buttons a i, body.user_role_author #contact-table .subscriber-details .subscriber-buttons a i {
  padding-right: 0px;
}
body.login #contact-table .subscriber-details .subscriber-buttons a.edit, body.user_role_editor #contact-table .subscriber-details .subscriber-buttons a.edit, body.user_role_author #contact-table .subscriber-details .subscriber-buttons a.edit {
  margin-left: 0px;
}
body.login #contact-table .subscriber-details .subscriber-buttons a.edit:before, body.user_role_editor #contact-table .subscriber-details .subscriber-buttons a.edit:before, body.user_role_author #contact-table .subscriber-details .subscriber-buttons a.edit:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  color: #4b83fc;
  margin-right: 5px;
}
body.login #contact-table .table-navigation li.page-item a.page-link, body.user_role_editor #contact-table .table-navigation li.page-item a.page-link, body.user_role_author #contact-table .table-navigation li.page-item a.page-link {
  padding: 5px;
  border: none;
  text-decoration: underline;
  color: #4b83fc;
  font-weight: 600;
}
body.login #contact-table .table-navigation li.page-item.active a.page-link, body.user_role_editor #contact-table .table-navigation li.page-item.active a.page-link, body.user_role_author #contact-table .table-navigation li.page-item.active a.page-link {
  background-color: unset;
  color: #000;
}
body.login #contact-table tbody .select-row, body.user_role_editor #contact-table tbody .select-row, body.user_role_author #contact-table tbody .select-row {
  background-color: #f5f5f5;
  font-size: 15px;
  white-space: nowrap;
}
body.login #contact-table tbody .select-row td, body.user_role_editor #contact-table tbody .select-row td, body.user_role_author #contact-table tbody .select-row td {
  padding: 10px 15px;
}
body.login #email-builder-detail > form, body.user_role_editor #email-builder-detail > form, body.user_role_author #email-builder-detail > form {
  padding: 0 73px 0 87px;
  max-width: 1200px;
  margin: 0 auto;
}
body.login #email-builder-detail svg, body.user_role_editor #email-builder-detail svg, body.user_role_author #email-builder-detail svg {
  padding-right: inherit;
}
body.login #email-builder-detail select:hover, body.user_role_editor #email-builder-detail select:hover, body.user_role_author #email-builder-detail select:hover {
  color: inherit;
}
body.login #email-builder-detail .widget-list, body.user_role_editor #email-builder-detail .widget-list, body.user_role_author #email-builder-detail .widget-list {
  text-align: center;
  padding-top: 10px;
}
body.login #email-builder-detail .buttons-wrapper, body.user_role_editor #email-builder-detail .buttons-wrapper, body.user_role_author #email-builder-detail .buttons-wrapper {
  background: #f6f6f6;
  padding: 1rem;
  position: sticky;
  z-index: 10;
  top: 0;
}
body.login #email-builder-detail .buttons, body.user_role_editor #email-builder-detail .buttons, body.user_role_author #email-builder-detail .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
body.login #email-builder-detail .buttons i, body.user_role_editor #email-builder-detail .buttons i, body.user_role_author #email-builder-detail .buttons i {
  font-size: 1.2rem;
}
body.login #email-builder-detail .editor-wrapper, body.user_role_editor #email-builder-detail .editor-wrapper, body.user_role_author #email-builder-detail .editor-wrapper {
  padding: 20px 0 0 0;
}
body.login #email-builder-detail .editor-wrapper.design #panel-wrapper, body.user_role_editor #email-builder-detail .editor-wrapper.design #panel-wrapper, body.user_role_author #email-builder-detail .editor-wrapper.design #panel-wrapper {
  width: 400px;
  position: relative;
}
body.login #email-builder-detail .editor-wrapper.design #canvas, body.user_role_editor #email-builder-detail .editor-wrapper.design #canvas, body.user_role_author #email-builder-detail .editor-wrapper.design #canvas {
  width: calc(100% - 400px);
}
body.login #email-builder-detail .editor-wrapper #canvas, body.user_role_editor #email-builder-detail .editor-wrapper #canvas, body.user_role_author #email-builder-detail .editor-wrapper #canvas {
  width: 50%;
  border-radius: 0;
}
body.login #email-builder-detail .editor-wrapper #canvas .content-left.col-md-6, body.user_role_editor #email-builder-detail .editor-wrapper #canvas .content-left.col-md-6, body.user_role_author #email-builder-detail .editor-wrapper #canvas .content-left.col-md-6 {
  width: 100%;
  max-width: 100%;
}
body.login #email-builder-detail .editor-wrapper #canvas .content-left, body.user_role_editor #email-builder-detail .editor-wrapper #canvas .content-left, body.user_role_author #email-builder-detail .editor-wrapper #canvas .content-left {
  border-radius: 0;
  box-shadow: none;
}
body.login #email-builder-detail .editor-wrapper #canvas .content-background, body.user_role_editor #email-builder-detail .editor-wrapper #canvas .content-background, body.user_role_author #email-builder-detail .editor-wrapper #canvas .content-background {
  min-height: 800px;
  box-shadow: none;
}
body.login #email-builder-detail .editor-wrapper #canvas .content-background iframe, body.user_role_editor #email-builder-detail .editor-wrapper #canvas .content-background iframe, body.user_role_author #email-builder-detail .editor-wrapper #canvas .content-background iframe {
  min-height: 800px;
  transition: max-width 0.25s ease;
}
body.login #email-builder-detail .editor-wrapper #canvas .content-background iframe.mobile-view, body.user_role_editor #email-builder-detail .editor-wrapper #canvas .content-background iframe.mobile-view, body.user_role_author #email-builder-detail .editor-wrapper #canvas .content-background iframe.mobile-view {
  max-width: 425px !important;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper {
  width: 50%;
  position: relative;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper.design #panel, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper.design #panel, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper.design #panel {
  position: sticky;
  top: 75px;
  border-radius: 0;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tab-pane > .container, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tab-pane > .container, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tab-pane > .container {
  background: #ffffff;
  height: 87.5vh;
  overflow: auto;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tab-pane .container, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tab-pane .container, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tab-pane .container {
  background: #ffffff;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right ._1content .panel__body, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right ._1content .panel__body, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right ._1content .panel__body {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right ._1content .panel__body:hover, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right ._1content .panel__body:hover, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right ._1content .panel__body:hover {
  box-shadow: 0 0 7px rgba(32, 32, 32, 0.1);
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title .action a.delete:hover, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title .action a.delete:hover, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title .action a.delete:hover {
  background: #ce6666;
  color: #ffffff;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title .action a:hover, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title .action a:hover, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title .action a:hover {
  background: #f6f6f6;
  color: #000000;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title h4, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title h4, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title h4 {
  font-size: initial;
  font-weight: initial;
  padding-bottom: 0;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content {
  margin-top: 51px;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .attributes-group, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .attributes-group, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .attributes-group {
  margin-bottom: 0 !important;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .attribute-header, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .attribute-header, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .attribute-header {
  background: #f6f6f6;
  text-transform: uppercase;
  height: 40px;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .title-bar, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .title-bar, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .title-bar {
  margin-top: 0;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a {
  border: 1px solid transparent !important;
  background: #ffffff;
  color: #000000;
  padding: 12px 30px;
  font-size: 12px;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a.active, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a.active, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a.active {
  background: #000000;
  color: #ffffff;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:hover, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:hover, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:hover {
  background: #000000;
  color: #ffffff;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:first-child, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:first-child, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:first-child {
  border-radius: 5px 0 0 0;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:last-child, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:last-child, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:last-child {
  border-radius: 0 5px 0 0;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .widgets-section .block-title, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .widgets-section .block-title, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .widgets-section .block-title {
  background: #ffffff;
  display: none;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tags-value .builder-tag-text, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tags-value .builder-tag-text, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tags-value .builder-tag-text {
  background-color: #ffffff !important;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tags-value .btn-tag-copy, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tags-value .btn-tag-copy, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tags-value .btn-tag-copy {
  color: inherit !important;
  border: 1px solid #000000;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right a:focus, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right a:focus, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right a:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .link-widget.link-show_more, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .link-widget.link-show_more, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .link-widget.link-show_more {
  font-weight: 600;
  background: #000000 !important;
  color: #ffffff;
  padding: 12px 18px !important;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px !important;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .link-widget.link-hide_less, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .link-widget.link-hide_less, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .link-widget.link-hide_less {
  font-weight: 600;
  background: #000000 !important;
  color: #ffffff;
  padding: 12px 18px !important;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px !important;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #editor.view-source, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #editor.view-source, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #editor.view-source {
  height: 91vh;
  position: sticky;
  top: 75px;
  max-width: 100%;
  z-index: 1;
  background: #ffffff;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget .right .widget-value .toggle, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget .right .widget-value .toggle, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget .right .widget-value .toggle {
  background-color: inherit;
  color: inherit;
  padding: inherit;
  text-transform: inherit;
  font-size: inherit;
  width: inherit;
  cursor: inherit;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar label, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar label, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar label {
  line-height: inherit;
  font-size: inherit;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .container .row, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .container .row, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .container .row {
  margin: inherit;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget {
  margin: inherit;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget.more-options, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget.more-options, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget.more-options {
  margin: 0 auto 10px;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget.all-sides, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget.all-sides, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget.all-sides {
  margin: 0 auto 10px;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar hr, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar hr, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar hr {
  margin: inherit;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar input[type="text"], body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar input[type="text"], body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar input[type="text"] {
  min-height: 28px;
  border-radius: inherit;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar input[type="text"]:focus, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar input[type="text"]:focus, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar input[type="text"]:focus {
  border-color: inherit;
  box-shadow: inherit;
}
body.login #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar p, body.user_role_editor #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar p, body.user_role_author #email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar p {
  font-size: inherit;
  line-height: inherit;
}
body.login #email-builder-detail .widget-section.hide-mobile .row.group-button .col-sm-8.desk-mobi i.fa-times-circle, body.user_role_editor #email-builder-detail .widget-section.hide-mobile .row.group-button .col-sm-8.desk-mobi i.fa-times-circle, body.user_role_author #email-builder-detail .widget-section.hide-mobile .row.group-button .col-sm-8.desk-mobi i.fa-times-circle {
  right: 185px;
}
body.login #email-builder-detail .btn.btn-select-type, body.user_role_editor #email-builder-detail .btn.btn-select-type, body.user_role_author #email-builder-detail .btn.btn-select-type {
  background: #f6f6f6;
  color: #000000 !important;
}
body.login #email-builder-detail .btn.btn-select-type:hover, body.user_role_editor #email-builder-detail .btn.btn-select-type:hover, body.user_role_author #email-builder-detail .btn.btn-select-type:hover {
  background: whitesmoke;
}
body.login #email-builder-detail .button-black, body.user_role_editor #email-builder-detail .button-black, body.user_role_author #email-builder-detail .button-black {
  font-weight: 600;
  background: #000000;
  color: #ffffff;
  padding: 12px 18px;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px;
}
body.login #email-builder-detail .button-black:disabled, body.user_role_editor #email-builder-detail .button-black:disabled, body.user_role_author #email-builder-detail .button-black:disabled {
  background: gray;
  cursor: not-allowed;
}
body.login #email-builder-detail .button-black.icon, body.user_role_editor #email-builder-detail .button-black.icon, body.user_role_author #email-builder-detail .button-black.icon {
  padding: 10px 16px;
}
body.login #email-builder-detail .button-blue, body.user_role_editor #email-builder-detail .button-blue, body.user_role_author #email-builder-detail .button-blue {
  font-weight: 600;
  background: #4b83fc;
  color: #ffffff;
  padding: 12px 18px;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px;
}
body.login #email-builder-detail .button-blue:disabled, body.user_role_editor #email-builder-detail .button-blue:disabled, body.user_role_author #email-builder-detail .button-blue:disabled {
  background: #7da6fd;
  cursor: not-allowed;
}
body.login #email-builder-detail .button-red, body.user_role_editor #email-builder-detail .button-red, body.user_role_author #email-builder-detail .button-red {
  font-weight: 600;
  background: #ce6666;
  color: #ffffff;
  padding: 12px 18px;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px;
}
body.login #email-builder-detail .button-red:disabled, body.user_role_editor #email-builder-detail .button-red:disabled, body.user_role_author #email-builder-detail .button-red:disabled {
  background: #da8d8d;
  cursor: not-allowed;
}
body.login #email-builder-detail .button-green, body.user_role_editor #email-builder-detail .button-green, body.user_role_author #email-builder-detail .button-green {
  font-weight: 600;
  background: #66cea9;
  color: #ffffff;
  padding: 12px 18px;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px;
}
body.login #email-builder-detail .button-green:disabled, body.user_role_editor #email-builder-detail .button-green:disabled, body.user_role_author #email-builder-detail .button-green:disabled {
  background: #8ddabf;
  cursor: not-allowed;
}
body.login #email-builder-detail .form-row-header, body.user_role_editor #email-builder-detail .form-row-header, body.user_role_author #email-builder-detail .form-row-header {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background: #4b83fc;
  color: #ffffff;
}
body.login #email-builder-detail .form-row-header label, body.user_role_editor #email-builder-detail .form-row-header label, body.user_role_author #email-builder-detail .form-row-header label {
  line-height: 0;
}
body.login #email-builder-detail .form-row-content, body.user_role_editor #email-builder-detail .form-row-content, body.user_role_author #email-builder-detail .form-row-content {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #f6f6f6;
}
body.login #email-builder-detail .detail-form-wrapper .flex, body.user_role_editor #email-builder-detail .detail-form-wrapper .flex, body.user_role_author #email-builder-detail .detail-form-wrapper .flex {
  align-items: center;
}
body.login #email-builder-detail .detail-form-wrapper .flex label, body.user_role_editor #email-builder-detail .detail-form-wrapper .flex label, body.user_role_author #email-builder-detail .detail-form-wrapper .flex label {
  min-width: 200px;
}
body.login #email-builder-detail .detail-form-wrapper .flex input, body.user_role_editor #email-builder-detail .detail-form-wrapper .flex input, body.user_role_author #email-builder-detail .detail-form-wrapper .flex input {
  max-width: 500px;
}
body.login #email-builder-detail .detail-form-wrapper .flex input[readonly], body.user_role_editor #email-builder-detail .detail-form-wrapper .flex input[readonly], body.user_role_author #email-builder-detail .detail-form-wrapper .flex input[readonly] {
  background: inherit;
  color: inherit;
}
body.login #email-builder-detail .detail-form-wrapper .flex .w-50, body.user_role_editor #email-builder-detail .detail-form-wrapper .flex .w-50, body.user_role_author #email-builder-detail .detail-form-wrapper .flex .w-50 {
  max-width: 235px;
}
body.login #email-builder-detail .detail-form-wrapper .toggle, body.user_role_editor #email-builder-detail .detail-form-wrapper .toggle, body.user_role_author #email-builder-detail .detail-form-wrapper .toggle {
  background-color: #66cea9;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  width: fit-content;
  cursor: pointer;
}
body.login #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled, body.user_role_editor #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled, body.user_role_author #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled {
  background-color: #ce6666;
}
body.login #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span, body.user_role_editor #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span, body.user_role_author #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span {
  padding-left: 0;
  padding-right: 8px;
}
body.login #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span:before, body.user_role_editor #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span:before, body.user_role_author #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span:before {
  display: inline;
  padding-left: 0;
  padding-right: 10px;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
  font-size: 20px;
  vertical-align: -3px;
}
body.login #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span:after, body.user_role_editor #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span:after, body.user_role_author #email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span:after {
  display: none;
}
body.login #email-builder-detail .detail-form-wrapper .toggle span, body.user_role_editor #email-builder-detail .detail-form-wrapper .toggle span, body.user_role_author #email-builder-detail .detail-form-wrapper .toggle span {
  font-weight: 900;
  color: white;
  padding-left: 8px;
  padding-right: 0px;
}
body.login #email-builder-detail .detail-form-wrapper .toggle span:before, body.user_role_editor #email-builder-detail .detail-form-wrapper .toggle span:before, body.user_role_author #email-builder-detail .detail-form-wrapper .toggle span:before {
  display: none;
}
body.login #email-builder-detail .detail-form-wrapper .toggle span:after, body.user_role_editor #email-builder-detail .detail-form-wrapper .toggle span:after, body.user_role_author #email-builder-detail .detail-form-wrapper .toggle span:after {
  display: inline;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
  font-size: 20px;
  vertical-align: -3px;
  padding-left: 10px;
  padding-right: 0;
}
body.login #email-builder-detail .text-blue, body.user_role_editor #email-builder-detail .text-blue, body.user_role_author #email-builder-detail .text-blue {
  color: #4b83fc;
}
body.login #email-builder-detail .cursor-pointer, body.user_role_editor #email-builder-detail .cursor-pointer, body.user_role_author #email-builder-detail .cursor-pointer {
  cursor: pointer;
}
body.login #email-builder-detail .switch .slider:after, body.user_role_editor #email-builder-detail .switch .slider:after, body.user_role_author #email-builder-detail .switch .slider:after {
  font-size: inherit !important;
  vertical-align: inherit !important;
  padding-left: inherit !important;
  padding-right: inherit !important;
}
body.login #email-builder-detail label, body.user_role_editor #email-builder-detail label, body.user_role_author #email-builder-detail label {
  cursor: pointer;
}
body.login #email-builder-detail label.check-all-padding span.slider, body.login #email-builder-detail label.check-4-padding span.slider, body.user_role_editor #email-builder-detail label.check-all-padding span.slider, body.user_role_editor #email-builder-detail label.check-4-padding span.slider, body.user_role_author #email-builder-detail label.check-all-padding span.slider, body.user_role_author #email-builder-detail label.check-4-padding span.slider {
  padding-left: 2px;
}
body.login #email-builder-detail label.check-all-padding.hienthi span.slider, body.login #email-builder-detail label.check-4-padding.hienthi span.slider, body.user_role_editor #email-builder-detail label.check-all-padding.hienthi span.slider, body.user_role_editor #email-builder-detail label.check-4-padding.hienthi span.slider, body.user_role_author #email-builder-detail label.check-all-padding.hienthi span.slider, body.user_role_author #email-builder-detail label.check-4-padding.hienthi span.slider {
  animation: paddingAnimation 0.3s ease-in-out forwards;
}
body.login .tox.tox-silver-sink.tox-tinymce-aux svg, body.user_role_editor .tox.tox-silver-sink.tox-tinymce-aux svg, body.user_role_author .tox.tox-silver-sink.tox-tinymce-aux svg {
  padding-right: inherit;
}
body.login #builderModal ul, body.user_role_editor #builderModal ul, body.user_role_author #builderModal ul {
  list-style: none;
}
body.login #builderModal ul li, body.user_role_editor #builderModal ul li, body.user_role_author #builderModal ul li {
  font-size: inherit;
  padding: inherit;
}
body.login #builderModal ul li:focus-visible, body.user_role_editor #builderModal ul li:focus-visible, body.user_role_author #builderModal ul li:focus-visible {
  outline: none;
}
body.login #builderModal ul a, body.user_role_editor #builderModal ul a, body.user_role_author #builderModal ul a {
  margin: inherit;
}
body.login #builderModal button, body.user_role_editor #builderModal button, body.user_role_author #builderModal button {
  font-weight: 600;
  background: #000000;
  color: #ffffff;
  padding: 12px 18px;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px;
}
body.login #builderModal button:hover, body.user_role_editor #builderModal button:hover, body.user_role_author #builderModal button:hover {
  opacity: 1;
}
@keyframes paddingAnimation {
  from {
    padding-left: 2px;
  }
  to {
    padding-left: 12px;
  }
}
body.login #previewIframeDesktop, body.user_role_editor #previewIframeDesktop, body.user_role_author #previewIframeDesktop {
  height: 100% !important;
}
body.login.nav-menus-php .page-title-action, body.login.nav-menus-php .nav-tab-wrapper, body.login.nav-menus-php .field-move, body.login.nav-menus-php .menu-settings, body.user_role_editor.nav-menus-php .page-title-action, body.user_role_editor.nav-menus-php .nav-tab-wrapper, body.user_role_editor.nav-menus-php .field-move, body.user_role_editor.nav-menus-php .menu-settings, body.user_role_author.nav-menus-php .page-title-action, body.user_role_author.nav-menus-php .nav-tab-wrapper, body.user_role_author.nav-menus-php .field-move, body.user_role_author.nav-menus-php .menu-settings {
  display: none !important;
}
body.login.nav-menus-php #side-sortables, body.login.nav-menus-php #update-nav-menu .menu-edit, body.login.nav-menus-php .accordion-section, body.login.nav-menus-php .accordion-section .tabs, body.login.nav-menus-php .accordion-section .tabs-panel, body.user_role_editor.nav-menus-php #side-sortables, body.user_role_editor.nav-menus-php #update-nav-menu .menu-edit, body.user_role_editor.nav-menus-php .accordion-section, body.user_role_editor.nav-menus-php .accordion-section .tabs, body.user_role_editor.nav-menus-php .accordion-section .tabs-panel, body.user_role_author.nav-menus-php #side-sortables, body.user_role_author.nav-menus-php #update-nav-menu .menu-edit, body.user_role_author.nav-menus-php .accordion-section, body.user_role_author.nav-menus-php .accordion-section .tabs, body.user_role_author.nav-menus-php .accordion-section .tabs-panel {
  border: 0 none;
  box-shadow: none;
}
body.login.nav-menus-php .accordion-section-title, body.login.nav-menus-php .major-publishing-actions, body.login.nav-menus-php #nav-menu-header, body.login.nav-menus-php #nav-menu-footer, body.user_role_editor.nav-menus-php .accordion-section-title, body.user_role_editor.nav-menus-php .major-publishing-actions, body.user_role_editor.nav-menus-php #nav-menu-header, body.user_role_editor.nav-menus-php #nav-menu-footer, body.user_role_author.nav-menus-php .accordion-section-title, body.user_role_author.nav-menus-php .major-publishing-actions, body.user_role_author.nav-menus-php #nav-menu-header, body.user_role_author.nav-menus-php #nav-menu-footer {
  border-top: 0 none;
  border-bottom: 0 none;
  box-shadow: none;
  border-radius: 6px;
  background-color: transparent;
}
body.login.nav-menus-php .manage-menus, body.user_role_editor.nav-menus-php .manage-menus, body.user_role_author.nav-menus-php .manage-menus {
  margin-top: 0;
  padding: 0;
}
body.login.nav-menus-php .accordion-section-content .button, body.login.nav-menus-php .manage-menus .button, body.user_role_editor.nav-menus-php .accordion-section-content .button, body.user_role_editor.nav-menus-php .manage-menus .button, body.user_role_author.nav-menus-php .accordion-section-content .button, body.user_role_author.nav-menus-php .manage-menus .button {
  background-color: #4b83fc;
}
body.login.nav-menus-php .add-new-menu-action, body.login.nav-menus-php .delete-action, body.user_role_editor.nav-menus-php .add-new-menu-action, body.user_role_editor.nav-menus-php .delete-action, body.user_role_author.nav-menus-php .add-new-menu-action, body.user_role_author.nav-menus-php .delete-action {
  display: none;
}
body.login .notice_box ul, body.user_role_editor .notice_box ul, body.user_role_author .notice_box ul {
  list-style: disc;
  margin-left: 20px;
}
body.login .notice_box.new_feature, body.user_role_editor .notice_box.new_feature, body.user_role_author .notice_box.new_feature {
  background-color: #ecf9f5;
  margin-top: 30px;
  margin-bottom: 40px;
}
body.login .notice_box.new_feature h3, body.user_role_editor .notice_box.new_feature h3, body.user_role_author .notice_box.new_feature h3 {
  color: #66cea9;
}
body.login .notice_box.new_feature h4, body.user_role_editor .notice_box.new_feature h4, body.user_role_author .notice_box.new_feature h4 {
  margin-bottom: 0.5em;
}
body.login .notice_box.new_feature ul, body.user_role_editor .notice_box.new_feature ul, body.user_role_author .notice_box.new_feature ul {
  display: flex;
  justify-content: space-evenly;
}
body.login .plugin-update-tr, body.user_role_editor .plugin-update-tr, body.user_role_author .plugin-update-tr {
  display: none;
}
body.user_role_editor #profile-page .wp-heading-inline, body.user_role_author #profile-page .wp-heading-inline {
  display: none;
}
body.user_role_editor.post-type-page #wpbody, body.user_role_author.post-type-page #wpbody {
  padding-top: 0px;
}
body.user_role_editor.post-type-page #wpbody .wrap, body.user_role_author.post-type-page #wpbody .wrap {
  padding-top: 20px;
  max-width: 900px;
}
body.user_role_editor.post-type-page #wpbody .wrap #posts-filter #the-list tr td.title, body.user_role_author.post-type-page #wpbody .wrap #posts-filter #the-list tr td.title {
  padding-right: 0;
}
body.user_role_editor.post-type-page #wpbody .wrap #posts-filter #the-list tr td.title .row-actions .page_template, body.user_role_author.post-type-page #wpbody .wrap #posts-filter #the-list tr td.title .row-actions .page_template {
  margin-bottom: 0px;
}
body.user_role_editor #posts-filter table.wp-list-table, body.user_role_author #posts-filter table.wp-list-table {
  width: 100%;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list, body.user_role_author #posts-filter table.wp-list-table tbody#the-list {
  margin: 40px auto 74px;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"], body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"], body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social {
  display: block !important;
  min-height: auto;
  background: none !important;
  width: 100%;
  max-width: 100%;
  padding: 0 8px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"], body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"], body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social {
    min-width: 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media only screen and (min-width: 1024px) {
  body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"], body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"], body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social {
    min-width: 25% !important;
    max-width: 25% !important;
  }
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article td.custom_post, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] td.custom_post, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social td.custom_post, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article td.custom_post, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] td.custom_post, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social td.custom_post {
  display: block !important;
  padding: 0 !important;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article td.custom_post:before, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] td.custom_post:before, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social td.custom_post:before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article td.custom_post:before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] td.custom_post:before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social td.custom_post:before {
  display: none !important;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article td[data-colname], body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] td[data-colname], body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social td[data-colname], body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article td[data-colname], body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] td[data-colname], body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social td[data-colname] {
  display: none;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-thumbnail img, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-thumbnail img, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-thumbnail img, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-thumbnail img, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-thumbnail img, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item.published, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item.published, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item.published, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item.published, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item.published, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item.published {
  background: #f6f6f6;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item.scheduled, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item.scheduled, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item.scheduled, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item.scheduled, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item.scheduled, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item.scheduled {
  background: #f5f8fd;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .social-icons, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .social-icons, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .social-icons, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .social-icons, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .social-icons, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .social-icons {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #222222;
  font-size: 18px;
  padding-bottom: 10px;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .video-file, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .video-file, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .video-file, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .video-file, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .video-file, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .video-file {
  background: #4b83fc;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 20px;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .video-file span, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .video-file span, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .video-file span, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .video-file span, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .video-file span, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .video-file span {
  color: #f6f6f6;
  font-size: 50px;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content {
  padding: 15px;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-title, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h2, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h3, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content .content-title .row-title, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h2, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h3, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content .content-title .row-title, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h2, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h3, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-title, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h2, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h3, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content .content-title .row-title, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h2, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h3, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content .content-title .row-title, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h2, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h3 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
  color: #222222;
  padding-bottom: 0;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-title .excerpt::before, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h2 .excerpt::before, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h3 .excerpt::before, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content .content-title .row-title .excerpt::before, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h2 .excerpt::before, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h3 .excerpt::before, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content .content-title .row-title .excerpt::before, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h2 .excerpt::before, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h3 .excerpt::before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-title .excerpt::before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h2 .excerpt::before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h3 .excerpt::before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content .content-title .row-title .excerpt::before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h2 .excerpt::before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h3 .excerpt::before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content .content-title .row-title .excerpt::before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h2 .excerpt::before, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h3 .excerpt::before {
  display: none;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-title, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h2, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content .content-title .row-title, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h2, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content .content-title .row-title, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h2, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-title, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h2, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content .content-title .row-title, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h2, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content .content-title .row-title, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h2 {
  font-size: 14px;
  padding-top: 10px;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-actions, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content .content-title .row-actions, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content .content-title .row-actions, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-actions, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content .content-title .row-actions, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content .content-title .row-actions {
  font-size: 10px;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h3, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h3, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h3, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h3, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content h3, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h3 {
  font-size: 12px;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content p, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content p, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content p, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content p, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr[class*="category-"] .post-item .post-content p, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content p {
  font-size: 14px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  line-height: 1.5em;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row {
  position: fixed;
  z-index: 5;
  padding: 20px 30px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.4);
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td {
  padding: 0;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td fieldset, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td fieldset {
  float: none;
  width: 100%;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td span, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td input, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td select, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td span, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td input, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td select {
  font-size: 10px;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td input[type="text"], body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td select, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td input[type="text"], body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td select {
  min-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td legend, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td legend {
  width: fit-content;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td legend + *, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td legend + * {
  clear: initial;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td br.clear, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td br.clear {
  display: none;
}
body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td .inline-edit-categories, body.user_role_editor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td .inline-edit-categories + fieldset, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td .inline-edit-categories, body.user_role_author #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td .inline-edit-categories + fieldset {
  display: none;
}
body.user_role_editor #wpwrap, body.user_role_author #wpwrap {
  min-height: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.user_role_editor #wpwrap #wpcontent, body.user_role_author #wpwrap #wpcontent {
  width: 100%;
}
body.user_role_editor #wpwrap .wrap .wp-heading-inline, body.user_role_author #wpwrap .wrap .wp-heading-inline {
  display: none;
}
body.user_role_editor #wpwrap .wrap .wp-heading-inline + .page-title-action, body.user_role_author #wpwrap .wrap .wp-heading-inline + .page-title-action {
  display: none;
}
body.user_role_editor #content-articles .posts-heading, body.user_role_editor #content-posting-schedule .posts-heading, body.user_role_author #content-articles .posts-heading, body.user_role_author #content-posting-schedule .posts-heading {
  padding: 0 20px;
}
body.user_role_editor #content-articles .posts-heading h2, body.user_role_editor #content-posting-schedule .posts-heading h2, body.user_role_author #content-articles .posts-heading h2, body.user_role_author #content-posting-schedule .posts-heading h2 {
  font-size: 22px;
  padding-bottom: 0;
}
body.user_role_editor #content-articles .posts-heading a, body.user_role_editor #content-posting-schedule .posts-heading a, body.user_role_author #content-articles .posts-heading a, body.user_role_author #content-posting-schedule .posts-heading a {
  font-size: 14px;
  color: #4b83fc;
}
body.user_role_editor.index-php #wpbody-content, body.user_role_author.index-php #wpbody-content {
  display: none;
}
body.user_role_editor #your-profile .user-avatar-wrap input[type="file"], body.user_role_editor #your-profile .user-fullshot-wrap input[type="file"], body.user_role_author #your-profile .user-avatar-wrap input[type="file"], body.user_role_author #your-profile .user-fullshot-wrap input[type="file"] {
  padding-left: 50px;
}
body.user_role_editor #your-profile .user-avatar-wrap input[type="file"]::file-selector-button, body.user_role_editor #your-profile .user-fullshot-wrap input[type="file"]::file-selector-button, body.user_role_author #your-profile .user-avatar-wrap input[type="file"]::file-selector-button, body.user_role_author #your-profile .user-fullshot-wrap input[type="file"]::file-selector-button {
  border: 0 none;
  border-radius: 6px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 600;
  background: #4b83fc;
  color: #ffffff;
  padding: 0 12px;
  height: 33px;
  line-height: 28px;
}
body.user_role_editor #your-profile tr.user-business-review-wrap .show-more-btn, body.user_role_author #your-profile tr.user-business-review-wrap .show-more-btn {
  display: inline-block;
  color: #4b83fc;
  cursor: pointer;
  margin-bottom: 15px;
  border-bottom: 1px solid #4b83fc;
}
body.user_role_editor #your-profile tr.user-business-review-wrap .show-more-btn::after, body.user_role_author #your-profile tr.user-business-review-wrap .show-more-btn::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  padding-left: 8px;
}
body.user_role_editor #your-profile tr.user-business-review-wrap .display-google-review input, body.user_role_author #your-profile tr.user-business-review-wrap .display-google-review input {
  width: 0;
}
body.user_role_editor #your-profile .button-secondary, body.user_role_author #your-profile .button-secondary {
  padding: 3px 16px !important;
}
body.user_role_author.user_tier_silver nav#dash-nav-bar ul.nav-bar-author li.nav-item.content-articles {
  display: none;
}
body.user_role_editor nav#dash-nav-bar a:focus {
  outline: none;
  box-shadow: none;
}
body.user_role_editor .featured-image img {
  width: 96px;
  height: 96px;
  border-radius: 10px;
}
body.user_role_editor .featured-image input[type="file"] {
  padding-left: 50px;
}
body.user_role_editor .featured-image input[type="file"]::file-selector-button {
  border: 0 none;
  border-radius: 6px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 600;
  background: #4b83fc;
  color: #FFFFFF;
  padding: 0 12px;
  height: 33px;
  line-height: 28px;
}
body.user_role_editor input[type="file"] {
  padding-left: 50px;
}
body.user_role_editor input[type="file"]::file-selector-button {
  border: 0 none;
  border-radius: 6px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 600;
  background: #4b83fc;
  color: #ffffff;
  padding: 0 12px;
  height: 33px;
  line-height: 28px;
}
body.user_role_editor.edit-php ul.subsubsub {
  display: none;
}
body.user_role_editor.edit-php #dash-description #createPageToggle {
  margin: 40px 0 0 0;
  display: none;
}
body.user_role_editor.edit-php .wrap table.pages {
  margin: 0;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list {
  margin: 0;
  display: flex;
  flex-direction: column;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit {
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0px !important;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit.author-self {
  display: none;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: initial;
  width: 100%;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title::before {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title {
    flex-direction: column;
  }
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title.default-page .row-actions .final-date {
  display: none !important;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title.default-page .row-actions .page_template {
  color: #222222;
  margin-bottom: 10px;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title.default-page .row-actions .view {
  visibility: collapse;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title.default-page .row-actions .view a {
  visibility: visible;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title.default-page .row-actions .duplicate {
  display: none;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-actions {
  text-align: right;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-title::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  padding-right: 8px;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-actions {
  position: static !important;
}
@media only screen and (max-width: 767px) {
  body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-actions {
    display: flex;
    align-items: center;
  }
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-actions .final-date {
  color: #222222;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-actions .final-date {
    margin-bottom: 0;
  }
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-actions span a {
  color: #4b83fc;
  border-bottom: 1px solid #4b83fc;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .toggle-row {
  display: none;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .media-toolbar .media-toolbar-secondary .media-grid-view-switch, body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .media-toolbar .media-toolbar-secondary #media-attachment-filters {
  display: none !important;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .media-toolbar .media-toolbar-secondary #media-attachment-date-filters {
  width: 250px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .media-toolbar .media-toolbar-secondary #media-attachment-date-filters {
    margin-bottom: 10px;
  }
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 13px;
  height: 55vh !important;
  overflow: auto !important;
  scroll-behavior: smooth;
  padding-top: 15px;
  border: 6px solid transparent;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment {
  padding: 5px;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment.details {
  border: 6px solid #4b83fc;
  box-shadow: none #4b83fc;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check {
  background-color: #4b83fc;
  box-shadow: none !important;
  border-radius: 4px;
  height: 41px;
  width: 41px;
  top: -20px;
  right: -20px;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment .check .media-icon-modal {
  margin: 7px !important;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment:focus {
  box-shadow: none !important;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected {
  border: 6px solid #333;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check .media-modal-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27.055" height="19.326" viewBox="0 0 27.055 19.326"><path id="check-solid" d="M26.414,96.591a1.935,1.935,0,0,1,0,2.735L10.956,114.785a1.935,1.935,0,0,1-2.735,0L.491,107.056a1.934,1.934,0,1,1,2.735-2.735l6.364,6.358,6.351-6.349,7.742-7.739a1.935,1.935,0,0,1,2.735,0Z" transform="translate(0.075 -96.025)" fill="%23fff"/></svg>');
  background-size: 27px;
  background-position: center;
  height: 27px;
  width: 27px;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected .check:hover .media-modal-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="4" viewBox="0 0 27 4"><rect id="Rectangle_12125" data-name="Rectangle 12125" width="27" height="4" rx="2" fill="%23fff"/></svg>');
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment.details, body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment:focus {
  box-shadow: none !important;
}
body.user_role_editor.upload-php .media-modal .media-modal-content {
  overflow: initial;
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .media-frame-title {
  padding: 20px;
  text-transform: uppercase;
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .media-frame-title span {
  font-size: 24px;
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  padding-right: 0;
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .left, body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .right {
  z-index: 1;
  border: none;
  background: #222222;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .left::before, body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .right::before {
  font: normal 20px/30px dashicons !important;
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .left {
  right: 80px;
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .right {
  right: 40px;
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .media-modal-close {
  position: absolute;
  right: -10px;
  top: -15px;
  background: #000;
  color: #ffffff;
  border-radius: 50%;
  border-left: none;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .media-modal-close {
    right: 5px;
    top: 5px;
  }
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .media-modal-close:hover .media-modal-icon:before {
  color: #ffffff !important;
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .media-frame-content {
  border-top: none;
}
body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .media-frame-content .attachment-details {
  box-shadow: none;
  top: 10px;
  padding: 40px !important;
}
body.user_role_editor.nav-menus-php ul, body.user_role_editor.nav-menus-php li {
  padding: 0;
}
body.user_role_editor.nav-menus-php .button:focus {
  color: #fff !important;
}
@media only screen and (min-width: 768px) {
  body.user_role_editor.nav-menus-php .manage-menus form {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  body.user_role_editor.nav-menus-php #nav-menus-frame {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    gap: 100px;
  }
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column {
  width: 100%;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta h2 {
  display: none;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables {
  min-width: 300px !important;
  max-width: 100% !important;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border li {
  list-style: none;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-page #posttype-page ul#posttype-page-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-page #posttype-page ul#posttype-post-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-page #posttype-post ul#posttype-page-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-page #posttype-post ul#posttype-post-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-post #posttype-page ul#posttype-page-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-post #posttype-page ul#posttype-post-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-post #posttype-post ul#posttype-page-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-post #posttype-post ul#posttype-post-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-custom-links #posttype-page ul#posttype-page-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-custom-links #posttype-page ul#posttype-post-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-custom-links #posttype-post ul#posttype-page-tabs, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-custom-links #posttype-post ul#posttype-post-tabs {
  display: flex !important;
  gap: 20px !important;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-page #posttype-page #tabs-panel-posttype-page-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-page #posttype-page #tabs-panel-posttype-post-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-page #posttype-post #tabs-panel-posttype-page-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-page #posttype-post #tabs-panel-posttype-post-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-post #posttype-page #tabs-panel-posttype-page-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-post #posttype-page #tabs-panel-posttype-post-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-post #posttype-post #tabs-panel-posttype-page-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-post #posttype-post #tabs-panel-posttype-post-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-custom-links #posttype-page #tabs-panel-posttype-page-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-custom-links #posttype-page #tabs-panel-posttype-post-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-custom-links #posttype-post #tabs-panel-posttype-page-most-recent, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-custom-links #posttype-post #tabs-panel-posttype-post-most-recent {
  padding: 0 !important;
  overflow: hidden;
  min-height: 240px;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-update, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-social, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-category {
  display: none;
}
@media only screen and (min-width: 1024px) {
  body.user_role_editor.nav-menus-php #nav-menus-frame #menu-management-liquid {
    border-left: 1px solid #dee2e6;
    padding-left: 100px;
  }
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-management-liquid #menu-management #update-nav-menu h2 {
  display: none !important;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-management-liquid #menu-management #update-nav-menu .menu-edit #post-body {
  border-bottom: none;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-management-liquid #menu-management #update-nav-menu .menu-edit #post-body #nav-menu-bulk-actions-top, body.user_role_editor.nav-menus-php #nav-menus-frame #menu-management-liquid #menu-management #update-nav-menu .menu-edit #post-body #nav-menu-bulk-actions-bottom {
  display: none;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-management-liquid #menu-management #update-nav-menu .menu-edit #post-body ul#menu-to-edit .menu-item {
  list-style: none;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-management-liquid #menu-management #update-nav-menu .menu-edit #post-body ul#menu-to-edit .menu-item .menu-item-bar .menu-item-handle {
  border: none;
  border-radius: 6px;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-management-liquid #menu-management #update-nav-menu .menu-edit #nav-menu-footer .major-publishing-actions .publishing-action #save_menu_footer {
  padding: 3px 20px !important;
}
body.login #login {
  width: 100%;
  max-width: 400px;
}
body.login #login form {
  border: 0 none;
  box-shadow: none;
  margin-top: 0;
}
body.login #login .message {
  border-left: 0 none;
  background: #f6f6f6;
  box-shadow: none;
  padding: 20px 30px;
  border-radius: 6px;
  box-sizing: border-box;
}
body.login #login h1 > a {
  background-image: url(https://template.townsites.org/wp-content/uploads/dashboard/logo.png);
  width: 250px;
  background-size: contain;
  margin-bottom: 0;
}
body.login #login #nav a {
  font-weight: bold;
}
body.login #login #backtoblog, body.login #login .wp-generate-pw {
  display: none !important;
}
body.user_role_administrator #ns-cloner-section-advertise_pro, body.user_role_administrator .ns-cloner-header, body.user_role_administrator .ns-cloner-header-pro, body.user_role_administrator .ns-cloner-sidebar {
  display: none !important;
}
body.user_role_administrator #user-profile > .form-table, body.user_role_administrator #your-profile > .form-table {
  border: 1px solid #ccc;
  margin-bottom: 2em;
}
body.user_role_administrator #user-profile > .form-table > tbody, body.user_role_administrator #your-profile > .form-table > tbody {
  padding: 1em 2em;
  display: block;
}
body.user_role_administrator #user-profile > h2, body.user_role_administrator #user-profile > h3, body.user_role_administrator #your-profile > h2, body.user_role_administrator #your-profile > h3 {
  display: inline-block;
  vertical-align: middle;
}
body.user_role_administrator #user-profile > button, body.user_role_administrator #your-profile > button {
  vertical-align: middle;
  margin-left: 1em;
}
body.user_role_administrator #user-profile .profile-hidden, body.user_role_administrator #your-profile .profile-hidden {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: 0;
}
body.user_role_administrator #user-profile .user-profile-picture, body.user_role_administrator #your-profile .user-profile-picture {
  display: none;
}
body.user_role_administrator #user-profile .user-fullshot-wrap img, body.user_role_administrator #your-profile .user-fullshot-wrap img {
  max-width: 250px;
}
body.user_role_administrator #user-profile #application-passwords-section, body.user_role_administrator #your-profile #application-passwords-section {
  max-width: 860px;
}
body.user_role_administrator #user-profile #application-passwords-section h2, body.user_role_administrator #your-profile #application-passwords-section h2 {
  font-size: 14px;
}
body.user_role_administrator #user-profile #application-passwords-section label, body.user_role_administrator #your-profile #application-passwords-section label {
  font-weight: normal;
}
body.user_role_administrator .profile-hidden {
  display: none;
}
body.user_role_administrator .mailpoet-top-bar-logo, body.user_role_administrator .mailpoet-top-bar-beamer, body.user_role_administrator .mailpoet-homepage-product-discovery, body.user_role_administrator .mailpoet-homepage-resources, body.user_role_administrator .mailpoet-subscribers-in-plan {
  display: none !important;
}
body.user_role_administrator #beacon-container, body.user_role_administrator .sm-survey {
  display: none !important;
}
body.user_role_administrator #wpfooter {
  display: none;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap {
  padding: 20px;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap h2 {
  margin-bottom: 40px;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap .container-wrap form#affiliate {
  width: 100%;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap .container-wrap form#affiliate table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap .container-wrap form#affiliate table tr {
  text-align: left;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap .container-wrap form#affiliate table tr td {
  padding-right: 50px;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap .container-wrap form#affiliate table tr td input {
  width: 100%;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap .container-wrap form#affiliate table tr td .flex-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap .container-wrap form#affiliate table tr td .flex-item .delete-action {
  color: #2271b1;
  cursor: pointer;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap .container-wrap form#affiliate .btn-action {
  display: flex;
  gap: 15px;
}
body.user_role_administrator.tools_page_affiliate-links-submenu-page #affiliate-wrap .container-wrap form#affiliate .btn-action .save-action {
  color: #fff;
  background: #2271b1;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool {
  padding: 30px 150px 0 30px;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container .form-group {
  margin-bottom: 15px;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container .form-group label {
  font-weight: bold;
  line-height: 2em;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container .form-group .help-block {
  display: block;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container .form-group input[type="text"], body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container .form-group input[type="email"], body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container .form-group input[type="tel"] {
  width: 100%;
  max-width: 750px;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container .form-group .preview {
  float: none;
  display: block;
  max-width: 300px;
  max-height: 300px;
  padding-top: 15px;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container .button {
  margin-right: 6px;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container fieldset {
  margin: 5px 0;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container fieldset .form-group .controls {
  padding: 5px 0;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container fieldset .form-group .controls .form-control {
  width: 30%;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-form-container fieldset .form-group .controls .form-control.textarea-control {
  min-height: 100px;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool .link-check {
  text-decoration: none;
  font-weight: bold;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container {
  margin-bottom: 1em;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container .task {
  font-weight: bold;
  margin: 8px 0;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container .task[data-status="pending"] label:after {
  content: "";
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container .task[data-status="running"] label:after {
  content: "";
  font-weight: 600;
  animation: fa-spin 2s linear infinite;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container .task[data-status="finished"] label:after {
  content: "";
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container .task[data-status="cancelled"] label:after {
  content: "";
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container .task label:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  margin-left: 5px;
  margin-top: 1px;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container .task input[type="checkbox"] {
  vertical-align: -5px;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container .task .log {
  display: none;
  margin-top: 5px;
  padding: 0.5em 1em;
  background-color: white;
  max-width: 680px;
  font-weight: normal;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container .task[data-status="running"] .log, body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-checkbox-container .task[data-status="finished"] .log {
  display: block;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #setup-account-description {
  display: none;
  color: white;
  background: #222222;
  position: fixed;
  right: 4em;
  top: 8em;
  padding: 0 3em 1em;
  font-size: 12px;
  z-index: 2;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-tool #stop-setup {
  display: none;
}
body.user_role_administrator.tools_page_setup-tool-submenu-page #setup-account-turn-on-site {
  margin: 3em;
  background-color: white;
  padding: 2em 2em;
  width: fit-content;
}
body.user_role_administrator #wpadminbar li i.fa-solid {
  position: relative;
}
body.user_role_administrator #wpadminbar li i.fa-solid:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  padding-right: 0.2em;
}
body.user_role_administrator #wpadminbar li i.fa-solid.disabled:after {
  content: "/";
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  left: 0.1em;
  top: -0.67em;
  color: #ee0000;
}
body.user_role_administrator #wpadminbar li#wp-admin-bar-my-account i.fa-solid:before {
  padding-right: 0.8em;
}
body.user_role_administrator #upload-footage-iframe {
  width: 100%;
  height: 800px;
}
body.user_role_administrator #user_billing, body.user_role_administrator #site_billing, body.user_role_administrator #billing_status {
  width: 375px;
}
body.user_role_administrator #site_public, body.user_role_administrator th#role {
  width: 140px;
}
.avatar.avatar-custom-96 {
  width: 64px;
  height: 64px;
}
.avatar.avatar-custom-64 {
  width: 64px;
  height: 64px;
}
.avatar.avatar-custom-32 {
  width: 32px;
  height: 32px;
}
.avatar.avatar-custom-18 {
  width: 18px;
  height: 18px;
}
#your-profile .user-avatar-wrap img, #your-profile .user-fullshot-wrap img {
  width: 96px;
  height: 96px;
  border-radius: 10px;
}
#modal {
  padding: 15px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#modal.active {
  background: rgba(0, 0, 0, 0.45);
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
#modal.active .contain {
  opacity: 1;
  visibility: visible;
}
#modal .contain {
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
  background: #ffffff;
  max-width: 500px;
  width: 100%;
  position: relative;
}
#modal .contain a {
  color: #4b83fc;
  text-decoration: underline;
  cursor: pointer;
}
#modal .contain textarea {
  width: 100%;
  min-height: 150px;
}
#modal .contain .title {
  background: #4b83fc;
  padding: 15px;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
#modal .contain .title h3 {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
#modal .contain .content-wrapper {
  position: relative;
  padding: 20px;
  min-height: 100px;
}
#modal .contain .close {
  cursor: pointer;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  position: absolute;
  top: -9px;
  right: -9px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal .contain .text-right {
  text-align: right;
}
#modal .contain .mr-4 {
  margin-right: 4px;
}
#modal .contain .btn.btn-primary {
  text-decoration: none;
  color: #ffffff;
}
#modal .contain .loading {
  text-align: center;
}
#modal .contain .loading i {
  font-size: 4rem;
  color: #4b83fc;
}
#modal .contain hr {
  padding: 0;
}
#modal .contain .write-topic, #modal .contain .rewrite-topic, #modal .contain .set-topic-header, #modal .contain .generated-response-header {
  padding: 12px 10px;
  border-radius: 6px 6px 0 0;
  background: #4b83fc;
  color: #ffffff;
}
#modal .contain .set-topic, #modal .contain .generated-response {
  padding: 10px;
  border: 1px solid #ededee;
  border-radius: 0 0 6px 6px;
}
#modal .contain textarea {
  border-radius: 0 0 6px 6px;
}
.unstyled-list {
  list-style-type: none !important;
  padding-left: 0;
}
#home-listings .card-img-top {
  height: 30vh;
}
@media screen and (min-width: 576px) {
  #home-listings .card-img-top {
    height: 20vh;
  }
}
@media screen and (min-width: 992px) {
  #home-listings .card-img-top {
    height: 15vh;
  }
}
