/** Contains styles used to re-theme the WordPress admin pages for customer dashboards */
body.login,
body.user_role_editor,
body.user_role_contributor,
body.user_role_author {
  background: #ffffff;
  color: #222222;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: none;
}
body.login p, body.login label, body.login select, body.login input, body.login textarea,
body.user_role_editor p,
body.user_role_editor label,
body.user_role_editor select,
body.user_role_editor input,
body.user_role_editor textarea,
body.user_role_contributor p,
body.user_role_contributor label,
body.user_role_contributor select,
body.user_role_contributor input,
body.user_role_contributor textarea,
body.user_role_author p,
body.user_role_author label,
body.user_role_author select,
body.user_role_author input,
body.user_role_author textarea {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 2;
}
body.login h1, body.login h2, body.login h3, body.login h4,
body.user_role_editor h1,
body.user_role_editor h2,
body.user_role_editor h3,
body.user_role_editor h4,
body.user_role_contributor h1,
body.user_role_contributor h2,
body.user_role_contributor h3,
body.user_role_contributor h4,
body.user_role_author h1,
body.user_role_author h2,
body.user_role_author h3,
body.user_role_author h4 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #222222;
  padding-bottom: 0.5em;
}
body.login h1,
body.user_role_editor h1,
body.user_role_contributor h1,
body.user_role_author h1 {
  font-size: 34px;
  font-weight: 600;
}
body.login h2,
body.user_role_editor h2,
body.user_role_contributor h2,
body.user_role_author h2 {
  font-size: 30px;
  font-weight: 400;
}
body.login h3,
body.user_role_editor h3,
body.user_role_contributor h3,
body.user_role_author h3 {
  font-size: 22px;
  font-weight: 400;
}
body.login h4,
body.user_role_editor h4,
body.user_role_contributor h4,
body.user_role_author h4 {
  font-size: 18px;
}
body.login a,
body.user_role_editor a,
body.user_role_contributor a,
body.user_role_author a {
  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_contributor a:before,
body.user_role_contributor a:after,
body.user_role_author a:before,
body.user_role_author a:after {
  color: #222222;
}
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_contributor a.current:before,
body.user_role_contributor a.current:after,
body.user_role_author a.current:before,
body.user_role_author a.current:after {
  color: #4b83fc;
}
body.login select,
body.login input[type=text],
body.login input[type=email],
body.login input[type=password],
body.login textarea,
body.user_role_editor select,
body.user_role_editor input[type=text],
body.user_role_editor input[type=email],
body.user_role_editor input[type=password],
body.user_role_editor textarea,
body.user_role_contributor select,
body.user_role_contributor input[type=text],
body.user_role_contributor input[type=email],
body.user_role_contributor input[type=password],
body.user_role_contributor textarea,
body.user_role_author select,
body.user_role_author input[type=text],
body.user_role_author input[type=email],
body.user_role_author input[type=password],
body.user_role_author textarea {
  border-radius: 6px;
  border-color: #bcbcbc;
}
body.login select:focus,
body.login input[type=text]:focus,
body.login input[type=email]:focus,
body.login input[type=password]:focus,
body.login textarea:focus,
body.user_role_editor select:focus,
body.user_role_editor input[type=text]:focus,
body.user_role_editor input[type=email]:focus,
body.user_role_editor input[type=password]:focus,
body.user_role_editor textarea:focus,
body.user_role_contributor select:focus,
body.user_role_contributor input[type=text]:focus,
body.user_role_contributor input[type=email]:focus,
body.user_role_contributor input[type=password]:focus,
body.user_role_contributor textarea:focus,
body.user_role_author select:focus,
body.user_role_author input[type=text]:focus,
body.user_role_author input[type=email]:focus,
body.user_role_author input[type=password]:focus,
body.user_role_author textarea:focus {
  border-color: #4b83fc;
  box-shadow: 0 0 0 1px #4b83fc;
}
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_contributor input[type=date],
body.user_role_contributor input[type=datetime-local],
body.user_role_contributor input[type=datetime],
body.user_role_contributor input[type=email],
body.user_role_contributor input[type=month],
body.user_role_contributor input[type=number],
body.user_role_contributor input[type=password],
body.user_role_contributor input[type=search],
body.user_role_contributor input[type=tel],
body.user_role_contributor input[type=text],
body.user_role_contributor input[type=time],
body.user_role_contributor input[type=url],
body.user_role_contributor 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_contributor input[type=date]:focus,
body.user_role_contributor input[type=datetime-local]:focus,
body.user_role_contributor input[type=datetime]:focus,
body.user_role_contributor input[type=email]:focus,
body.user_role_contributor input[type=month]:focus,
body.user_role_contributor input[type=number]:focus,
body.user_role_contributor input[type=password]:focus,
body.user_role_contributor input[type=search]:focus,
body.user_role_contributor input[type=tel]:focus,
body.user_role_contributor input[type=text]:focus,
body.user_role_contributor input[type=time]:focus,
body.user_role_contributor input[type=url]:focus,
body.user_role_contributor 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 .button,
body.login .page-title-action,
body.login .button-secondary,
body.user_role_editor .button,
body.user_role_editor .page-title-action,
body.user_role_editor .button-secondary,
body.user_role_contributor .button,
body.user_role_contributor .page-title-action,
body.user_role_contributor .button-secondary,
body.user_role_author .button,
body.user_role_author .page-title-action,
body.user_role_author .button-secondary {
  border: 0;
  border-radius: 6px;
  font-weight: 600;
  padding: 0 12px;
  height: 33px;
  line-height: 28px;
  background: #4b83fc;
  color: #ffffff;
}
body.login .button:hover, body.login .button:active,
body.login .page-title-action:hover,
body.login .page-title-action:active,
body.login .button-secondary:hover,
body.login .button-secondary:active,
body.user_role_editor .button:hover,
body.user_role_editor .button:active,
body.user_role_editor .page-title-action:hover,
body.user_role_editor .page-title-action:active,
body.user_role_editor .button-secondary:hover,
body.user_role_editor .button-secondary:active,
body.user_role_contributor .button:hover,
body.user_role_contributor .button:active,
body.user_role_contributor .page-title-action:hover,
body.user_role_contributor .page-title-action:active,
body.user_role_contributor .button-secondary:hover,
body.user_role_contributor .button-secondary:active,
body.user_role_author .button:hover,
body.user_role_author .button:active,
body.user_role_author .page-title-action:hover,
body.user_role_author .page-title-action:active,
body.user_role_author .button-secondary:hover,
body.user_role_author .button-secondary:active {
  background: #4b83fc;
  color: #ffffff;
}
body.login .button.dashboard-notice,
body.login .page-title-action.dashboard-notice,
body.login .button-secondary.dashboard-notice,
body.user_role_editor .button.dashboard-notice,
body.user_role_editor .page-title-action.dashboard-notice,
body.user_role_editor .button-secondary.dashboard-notice,
body.user_role_contributor .button.dashboard-notice,
body.user_role_contributor .page-title-action.dashboard-notice,
body.user_role_contributor .button-secondary.dashboard-notice,
body.user_role_author .button.dashboard-notice,
body.user_role_author .page-title-action.dashboard-notice,
body.user_role_author .button-secondary.dashboard-notice {
  display: block;
  border-radius: 6px;
  font-size: 20px;
  border-left: 1px solid #bcbcbc;
  padding: 8px 20px;
}
body.login textarea,
body.user_role_editor textarea,
body.user_role_contributor textarea,
body.user_role_author textarea {
  vertical-align: middle;
  padding: 1em 0.5em;
  border-color: #bcbcbc;
}
body.login .media-frame input,
body.user_role_editor .media-frame input,
body.user_role_contributor .media-frame input,
body.user_role_author .media-frame input {
  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_contributor input[type=checkbox],
body.user_role_contributor 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_contributor span.dashicons,
body.user_role_author span.dashicons {
  color: #4b83fc;
}
body.login #wpcontent,
body.user_role_editor #wpcontent,
body.user_role_contributor #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_contributor #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_contributor #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_contributor 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_contributor table.wp-list-table thead,
body.user_role_contributor 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_contributor table.wp-list-table thead th,
body.user_role_contributor table.wp-list-table thead td,
body.user_role_contributor table.wp-list-table tfoot th,
body.user_role_contributor 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_contributor table.wp-list-table .column-author,
body.user_role_contributor table.wp-list-table .column-comments,
body.user_role_contributor 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_contributor 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_contributor 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_contributor 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;
  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_contributor 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_contributor 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_contributor 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: "\f09a";
}
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_contributor 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_contributor 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_contributor 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_contributor table.wp-list-table.posts tbody tr td.categories,
body.user_role_contributor table.wp-list-table.posts tbody tr td.tags,
body.user_role_contributor table.wp-list-table.posts tbody tr td.comments,
body.user_role_contributor table.wp-list-table.posts tbody tr td.date,
body.user_role_contributor 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_contributor 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_contributor 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_contributor 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: #ffffff;
}
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_contributor 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 .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_contributor table.wp-list-table.pages .check-column,
body.user_role_contributor 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_contributor table.wp-list-table a,
body.user_role_contributor 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_contributor table.wp-list-table a:hover,
body.user_role_contributor 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_contributor 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_contributor 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_contributor 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_contributor table.wp-list-table .inline-edit-row .inline-edit-legend,
body.user_role_contributor table.wp-list-table .inline-edit-row .inline-edit-author,
body.user_role_contributor 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_contributor 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_contributor 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: #ffffff;
}
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_contributor 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: #ffffff;
}
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_contributor #posts-filter .search-box,
body.user_role_contributor #posts-filter .tablenav.top,
body.user_role_contributor #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_contributor .wp-filter,
body.user_role_contributor .manage-menus,
body.user_role_contributor #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_contributor #screen-meta-links,
body.user_role_contributor #et_load_category_page,
body.user_role_contributor.post-type-et_pb_layout .tablenav .actions:not(.bulkactions),
body.user_role_contributor #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_contributor #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_contributor #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_contributor #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_contributor.post-php .page-title-action,
body.user_role_contributor.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_contributor.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_contributor.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_contributor .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_contributor #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_contributor #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_contributor #your-profile h2,
body.user_role_contributor #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.page-title-action,
body.login #your-profile h2 + a.button-secondary,
body.login #your-profile h2 + a.button + table,
body.login #your-profile h2 + a.page-title-action + table,
body.login #your-profile h2 + a.button-secondary + 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.page-title-action,
body.user_role_editor #your-profile h2 + a.button-secondary,
body.user_role_editor #your-profile h2 + a.button + table,
body.user_role_editor #your-profile h2 + a.page-title-action + table,
body.user_role_editor #your-profile h2 + a.button-secondary + table,
body.user_role_editor #your-profile .wp-header-end,
body.user_role_contributor #your-profile h2 + a.button,
body.user_role_contributor #your-profile h2 + a.page-title-action,
body.user_role_contributor #your-profile h2 + a.button-secondary,
body.user_role_contributor #your-profile h2 + a.button + table,
body.user_role_contributor #your-profile h2 + a.page-title-action + table,
body.user_role_contributor #your-profile h2 + a.button-secondary + table,
body.user_role_contributor #your-profile .wp-header-end,
body.user_role_author #your-profile h2 + a.button,
body.user_role_author #your-profile h2 + a.page-title-action,
body.user_role_author #your-profile h2 + a.button-secondary,
body.user_role_author #your-profile h2 + a.button + table,
body.user_role_author #your-profile h2 + a.page-title-action + table,
body.user_role_author #your-profile h2 + a.button-secondary + 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_contributor #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_contributor #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_contributor #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_contributor #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_contributor #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_contributor #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_contributor #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_contributor #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_contributor #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: "\f0d8";
  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_contributor #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_contributor #your-profile tr.user-subscription-wrap #subscription-description,
body.user_role_contributor #your-profile tr.user-email-wrap #email,
body.user_role_contributor #your-profile tr.user-description-wrap #wp-description-wrap,
body.user_role_contributor #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_contributor #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_contributor #your-profile tr.user-user-login-wrap,
body.user_role_contributor #your-profile tr.user-first-name-wrap,
body.user_role_contributor #your-profile tr.user-last-name-wrap,
body.user_role_contributor #your-profile tr.user-display-name-wrap,
body.user_role_contributor #your-profile tr.user-profile-picture,
body.user_role_contributor #your-profile table.personal-options,
body.user_role_contributor #your-profile tr.user-business-review-wrap .show-more,
body.user_role_contributor #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,
.user_role_contributor #your-profile tr.user-first-name-wrap,
.user_role_contributor #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,
.user_role_contributor #your-profile tr.user-nickname-wrap,
.user_role_contributor #your-profile tr.user-display-name-wrap {
  display: none !important;
}

body.login .wrap,
body.user_role_editor .wrap,
body.user_role_contributor .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_contributor .wrap,
  body.user_role_author .wrap {
    padding: 0;
  }
}
body.login .wrap.dashboard-welcome,
body.user_role_editor .wrap.dashboard-welcome,
body.user_role_contributor .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_contributor .wrap.dich_dashboard_page .notice,
body.user_role_contributor .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_contributor .wrap.dich_dashboard_page.partners .wrapper-balance.disabled:after,
body.user_role_contributor .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: "\f1ce";
  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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .wrap.dich_dashboard_page.partners .wrapper-partners-list .partner-status .badge,
body.user_role_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .container,
  body.user_role_author .container {
    padding: 0;
  }
}
body.login .container .row,
body.user_role_editor .container .row,
body.user_role_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .container .row h1,
body.user_role_contributor .container .row h2,
body.user_role_contributor .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_contributor .container .row h1 b,
body.user_role_contributor .container .row h2 b,
body.user_role_contributor .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_contributor .container .row h1 svg,
body.user_role_contributor .container .row h1 i.fa-solid,
body.user_role_contributor .container .row h1 i.fa-brands,
body.user_role_contributor .container .row h2 svg,
body.user_role_contributor .container .row h2 i.fa-solid,
body.user_role_contributor .container .row h2 i.fa-brands,
body.user_role_contributor .container .row h3 svg,
body.user_role_contributor .container .row h3 i.fa-solid,
body.user_role_contributor .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_contributor .container .row h1:last-child,
body.user_role_contributor .container .row h2:last-child,
body.user_role_contributor .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_contributor .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_contributor .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_contributor .container .row p b,
body.user_role_contributor .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_contributor .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_contributor .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_contributor .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_contributor .container .badge,
body.user_role_author .container .badge {
  background-color: #ecf9f5;
  color: #66cea9;
  padding: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px !important;
  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_contributor .container .badge svg,
body.user_role_contributor .container .badge i.fa-solid,
body.user_role_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .container .toggle span:before,
body.user_role_contributor .container .toggle span:after,
body.user_role_author .container .toggle span:before,
body.user_role_author .container .toggle span:after {
  content: "\f111";
  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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor 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_contributor 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_contributor form input,
body.user_role_contributor form textarea,
body.user_role_contributor 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_contributor form table textarea,
body.user_role_contributor 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_contributor .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_contributor svg,
body.user_role_contributor i.fa-solid,
body.user_role_contributor 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_contributor svg.fa-spin,
body.user_role_contributor i.fa-solid.fa-spin,
body.user_role_contributor 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_contributor .bg-lightblue,
body.user_role_author .bg-lightblue {
  background-color: #f5f8fd;
}
body.login .bg-lightgray,
body.user_role_editor .bg-lightgray,
body.user_role_contributor .bg-lightgray,
body.user_role_author .bg-lightgray {
  background-color: #f6f6f6;
}
body.login .bg-lightgreen,
body.user_role_editor .bg-lightgreen,
body.user_role_contributor .bg-lightgreen,
body.user_role_author .bg-lightgreen {
  background-color: #ecf9f5;
}
body.login .bg-lightred,
body.user_role_editor .bg-lightred,
body.user_role_contributor .bg-lightred,
body.user_role_author .bg-lightred {
  background-color: #f9ecec;
}
body.login .img-thumbnail,
body.user_role_editor .img-thumbnail,
body.user_role_contributor .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_contributor .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_contributor ul li,
body.user_role_contributor 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_contributor ul,
body.user_role_author ul {
  list-style-type: disc;
}
body.login .hidden,
body.user_role_editor .hidden,
body.user_role_contributor .hidden,
body.user_role_author .hidden {
  display: none;
}
body.login .disabled,
body.user_role_editor .disabled,
body.user_role_contributor .disabled,
body.user_role_author .disabled {
  pointer-events: none !important;
  opacity: 0.5;
}
body.login .disabled-notice,
body.user_role_editor .disabled-notice,
body.user_role_contributor .disabled-notice,
body.user_role_author .disabled-notice {
  background-color: #f9ecec;
  border-radius: 6px;
  padding: 8px 16px;
  text-align: center;
  max-width: 650px;
  margin: auto;
}
body.login #dich-admin-footer,
body.user_role_editor #dich-admin-footer,
body.user_role_contributor #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_contributor #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_contributor #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_contributor #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_contributor #dich-admin-footer .row h3,
body.user_role_author #dich-admin-footer .row h3 {
  color: white;
  font-style: normal;
}
body.login #dich-admin-footer .row a,
body.user_role_editor #dich-admin-footer .row a,
body.user_role_contributor #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_contributor #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_contributor #css-theme-preview-image,
body.user_role_author #css-theme-preview-image {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  right: 0;
}
body.login .featured-image img,
body.user_role_editor .featured-image img,
body.user_role_contributor .featured-image img,
body.user_role_author .featured-image img {
  height: 200px;
}
body.login #get-script,
body.user_role_editor #get-script,
body.user_role_contributor #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_contributor #sb-settings .sbsw-connected-accounts-inner h4,
body.user_role_contributor #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_contributor #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_contributor #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_contributor #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_contributor #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_contributor #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_contributor #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_contributor [v-cloak],
body.user_role_author [v-cloak] {
  display: none;
}
body.login img.profile,
body.user_role_editor img.profile,
body.user_role_contributor 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_contributor .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_contributor .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_contributor .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_contributor .btn,
body.user_role_author .btn {
  color: white !important;
  font-size: 14px;
  font-weight: 600;
  min-height: unset;
  border: 0 none;
  width: fit-content;
}
body.login .btn.btn-wide,
body.user_role_editor .btn.btn-wide,
body.user_role_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .btn.btn-red:disabled,
body.user_role_author .btn.btn-red:disabled {
  background: #ce6666;
  cursor: not-allowed;
}
body.login .btn.btn-green,
body.user_role_editor .btn.btn-green,
body.user_role_contributor .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_contributor .btn.btn-green:disabled,
body.user_role_author .btn.btn-green:disabled {
  background: #66cea9;
  cursor: not-allowed;
}
body.login .btn.btn-large,
body.user_role_editor .btn.btn-large,
body.user_role_contributor .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_contributor .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_contributor .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_contributor .btn svg,
body.user_role_contributor .btn i.fa-solid,
body.user_role_contributor .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_contributor .fw,
body.user_role_author .fw {
  font-weight: 400 !important;
}
body.login .fw-500,
body.user_role_editor .fw-500,
body.user_role_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .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_contributor .masonry-grid .masonry-item,
  body.user_role_author .masonry-grid .masonry-item {
    width: calc(25% - 16px);
  }
}
body.login .pending,
body.user_role_editor .pending,
body.user_role_contributor .pending,
body.user_role_author .pending {
  position: relative;
}
body.login .pending > *,
body.user_role_editor .pending > *,
body.user_role_contributor .pending > *,
body.user_role_author .pending > * {
  opacity: 0.8;
  pointer-events: none;
}
@keyframes pending-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body.login .dialog-overlay,
body.user_role_editor .dialog-overlay,
body.user_role_contributor .dialog-overlay,
body.user_role_author .dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9998;
}
body.login dialog,
body.user_role_editor dialog,
body.user_role_contributor dialog,
body.user_role_author dialog {
  top: 40%;
  min-width: 300px;
  z-index: 9999;
  position: fixed;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 0 none;
  padding: 20px 40px;
}
body.login .cropper-container,
body.user_role_editor .cropper-container,
body.user_role_contributor .cropper-container,
body.user_role_author .cropper-container {
  max-width: 750px;
  max-height: 500px;
}
body.login .form-container,
body.user_role_editor .form-container,
body.user_role_contributor .form-container,
body.user_role_author .form-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 25px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
body.login .form-container label,
body.user_role_editor .form-container label,
body.user_role_contributor .form-container label,
body.user_role_author .form-container label {
  display: block;
  margin-top: 1.4em;
  margin-bottom: 5px;
  font-size: 1.2em;
}
body.login .form-container label.required:after,
body.user_role_editor .form-container label.required:after,
body.user_role_contributor .form-container label.required:after,
body.user_role_author .form-container label.required:after {
  content: " (required)";
  color: red;
}
body.login .form-container button:disabled,
body.user_role_editor .form-container button:disabled,
body.user_role_contributor .form-container button:disabled,
body.user_role_author .form-container button:disabled {
  background-color: #ccc;
}
body.login .form-container .progress-container,
body.user_role_editor .form-container .progress-container,
body.user_role_contributor .form-container .progress-container,
body.user_role_author .form-container .progress-container {
  margin: 20px 0;
  position: relative;
}
body.login .form-container .cropper-image,
body.user_role_editor .form-container .cropper-image,
body.user_role_contributor .form-container .cropper-image,
body.user_role_author .form-container .cropper-image {
  width: 100%;
}
body.login .form-container .onboarding-content,
body.user_role_editor .form-container .onboarding-content,
body.user_role_contributor .form-container .onboarding-content,
body.user_role_author .form-container .onboarding-content {
  min-height: 280px;
}
body.login .form-container .progress-bar,
body.user_role_editor .form-container .progress-bar,
body.user_role_contributor .form-container .progress-bar,
body.user_role_author .form-container .progress-bar {
  background-color: #ffffff;
  border-radius: 15px;
  height: 20px;
  width: 100%;
  margin-top: 10px;
}
body.login .form-container .progress-fill,
body.user_role_editor .form-container .progress-fill,
body.user_role_contributor .form-container .progress-fill,
body.user_role_author .form-container .progress-fill {
  background-color: #007bff;
  height: 100%;
  border-radius: 5px;
  transition: width 0.4s ease;
}

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(/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;
}

/** Contains styles used on both the Editor and Author dashboards */
body.user_role_editor #profile-page .wp-heading-inline,
body.user_role_contributor #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_contributor.post-type-page #wpbody,
body.user_role_author.post-type-page #wpbody {
  padding-top: 0;
}
body.user_role_editor.post-type-page #wpbody .wrap,
body.user_role_contributor.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_contributor.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_contributor.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: 0;
}
body.user_role_editor #posts-filter table.wp-list-table,
body.user_role_contributor #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_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-],
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article,
  body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-],
  body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article,
  body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-],
  body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article td.custom_post,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] td.custom_post,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article td.custom_post:before,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] td.custom_post:before,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article td[data-colname],
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] td[data-colname],
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-thumbnail img,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-thumbnail img,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item.published,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item.published,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item.scheduled,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item.scheduled,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .social-icons,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .social-icons,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .video-file,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .video-file,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .video-file span,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .video-file span,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-title,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h2,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h3,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content .content-title .row-title,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content h2,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content h3,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content .content-title .row-title,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h2,
body.user_role_contributor #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_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h2 .excerpt::before,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h3 .excerpt::before,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content h2 .excerpt::before,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content h3 .excerpt::before,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content h2 .excerpt::before,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-title,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h2,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content .content-title .row-title,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content h2,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr.type-social .post-item .post-content .content-title .row-title,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content .content-title .row-actions,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content .content-title .row-actions,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content h3,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content h3,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.category-content-article .post-item .post-content p,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr[class*=category-] .post-item .post-content p,
body.user_role_contributor #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_contributor #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_contributor #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_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td span,
body.user_role_contributor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td input,
body.user_role_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td input[type=text],
body.user_role_contributor #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_contributor #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_contributor #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_contributor #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_contributor #posts-filter table.wp-list-table tbody#the-list tr.inline-edit-row td .inline-edit-categories,
body.user_role_contributor #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_contributor #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_contributor #wpwrap #wpcontent,
body.user_role_author #wpwrap #wpcontent {
  width: 100%;
}
body.user_role_editor #wpwrap .wrap .wp-heading-inline,
body.user_role_editor #wpwrap .wrap .wp-heading-inline + .page-title-action,
body.user_role_contributor #wpwrap .wrap .wp-heading-inline,
body.user_role_contributor #wpwrap .wrap .wp-heading-inline + .page-title-action,
body.user_role_author #wpwrap .wrap .wp-heading-inline,
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_contributor #content-articles .posts-heading,
body.user_role_contributor #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_contributor #content-articles .posts-heading h2,
body.user_role_contributor #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_contributor #content-articles .posts-heading a,
body.user_role_contributor #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_contributor.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_contributor #your-profile .user-avatar-wrap input[type=file],
body.user_role_contributor #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_contributor #your-profile .user-avatar-wrap input[type=file]::file-selector-button,
body.user_role_contributor #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;
  padding: 0 12px;
  height: 33px;
  line-height: 28px;
  background: #4b83fc;
  color: #ffffff;
}
body.user_role_editor #your-profile tr.user-business-review-wrap .show-more-btn,
body.user_role_contributor #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_contributor #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: "\f0d8";
  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_contributor #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_contributor #your-profile .button-secondary,
body.user_role_author #your-profile .button-secondary {
  padding: 3px 16px !important;
}
body.user_role_editor [ref=ghl-social-pages],
body.user_role_contributor [ref=ghl-social-pages],
body.user_role_author [ref=ghl-social-pages] {
  width: 100%;
  min-height: 150px;
}
body.user_role_editor [ref=ghl-social-pages] .btn,
body.user_role_contributor [ref=ghl-social-pages] .btn,
body.user_role_author [ref=ghl-social-pages] .btn {
  color: #000000 !important;
  margin-bottom: 0 !important;
}
body.user_role_editor [ref=ghl-social-pages] a,
body.user_role_contributor [ref=ghl-social-pages] a,
body.user_role_author [ref=ghl-social-pages] a {
  color: #000000 !important;
  padding: 0;
}
body.user_role_editor [ref=ghl-social-pages] a i,
body.user_role_contributor [ref=ghl-social-pages] a i,
body.user_role_author [ref=ghl-social-pages] a i {
  padding-right: 0 !important;
}
body.user_role_editor [ref=ghl-social-pages] input[type=text],
body.user_role_contributor [ref=ghl-social-pages] input[type=text],
body.user_role_author [ref=ghl-social-pages] input[type=text] {
  max-width: 250px;
  display: inline-block;
}

body.user_role_editor nav#dash-nav-bar a:focus,
body.user_role_contributor nav#dash-nav-bar a:focus {
  outline: none;
  box-shadow: none;
}
body.user_role_editor .featured-image img,
body.user_role_contributor .featured-image img {
  width: 96px;
  height: 96px;
  border-radius: 10px;
}
body.user_role_editor .featured-image input[type=file],
body.user_role_contributor .featured-image input[type=file] {
  padding-left: 50px;
}
body.user_role_editor .featured-image input[type=file]::file-selector-button,
body.user_role_contributor .featured-image input[type=file]::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.user_role_editor input[type=file],
body.user_role_contributor input[type=file] {
  padding-left: 50px;
}
body.user_role_editor input[type=file]::file-selector-button,
body.user_role_contributor input[type=file]::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.user_role_editor.edit-php ul.subsubsub,
body.user_role_contributor.edit-php ul.subsubsub {
  display: none;
}
body.user_role_editor.edit-php #dash-description #createPageToggle,
body.user_role_contributor.edit-php #dash-description #createPageToggle {
  margin: 40px 0 0 0;
  display: none;
}
body.user_role_editor.edit-php .wrap table.pages,
body.user_role_contributor.edit-php .wrap table.pages {
  margin: 0;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title::before,
body.user_role_contributor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title::before {
  display: none !important;
}
@media only screen and (max-width: 575px) {
  body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title,
  body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-actions {
  text-align: right;
  position: static !important;
}
@media only screen and (max-width: 575px) {
  body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-actions,
  body.user_role_contributor.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,
body.user_role_contributor.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: 575px) {
  body.user_role_editor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-actions .final-date,
  body.user_role_contributor.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,
body.user_role_contributor.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 .row-title::before,
body.user_role_contributor.edit-php .wrap table.pages tbody#the-list tr.iedit td.title .row-title::before {
  content: "\f15b";
  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 .toggle-row,
body.user_role_contributor.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,
body.user_role_contributor.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_contributor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .media-toolbar .media-toolbar-secondary #media-attachment-filters {
  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-attachment-date-filters,
body.user_role_contributor.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,
  body.user_role_contributor.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,
body.user_role_contributor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments {
  display: flex;
  flex-direction: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .attachment:focus {
  box-shadow: none;
}
body.user_role_editor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment.details,
body.user_role_contributor.upload-php .media-frame .media-frame-tab-panel .media-frame-content .attachments-browser .attachments-wrapper .attachments .selected.attachment:focus {
  box-shadow: none;
}
body.user_role_editor.upload-php .media-modal .media-modal-content,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .left,
body.user_role_contributor.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,
body.user_role_contributor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .left::before,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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: 575px) {
  body.user_role_editor.upload-php .media-modal .media-modal-content .edit-attachment-frame .edit-media-header .media-modal-close,
  body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.nav-menus-php ul,
body.user_role_contributor.nav-menus-php li {
  padding: 0;
}
body.user_role_editor.nav-menus-php .button:focus,
body.user_role_editor.nav-menus-php .page-title-action:focus,
body.user_role_editor.nav-menus-php .button-secondary:focus,
body.user_role_contributor.nav-menus-php .button:focus,
body.user_role_contributor.nav-menus-php .page-title-action:focus,
body.user_role_contributor.nav-menus-php .button-secondary:focus {
  color: #fff !important;
}
@media only screen and (min-width: 1024px) {
  body.user_role_editor.nav-menus-php .manage-menus form,
  body.user_role_contributor.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,
  body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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,
body.user_role_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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,
body.user_role_contributor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-update,
body.user_role_contributor.nav-menus-php #nav-menus-frame #menu-settings-column #nav-menu-meta #side-sortables ul.outer-border #add-post-type-social,
body.user_role_contributor.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,
  body.user_role_contributor.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,
body.user_role_contributor.nav-menus-php #nav-menus-frame #menu-management-liquid #menu-management #update-nav-menu h2 {
  display: none;
}
body.user_role_editor.nav-menus-php #nav-menus-frame #menu-management-liquid #menu-management #update-nav-menu .menu-edit #post-body,
body.user_role_contributor.nav-menus-php #nav-menus-frame #menu-management-liquid #menu-management #update-nav-menu .menu-edit #post-body {
  border: 0 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,
body.user_role_contributor.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_contributor.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,
body.user_role_contributor.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,
body.user_role_contributor.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: 0 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,
body.user_role_contributor.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.user_role_author.user_tier_silver nav#dash-nav-bar ul.nav-bar-author li.nav-item.content-articles {
  display: none;
}

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-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .page-title-action,
body.login .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-secondary,
body.login .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .page-title-action,
body.user_role_editor .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-secondary,
body.user_role_editor .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .page-title-action,
body.user_role_contributor .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-secondary,
body.user_role_contributor .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .page-title-action,
body.user_role_author .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-secondary,
body.user_role_author .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary, .user_role_editor.post-new-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 body.login .page-title-action,
body.login .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-secondary,
body.login .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .page-title-action,
body.user_role_editor .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-secondary,
body.user_role_editor .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .page-title-action,
body.user_role_contributor .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-secondary,
body.user_role_contributor .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .page-title-action,
body.user_role_author .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-secondary,
body.user_role_author .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_contributor.post-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 body.login .page-title-action,
body.login .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-secondary,
body.login .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .page-title-action,
body.user_role_editor .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-secondary,
body.user_role_editor .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .page-title-action,
body.user_role_contributor .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-secondary,
body.user_role_contributor .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .page-title-action,
body.user_role_author .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-secondary,
body.user_role_author .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_contributor.post-new-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 body.login .page-title-action,
body.login .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-secondary,
body.login .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .page-title-action,
body.user_role_editor .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-secondary,
body.user_role_editor .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .page-title-action,
body.user_role_contributor .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-secondary,
body.user_role_contributor .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .page-title-action,
body.user_role_author .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-secondary,
body.user_role_author .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_author.post-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 body.login .page-title-action,
body.login .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-secondary,
body.login .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .page-title-action,
body.user_role_editor .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-secondary,
body.user_role_editor .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .page-title-action,
body.user_role_contributor .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-secondary,
body.user_role_contributor .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .page-title-action,
body.user_role_author .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-secondary,
body.user_role_author .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_author.post-new-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 body.login .page-title-action,
body.login .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-secondary,
body.login .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .page-title-action,
body.user_role_editor .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-secondary,
body.user_role_editor .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .page-title-action,
body.user_role_contributor .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-secondary,
body.user_role_contributor .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .page-title-action,
body.user_role_author .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .page-title-action,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-secondary,
body.user_role_author .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-secondary {
  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-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-small.page-title-action,
body.login .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-small.button-secondary,
body.login .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.page-title-action,
body.user_role_editor .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.button-secondary,
body.user_role_editor .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.page-title-action,
body.user_role_contributor .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.button-secondary,
body.user_role_contributor .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.page-title-action,
body.user_role_author .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.button-secondary,
body.user_role_author .user_role_editor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary, .user_role_editor.post-new-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 body.login .button-small.page-title-action,
body.login .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-small.button-secondary,
body.login .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.page-title-action,
body.user_role_editor .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.button-secondary,
body.user_role_editor .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.page-title-action,
body.user_role_contributor .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.button-secondary,
body.user_role_contributor .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.page-title-action,
body.user_role_author .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.button-secondary,
body.user_role_author .user_role_editor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_contributor.post-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 body.login .button-small.page-title-action,
body.login .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-small.button-secondary,
body.login .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.page-title-action,
body.user_role_editor .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.button-secondary,
body.user_role_editor .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.page-title-action,
body.user_role_contributor .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.button-secondary,
body.user_role_contributor .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.page-title-action,
body.user_role_author .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.button-secondary,
body.user_role_author .user_role_contributor.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_contributor.post-new-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 body.login .button-small.page-title-action,
body.login .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-small.button-secondary,
body.login .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.page-title-action,
body.user_role_editor .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.button-secondary,
body.user_role_editor .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.page-title-action,
body.user_role_contributor .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.button-secondary,
body.user_role_contributor .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.page-title-action,
body.user_role_author .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.button-secondary,
body.user_role_author .user_role_contributor.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_author.post-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 body.login .button-small.page-title-action,
body.login .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-small.button-secondary,
body.login .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.page-title-action,
body.user_role_editor .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.button-secondary,
body.user_role_editor .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.page-title-action,
body.user_role_contributor .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.button-secondary,
body.user_role_contributor .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.page-title-action,
body.user_role_author .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.button-secondary,
body.user_role_author .user_role_author.post-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_author.post-new-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 body.login .button-small.page-title-action,
body.login .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.login .button-small.button-secondary,
body.login .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.page-title-action,
body.user_role_editor .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_editor .button-small.button-secondary,
body.user_role_editor .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.page-title-action,
body.user_role_contributor .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_contributor .button-small.button-secondary,
body.user_role_contributor .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.page-title-action,
body.user_role_author .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.page-title-action,
.user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container body.user_role_author .button-small.button-secondary,
body.user_role_author .user_role_author.post-new-php #wpwrap form[action="post.php"] #poststuff #post-body .postbox-container .button-small.button-secondary {
  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: "\f073";
  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 #et_pb_toggle_builder, .user_role_editor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #et_pb_toggle_builder,
.user_role_contributor.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #et_pb_toggle_builder,
.user_role_contributor.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #et_pb_toggle_builder,
.user_role_author.post-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #et_pb_toggle_builder,
.user_role_author.post-new-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #post-body-content #et_pb_toggle_builder {
  display: none !important;
}
.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: "\f87c";
  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 body.login #save-post.page-title-action,
body.login .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.page-title-action,
.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 body.login #save-post.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #save-post.page-title-action,
body.user_role_editor .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.page-title-action,
.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 body.user_role_editor #save-post.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #save-post.page-title-action,
body.user_role_contributor .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.page-title-action,
.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 body.user_role_contributor #save-post.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #save-post.page-title-action,
body.user_role_author .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.page-title-action,
.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 body.user_role_author #save-post.button-secondary,
body.user_role_author .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-secondary,
.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-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions body.login #post-preview.page-title-action,
body.login .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.page-title-action,
.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 body.login #post-preview.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #post-preview.page-title-action,
body.user_role_editor .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.page-title-action,
.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 body.user_role_editor #post-preview.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #post-preview.page-title-action,
body.user_role_contributor .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.page-title-action,
.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 body.user_role_contributor #post-preview.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #post-preview.page-title-action,
body.user_role_author .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.page-title-action,
.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 body.user_role_author #post-preview.button-secondary,
body.user_role_author .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-secondary, .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 body.login #save-post.page-title-action,
body.login .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.page-title-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 body.login #save-post.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #save-post.page-title-action,
body.user_role_editor .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.page-title-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 body.user_role_editor #save-post.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #save-post.page-title-action,
body.user_role_contributor .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.page-title-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 body.user_role_contributor #save-post.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #save-post.page-title-action,
body.user_role_author .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.page-title-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 body.user_role_author #save-post.button-secondary,
body.user_role_author .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-secondary,
.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_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 body.login #post-preview.page-title-action,
body.login .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.page-title-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 body.login #post-preview.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #post-preview.page-title-action,
body.user_role_editor .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.page-title-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 body.user_role_editor #post-preview.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #post-preview.page-title-action,
body.user_role_contributor .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.page-title-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 body.user_role_contributor #post-preview.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #post-preview.page-title-action,
body.user_role_author .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.page-title-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 body.user_role_author #post-preview.button-secondary,
body.user_role_author .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-secondary,
.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 body.login #save-post.page-title-action,
body.login .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.page-title-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 body.login #save-post.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #save-post.page-title-action,
body.user_role_editor .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.page-title-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 body.user_role_editor #save-post.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #save-post.page-title-action,
body.user_role_contributor .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.page-title-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 body.user_role_contributor #save-post.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #save-post.page-title-action,
body.user_role_author .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.page-title-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 body.user_role_author #save-post.button-secondary,
body.user_role_author .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-secondary,
.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-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions body.login #post-preview.page-title-action,
body.login .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.page-title-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 body.login #post-preview.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #post-preview.page-title-action,
body.user_role_editor .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.page-title-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 body.user_role_editor #post-preview.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #post-preview.page-title-action,
body.user_role_contributor .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.page-title-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 body.user_role_contributor #post-preview.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #post-preview.page-title-action,
body.user_role_author .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.page-title-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 body.user_role_author #post-preview.button-secondary,
body.user_role_author .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-secondary,
.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 body.login #save-post.page-title-action,
body.login .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.page-title-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 body.login #save-post.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #save-post.page-title-action,
body.user_role_editor .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.page-title-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 body.user_role_editor #save-post.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #save-post.page-title-action,
body.user_role_contributor .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.page-title-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 body.user_role_contributor #save-post.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #save-post.page-title-action,
body.user_role_author .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.page-title-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 body.user_role_author #save-post.button-secondary,
body.user_role_author .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-secondary,
.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_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 body.login #post-preview.page-title-action,
body.login .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.page-title-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 body.login #post-preview.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #post-preview.page-title-action,
body.user_role_editor .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.page-title-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 body.user_role_editor #post-preview.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #post-preview.page-title-action,
body.user_role_contributor .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.page-title-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 body.user_role_contributor #post-preview.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #post-preview.page-title-action,
body.user_role_author .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.page-title-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 body.user_role_author #post-preview.button-secondary,
body.user_role_author .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-secondary,
.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 body.login #save-post.page-title-action,
body.login .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.page-title-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 body.login #save-post.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #save-post.page-title-action,
body.user_role_editor .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.page-title-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 body.user_role_editor #save-post.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #save-post.page-title-action,
body.user_role_contributor .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.page-title-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 body.user_role_contributor #save-post.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #save-post.page-title-action,
body.user_role_author .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.page-title-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 body.user_role_author #save-post.button-secondary,
body.user_role_author .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-secondary,
.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-php.post-type-post #wpwrap form[action="post.php"] #poststuff #post-body #social_format_meta_box #submitdiv #submitpost #minor-publishing #minor-publishing-actions body.login #post-preview.page-title-action,
body.login .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.page-title-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 body.login #post-preview.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #post-preview.page-title-action,
body.user_role_editor .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.page-title-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 body.user_role_editor #post-preview.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #post-preview.page-title-action,
body.user_role_contributor .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.page-title-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 body.user_role_contributor #post-preview.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #post-preview.page-title-action,
body.user_role_author .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.page-title-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 body.user_role_author #post-preview.button-secondary,
body.user_role_author .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-secondary,
.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 body.login #save-post.page-title-action,
body.login .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.page-title-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 body.login #save-post.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #save-post.page-title-action,
body.user_role_editor .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.page-title-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 body.user_role_editor #save-post.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #save-post.page-title-action,
body.user_role_contributor .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.page-title-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 body.user_role_contributor #save-post.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #save-post.page-title-action,
body.user_role_author .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.page-title-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 body.user_role_author #save-post.button-secondary,
body.user_role_author .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-secondary,
.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,
.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 body.login #post-preview.page-title-action,
body.login .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.page-title-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 body.login #post-preview.button-secondary,
body.login .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-secondary,
.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 body.user_role_editor #post-preview.page-title-action,
body.user_role_editor .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.page-title-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 body.user_role_editor #post-preview.button-secondary,
body.user_role_editor .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-secondary,
.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 body.user_role_contributor #post-preview.page-title-action,
body.user_role_contributor .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.page-title-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 body.user_role_contributor #post-preview.button-secondary,
body.user_role_contributor .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-secondary,
.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 body.user_role_author #post-preview.page-title-action,
body.user_role_author .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.page-title-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 body.user_role_author #post-preview.button-secondary,
body.user_role_author .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-secondary {
  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] #postdivrich, .user_role_editor.post-php.post-type-social #wpwrap form[action="post.php"][data-active=video-active] #postdivrich, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active=image-active] #postdivrich, .user_role_editor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active=video-active] #postdivrich,
.user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active=image-active] #postdivrich,
.user_role_contributor.post-php.post-type-social #wpwrap form[action="post.php"][data-active=video-active] #postdivrich,
.user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active=image-active] #postdivrich,
.user_role_contributor.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active=video-active] #postdivrich,
.user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active=image-active] #postdivrich,
.user_role_author.post-php.post-type-social #wpwrap form[action="post.php"][data-active=video-active] #postdivrich,
.user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active=image-active] #postdivrich,
.user_role_author.post-new-php.post-type-social #wpwrap form[action="post.php"][data-active=video-active] #postdivrich {
  display: none !important;
}
.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: "\f0ee";
  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: "\f144";
  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: "\f87c";
  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: "\f0ee";
  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: "\f07b";
  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 {
  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;
}
.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;
  border: 6px solid transparent;
}
.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_contributor.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_contributor.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_contributor.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_contributor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #post-body-content #titlediv #edit-slug-box,
.user_role_contributor.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_contributor.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_contributor.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_contributor.post-php.post-type-social #wpwrap form[action="post.php"].publish #poststuff #post-body #side-sortables #social_format_meta_box .postbox-header,
.user_role_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.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_contributor.post-php.post-type-social #wpwrap form[action="post.php"].future,
.user_role_contributor.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=google],
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=google],
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=google],
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=google],
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=google],
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=google],
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=google],
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=google],
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;
}

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) {
  nav#dash-nav-bar {
    padding-left: 22px;
  }
}
nav#dash-nav-bar #nav-logo {
  position: absolute;
  z-index: 2;
  margin-top: 0;
}
nav#dash-nav-bar #nav-logo img {
  width: 220px;
}
@media only screen and (max-width: 1024px) {
  nav#dash-nav-bar #nav-logo {
    display: none;
  }
}
nav#dash-nav-bar #nav-expand {
  font-size: 24px;
  color: #222222;
}
@media only screen and (min-width: 768px) {
  nav#dash-nav-bar #nav-expand {
    display: none;
  }
}
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) {
  nav#dash-nav-bar > ul {
    display: none;
  }
  nav#dash-nav-bar > ul.expanded {
    display: block;
  }
}
nav#dash-nav-bar > ul li.notifications .icon-container {
  position: relative;
  display: inline-block;
}
nav#dash-nav-bar > ul li.notifications .icon-container i {
  font-size: 24px;
  color: #4b83fc;
}
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;
}
nav#dash-nav-bar > ul li.notifications.new-notifications a {
  color: #ce6666;
}
nav#dash-nav-bar > ul li.settings ul {
  min-width: fit-content;
  right: 0;
}
nav#dash-nav-bar > ul li.selected a {
  color: #4b83fc;
}
nav#dash-nav-bar > ul li.selected a:before {
  color: #4b83fc;
}
nav#dash-nav-bar > ul > li a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #222222;
}
nav#dash-nav-bar > ul > li > a {
  padding-bottom: 20px;
  font-weight: 600;
}
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;
}
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) {
  nav#dash-nav-bar > ul > li > ul {
    display: none !important;
  }
}
nav#dash-nav-bar > ul > li > ul > li {
  margin-bottom: 0;
  margin-top: 6px;
  padding-left: 0;
}
nav#dash-nav-bar > ul > li > ul > li:first-child {
  margin-top: 0;
}
nav#dash-nav-bar > ul > li > ul > li.nav-hidden {
  display: none;
}
nav#dash-nav-bar > ul > li > ul > li a {
  font-size: 14px;
  color: white !important;
}
nav#dash-nav-bar > ul > li > ul > li a:before {
  display: none;
}
nav#dash-nav-bar > ul > li:hover > ul {
  display: block;
  position: absolute;
}
nav#dash-nav-bar > ul > li.profile ul {
  right: 4px;
}
@media only screen and (min-width: 768px) {
  nav#dash-nav-bar > ul > li.logout {
    display: none;
  }
}
nav#dash-nav-bar > ul.nav-bar-author {
  justify-content: flex-end;
  gap: 30px;
}
nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications) {
  white-space: nowrap;
}
nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications) li {
  position: relative;
}
nav#dash-nav-bar > ul.nav-bar-author:has(> li.notifications) li ul {
  left: 0;
  min-width: max-content;
}
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;
}

#primary-navigation {
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #f5f5f5;
}
#primary-navigation .dropdown {
  height: 100%;
  width: 100%;
}
#primary-navigation ul {
  list-style-type: none;
}
#primary-navigation .nav {
  border: none;
}
#primary-navigation #nav-tab .nav-link,
#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) {
  #primary-navigation #nav-tab .nav-link i,
  #primary-navigation #nav-tabContent .nav-link i {
    font-size: 20px;
  }
  #primary-navigation #nav-tab .nav-link:not(.profile) i,
  #primary-navigation #nav-tabContent .nav-link:not(.profile) i {
    padding-right: 0;
  }
}
#primary-navigation #nav-tab .nav-link#navbar-amp-tab i.fa-bolt,
#primary-navigation #nav-tabContent .nav-link#navbar-amp-tab i.fa-bolt {
  color: #f2b737;
}
#primary-navigation #nav-tab .nav-link#navbar-amp-tab:hover i.fa-bolt, #primary-navigation #nav-tab .nav-link#navbar-amp-tab.active i.fa-bolt,
#primary-navigation #nav-tabContent .nav-link#navbar-amp-tab:hover i.fa-bolt,
#primary-navigation #nav-tabContent .nav-link#navbar-amp-tab.active i.fa-bolt {
  color: #f2b737;
}
#primary-navigation #nav-tab .dropdown,
#primary-navigation #nav-tabContent .dropdown {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
#primary-navigation #nav-tab .dropdown a,
#primary-navigation #nav-tab .dropdown button,
#primary-navigation #nav-tabContent .dropdown a,
#primary-navigation #nav-tabContent .dropdown button {
  text-align: left;
  width: 100%;
  background-color: transparent;
  color: black;
  text-transform: uppercase;
}
#primary-navigation #nav-tab .dropdown .dropdown-toggle,
#primary-navigation #nav-tabContent .dropdown .dropdown-toggle {
  border-radius: 0;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu,
#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;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu-right,
#primary-navigation #nav-tabContent .dropdown .dropdown-menu-right {
  transform: translate3d(197px, 0px, 0px) !important;
  overflow: visible !important;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu li,
#primary-navigation #nav-tabContent .dropdown .dropdown-menu li {
  padding-left: 0;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active,
#primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.active {
  border: unset;
  border-radius: 0;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active.dropdown-toggle::after,
#primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.active.dropdown-toggle::after {
  color: #222;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.profile,
#primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.profile {
  margin-top: 20px;
  margin-bottom: 20px;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.dropdown-toggle::after,
#primary-navigation #nav-tabContent .dropdown .dropdown-menu li .nav-link.dropdown-toggle::after {
  color: #fff;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu li:last-child,
#primary-navigation #nav-tabContent .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu.show,
#primary-navigation #nav-tabContent .dropdown .dropdown-menu.show {
  display: block !important;
}
#primary-navigation #nav-tab {
  max-width: 1024px;
  margin: 0 auto;
}
#primary-navigation #nav-tab .dropdown {
  position: relative;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu {
  width: 80vw;
  background-color: #f5f5f5;
}
#primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #primary-navigation #nav-tab .dropdown .nav-link-sub-dropdown {
    top: 0;
    left: 0;
  }
  #primary-navigation #nav-tab .dropdown .nav-link-sub-dropdown.dropdown-menu-right {
    right: auto;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  #primary-navigation #nav-tab {
    width: 100%;
  }
  #primary-navigation #nav-tab .dropdown .nav-link-icon {
    cursor: pointer;
  }
  #primary-navigation #nav-tab .dropdown .nav-link-icon.active, #primary-navigation #nav-tab .dropdown .nav-link-icon:hover {
    background-color: #fff;
  }
  #primary-navigation #nav-tab .dropdown .nav-link-icon::after {
    content: unset;
  }
  #primary-navigation #nav-tab .dropdown .dropdown-menu {
    background-color: #222;
    border-radius: 5px;
  }
  #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link {
    padding: 10px 25px;
    color: #fff;
  }
  #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link.active, #primary-navigation #nav-tab .dropdown .dropdown-menu li .nav-link:hover {
    background-color: #fff;
    color: #222;
  }
  #primary-navigation #nav-tab .dropdown .dropdown-menu-start {
    right: 0;
  }
  #primary-navigation #nav-tab li {
    margin-bottom: 0;
  }
  #primary-navigation #nav-tab li:nth-last-child(3) {
    margin-left: auto;
  }
}
#primary-navigation #nav-tabContent {
  width: 100%;
  background-color: #222222;
}
#primary-navigation #nav-tabContent .dropdown .dropdown-toggle {
  background-color: #222222;
  color: #fff;
}
#primary-navigation #nav-tabContent .dropdown .dropdown-toggle.show {
  background-color: #fff;
  color: #222222;
}
#primary-navigation #nav-tabContent .dropdown .dropdown-menu {
  width: 100%;
}
#primary-navigation #nav-tabContent .dropdown .dropdown-menu .dropdown-header {
  padding: 12px 16px;
}
#primary-navigation #nav-tabContent .dropdown .dropdown-menu .nav-link.active {
  background-color: #222222;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #primary-navigation #nav-tabContent {
    background-color: #fff;
    padding-bottom: 20px;
  }
  #primary-navigation #nav-tabContent .tab-pane {
    padding-top: 25px;
  }
  #primary-navigation #nav-tabContent .tab-pane .nav-pills {
    justify-content: center;
    align-items: center;
  }
  #primary-navigation #nav-tabContent .tab-pane .nav-pills li {
    position: relative;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  #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: "\f105";
  }
  #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;
  }
  #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle.active:after {
    color: #fff;
  }
  #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    border: none;
    position: relative;
    top: 4px;
  }
  #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.active .dropdown-toggle {
    border-radius: 6px;
    background-color: #222222 !important;
    color: #fff;
  }
  #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.active .dropdown-toggle::after {
    color: #fff;
  }
  #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.show .dropdown-menu {
    display: block !important;
  }
  #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown.show .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f6f6f6;
  }
  #primary-navigation #nav-tabContent .tab-pane .nav-pills .dropdown .nav-link-sub-dropdown {
    margin-left: 10px;
  }
  #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) {
  #primary-navigation {
    flex-direction: column;
  }
}

#return-to-onboarding {
  display: none;
  margin-top: 38px;
  background-color: #4b83fc;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
  text-align: left;
  padding: 6px 20px;
}
#return-to-onboarding a {
  color: #4b83fc !important;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  background-color: #fff;
  animation: bounce-left-right 5s infinite;
}

.user_role_contributor #return-to-onboarding {
  display: block;
}
.user_role_contributor.index-php #return-to-onboarding {
  display: none;
}

@keyframes bounce-left-right {
  0%, 40% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-15px);
  }
}
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_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap .subsubsub,
body.user_role_contributor.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.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_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form .search-box,
body.user_role_contributor.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.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list a,
body.user_role_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list a,
body.user_role_author.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list a {
  font-weight: 600;
  color: #4b83fc;
}
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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #222222;
  font-weight: 600;
  margin-right: 5px;
}
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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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_contributor.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.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_contributor.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.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_contributor.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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_contributor.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_contributor.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_contributor.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.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_contributor.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.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_contributor.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.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_contributor.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_contributor.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.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_contributor.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.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_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .save.page-title-action #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 .save.button-secondary #replybtn,
body.user_role_contributor.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_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .save.page-title-action #replybtn,
body.user_role_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .save.button-secondary #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,
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 .save.page-title-action #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 .save.button-secondary #replybtn {
  color: #fff;
}
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 .save.page-title-action #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 .save.button-secondary #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_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .save.page-title-action #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 .save.button-secondary #replybtn:focus,
body.user_role_contributor.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_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .save.page-title-action #replybtn:hover,
body.user_role_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .save.button-secondary #replybtn:hover,
body.user_role_contributor.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_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .save.page-title-action #replybtn:focus,
body.user_role_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .save.button-secondary #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 .save.page-title-action #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 .save.button-secondary #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,
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 .save.page-title-action #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 .save.button-secondary #replybtn:focus {
  color: #fff;
}
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_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .cancel.page-title-action,
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 .cancel.button-secondary,
body.user_role_contributor.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_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .cancel.page-title-action,
body.user_role_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .cancel.button-secondary,
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,
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 .cancel.page-title-action,
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 .cancel.button-secondary {
  color: #fff;
  background: #4b83fc;
}
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 .cancel.page-title-action: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 .cancel.button-secondary: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_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .cancel.page-title-action: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 .cancel.button-secondary:focus,
body.user_role_contributor.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_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .cancel.page-title-action:hover,
body.user_role_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .cancel.button-secondary:hover,
body.user_role_contributor.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_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .cancel.page-title-action:focus,
body.user_role_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .cancel.button-secondary: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 .cancel.page-title-action: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 .cancel.button-secondary: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,
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 .cancel.page-title-action: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 .cancel.button-secondary:focus {
  color: #fff;
}
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 .page-title-action: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-secondary: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_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .page-title-action: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-secondary:focus,
body.user_role_contributor.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_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .page-title-action:hover,
body.user_role_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button-secondary:hover,
body.user_role_contributor.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_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .page-title-action:focus,
body.user_role_contributor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap form#comments-form table.comments tbody#the-comment-list tr#replyrow #replysubmit .button-secondary: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 .page-title-action: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-secondary: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,
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 .page-title-action: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-secondary:focus {
  color: #fff;
  background: #4b83fc;
}
body.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form h2,
body.user_role_contributor.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.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form label,
body.user_role_contributor.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.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form label input[type=checkbox],
body.user_role_contributor.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.user_role_editor.edit-comments-php #wpwrap #wpcontent #wpbody #wpbody-content .wrap #notification-settings #notification-form button,
body.user_role_contributor.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 rgb(75, 131, 252);
  }
  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;
  }
}
#article-generator .bot,
#topic-researcher .bot,
#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;
}
#article-generator .bot p,
#topic-researcher .bot p,
#interview-session .bot p {
  background-color: #f6f6f6;
  padding: 1em 1.5em;
  position: relative;
}
#article-generator .bot p:after,
#topic-researcher .bot p:after,
#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;
}
#article-generator .bot.pending:after,
#topic-researcher .bot.pending:after,
#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 rgb(0, 0, 0);
  transform: scale(1);
  animation: bot-pulse 1.5s infinite;
  z-index: -1;
}
#article-generator .bot.reverse,
#topic-researcher .bot.reverse,
#interview-session .bot.reverse {
  padding-right: 0px;
  padding-left: 100px;
  background-position: center left 10px;
}
#article-generator .bot.reverse.pending:after,
#topic-researcher .bot.reverse.pending:after,
#interview-session .bot.reverse.pending:after {
  right: unset;
  left: -19px;
}
#article-generator .bot.reverse p:after,
#topic-researcher .bot.reverse p:after,
#interview-session .bot.reverse p:after {
  left: unset;
  right: 100%;
  transform: translateY(-50%) rotate(180deg);
}
#article-generator .user,
#topic-researcher .user,
#interview-session .user {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#article-generator .user .user-icon,
#topic-researcher .user .user-icon,
#interview-session .user .user-icon {
  border-radius: 50% 50%;
  max-width: 75px;
  margin-left: 10px;
}
#article-generator .user .button,
#article-generator .user body.login .page-title-action,
body.login #article-generator .user .page-title-action,
#article-generator .user body.login .button-secondary,
body.login #article-generator .user .button-secondary,
#article-generator .user body.user_role_editor .page-title-action,
body.user_role_editor #article-generator .user .page-title-action,
#article-generator .user body.user_role_editor .button-secondary,
body.user_role_editor #article-generator .user .button-secondary,
#article-generator .user body.user_role_contributor .page-title-action,
body.user_role_contributor #article-generator .user .page-title-action,
#article-generator .user body.user_role_contributor .button-secondary,
body.user_role_contributor #article-generator .user .button-secondary,
#article-generator .user body.user_role_author .page-title-action,
body.user_role_author #article-generator .user .page-title-action,
#article-generator .user body.user_role_author .button-secondary,
body.user_role_author #article-generator .user .button-secondary,
#topic-researcher .user .button,
#topic-researcher .user body.login .page-title-action,
body.login #topic-researcher .user .page-title-action,
#topic-researcher .user body.login .button-secondary,
body.login #topic-researcher .user .button-secondary,
#topic-researcher .user body.user_role_editor .page-title-action,
body.user_role_editor #topic-researcher .user .page-title-action,
#topic-researcher .user body.user_role_editor .button-secondary,
body.user_role_editor #topic-researcher .user .button-secondary,
#topic-researcher .user body.user_role_contributor .page-title-action,
body.user_role_contributor #topic-researcher .user .page-title-action,
#topic-researcher .user body.user_role_contributor .button-secondary,
body.user_role_contributor #topic-researcher .user .button-secondary,
#topic-researcher .user body.user_role_author .page-title-action,
body.user_role_author #topic-researcher .user .page-title-action,
#topic-researcher .user body.user_role_author .button-secondary,
body.user_role_author #topic-researcher .user .button-secondary,
#interview-session .user .button,
#interview-session .user body.login .page-title-action,
body.login #interview-session .user .page-title-action,
#interview-session .user body.login .button-secondary,
body.login #interview-session .user .button-secondary,
#interview-session .user body.user_role_editor .page-title-action,
body.user_role_editor #interview-session .user .page-title-action,
#interview-session .user body.user_role_editor .button-secondary,
body.user_role_editor #interview-session .user .button-secondary,
#interview-session .user body.user_role_contributor .page-title-action,
body.user_role_contributor #interview-session .user .page-title-action,
#interview-session .user body.user_role_contributor .button-secondary,
body.user_role_contributor #interview-session .user .button-secondary,
#interview-session .user body.user_role_author .page-title-action,
body.user_role_author #interview-session .user .page-title-action,
#interview-session .user body.user_role_author .button-secondary,
body.user_role_author #interview-session .user .button-secondary {
  margin-right: 10px;
}
#article-generator .user .button:focus,
#article-generator .user body.login .page-title-action:focus,
body.login #article-generator .user .page-title-action:focus,
#article-generator .user body.login .button-secondary:focus,
body.login #article-generator .user .button-secondary:focus,
#article-generator .user body.user_role_editor .page-title-action:focus,
body.user_role_editor #article-generator .user .page-title-action:focus,
#article-generator .user body.user_role_editor .button-secondary:focus,
body.user_role_editor #article-generator .user .button-secondary:focus,
#article-generator .user body.user_role_contributor .page-title-action:focus,
body.user_role_contributor #article-generator .user .page-title-action:focus,
#article-generator .user body.user_role_contributor .button-secondary:focus,
body.user_role_contributor #article-generator .user .button-secondary:focus,
#article-generator .user body.user_role_author .page-title-action:focus,
body.user_role_author #article-generator .user .page-title-action:focus,
#article-generator .user body.user_role_author .button-secondary:focus,
body.user_role_author #article-generator .user .button-secondary:focus,
#topic-researcher .user .button:focus,
#topic-researcher .user body.login .page-title-action:focus,
body.login #topic-researcher .user .page-title-action:focus,
#topic-researcher .user body.login .button-secondary:focus,
body.login #topic-researcher .user .button-secondary:focus,
#topic-researcher .user body.user_role_editor .page-title-action:focus,
body.user_role_editor #topic-researcher .user .page-title-action:focus,
#topic-researcher .user body.user_role_editor .button-secondary:focus,
body.user_role_editor #topic-researcher .user .button-secondary:focus,
#topic-researcher .user body.user_role_contributor .page-title-action:focus,
body.user_role_contributor #topic-researcher .user .page-title-action:focus,
#topic-researcher .user body.user_role_contributor .button-secondary:focus,
body.user_role_contributor #topic-researcher .user .button-secondary:focus,
#topic-researcher .user body.user_role_author .page-title-action:focus,
body.user_role_author #topic-researcher .user .page-title-action:focus,
#topic-researcher .user body.user_role_author .button-secondary:focus,
body.user_role_author #topic-researcher .user .button-secondary:focus,
#interview-session .user .button:focus,
#interview-session .user body.login .page-title-action:focus,
body.login #interview-session .user .page-title-action:focus,
#interview-session .user body.login .button-secondary:focus,
body.login #interview-session .user .button-secondary:focus,
#interview-session .user body.user_role_editor .page-title-action:focus,
body.user_role_editor #interview-session .user .page-title-action:focus,
#interview-session .user body.user_role_editor .button-secondary:focus,
body.user_role_editor #interview-session .user .button-secondary:focus,
#interview-session .user body.user_role_contributor .page-title-action:focus,
body.user_role_contributor #interview-session .user .page-title-action:focus,
#interview-session .user body.user_role_contributor .button-secondary:focus,
body.user_role_contributor #interview-session .user .button-secondary:focus,
#interview-session .user body.user_role_author .page-title-action:focus,
body.user_role_author #interview-session .user .page-title-action:focus,
#interview-session .user body.user_role_author .button-secondary:focus,
body.user_role_author #interview-session .user .button-secondary:focus {
  color: white;
  outline: unset;
  border-color: #000;
}
#article-generator .bg-primary,
#topic-researcher .bg-primary,
#interview-session .bg-primary {
  background-size: cover;
  height: 140px;
}
#article-generator .bubble,
#topic-researcher .bubble,
#interview-session .bubble {
  background-color: #f6f6f6;
  padding: 1.5em 2em;
  position: relative;
  text-align: center;
}
#article-generator .bubble:after,
#topic-researcher .bubble:after,
#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;
}
#article-generator button.remove,
#topic-researcher button.remove,
#interview-session button.remove {
  border: 0;
  background: transparent;
  margin-left: 10px;
}
#article-generator a.remove,
#topic-researcher a.remove,
#interview-session a.remove {
  color: #ce6666;
}
#article-generator #topics,
#topic-researcher #topics,
#interview-session #topics {
  margin-top: 2em;
}
#article-generator #topics .topic,
#topic-researcher #topics .topic,
#interview-session #topics .topic {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 40px;
  margin-bottom: 0;
}
#article-generator #topics .topic:last-child,
#topic-researcher #topics .topic:last-child,
#interview-session #topics .topic:last-child {
  padding-bottom: 0;
  border-bottom-color: transparent;
}
#article-generator #topics .topic button.btn,
#topic-researcher #topics .topic button.btn,
#interview-session #topics .topic button.btn {
  color: #4b83fc !important;
  background-color: white;
}
#article-generator #topics .topic:hover button.btn,
#topic-researcher #topics .topic:hover button.btn,
#interview-session #topics .topic:hover button.btn {
  color: white !important;
  background-color: #4b83fc;
}
#article-generator #topics .topic sup,
#topic-researcher #topics .topic sup,
#interview-session #topics .topic sup {
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
#article-generator #topics .topic sup .source,
#topic-researcher #topics .topic sup .source,
#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;
}
#article-generator #topics .topic sup .source .source-link,
#article-generator #topics .topic sup .source .source-content,
#topic-researcher #topics .topic sup .source .source-link,
#topic-researcher #topics .topic sup .source .source-content,
#interview-session #topics .topic sup .source .source-link,
#interview-session #topics .topic sup .source .source-content {
  font-size: 13px !important;
  color: black !important;
  font-weight: 400 !important;
}
#article-generator #topics .topic sup:hover .source,
#topic-researcher #topics .topic sup:hover .source,
#interview-session #topics .topic sup:hover .source {
  visibility: visible;
  transition-delay: 0s;
}
#article-generator .question-container .bot,
#article-generator .question-container .response,
#article-generator .question-container .answer,
#topic-researcher .question-container .bot,
#topic-researcher .question-container .response,
#topic-researcher .question-container .answer,
#interview-session .question-container .bot,
#interview-session .question-container .response,
#interview-session .question-container .answer {
  opacity: 0;
  animation: slideIn 150ms ease-in;
  animation-fill-mode: forwards;
}
#article-generator .question-container .bot,
#topic-researcher .question-container .bot,
#interview-session .question-container .bot {
  animation-delay: 250ms;
}
#article-generator .question-container .response,
#topic-researcher .question-container .response,
#interview-session .question-container .response {
  animation-delay: 500ms;
}

#datatable p,
#datatable a,
#datatable button,
#datatable span,
#datatable div {
  font-size: 14px;
}
#datatable hr {
  padding-bottom: 0;
  margin: 1rem 0;
}
#datatable .text-blue {
  color: #4b83fc;
}
#datatable .cursor-pointer {
  cursor: pointer;
}
#datatable .action-wrapper {
  background: #f6f6f6;
  padding: 15px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#datatable .action-wrapper label {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#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;
}
#datatable .action-wrapper .remove i {
  position: relative;
  bottom: 3.6px;
  font-size: 10px;
}
#datatable .statuses-wrapper {
  border-bottom: 1px solid #f6f6f6;
}
#datatable .statuses-wrapper div {
  padding-left: 15px;
}
#datatable .statuses-wrapper button {
  display: inline-block;
  padding: 15px 25px;
  background: none;
  border: none;
}
#datatable .statuses-wrapper button.active {
  background: #f6f6f6;
  font-weight: 600;
}
#datatable .statuses-wrapper button.active:last-child {
  background: #ce6666;
  color: #ffffff;
}
#datatable .statuses-wrapper button:focus-visible {
  outline: none;
}
#datatable .initial-loading-wrapper {
  text-align: center;
}
#datatable .initial-loading-wrapper i {
  font-size: 5rem;
  color: #000000;
}
#datatable .loading-wrapper {
  height: 100px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
}
#datatable .loading-wrapper i {
  font-size: 2rem;
  color: #000000;
}
#datatable .datatable-wrapper {
  width: 100%;
}
#datatable .datatable-wrapper tr {
  border-bottom: 1px solid #f6f6f6;
}
#datatable .datatable-wrapper tbody td {
  padding: 12px 15px;
}
#datatable .datatable-wrapper tbody td:first-of-type {
  width: 50px;
}
#datatable .datatable-wrapper tbody td:last-child {
  text-align: right;
}
#datatable .datatable-wrapper tbody tr:not(.loading-wrapper) {
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#datatable .datatable-wrapper tbody tr:not(.loading-wrapper):hover {
  background: #f6f6f6;
}
#datatable .datatable-wrapper tbody button {
  border: 0;
  background: none;
  display: inline-block;
}
#datatable .datatable-wrapper tbody button.text-red {
  color: #ce6666;
}
#datatable .pagination-wrapper {
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#datatable .pagination-wrapper .button-black {
  padding: 0;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.light-blue-background {
  background: #4b83fc;
}
.light-blue-background:hover {
  background: #4b83fc;
}

#fetch-grid .light-grey-background {
  background-color: #f6f6f6;
}
#fetch-grid .top {
  top: 8px;
}
#fetch-grid .left {
  left: 8px;
}
#fetch-grid .absolute {
  position: absolute;
}
#fetch-grid .relative {
  position: relative;
}
#fetch-grid .grid-wrapper .light-grey-background,
#fetch-grid .grid-wrapper .light-blue-background {
  border-radius: 5px;
  overflow: hidden;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
#fetch-grid .grid-wrapper button {
  border: 0;
  background: none;
  display: inline-block;
}
#fetch-grid .grid-wrapper button.text-red {
  color: #ce6666;
}

#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 #f6f6f6;
  border-radius: 0 0 6px 6px;
}
#modal .contain textarea {
  border-radius: 0 0 6px 6px;
}

.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;
}
.modal-wrapper.active {
  background: rgba(0, 0, 0, 0.45);
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.modal-wrapper.active .contain {
  opacity: 1;
  visibility: visible;
}
.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;
}
.modal-wrapper .contain hr {
  padding-bottom: 0;
}
.modal-wrapper .contain .title-wrapper {
  background: #4b83fc;
  padding: 15px;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
.modal-wrapper .contain .title-wrapper h3 {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.modal-wrapper .contain .content-wrapper {
  position: relative;
  padding: 20px;
  min-height: 100px;
}
.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;
}
.modal-wrapper .contain .form-row-header {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background: #4b83fc;
  color: #ffffff;
}
.modal-wrapper .contain .form-row-header label {
  line-height: 0;
}
.modal-wrapper .contain .form-row-content {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #f6f6f6;
}

#contact-table {
  font-size: 15px;
}
#contact-table .nav-tabs {
  cursor: pointer;
}
#contact-table .nav-tabs .nav-tab {
  padding: 10px 20px;
  border: none;
  color: #000;
  font-weight: 400;
  margin-left: 0;
}
#contact-table .nav-tabs .nav-tab.active {
  font-weight: 700;
  background-color: #f5f5f5;
}
#contact-table .subscriber .email {
  display: block;
  margin: 5px 0px;
}
#contact-table .subscriber-details {
  font-size: 14px;
  margin-top: 10px;
}
#contact-table .subscriber-details .status {
  text-transform: capitalize;
}
#contact-table .subscriber-details .subscriber-status {
  margin-bottom: 5px;
}
#contact-table .subscriber-details .subscriber-buttons a {
  display: inline-block;
  margin-left: 15px;
}
#contact-table .subscriber-details .subscriber-buttons a i {
  padding-right: 0px;
}
#contact-table .subscriber-details .subscriber-buttons a.edit {
  margin-left: 0px;
}
#contact-table .subscriber-details .subscriber-buttons a.edit:before {
  content: "\f044";
  font-family: "Font Awesome 6 Free";
  color: #4b83fc;
  margin-right: 5px;
}
#contact-table .table-navigation li.page-item a.page-link {
  padding: 5px;
  border: none;
  text-decoration: underline;
  color: #4b83fc;
  font-weight: 600;
}
#contact-table .table-navigation li.page-item.active a.page-link {
  background-color: unset;
  color: #000;
}
#contact-table tbody .select-row {
  background-color: #f5f5f5;
  font-size: 15px;
  white-space: nowrap;
}
#contact-table tbody .select-row td {
  padding: 10px 15px;
}

#email-builder-detail > form {
  padding: 0 73px 0 87px;
  max-width: 1200px;
  margin: 0 auto;
}
#email-builder-detail svg {
  padding-right: inherit;
}
#email-builder-detail select:hover {
  color: inherit;
}
#email-builder-detail .widget-list {
  text-align: center;
  padding-top: 10px;
}
#email-builder-detail .buttons-wrapper {
  background: #f6f6f6;
  padding: 1rem;
  position: sticky;
  z-index: 10;
  top: 0;
}
#email-builder-detail .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
#email-builder-detail .buttons i {
  font-size: 1.2rem;
}
#email-builder-detail .editor-wrapper {
  padding: 20px 0 0 0;
}
#email-builder-detail .editor-wrapper.design #panel-wrapper {
  width: 400px;
  position: relative;
}
#email-builder-detail .editor-wrapper.design #canvas {
  width: calc(100% - 400px);
}
#email-builder-detail .editor-wrapper #canvas {
  width: 50%;
  border-radius: 0;
}
#email-builder-detail .editor-wrapper #canvas .content-left.col-md-6 {
  width: 100%;
  max-width: 100%;
}
#email-builder-detail .editor-wrapper #canvas .content-left {
  border-radius: 0;
  box-shadow: none;
}
#email-builder-detail .editor-wrapper #canvas .content-background {
  min-height: 800px;
  box-shadow: none;
}
#email-builder-detail .editor-wrapper #canvas .content-background iframe {
  min-height: 800px;
  transition: max-width 0.25s ease;
}
#email-builder-detail .editor-wrapper #canvas .content-background iframe.mobile-view {
  max-width: 425px !important;
}
#email-builder-detail .editor-wrapper #panel-wrapper {
  width: 50%;
  position: relative;
}
#email-builder-detail .editor-wrapper #panel-wrapper.design #panel {
  position: sticky;
  top: 75px;
  border-radius: 0;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tab-pane > .container {
  background: #ffffff;
  height: 87.5vh;
  overflow: auto;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tab-pane .container {
  background: #ffffff;
  padding: 0;
  overflow: hidden;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right ._1content .panel__body {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
#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);
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title .action a.delete:hover {
  background: #ce6666;
  color: #ffffff;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-title .action a:hover {
  background: #f6f6f6;
  color: #000000;
}
#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;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content {
  margin-top: 51px;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .attributes-group {
  margin-bottom: 0 !important;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .attribute-header {
  background: #f6f6f6;
  text-transform: uppercase;
  height: 40px;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .detail-content .properties-pannel-content .title-bar {
  margin-top: 0;
}
#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;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a.active {
  background: #000000;
  color: #ffffff;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:hover {
  background: #000000;
  color: #ffffff;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:first-child {
  border-radius: 5px 0 0 0;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right #nav-tab a:last-child {
  border-radius: 0 5px 0 0;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .widgets-section {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .widgets-section .block-title {
  background: #ffffff;
  display: none;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tags-value .builder-tag-text {
  background-color: #ffffff !important;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right .tags-value .btn-tag-copy {
  color: inherit !important;
  border: 1px solid #000000;
}
#email-builder-detail .editor-wrapper #panel-wrapper #panel .content-right a:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}
#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;
}
#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;
}
#email-builder-detail .editor-wrapper #panel-wrapper #editor.view-source {
  height: 91vh;
  position: sticky;
  top: 75px;
  max-width: 100%;
  z-index: 1;
  background: #ffffff;
}
#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;
}
#email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar label {
  line-height: inherit;
  font-size: inherit;
}
#email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .container .row {
  margin: inherit;
}
#email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget {
  margin: inherit;
}
#email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget.more-options {
  margin: 0 auto 10px;
}
#email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar .widget.all-sides {
  margin: 0 auto 10px;
}
#email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar hr {
  margin: inherit;
}
#email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar input[type=text] {
  min-height: 28px;
  border-radius: inherit;
}
#email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar input[type=text]:focus {
  border-color: inherit;
  box-shadow: inherit;
}
#email-builder-detail .editor-wrapper #panel-wrapper #builder_sidebar p {
  font-size: inherit;
  line-height: inherit;
}
#email-builder-detail .widget-section.hide-mobile .row.group-button .col-sm-8.desk-mobi i.fa-times-circle {
  right: 185px;
}
#email-builder-detail .btn.btn-select-type {
  background: #f6f6f6;
  color: #000000 !important;
}
#email-builder-detail .btn.btn-select-type:hover {
  background: #f6f6f6;
}
#email-builder-detail .button-black {
  font-weight: 600;
  background: #000000;
  color: #ffffff;
  padding: 12px 18px;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px;
}
#email-builder-detail .button-black:disabled {
  background: #000000;
  cursor: not-allowed;
}
#email-builder-detail .button-black.icon {
  padding: 10px 16px;
}
#email-builder-detail .button-blue {
  font-weight: 600;
  background: #4b83fc;
  color: #ffffff;
  padding: 12px 18px;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px;
}
#email-builder-detail .button-blue:disabled {
  background: #4b83fc;
  cursor: not-allowed;
}
#email-builder-detail .button-red {
  font-weight: 600;
  background: #ce6666;
  color: #ffffff;
  padding: 12px 18px;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px;
}
#email-builder-detail .button-red:disabled {
  background: #ce6666;
  cursor: not-allowed;
}
#email-builder-detail .button-green {
  font-weight: 600;
  background: #66cea9;
  color: #ffffff;
  padding: 12px 18px;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px;
}
#email-builder-detail .button-green:disabled {
  background: #66cea9;
  cursor: not-allowed;
}
#email-builder-detail .form-row-header {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background: #4b83fc;
  color: #ffffff;
}
#email-builder-detail .form-row-header label {
  line-height: 0;
}
#email-builder-detail .form-row-content {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #f6f6f6;
}
#email-builder-detail .detail-form-wrapper .flex {
  align-items: center;
}
#email-builder-detail .detail-form-wrapper .flex label {
  min-width: 200px;
}
#email-builder-detail .detail-form-wrapper .flex input {
  max-width: 500px;
}
#email-builder-detail .detail-form-wrapper .flex input[readonly] {
  background: inherit;
  color: inherit;
}
#email-builder-detail .detail-form-wrapper .flex .w-50 {
  max-width: 235px;
}
#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;
}
#email-builder-detail .detail-form-wrapper .toggle.toggle-disabled {
  background-color: #ce6666;
}
#email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span {
  padding-left: 0;
  padding-right: 8px;
}
#email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span:before {
  display: inline;
  padding-left: 0;
  padding-right: 10px;
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
  font-size: 20px;
  vertical-align: -3px;
}
#email-builder-detail .detail-form-wrapper .toggle.toggle-disabled span:after {
  display: none;
}
#email-builder-detail .detail-form-wrapper .toggle span {
  font-weight: 900;
  color: white;
  padding-left: 8px;
  padding-right: 0px;
}
#email-builder-detail .detail-form-wrapper .toggle span:before {
  display: none;
}
#email-builder-detail .detail-form-wrapper .toggle span:after {
  display: inline;
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
  font-size: 20px;
  vertical-align: -3px;
  padding-left: 10px;
  padding-right: 0;
}
#email-builder-detail .text-blue {
  color: #4b83fc;
}
#email-builder-detail .cursor-pointer {
  cursor: pointer;
}
#email-builder-detail .switch .slider:after {
  font-size: inherit !important;
  vertical-align: inherit !important;
  padding-left: inherit !important;
  padding-right: inherit !important;
}
#email-builder-detail label {
  cursor: pointer;
}
#email-builder-detail label.check-all-padding span.slider, #email-builder-detail label.check-4-padding span.slider {
  padding-left: 2px;
}
#email-builder-detail label.check-all-padding.hienthi span.slider, #email-builder-detail label.check-4-padding.hienthi span.slider {
  animation: paddingAnimation 0.3s ease-in-out forwards;
}

.tox.tox-silver-sink.tox-tinymce-aux svg {
  padding-right: inherit;
}

#builderModal ul {
  list-style: none;
}
#builderModal ul li {
  font-size: inherit;
  padding: inherit;
}
#builderModal ul li:focus-visible {
  outline: none;
}
#builderModal ul a {
  margin: inherit;
}
#builderModal button {
  font-weight: 600;
  background: #000000;
  color: #ffffff;
  padding: 12px 18px;
  border: 0;
  text-transform: capitalize;
  border-radius: 5px;
}
#builderModal button:hover {
  opacity: 1;
}

@keyframes paddingAnimation {
  from {
    padding-left: 2px;
  }
  to {
    padding-left: 12px;
  }
}
#previewIframeDesktop {
  height: 100% !important;
}

#digital-newsletter p,
#digital-newsletter a,
#digital-newsletter button,
#digital-newsletter span,
#digital-newsletter div {
  font-size: 14px;
}
#digital-newsletter h3 {
  font-style: normal;
}
#digital-newsletter .mb-6 {
  margin-bottom: 3.5rem;
}
#digital-newsletter .p-4 {
  padding: 1rem !important;
}
#digital-newsletter .border-r {
  border-right: 1px solid #f6f6f6;
}
#digital-newsletter .border-b {
  border-bottom: 1px solid #f6f6f6;
}
#digital-newsletter .font-bold {
  font-weight: 600;
}
#digital-newsletter .text-blue {
  color: #4b83fc;
}
#digital-newsletter .cursor-pointer {
  cursor: pointer;
}
#digital-newsletter nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
  justify-content: center;
}
#digital-newsletter nav ul li {
  margin: 0;
  padding: 0;
  font-size: inherit;
  position: relative;
}
#digital-newsletter nav ul li i {
  font-size: 1rem;
}
#digital-newsletter nav ul li:hover ul {
  display: block;
}
#digital-newsletter nav ul li ul {
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
#digital-newsletter nav ul li ul li {
  border-bottom: 1px solid #f6f6f6;
}
#digital-newsletter nav ul li ul li:last-of-type {
  border-bottom: 0;
}
#digital-newsletter nav ul a {
  display: block;
  padding: 15px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #000000;
}
#digital-newsletter nav ul a.active {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
}
#digital-newsletter nav ul a:focus {
  box-shadow: none;
  outline: none;
}
#digital-newsletter .flex {
  display: flex;
}
#digital-newsletter .flex.items-center {
  align-items: center;
}
#digital-newsletter .callout-wrapper hr {
  padding: 0;
  margin: 2.5rem 0;
}
#digital-newsletter .callout-wrapper a {
  color: #000000;
  max-width: 405px;
}
#digital-newsletter .callout-wrapper a:focus {
  box-shadow: none;
  outline: 0;
}
#digital-newsletter .callout-wrapper a img {
  position: relative;
  top: -15px;
}
#digital-newsletter .callout-wrapper a img.campaign-image {
  top: -7px;
}
#digital-newsletter .title-wrapper {
  max-width: 525px;
}
#digital-newsletter .grid {
  display: grid;
  position: relative;
}
#digital-newsletter .grid i {
  font-size: 2rem;
}
#digital-newsletter .grid.grid-flow-col {
  grid-auto-flow: column;
}
#digital-newsletter .grid.gap-4 {
  gap: 10rem !important;
}
#digital-newsletter .grid.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
#digital-newsletter .grid::before {
  content: "";
  background: #f6f6f6;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#digital-newsletter .grid h4 i {
  font-size: inherit;
}
#digital-newsletter .text-blue {
  color: #4b83fc;
}
#digital-newsletter .cursor-pointer {
  cursor: pointer;
}

/*# sourceMappingURL=dashboard.css.map */
