File: /home/flbestac/public_html/wp-content/plugins/wp-seopress/assets/css/seopress.css
.seopress-option *,
.seopress-styles *:not(.media-modal *),
#seopress_cpt *,
#seopress_content_analysis *,
#seopress_pro_cpt * {
box-sizing: border-box;
}
.seopress-styles .wp-picker-container,
.seopress-styles .wp-picker-container * {
box-sizing: unset;
}
#wpadminbar,
.seopress-option #wpcontent,
.seopress-styles #wpcontent,
.post-type-seopress_404 #wpcontent,
.post-type-seopress_bot #wpcontent,
.post-type-seopress_schemas #wpcontent,
#seopress_cpt,
#seopress_content_analysis,
#seopress_pro_cpt,
#seopress_matomo_dashboard_widget,
#seopress_ga_dashboard_widget,
.column-seopress_score,
.seopress-ui-datepicker {
--primaryColor: #4E21E7;
--paragraphColor: #433F65;
--fontSize: 13px;
--fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--color: #757575;
--colorDark: #1e1e1e;
--colorAlert: #eb0f00;
--colorWarning: #ffba00;
--colorSuccess: #4ab866;
--colorLowAlert: #e39f48;
--colorPre: #37864b;
--colorIcon: #d7dade;
--lineHeight: 24px;
--titleColor: #0C082F;
--titleFontSize: 20px;
--titleFontWeight: normal;
--titleMargin: 10px 0;
--backgroundPrimary: #4E21E7;
--backgroundPrimaryHover: #3B11C8;
--backgroundSecondary: #F2EFFB;
--backgroundSecondaryHover: #f0f0f0;
--borderColor: #E6E6E8;
--borderColorLight: #e0e0e0;
--borderColorLight40: rgba(220, 220, 222, 0.4);
--borderColorCard: #e2e4e7;
--borderColorTab: #c3c4c7;
--sp-wp-default-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, var(--primaryColor)));
}
.seopress-option .text-center,
.seopress-styles .text-center {
text-align: center;
}
.seopress-option a {
color: var(--primaryColor);
}
.seopress-d-flex {
display: flex;
}
.seopress-space-between {
justify-content: space-between;
}
.seopress-align-items-center {
align-items: center;
}
.seopress-mb-1 {
margin-bottom: 0.5rem;
}
.wrap-yt-embed {
position: relative;
display: inline-block;
}
.wrap-yt-embed::after {
content: "\f522";
font-family: 'dashicons';
position: absolute;
left: calc(50% - 38px);
top: calc(50% - 24px);
font-size: 40px;
background: red;
width: 68px;
height: 48px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 12px;
padding-left: 5px;
box-sizing: border-box;
}
#adminmenu .toplevel_page_seopress-option .wp-menu-image.svg {
background-size: 24px auto !important;
}
/* Button */
.seopress-option .btn,
.seopress-styles .btn,
.post-type-seopress_404 .btn,
.post-type-seopress_schemas .btn {
display: inline-flex;
text-decoration: none;
font-size: var(--fontSize);
margin: 0;
border: 1px solid transparent;
cursor: pointer;
-webkit-appearance: none;
background: none;
transition: all 0.1s linear;
align-items: center;
padding: 9px 16px;
border-radius: 4px;
vertical-align: middle;
color: var(--colorDark);
white-space: nowrap;
outline: 1px solid transparent;
line-height: normal;
}
.seopress-option .btnPrimary,
.seopress-styles .btnPrimary,
.post-type-seopress_404 .btnPrimary,
.post-type-seopress_schemas .btnPrimary {
background: var(--backgroundPrimary);
color: #fff;
text-decoration: none;
}
.seopress-option .btnPrimary:hover,
.seopress-styles .btnPrimary:hover,
.post-type-seopress_404 .btnPrimary:hover,
.post-type-seopress_schemas .btnPrimary:hover {
background: var(--backgroundPrimaryHover);
color: #fff;
}
.seopress-option .btnSecondary,
.seopress-styles .btnSecondary,
.post-type-seopress_404 .btnSecondary,
.post-type-seopress_schemas .btnSecondary {
background: var(--backgroundSecondary);
color: var(--primaryColor);
padding: 9px 16px;
border: none;
font-weight: 600;
}
.seopress-option .btnSecondary,
.seopress-styles .btnSecondary {
background: var(--backgroundSecondary);
color: var(--primaryColor);
}
.seopress-option .btnSecondary:hover,
.seopress-styles .btnSecondary:hover {
color: var(--backgroundSecondary);
background: var(--primaryColor);
}
.seopress-option .btnSecondary.is-deletable,
.seopress-styles .btnSecondary.is-deletable {
border-color: var(--colorAlert);
color: var(--colorAlert);
box-shadow: var(--colorAlert) 0px 0px 0px 1px inset;
}
.seopress-option .btnTertiary,
.seopress-styles .btnTertiary,
.post-type-seopress_404 .btnTertiary,
.post-type-seopress_schemas .btnTertiary {
color: var(--primaryColor);
background: transparent;
border: 1px solid var(--primaryColor);
}
.seopress-option .btnTertiary:hover,
.seopress-styles .btnTertiary:hover,
.post-type-seopress_404 .btnTertiary:hover,
.post-type-seopress_schemas .btnTertiary:hover {
border: 1px solid var(--backgroundPrimaryHover);
}
.seopress-option .btnTertiary.is-deletable,
.seopress-styles .btnTertiary.is-deletable {
color: var(--colorAlert);
background: transparent;
border: 1px solid var(--colorAlert);
}
.seopress-option .btnLink,
.seopress-styles .btnLink,
.post-type-seopress_404 .btnLink,
.post-type-seopress_schemas .btnLink {
color: var(--primaryColor);
border: 1px solid transparent;
}
.seopress-option .btnLink:hover,
.seopress-styles .btnLink:hover {
border: 1px solid var(--primaryColor);
}
.seopress-option .btnLink.is-deletable,
.seopress-styles .btnLink.is-deletable {
color: var(--colorAlert);
}
.seopress-option .btnLink.is-deletable:hover,
.seopress-styles .btnLink.is-deletable:hover {
border: 1px solid var(--colorAlert);
}
.seopress-option .btnPrimary[disabled],
.seopress-styles .btnPrimary[disabled],
.post-type-seopress_404 .btnPrimary[disabled],
.post-type-seopress_schemas .btnPrimary[disabled],
.seopress-option .btnSecondary[disabled],
.seopress-styles .btnSecondary[disabled],
.post-type-seopress_404 .btnSecondary[disabled],
.post-type-seopress_schemas .btnSecondary[disabled],
.seopress-option .btnTertiary[disabled],
.seopress-styles .btnTertiary[disabled],
.post-type-seopress_404 .btnTertiary[disabled],
.post-type-seopress_schemas .btnTertiary[disabled] {
cursor: default;
background: var(--backgroundSecondaryHover);
}
#seopress-tabs.wrap .list-none {
list-style: none;
padding-left: 0;
}
.seopress-option .dashicons {
vertical-align: middle;
text-decoration: none;
}
#seopress-news-panel .seopress-item-inner .dashicons {
vertical-align: top;
}
.seopress-button {
text-transform: uppercase;
background: #fff;
border-color: #c8d7e1;
border-style: solid;
border-width: 1px 1px 2px;
color: #2e4453;
display: inline-block;
margin: 0;
outline: 0;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
vertical-align: top;
font-size: 14px;
line-height: 20px;
padding: 6px 8px 6px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.seopress-button:hover {
border-color: #a8bece;
color: #00a0d2;
}
.seopress-button .dashicons {
vertical-align: middle;
}
/* Headings */
#seopress_content_analysis input[type="text"],
#seopress_content_analysis textarea,
#seopress_cpt input[type="text"],
#seopress_cpt textarea,
#seopress_pro_cpt input[type="text"]:not(.hidden),
#seopress_pro_cpt textarea {
width: 100%;
display: inline-block;
}
#seopress_cpt #tabs-6 input[type="number"] {
min-width: 200px;
}
#seopress_cpt #tabs-6 #wrap-videos .video:first-child .remove-video {
display: none;
}
#seopress_pro_cpt label,
#seopress_cpt label,
#seopress_content_analysis label {
margin-bottom: 8px;
display: inline-block;
width: 100%;
}
#seopress_cpt #tabs-6 {
padding: 0;
}
/* Forms */
body .seopress-option :not(.seopress-no-override) input[type="text"],
body .seopress-option input[type="password"],
body .seopress-option select,
body .seopress-option textarea {
max-width: 35rem;
width: 100%;
box-shadow: none;
transition: border 150ms linear;
outline: none;
}
body .seopress-option .CodeMirror-wrap {
max-width: 50rem;
width: 100%;
}
body .seopress-option #seopress_instant_indexing_manual_batch {
max-width: 100%;
width: 100%;
}
#seopress-search {
margin-right: 16px;
max-width: 100%;
}
body .seopress-option select {
min-height: 50px;
}
.wrap-opening-hours select {
width: inherit;
}
body .seopress-option input[type="text"],
body .seopress-option input[type="password"],
body .seopress-option input[type="number"] {
line-height: 46px;
}
body .seopress-option input[type="text"]:hover,
body .seopress-option input[type="password"]:hover,
body .seopress-option input[type="number"]:hover,
body .seopress-option select:hover,
body .seopress-option textarea:hover {
border-color: #787c82;
}
body .seopress-option input[type="text"]:focus,
body .seopress-option input[type="password"]:focus,
body .seopress-option input[type="number"]:focus,
body .seopress-option textarea:focus,
body .seopress-option select:focus,
body .seopress-option input[type="text"]:active,
body .seopress-option input[type="password"]:active,
body .seopress-option input[type="number"]:active,
body .seopress-option textarea:active,
body .seopress-option select:active {
border-color: var(--primaryColor);
box-shadow: none;
}
@media only screen and (max-width: 1024px) {
body .seopress-option input[type="text"],
body .seopress-option input[type="password"],
body .seopress-option input[type="number"],
body .seopress-option textarea {
min-width: inherit;
width: 100%;
}
body .seopress-option .CodeMirror-wrap {
max-width: 100%;
width: calc(100% - 20px);
}
}
#seopress_cpt input[type="checkbox"],
#seopress_pro_cpt input[type="checkbox"],
body .seopress-option input[type="checkbox"] {
font-family: var(--fontFamily);
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: 2px;
border: 1px solid var(--color);
font-size: 16px;
line-height: normal;
border: 1px solid var(--colorDark);
margin-right: 12px;
transition: none;
border-radius: 2px;
background: #fff;
color: var(--colorDark);
clear: none;
cursor: pointer;
display: inline-block;
line-height: 0;
margin: -1px 4px 0 0 !important;
outline: 0;
padding: 0 !important;
text-align: center;
vertical-align: top;
width: 20px;
height: 20px;
-webkit-appearance: none;
appearance: none;
transition: 0.1s border-color ease-in-out;
}
#seopress_cpt input[type="checkbox"]:checked::before,
#seopress_pro_cpt input[type="checkbox"]:checked::before,
body .seopress-option input[type="checkbox"]:checked::before {
content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
background: var(--backgroundPrimary);
margin: -1px;
width: 20px;
height: 20px;
}
#seopress_cpt input[type="checkbox"]:focus,
#seopress_cpt input[type="checkbox"]:active,
#seopress_pro_cpt input[type="checkbox"]:focus,
#seopress_pro_cpt input[type="checkbox"]:active,
body .seopress-option input[type="checkbox"]:focus,
body .seopress-option input[type="checkbox"]:active {
box-shadow: 0 0 0 2px var(--primaryColor);
border-color: transparent;
}
.field-required,
.field-recommended {
font-weight: bold;
}
.field-required {
color: var(--colorAlert);
}
.field-recommended {
color: var(--colorWarning);
}
.seopress-social-icon {
vertical-align: middle;
margin-right: 0.5rem;
}
/* Table */
.seopress-tab .form-table td {
padding: 15px 0;
}
.seopress-tab .form-table td p {
margin: 4px 0;
}
.seopress-tab .form-table td p.seopress_wrap_archive_cpt {
margin-bottom: 15px;
}
.seopress-tab .form-table td label {
display: block;
}
table.wp-list-table .manage_column.column-seopress_noindex,
table.wp-list-table .manage_column.column-seopress_tkw,
table.wp-list-table .manage_column.column-seopress_redirect_url,
table.wp-list-table .manage_column.column-seopress_canonical,
table.wp-list-table .manage_column.column-seopress_redirect_enable,
table.wp-list-table .manage_column.column-seopress_desc,
table.wp-list-table .manage_column.column-seopress_title,
table.wp-list-table .manage_column.column-seopress_insights {
width: 7% !important;
}
.post-type-product table.fixed thead .column-seopress_title,
.post-type-product table.fixed thead .column-seopress_desc {
width: 8%;
}
.post-type-product table.fixed thead .column-seopress_redirect_enable,
.post-type-product table.fixed thead .column-seopress_redirect_url,
.post-type-product table.fixed thead .column-seopress_canonical,
.post-type-product table.fixed thead .column-seopress_tkw,
.post-type-product .fixed .column-seopress_ps {
width: 6%;
}
.post-type-product .fixed .column-seopress_score {
width: 50px;
}
table.fixed thead .column-seopress_nofollow,
table.fixed thead .column-seopress_noindex,
table.fixed thead .column-seopress_outbound,
table.fixed thead .column-seopress_inbound {
width: 100px;
}
@media only screen and (max-width: 1200px) {
table.fixed .column-seopress_title>div,
table.fixed .column-seopress_desc>div,
table.fixed .column-seopress_redirect_enable>div,
table.fixed .column-seopress_redirect_url>div,
table.fixed .column-seopress_canonical>div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
table.fixed thead .column-seopress_redirect_enable,
table.fixed thead .column-seopress_redirect_url,
table.fixed thead .column-seopress_canonical,
table.fixed thead .column-seopress_tkw,
table.fixed thead .column-seopress_nofollow,
table.fixed thead .column-seopress_noindex,
table.fixed thead .column-seopress_outbound,
table.fixed thead .column-seopress_inbound,
table.fixed thead .column-seopress_score,
table.fixed thead .column-seopress_ps {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_url {
width: 35%;
}
.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_anchor_text {
width: 20%;
}
/* SEOPress header */
body.seopress-white-label .seopress-option {
padding-top: 20px;
}
.seopress-styles #seopress-header {
padding: 22px 120px 22px 40px;
height: 64px;
margin: 0 auto;
width: calc(100% - 160px);
background: #fff;
position: fixed;
top: 32px;
z-index: 110;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.04), 0px 7.7771px 6.22168px rgba(0, 0, 0, 0.02);
flex-wrap: nowrap;
flex-direction: row;
}
.folded.seopress-styles #seopress-header {
width: calc(100% - 35px);
}
@media only screen and (max-width: 782px) {
.seopress-styles #seopress-header {
width: 100%;
padding: 22px;
top: 46px;
position: absolute;
}
}
#seopress-header #seopress-navbar ul {
margin: 0;
padding: 0;
}
#seopress-header #seopress-navbar ul li {
margin: 0;
display: inline-block;
position: relative;
padding: 0 20px 0 0;
font-weight: bold;
}
#seopress-header #seopress-navbar ul li::after {
content: "/";
color: var(--paragraphColor);
position: absolute;
display: block;
top: 0;
left: calc(100% - 10px);
}
#seopress-header #seopress-navbar ul li:last-child:after {
content: none;
}
/* Tooltip */
.sp-tooltip {
position: relative;
margin-left: 5px;
display: inline-block;
cursor: help;
vertical-align: bottom;
text-align: left;
background: none;
border: none;
padding: 0;
}
.sp-tooltip .dashicons {
color: var(--colorDark);
}
.sp-tooltip .sp-tooltiptext {
visibility: hidden;
position: absolute;
z-index: 999999999;
width: 350px;
right: -310px;
padding: 20px;
top: 25px;
font-weight: 400;
box-shadow: 0 3px 30px rgb(25 30 35 / 10%);
border: 1px solid var(--borderColorLight40);
background: #fff;
word-break: break-word;
text-transform: none;
}
.sp-tooltip .sp-tooltiptext::before {
border: 8px solid var(--borderColorLight40);
top: -8px;
}
.sp-tooltip .sp-tooltiptext::after {
border: 8px solid #fff;
top: -6px;
}
.sp-tooltip .sp-tooltiptext::before,
.sp-tooltip .sp-tooltiptext::after {
border-bottom-style: solid;
border-left-color: transparent;
border-right-color: transparent;
border-top: none;
margin-left: -10px;
content: "";
position: absolute;
height: 0;
width: 0;
line-height: 0;
left: 30px;
}
.sp-tooltip:hover .sp-tooltiptext,
.sp-tooltip:focus .sp-tooltiptext,
.sp-tooltip:active .sp-tooltiptext {
visibility: visible;
}
.sp-tooltip .sp-tooltip-headings {
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
display: block;
}
.sp-tooltip .sp-tooltip-desc {
margin-bottom: 20px;
display: block;
border-bottom: 1px solid var(--borderColorLight40);
padding-bottom: 20px;
font-size: var(--fontSize);
line-height: 1.5;
}
.sp-tooltip .sp-tooltip-code {
font-family: Menlo, Monaco, Andale Mono, Courier New, monospace;
display: block;
word-break: break-all;
color: var(--colorPre);
font-size: 11px;
}
/* Content Analysis */
.analysis-score .sp-tooltip {
vertical-align: middle;
font-size: 0.75em;
}
#seopress_content_analysis .wrap-insights-post .sp-tooltip * {
font-weight: normal;
}
#seopress_content_analysis .wrap-insights-post .sp-tooltip-headings {
font-weight: bold;
}
#seopress_content_analysis a.nounderline,
#seopress_content_analysis a.nounderline:hover {
text-decoration: none;
}
#seopress_content_analysis .wrap-seopress-analysis {
display: inline-block;
width: 100%;
}
#seopress_content_analysis .col-left {
width: calc(50% - 30px);
float: left;
margin-right: 30px;
}
#seopress_content_analysis .col-right {
float: right;
width: 50%;
}
#seopress_content_analysis #seopress_suggestions {
display: inline-block;
width: 100%;
margin: 0;
height: auto;
padding: 20px 0;
position: relative;
left: -5px;
}
#seopress_content_analysis #seopress_suggestions li {
list-style: none;
margin: 5px;
display: inline-block;
}
#seopress_content_analysis .analysis-score {
clear: both;
border-top: 1px solid var(--borderColorCard);
display: flex;
justify-content: space-between;
align-items: center;
}
.inline-edit-row fieldset label textarea .column-seopress_score .analysis-score {
display: flex;
align-content: center;
}
#seopress_content_analysis .analysis-score p,
.column-seopress_score .analysis-score p {
font-weight: bold;
font-size: 1.2em;
}
#seopress_content_analysis .seopress-gsc-render {
margin: 1rem 0;
}
#seopress_content_analysis .dashicons {
vertical-align: middle;
margin-right: 1rem;
}
#seopress_content_analysis .seopress-gsc-verdict .dashicons {
font-size: 30px;
width: 30px;
height: 30px;
}
#seopress_content_analysis .dashicons-yes-alt {
color: var(--colorSuccess);
}
#seopress_content_analysis .dashicons-info {
color: var(--colorWarning);
}
#seopress_content_analysis .dashicons-dismiss {
color: var(--colorAlert);
}
#seopress_content_analysis .seopress-gsc-analysis {
margin-top: 1rem;
margin-bottom: 1rem;
display: inline-block;
width: 100%;
}
#seopress_content_analysis .seopress-gsc-cat {
border-bottom: 1px solid var(--borderColorCard);
margin-bottom: 0.5rem;
font-weight: bold;
padding-bottom: 0.5rem;
}
#seopress_content_analysis .seopress-gsc-analysis .seopress-gsc-item {
display: flex;
}
#seopress_content_analysis .seopress-gsc-analysis .seopress-gsc-item-name {
width: 240px;
}
#seopress_content_analysis .seopress-gsc-analysis .seopress-gsc-item div {
margin: 0.5rem 0;
}
#seopress_content_analysis .seopress-gsc-summary {
display: block;
padding: 20px;
margin: 20px 0;
top: 0;
left: 0;
}
#seopress_content_analysis .seopress-gsc-verdict {
font-weight: bold;
font-size: 1.2em;
}
#seopress_content_analysis .analysis-score svg,
.column-seopress_score .analysis-score svg {
display: inline-block;
height: 30px;
width: 30px;
margin: 0;
border-radius: 100%;
position: relative;
font-weight: 600;
shape-rendering: geometricprecision;
font-size: 0.5rem;
vertical-align: middle;
margin-right: 15px;
}
.column-seopress_score .analysis-score p,
.column-seopress_score .analysis-score svg {
margin: 0;
}
@keyframes loadingPulse {
0% {
stroke: #adc5d2;
}
50% {
stroke: #00a0d2;
}
100% {
stroke: #adc5d2;
}
}
#seopress_content_analysis .analysis-score .loading #bar {
stroke-dashoffset: 0 !important;
stroke: #adc5d2 !important;
animation: loadingPulse 3s infinite ease-in-out;
}
#seopress_content_analysis .analysis-score .good #bar,
.column-seopress_score .analysis-score #bar.good {
stroke: var(--colorSuccess);
}
#seopress_content_analysis .analysis-score .notgood #bar,
.column-seopress_score .analysis-score #bar.notgood {
stroke-dashoffset: 101px;
stroke: var(--colorWarning);
}
#seopress_content_analysis .analysis-score svg circle,
.column-seopress_score .analysis-score svg circle {
stroke-dashoffset: 0;
transition: stroke-dashoffset 1s linear;
stroke: #ccc;
stroke-width: 2em;
}
#tab_seopress_page_speed .ps-score svg path,
#tab_seopress_ps .ps-score svg path {
stroke-linecap: round;
stroke-width: 2.8;
fill: none;
}
#tab_seopress_page_speed .ps-score,
#tab_seopress_ps .ps-score {
position: relative;
display: inline-block;
}
#tab_seopress_page_speed .ps-score svg,
#tab_seopress_ps .ps-score svg {
width: 80px;
height: 80px;
}
#tab_seopress_page_speed .ps-score span,
#tab_seopress_ps .ps-score span {
font-weight: bold;
left: 0;
position: absolute;
top: 0;
width: 80px;
height: 80px;
align-items: center;
display: flex;
justify-content: center;
margin: 0;
}
#tab_seopress_page_speed .ps-score.green #bar,
#tab_seopress_ps .ps-score.green #bar {
stroke: var(--colorSuccess);
}
#tab_seopress_page_speed .ps-score.yellow #bar,
#tab_seopress_ps .ps-score.yellow #bar {
stroke: var(--colorWarning);
}
#tab_seopress_page_speed .ps-score.red #bar,
#tab_seopress_ps .ps-score.red #bar {
stroke: var(--colorAlert);
}
#tab_seopress_ps .score,
.wrap-seopress-score .score {
width: 12px;
height: 12px;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
#tab_seopress_ps .score.red,
.wrap-seopress-score .score.red {
border-bottom-color: var(--colorAlert);
border-bottom-style: solid;
border-bottom-width: 12px;
border-left-color: rgba(0, 0, 0, 0);
border-left-style: solid;
border-left-width: 6px;
border-right-color: rgba(0, 0, 0, 0);
border-right-style: solid;
border-right-width: 6px;
}
.wrap-seopress-score small {
font-size: 12px;
}
.wrap-seopress-score small.red,
.wrap-seopress-score small.yellow {
color: var(--colorAlert);
}
#tab_seopress_ps .score.yellow,
.wrap-seopress-score .score.yellow {
background-color: var(--colorWarning);
display: inline-block;
}
#tab_seopress_ps .score.green,
.wrap-seopress-score .score.green {
border-radius: 100%;
background-color: var(--colorSuccess);
}
.wrap-seopress-score small.green {
color: var(--colorSuccess);
}
.wrap-seopress-score .score.null {
background: #ccc;
border-radius: 100%;
}
#seopress_content_analysis .gr-analysis {
clear: both;
}
#seopress_content_analysis .gr-analysis-title {
border-top: 1px solid var(--borderColorCard);
position: relative;
}
#seopress_cpt .impact,
#seopress_content_analysis .gr-analysis-title .impact,
#seopress_site_audit_analysis .gr-analysis-title .impact {
position: absolute;
left: 10px;
top: calc(50% - 5px);
width: 10px;
height: 10px;
border-radius: 50px;
padding: 0;
margin: 0;
border: 1px solid #fff;
}
#seopress_content_analysis .gr-analysis .impact.good,
#seopress_site_audit_analysis .gr-analysis .impact.good {
background: var(--colorSuccess);
box-shadow: 0 0 5px var(--colorSuccess);
}
#seopress_content_analysis .gr-analysis .impact.low,
#seopress_site_audit_analysis .gr-analysis .impact.low {
background: var(--colorWarning);
box-shadow: 0 0 5px var(--colorWarning);
}
#seopress_content_analysis .gr-analysis .impact.medium,
#seopress_site_audit_analysis .gr-analysis .impact.medium {
background: var(--colorLowAlert);
box-shadow: 0 0 5px var(--colorLowAlert);
}
#seopress_cpt .impact.high,
#seopress_content_analysis .gr-analysis .impact.high,
#seopress_site_audit_analysis .gr-analysis .impact.high {
background: var(--colorAlert);
box-shadow: 0 0 5px var(--colorAlert);
}
#seopress_content_analysis .gr-analysis-content .impact.high,
#seopress_site_audit_analysis .gr-analysis-content .impact.high {
background: var(--colorAlert);
box-shadow: none;
color: #fff;
padding: 2px 4px;
margin-left: 5px;
border-radius: 4px;
font-weight: bold;
}
#seopress_cpt .impact.high,
#seopress_site_audit_analysis .impact.low,
#seopress_site_audit_analysis .impact.medium,
#seopress_site_audit_analysis .impact.high {
position: relative;
top: calc(50% - 18px);
display: inline-block;
left: inherit;
right: -10px;
}
#seopress_cpt .description,
#seopress_pro_cpt .description,
#seopress_content_analysis .description,
.seopress-option .description {
display: block;
font-size: 12px;
color: var(--color);
}
@media only screen and (max-width: 782px) {
#seopress_cpt .description,
#seopress_pro_cpt .description,
#seopress_content_analysis .description,
.seopress-option .description {
word-break: break-word;
}
}
#seopress_cpt input~span.description,
#seopress_cpt span.description~input,
#seopress_content_analysis input~span.description,
#seopress_content_analysis span.description~input,
#seopress_content_analysis span.description~.tagify,
#seopress_pro_cpt input~span.description,
#seopress_pro_cpt span.description~input {
margin-top: 5px;
}
#seopress_content_analysis span.description~.tagify {
width: 100%;
}
#seopress_content_analysis .gr-analysis-title button {
background: #fff;
border: 0;
cursor: pointer;
display: block;
margin: 0;
position: relative;
text-align: left;
width: 100%;
padding: 15px 30px;
align-items: center;
transition: all 300ms linear;
font-family: inherit;
}
#seopress_content_analysis .gr-analysis-title button:hover {
background: #f3f4f5;
}
#seopress_content_analysis .gr-analysis-title button:focus {
color: #191e23;
border: none;
box-shadow: none;
outline-offset: -2px;
outline: 1px dotted #555d66;
}
#seopress_content_analysis .gr-analysis-title button .seopress-arrow::after {
content: "\f343";
font-family: "Dashicons";
position: absolute;
right: 10px;
top: calc(50% - 7px);
}
#seopress_content_analysis .gr-analysis-title button.open .seopress-arrow::after {
content: "\f347";
}
#seopress_content_analysis .gr-analysis-content {
padding: 0 1rem 0.5rem 1rem;
display: none;
width: 100%;
border-top: 1px solid var(--borderColorCard);
}
#seopress_content_analysis h3 {
margin: 0;
font-size: 1em;
}
#seopress_content_analysis h4 {
border-bottom: 1px solid var(--borderColorCard);
padding-bottom: 0.5rem;
text-transform: uppercase;
font-size: 0.85em;
position: -webkit-sticky;
/* Required for Safari */
position: sticky;
top: 0;
background: #fff;
}
#seopress_content_analysis .wrap-analysis-img ul {
display: flex;
flex-wrap: wrap;
}
#seopress_content_analysis .wrap-analysis-img ul li {
padding: 0;
text-align: left;
cursor: default;
user-select: auto;
}
#seopress_content_analysis .wrap-analysis-img h4 {
border-bottom: 1px solid var(--borderColorLight);
padding-bottom: 10px;
}
#seopress_content_analysis .wrap-analysis-img ul li img {
max-width: 150px;
max-height: 150px;
object-fit: cover;
border: 1px solid var(--borderColorLight);
cursor: default;
padding: 1px;
}
#seopress_cpt .dashicons,
#seopress-analysis-tabs .dashicons {
vertical-align: middle;
}
#seopress-analysis-tabs {
clear: both;
}
#seopress_content_analysis .dashicons-no-alt,
#seopress_content_analysis .dashicons-yes,
#seopress_site_audit_analysis .dashicons-no-alt,
#seopress_site_audit_analysis .dashicons-yes,
#seopress_pro_cpt .dashicons-no-alt,
#seopress_pro_cpt .dashicons-yes {
color: #fff;
background: var(--colorSuccess);
border-radius: 50px;
margin-right: 10px;
}
#seopress_content_analysis .dashicons-no-alt,
#seopress_site_audit_analysis .dashicons-no-alt,
#seopress_pro_cpt .dashicons-no-alt {
background: var(--colorAlert);
}
/* SEO metabox */
#seopress_cpt .ui-widget input,
#seopress_content_analysis .ui-widget input,
#seopress-schemas-tabs .ui-widget input,
#seopress_cpt .ui-widget select,
#seopress_content_analysis .ui-widget select,
#seopress-schemas-tabs .ui-widget select,
#seopress_cpt .ui-widget textarea,
#seopress_content_analysis .ui-widget textarea,
#seopress-schemas-tabs .ui-widget textarea,
#seopress_cpt .ui-widget button,
#seopress_content_analysis .ui-widget button,
#seopress-schemas-tabs .ui-widget button {
font-family: inherit;
}
#seopress_cpt .description-alt,
#seopress_content_analysis .description-alt,
#seopress-schemas-tabs .description-alt {
padding: 1em 0;
border-top: 1px solid var(--borderColorLight);
border-bottom: 1px solid var(--borderColorLight);
display: flex;
}
#seopress_cpt .desc-fb,
#seopress_content_analysis .desc-fb,
#seopress-schemas-tabs .desc-fb {
margin-top: 0;
border-top: none;
}
#seopress_cpt .description-alt svg,
#seopress_content_analysis .description-alt svg,
#seopress-schemas-tabs .description-alt svg {
vertical-align: middle;
align-self: center;
fill: #f0b849;
flex-shrink: 0;
margin-right: 16px;
}
#seopress_cpt .notice {
padding: 10px 14px;
margin: 0;
}
#seopress_cpt .inside {
margin: 0;
padding: 0;
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav,
#seopress_content_analysis .ui-tabs-nav,
#seopress_pro_cpt .ui-tabs-nav {
display: flex;
position: relative;
width: 100%;
z-index: 10;
margin: 0;
border-radius: 0;
padding: 0;
align-items: center;
padding: 0;
height: 48px;
border-bottom: 1px solid #ddd;
background: inherit;
line-height: inherit;
color: inherit;
border-top: none;
border-left: none;
border-right: none;
}
@media only screen and (max-width: 782px) {
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav {
display: block;
height: auto;
}
}
#seopress_cpt .seopress-ui-tabs .sp-section,
#seopress_content_analysis .seopress-ui-tabs .sp-section,
#seopress_pro_cpt .seopress-ui-tabs .sp-section {
font-weight: 700;
font-size: var(--fontSize);
}
#seopress_cpt .ui-helper-clearfix:after {
content: none;
}
.seopress_page_seopress-titles #seopress-tabs .form-table td,
.seopress_page_seopress-titles #seopress_content_analysis .form-table td,
.seopress_page_seopress-titles #seopress_pro_cpt .form-table td {
padding: 0;
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-panel,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-panel,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-panel {
background: #fff;
border-radius: 0;
display: inline-block;
padding: 1em 1.4em;
width: 100%;
}
#seopress_content_analysis .dashicons-info,
#seopress_cpt .seopress-ui-tabs .ui-tabs-panel .dashicons-info,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-panel .dashicons-info,
#seopress_pro_cpt .dashicons-info {
font-size: 16px;
vertical-align: middle;
height: 16px;
width: 16px;
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li,
#seopress_cpt .ui-tabs-anchor,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li,
#seopress_content_analysis .ui-tabs-anchor,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li,
#seopress_pro_cpt .ui-tabs-anchor {
cursor: pointer !important;
}
body #seopress_cpt .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-active,
body #seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-active,
body #seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-active {
position: relative;
z-index: 60;
cursor: pointer;
border-radius: 0;
border-bottom: 1.5px solid var(--sp-wp-default-color) !important;
}
#seopress_cpt .wp-color-result {
margin: 0;
}
#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content,
#seopress_cpt #tabs-6>p {
padding: 0 1.4em;
}
#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content {
padding: 0 1.4em 1em;
}
#seopress_cpt #tabs-6 #wrap-videos .video {
border-top: 1px solid var(--borderColorLight);
}
#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-title {
border-left: none;
border-right: none;
font-size: 1em;
padding: 1em 1.4em;
}
#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-content,
#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-title {
border-bottom: 1px solid var(--borderColorLight);
}
#seopress_content_analysis .mandatory,
#seopress_cpt .mandatory,
#seopress_pro_cpt .mandatory {
color: var(--colorAlert);
}
#seopress_cpt .box-left {
float: left;
width: 49%;
margin-right: 1%;
}
#seopress_cpt .box-right {
float: left;
width: 49%;
margin-left: 1%;
}
#seopress_cpt #tabs-3 .box-left {
width: 44%;
}
#seopress_cpt #tabs-3 .box-right {
width: 54%;
}
@media only screen and (max-width: 1200px) {
#seopress_cpt .box-left,
#seopress_cpt .box-right {
float: none;
width: 100%;
margin: 0;
}
}
@media only screen and (max-width: 1500px) {
#seopress_cpt #tabs-3 .box-left,
#seopress_cpt #tabs-3 .box-right {
float: none;
width: 100%;
margin: 0;
}
}
#edittag #seopress_cpt #tabs-3 .box-left,
#edittag #seopress_cpt #tabs-3 .box-right {
float: none;
width: 100%;
margin: 0;
}
#seopress-tabs .seopress_media_upload,
#seopress_pro_cpt .seopress_media_upload {
margin-top: 0.5rem;
}
#term-seopress #seopress_cpt {
width: 95%;
}
#seopress_cpt .ui-tabs,
#seopress_content_analysis .ui-tabs,
#seopress_pro_cpt .seopress-ui-tabs {
position: relative;
padding: 0;
border: none;
font-family: inherit;
font-size: inherit;
display: inline-block;
width: 100%;
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li {
list-style: none;
position: relative;
padding: 0;
white-space: nowrap;
margin: 0;
border: none;
height: 48px;
background: 0 0;
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li a,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li a,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li a {
display: flex;
padding: 3px 15px;
align-items: center;
font-weight: 500;
}
#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,
#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li a,
#seopress_content_analysis .ui-tabs-vertical .ui-tabs-nav li a,
#seopress_pro_cpt .ui-tabs-vertical .ui-tabs-nav li a {
display: block;
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-active,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-active,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: 0px;
padding-bottom: 0px;
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-loading a,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-loading a,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
font-weight: 500;
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li a,
#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li a,
#seopress_content_analysis .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li a,
#seopress_pro_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
cursor: pointer;
color: #191e23;
text-decoration: none;
height: 48px;
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li a:focus,
#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:focus,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li a:focus,
#seopress_content_analysis .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:focus,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li a:focus,
#seopress_pro_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:focus {
outline: none;
box-shadow: none;
}
#seopress_cpt .ui-tabs-vertical,
#seopress_content_analysis .ui-tabs-vertical,
#seopress_pro_cpt .ui-tabs-vertical {
width: 55em;
}
#seopress_cpt .ui-tabs-vertical .ui-tabs-nav,
#seopress_content_analysis .ui-tabs-vertical .ui-tabs-nav,
#seopress_pro_cpt .ui-tabs-vertical .ui-tabs-nav {
padding: 0.2em 0.1em 0.2em 0.2em;
float: left;
width: 12em;
}
#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li,
#seopress_content_analysis .ui-tabs-vertical .ui-tabs-nav li,
#seopress_pro_cpt .ui-tabs-vertical .ui-tabs-nav li {
clear: left;
width: 100%;
border-bottom-width: 1px !important;
border-right-width: 0 !important;
margin: 0 -1px 0.2em 0;
}
#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active,
#seopress_content_analysis .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active,
#seopress_pro_cpt .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
padding-bottom: 0;
padding-right: 0.1em;
border-right-width: 1px;
}
#seopress_cpt .ui-tabs-vertical .ui-tabs-panel,
#seopress_content_analysis .ui-tabs-vertical .ui-tabs-panel,
#seopress_pro_cpt .ui-tabs-vertical .ui-tabs-panel {
padding: 1em;
float: right;
width: 40em;
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li a:hover,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li a:hover,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li a:hover {
color: var(--sp-wp-default-color);
}
#seopress_cpt .seopress-ui-tabs .ui-tabs-nav li a .dashicons,
#seopress_content_analysis .seopress-ui-tabs .ui-tabs-nav li a .dashicons,
#seopress_pro_cpt .seopress-ui-tabs .ui-tabs-nav li a .dashicons {
margin-right: 2px;
}
/* Google / Social Preview */
#seopress_cpt .google-snippet-preview .wrap-snippet {
font-family: arial, sans-serif;
word-break: break-all;
}
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet {
margin: 0 0 10px 0;
box-shadow: 0 0 0 1px #ebedef;
padding: 12px 16px;
border-bottom: 4px solid #f1f3f4;
border-top: 4px solid #f1f3f4;
font-family: Roboto, Helvetica Neue, Arial, sans-serif;
}
#seopress_cpt .google-snippet-preview>p {
word-break: normal;
}
#seopress_cpt .google-snippet-preview .snippet-title,
#seopress_cpt .google-snippet-preview .snippet-title-custom,
#seopress_cpt .google-snippet-preview .snippet-title-default {
color: #1a0dab;
font-size: 20px;
font-weight: 400;
line-height: 26px;
margin-bottom: 3px;
padding-top: 5px;
}
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title,
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-custom,
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-default {
color: #1558d6;
padding-top: 0;
}
#seopress_cpt .google-snippet-preview .snippet-permalink {
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18.2px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet-mobile {
display: flex;
justify-content: space-between;
}
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-post-thumb:not(:empty) {
margin-left: 16px;
display: block;
}
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-post-thumb {
width: 104px;
max-width: inherit;
height: 104px;
border-radius: 8px;
object-fit: cover;
display: block;
}
#seopress_cpt .google-snippet-preview .snippet-post-thumb {
display: none;
}
#seopress_cpt .google-snippet-preview .wrap-m-icon-permalink {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 11px;
display: inline-flex;
align-items: center;
width: 100%;
}
#seopress_cpt .google-snippet-preview .wrap-m-icon-permalink .snippet-permalink {
display: block;
color: #202124;
font-size: 12px;
}
#seopress_cpt .google-snippet-preview .wrap-snippet .wrap-m-icon-permalink .snippet-favicon {
display: block;
}
#seopress_cpt .google-snippet-preview .snippet-favicon {
margin-right: 12px;
background-color: #f1f3f4;
border-radius: 50%;
border: 1px solid #ecedef;
-webkit-text-size-adjust: none;
display: block;
width: 28px;
height: 28px;
text-align: center;
}
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon {
padding: 4px;
}
#seopress_cpt .google-snippet-preview .snippet-favicon img {
width: 26px;
height: 26px;
max-width: inherit;
vertical-align: middle;
text-align: center;
border-radius: 50%;
}
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon img {
width: 18px;
height: 18px;
border-radius: 0;
max-width: inherit;
}
#seopress_cpt .google-snippet-preview .snippet-sitename {
color: #202124;
font-family: Google Sans, Roboto, Helvetica Neue, Arial, sans-serif;
font-weight: 400;
letter-spacing: 0.1px;
font-size: 14px;
line-height: 20px;
white-space: nowrap;
display: block;
}
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet .snippet-permalink:first-child {
color: #4d5156;
white-space: nowrap;
font-size: 12px;
display: block;
}
#seopress_cpt .google-snippet-preview .snippet-description,
#seopress_cpt .google-snippet-preview .snippet-description-custom,
#seopress_cpt .google-snippet-preview .snippet-description-default {
color: #4d5156;
font-size: 14px;
font-weight: 400;
line-height: 22px;
display: inline;
hyphens: none;
word-break: normal;
}
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description,
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-custom,
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-default {
color: #4d5156;
font-size: 14px;
line-height: 20px;
}
#seopress_cpt .google-snippet-preview .snippet-date {
color: #70757a;
display: inline;
}
#seopress_cpt .facebook-snippet-box {
color: #4b4f56;
font-size: 14px;
width: 524px;
max-width: 100%;
}
#seopress_cpt .facebook-snippet-box .notice,
#seopress_cpt .twitter-snippet-box .notice {
padding: 10px 14px;
margin: 0 0 10px 0;
width: 100%;
}
#seopress_cpt .facebook-snippet-box .notice span,
#seopress_cpt .twitter-snippet-box .notice span {
font-weight: bold;
}
#seopress_cpt .snippet-meta {
display: flex;
overflow: hidden;
max-height: 12px;
}
#seopress_cpt .snippet-fb-site-name,
#seopress_cpt .snippet-fb-url,
#seopress_cpt .fb-by {
color: #606770;
font-size: 12px;
white-space: normal;
line-height: 11px;
text-transform: uppercase;
-webkit-box-orient: vertical;
display: -webkit-box;
text-overflow: ellipsis;
}
#seopress_cpt .fb-sep {
padding-left: 5px;
padding-right: 5px;
color: #606770;
line-height: 11px;
font-size: 12px;
}
#seopress_cpt .facebook-snippet-box .facebook-snippet-text {
border: 1px solid #dadde1;
background-color: #f2f3f5;
padding: 10px 12px;
}
#seopress_cpt .facebook-snippet-box .title-desc {
max-height: 46px;
overflow: hidden;
}
#seopress_cpt .facebook-snippet-box .snippet-fb-title,
#seopress_cpt .facebook-snippet-box .snippet-fb-title-custom,
#seopress_cpt .facebook-snippet-box .snippet-fb-title-default {
font-size: 16px;
line-height: 20px;
margin: 3px 0 0;
padding-top: 2px;
color: #1d2129;
font-weight: 700;
overflow: hidden;
-webkit-box-orient: vertical;
display: -webkit-box;
text-overflow: ellipsis;
white-space: normal;
word-break: break-word;
max-height: 22px;
}
#seopress_cpt .facebook-snippet-box .snippet-fb-description,
#seopress_cpt .facebook-snippet-box .snippet-fb-description-custom,
#seopress_cpt .facebook-snippet-box .snippet-fb-description-default {
color: #606770;
font-size: 14px;
line-height: 20px;
word-break: break-word;
font-family: Helvetica, Arial, sans-serif;
max-height: 80px;
overflow: hidden;
-webkit-box-orient: vertical;
display: -webkit-box;
text-overflow: ellipsis;
white-space: normal;
width: 100%;
}
#seopress_cpt .facebook-snippet-box img {
display: block;
height: 274px;
width: 524px;
object-fit: cover;
background-color: #f0f0f0;
text-align: center;
border-bottom: none;
max-width: 100%;
}
.term-php #seopress_cpt .facebook-snippet-box img,
.term-php #seopress_cpt .twitter-snippet-box img {
width: 100%;
max-width: 100%;
}
.seopress_social_fb_img_upload,
.seopress_social_twitter_img_upload {
position: absolute;
width: 100%;
cursor: pointer;
height: 100%;
left: 0;
top: 0;
}
.seopress_social_fb_img_upload:hover::after,
.seopress_social_twitter_img_upload:hover::after {
content: "\f464";
position: absolute;
font-family: "Dashicons";
width: 100%;
height: 100%;
top: 0;
left: 0;
font-size: 40px;
background: rgb(255 255 255 / 70%);
display: flex;
justify-content: center;
align-items: center;
color: #1e1e1e;
}
.snippet-fb-img,
.snippet-fb-img-custom,
.snippet-fb-img-default,
.snippet-twitter-img,
.snippet-twitter-img-custom,
.snippet-twitter-img-default {
position: relative;
}
#seopress_cpt .twitter-snippet-box {
color: #4b4f56;
font-size: 14px;
width: 504px;
max-width: 100%;
}
#seopress_cpt .snippet-twitter-url {
color: #8899a6;
font-size: 14px;
white-space: normal;
line-height: 11px;
text-transform: uppercase;
-webkit-box-orient: vertical;
display: -webkit-box;
text-overflow: ellipsis;
}
#seopress_cpt .twitter-snippet-box .twitter-snippet-text {
border: 1px solid #dadde1;
background-color: #fff;
padding: 10px 12px;
border-radius: 0 0 10px 10px;
}
#seopress_cpt .twitter-snippet-box .title-desc {
max-height: 46px;
overflow: hidden;
}
#seopress_cpt .twitter-snippet-box .snippet-twitter-img,
#seopress_cpt .twitter-snippet-box .snippet-twitter-img-default,
#seopress_cpt .twitter-snippet-box .snippet-twitter-img-custom {
border-radius: 10px 10px 0 0;
overflow: hidden;
}
#seopress_cpt .twitter-snippet-box .snippet-twitter-title,
#seopress_cpt .twitter-snippet-box .snippet-twitter-title-custom,
#seopress_cpt .twitter-snippet-box .snippet-twitter-title-default {
font-size: 1em;
line-height: 20px;
margin-bottom: 5px;
max-height: 1.3em;
color: #000;
font-weight: 700;
overflow: hidden;
-webkit-box-orient: vertical;
display: -webkit-box;
text-overflow: ellipsis;
white-space: normal;
word-break: break-word;
}
#seopress_cpt .twitter-snippet-box .snippet-twitter-description,
#seopress_cpt .twitter-snippet-box .snippet-twitter-description-custom,
#seopress_cpt .twitter-snippet-box .snippet-twitter-description-default {
color: #000;
font-size: 14px;
line-height: 20px;
word-break: break-word;
font-family: Helvetica, Arial, sans-serif;
max-height: 80px;
overflow: hidden;
-webkit-box-orient: vertical;
display: -webkit-box;
text-overflow: ellipsis;
white-space: normal;
width: 100%;
}
#seopress_cpt .twitter-snippet-box img {
display: block;
height: 263px;
width: 504px;
object-fit: cover;
background-color: #f0f0f0;
text-align: center;
border-bottom: none;
max-width: 100%;
}
.wrap-toggle-preview {
position: relative;
}
.wrap-toggle-preview p {
font-weight: bold;
margin: 0 0 1rem 0;
}
#seopress_add_to_insights {
margin-left: 1rem;
}
#seopress_add_to_insights_status {
display: inline-block;
font-weight: bold;
margin: 0 0 0 1rem;
vertical-align: middle;
padding: 0.3rem;
font-style: italic;
}
/* Counters */
.seo_page_seopress-titles .wrap-sp-progress,
.seo_page_seopress-instant-indexing .wrap-sp-progress {
max-width: 35rem;
}
#tab_seopress_instant_indexing_general .wrap-sp-progress {
max-width: 100%;
}
#seopress_cpt .wrap-seopress-counters,
#seopress_pro_cpt .wrap-seopress-counters,
.seopress-styles .wrap-seopress-counters {
text-align: right;
background: #e9ecef;
padding: 2px 5px;
display: flex;
font-size: 12px;
justify-content: flex-end;
border-radius: 0 0 0.25rem 0.25rem;
font-feature-settings: "tnum";
font-variant-numeric: tabular-nums;
}
#seopress_cpt .sp-progress,
#seopress_pro_cpt .sp-progress,
.seopress-styles .sp-progress {
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem 0.25rem 0 0;
margin: -15px 0 0 0;
}
#seopress_cpt .sp-progress-bar,
#seopress_pro_cpt .sp-progress-bar,
.seopress-styles .sp-progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: var(--backgroundPrimary);
transition: width 0.6s ease;
}
#seopress_cpt .sp-progress-bar,
#seopress_pro_cpt .sp-progress-bar {
background-color: var(--sp-wp-default-color);
}
#seopress_cpt #seopress_titles_desc_counters,
#seopress_cpt #seopress_titles_title_counters,
#seopress_pro_cpt #seopress_rich_snippets_articles_counters,
#seopress_pro_cpt #seopress_rich_snippets_courses_counters {
display: inline;
margin-right: 5px;
}
#seopress_cpt #seopress_titles_desc_counters_val,
#seopress_cpt #seopress_titles_title_counters_val,
#seopress_pro_cpt #seopress_rich_snippets_articles_counters_val,
#seopress_pro_cpt #seopress_rich_snippets_courses_counters_val {
display: inline;
font-weight: 700;
}
#tab-panel-seopress_titles_help_tab li span {
font-weight: 700;
margin-right: 10px;
}
.seopress-styles .seopress-option {
padding: 84px 0px 0px 42px;
display: inline-block;
width: calc(100% - 20px);
will-change: auto;
}
.seopress-styles .seopress-margin {
margin: 85px 40px 40px;
}
.seopress-styles .seopress-option.nav-tab-wrapper,
.seopress-styles .seopress-option.seopress-tab {
margin: 0;
}
@media only screen and (max-width: 782px) {
.seopress-styles .seopress-option {
padding: 75px 20px 0px;
width: 100%;
}
}
.seopress-styles .seopress-option h1 {
font-size: var(--titleFontSize);
color: var(--titleColor);
font-weight: var(--titleFontWeight);
margin: var(--titleMargin);
display: flex;
}
/* Content Analysis */
#seopress-notice-target-kw details {
margin: 1rem 0;
cursor: pointer;
}
#seopress-notice-target-kw details ul {
padding: 1rem 0;
}
/* Titles & metas */
.seopress_wrap_single_cpt,
.seopress_wrap_tax,
.seopress_wrap_archive_cpt,
.seopress_wrap_single_tax {
margin: 0 0 20px 0;
}
#tab_seopress_titles_single .form-table th:empty,
#tab_seopress_titles_archives .form-table th:empty,
#tab_seopress_titles_tax .form-table th:empty {
display: none;
}
.seopress-styles .seopress-option .link-archive {
font-size: var(--fontSize);
}
.seopress-styles .seopress-option .link-archive .dashicons {
font-size: 18px;
width: 20px;
height: 20px;
margin: inherit;
}
/* General options page */
.seopress-option h1 .feature-state .dashicons {
font-size: 16px;
width: 16px;
height: 16px;
vertical-align: middle;
margin: 0 10px;
}
.seopress-styles .seopress-option .submit {
padding: 20px 0px 20px 0px;
left: 0;
margin: 0;
position: sticky;
bottom: 0;
z-index: 100;
display: inline-block;
}
@media only screen and (max-width: 782px) {
.seopress-styles .seopress-option .submit {
position: relative;
}
}
.seopress-styles .seopress-option .seopress-tab .submit {
display: block;
position: relative;
}
.seopress-styles #wpcontent {
padding-left: 0;
}
.seopress-styles pre:not(.CodeMirror-line, .CodeMirror-placeholder) {
font-family: Menlo, Monaco, Andale Mono, Courier New, monospace;
padding: 10px;
display: inline-block;
background-color: var(--backgroundSecondaryHover);
border-radius: 3px;
color: var(--colorDark);
font-size: var(--fontSize);
word-break: break-all;
white-space: pre-line;
/* display: none; */
}
.seopress-option .seopress-settings {
float: left;
max-width: 750px;
width: 100%;
}
.seopress-option .seopress-settings label {
margin: 0 0 0 10px;
}
.wrap-seopress-tab-content {
position: relative;
display: block;
width: 100%;
max-width: 64rem;
margin: 0 auto;
}
.wrap-seopress-tab-content .seopress-tools-card {
padding: 16px 25px;
position: relative;
}
#seopress-tabs .seopress-tab {
padding: 2rem;
width: 100%;
display: none;
}
#seopress-tabs.full-width .seopress-tab {
width: 100%;
}
@media only screen and (max-width: 1024px) {
#seopress-tabs .seopress-tab {
width: 100%;
}
}
#seopress-tabs .seopress-tab.active {
display: inline-block;
background: #fff;
border-radius: 8px;
}
@media only screen and (max-width: 782px) {
#seopress-tabs .seopress-tab.active {
width: 100%;
border-left: none;
border-top: 1px solid RGB(238, 238, 238);
}
}
#seopress_htaccess_file {
width: 100%;
max-width: 100%;
}
.seopress-option textarea {
min-height: 100px;
}
.seopress-option .wp-picker-container button {
box-shadow: none;
border: 1px solid #0071a1;
border-radius: 3px;
background: rgb(243, 245, 246);
text-transform: none;
}
.seopress-option .wp-picker-container input[type="text"].wp-color-picker {
min-width: inherit;
}
.seopress-option .wp-picker-container .wp-picker-default {
margin: 0;
}
.seopress-option .wp-picker-container .wp-picker-clear {
box-shadow: none;
text-transform: none;
border-radius: 0;
background: none;
margin: 0;
}
.seopress-option .wp-picker-container .wp-picker-clear:hover {
background: none;
text-decoration: currentColor;
color: inherit;
}
.seopress-inbox-title p {
font-size: 20px;
color: var(--titleColor);
margin: 0;
}
#seopress-admin-tabs .ui-tabs-nav {
display: flex;
padding-top: 1rem;
padding-bottom: 0;
}
#seopress-admin-tabs .nav-tab-wrapper a.nav-tab-active:focus {
color: inherit;
}
.seopress-option .seopress-sub-tabs {
position: sticky;
top: 96px;
background: #fff;
padding: 1rem 0;
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
z-index: 20;
}
.seopress-white-label .seopress-sub-tabs {
top: 32px;
}
@media only screen and (max-width: 782px) {
.seopress-option .seopress-sub-tabs {
top: 0;
}
}
.seopress-option .seopress-table {
background: #fff;
border: 1px solid var(--borderColorLight);
}
.seopress-option .seopress-table th {
padding: 15px 10px;
vertical-align: middle;
}
.wp-admin-ui_page_seopress-roles .seopress-option .seopress-table th {
min-width: 200px;
}
.seopress-option .seopress-table .seopress-settings-section {
background: #f1f1f1;
}
.seopress-option .seopress-table .seopress-table-head .seopress-feature {
border-bottom: 1px solid var(--borderColorLight);
font-weight: 700;
background: #f1f1f1;
}
#seopress-content .feature-state,
.seopress-option .feature-state {
font-style: italic;
font-size: 11px;
font-weight: normal;
}
@media only screen and (max-width: 782px) {
#seopress-content .feature-state,
.seopress-option .feature-state {
display: none;
}
}
.seopress-option #tab_seopress_titles_single h3,
.seopress-option #tab_seopress_titles_archives h3,
.seopress-option #tab_seopress_titles_tax h3 {
margin: 2em 0 1em 0;
border-top: 1px solid var(--borderColorLight);
top: 90px;
background: #fff;
padding: 1rem 0;
z-index: 10;
position: sticky;
}
@media only screen and (max-width: 782px) {
.seopress-option #tab_seopress_titles_single h3,
.seopress-option #tab_seopress_titles_archives h3,
.seopress-option #tab_seopress_titles_tax h3 {
top: 0;
}
}
.seopress-option #tab_seopress_titles_single h3:first-child,
.seopress-option #tab_seopress_titles_archives h3:first-child,
.seopress-option #tab_seopress_titles_tax h3:first-child {
margin: 0 0 1em 0;
}
.seopress-option #tab_seopress_titles_single h3 div,
.seopress-option #tab_seopress_titles_archives h3 div,
.seopress-option #tab_seopress_titles_tax h3 div {
display: inline;
}
#seopress-content .feature-state-on,
#seopress-content .feature-state.feature-state-on,
.seopress-option .feature-state-on,
.seopress-option .feature-state.feature-state-on {
display: inline-block;
}
#seopress-content .feature-state-off,
.seopress-option .feature-state-off {
display: none;
}
.seopress-option .postbox .inside li {
list-style: square inside;
padding-left: 5px;
}
#tab_seopress_page_speed .inside li {
list-style: none;
padding-left: 0;
word-break: break-word;
}
.seopress-option .log {
display: none;
font-weight: bold;
}
.seopress-option input[type="text"].seopress-admin-menu-input {
min-width: inherit;
width: 100%;
}
.seopress_page_seopress-import-export .postbox {
width: calc(100% - 20px);
}
#seopress_cpt #seopress_titles_title_meta {
margin-bottom: 0.2rem;
}
.seopress-option .section-tool {
border: none;
box-shadow: none;
background: none;
position: relative;
}
.seopress-option .section-tool::after {
content: "";
background: #dedede;
height: 1px;
width: 100%;
display: block;
}
.seopress-option .section-tool:last-child {
margin-bottom: 0;
}
.seopress-option .section-tool:last-child::after {
content: none;
}
.seopress-option .section-tool .inside {
padding-left: 0;
padding-right: 0;
}
.seopress-option .sp-section-header {
width: 100%;
display: flex;
position: relative;
align-items: center;
}
.seopress-option .sp-section-header h2 {
font-size: 1.5em;
margin: 0 0 20px 0;
}
.seopress-option .sp-section-header>.dashicons {
color: var(--primaryColor);
padding: 10px;
border-radius: 6px;
margin-right: 10px;
background: #c4f0ff;
}
.seopress-option .sp-section-header .wrap-toggle-checkboxes {
display: flex;
}
.seopress-notice {
margin: 5px 0 35px 15px;
position: relative;
top: 85px;
left: 25px;
border-left: 4px solid var(--sp-wp-default-color);
padding: 8px 12px;
width: calc(100% - 60px);
z-index: 10;
}
#seopress_content_analysis .seopress-notice,
#seopress-tabs .seopress-notice,
#seopress_pro_cpt .seopress-notice,
#seopress-integration-panel .seopress-notice,
.seopress-setup .seopress-notice {
top: inherit;
left: inherit;
margin: 10px 0 20px 0;
width: auto;
border-bottom: 1px solid var(--borderColorLight);
}
.seopress-hidden {
display: none;
}
.seopress-notice pre {
background: #fff;
}
.seopress-notice.is-success {
border-left-color: var(--colorSuccess);
background: #eff9f1;
}
.seopress-notice.is-warning {
border-left-color: #f0b849;
background: #fef8ee;
}
.seopress-notice.is-error {
border-left-color: #cc1818;
background: rgb(244 162 162 / 30%);
}
#seopress-tabs .seopress-notice.is-inline {
margin-bottom: 0;
width: fit-content;
}
#seopress-tabs.wrap {
margin: 30px 0 0 0;
}
#seopress-tabs.wrap ul,
#seopress-notifications-center .seopress-alert ul {
list-style: square inside;
padding-left: 5px;
display: inline-block;
max-width: 35rem;
width: 100%;
}
.post-type-seopress_404 .seopress-BlankState-message::before,
.post-type-seopress_schemas .seopress-BlankState-message::before {
font-family: "Dashicons";
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
margin: 0;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
content: "\f103";
}
.post-type-seopress_schemas .seopress-BlankState-message::before {
content: "\f495";
}
.seopress-BlankState {
text-align: center;
padding: 5em 0 0;
}
.seopress-BlankState .seopress-BlankState-message {
color: #aaa;
margin: 0 auto 1.5em;
line-height: 1.5em;
font-size: 1.2em;
max-width: 500px;
}
.seopress-BlankState .seopress-BlankState-message::before {
color: #ddd;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.8);
font-size: 8em;
display: block;
position: relative !important;
top: auto;
left: auto;
line-height: 1em;
margin: 0 0 0.1875em;
}
.seopress-BlankState .seopress-BlankState-cta {
font-size: 1.2em;
padding: 0.75em 1.5em;
margin: 0 0.25em;
}
.seopress-BlankState {
max-width: 764px;
text-align: center;
margin: auto;
}
.seopress-BlankState .seopress-BlankState-message {
color: var(--titleColor);
font-size: 1.5em;
margin: 0 auto 1em;
}
.seopress-BlankState .seopress-BlankState-message::before {
font-size: 120px;
}
.seopress-BlankState .seopress-BlankState-buttons {
margin-bottom: 4em;
}
#seopress_content_analysis .up,
#seopress_content_analysis .up .dashicons {
color: var(--colorSuccess);
}
#seopress_content_analysis .down,
#seopress_content_analysis .down .dashicons {
color: var(--colorAlert);
}
#seopress_content_analysis .up .dashicons {
transform: rotateZ(45deg);
}
#seopress_content_analysis .stable .dashicons {
transform: rotateZ(90deg);
}
#seopress_content_analysis .down .dashicons {
transform: rotateZ(135deg);
}
#seopress_content_analysis .wrap-insights-post {
clear: both;
border-top: 1px solid var(--borderColorCard);
display: flex;
align-items: center;
}
#seopress_content_analysis .wrap-insights-post .widget-insights-title {
margin: 0 1rem;
}
#seopress_content_analysis .wrap-insights-post span {
font-weight: 700;
margin: 0 0.2rem 0 0;
}
.wrap-user-roles {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 782px) {
.wrap-user-roles {
display: block;
}
}
/* Notifications */
#seopress-notifications.is-active,
#seopress-news-panel.is-active,
#notice-tasks-alert.is-active,
#notice-insights-alert.is-active,
#seopress-integration-panel.is-active,
#seopress-ebook-panel.is-active {
display: block !important;
}
#notice-get-started-alert.is-active {
display: flex !important;
}
#seopress-notifications-center .seopress-alert {
padding: 0 0 0 48px;
position: relative;
transition: all 150ms ease;
justify-content: space-between;
margin-bottom: 40px;
}
#seopress-notifications-center .seopress-alert:last-child {
margin-bottom: 0;
border-bottom: none;
}
#seopress-notifications-center .seopress-alert-actions {
display: flex;
gap: 16px;
}
#seopress-notifications-center .dashicons {
display: flex;
align-self: normal;
width: 30px;
height: 30px;
color: var(--colorIcon);
font-size: 30px;
margin: 0 0 10px 0;
}
#seopress-admin-tabs #tab_seopress_notifications.seopress-tab {
background: 0 0;
padding: 0;
border-radius: 0;
width: 100%;
}
/* Notice */
.seopress-notice #message {
margin: 5px 10px 2px 0;
}
#seopress-notice a {
position: relative;
text-decoration: none;
margin: 0 0 0 0.3rem;
}
#seopress-notice a .tooltip {
white-space: pre;
z-index: 200;
padding: 2px 5px;
font-weight: 500;
font-size: 12px;
color: #aab7c4;
background: #fff;
box-shadow: 0 1px 2px 0 rgba(49, 49, 93, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.1);
border-radius: 2px;
position: absolute;
opacity: 0;
top: 30px;
transition: opacity 0.2s ease;
visibility: hidden;
line-height: 20px;
left: -100%;
overflow: hidden;
}
#seopress-notice a:hover .tooltip {
opacity: 1;
visibility: visible;
}
.post-type-seopress_404 .seopress-notice,
.post-type-seopress_schemas .seopress-notice,
.post-type-seopress_bot .seopress-notice {
left: 0;
top: 40px;
margin: 0 0 50px;
width: calc(100% - 48px);
}
/* Searchbox */
.seopress-search {
position: relative;
display: flex;
margin-bottom: 64px;
}
/* Item */
.seopress-item-toggle-options {
position: relative;
cursor: pointer;
padding: 5px 10px;
border: 1px solid var(--borderColor);
border-radius: 3px;
transform: rotate(90deg);
display: inline-block;
}
.seopress-item-toggle-options::before {
content: "\f11c";
font-family: "Dashicons";
font-size: 18px;
vertical-align: middle;
}
.seopress-list-guides {
display: grid;
gap: 24px;
grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 782px) {
.seopress-list-guides {
display: block;
}
}
.seopress-list-guides .seopress-item a {
background: var(--backgroundSecondary);
border-radius: 8px;
padding: 24px;
display: flex;
flex-direction: column;
align-items: flex-start;
text-decoration: none;
transition: all 150ms linear;
min-height: 100%;
color: inherit;
}
.seopress-list-guides .seopress-item a:hover {
background: var(--backgroundPrimary);
}
.seopress-list-guides .seopress-item a:hover * {
color: #fff;
}
.seopress-list-guides .seopress-item .seopress-item-title {
margin: 24px 0 8px 0;
}
.seopress-list-guides .seopress-item .seopress-item-desc {
margin: 0;
}
.seopress-panel-section {
margin: 0 0 64px 0;
}
.seopress-products {
gap: 24px;
display: flex;
margin-top: 32px;
flex-wrap: wrap;
}
/* Import tools */
.seopress-option .seopress-import-tools {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
margin: 1rem 0;
}
.seopress-option .seopress-import-tool {
display: flex;
align-items: center;
gap: 2rem;
border-radius: 1rem;
background: var(--backgroundSecondary);
font-weight: bold;
position: relative;
transition: all 150ms linear;
border: 3px solid transparent;
}
.seopress-option .seopress-import-tool:hover,
.seopress-option .seopress-import-tool:focus,
.seopress-option .seopress-import-tool:active,
.seopress-option .seopress-import-tool.active {
border: 3px solid var(--backgroundPrimary);
}
.seopress-option .seopress-import-tool * {
cursor: pointer;
}
.seopress-option .seopress-import-tool label {
display: inline-grid;
align-items: center;
gap: 0.5rem;
height: 100%;
width: 100%;
padding: 1rem 2rem;
justify-content: center;
}
.seopress-option .seopress-import-tool input[type="radio"] {
text-indent: -9999px;
position: absolute;
opacity: 0;
}
.seopress-option .seopress-import-tool label img {
width: 50px;
height: auto;
margin: 0 auto;
border-radius: 0.5rem;
}
/* Quick tags */
#seopress_cpt .tag-title,
.seopress-button,
.seopress-option .tag-title,
#seopress_pro_cpt .tag-title,
#seopress_cpt .seopress-tag-dropdown,
#seopress-tabs .seopress-tag-dropdown {
cursor: pointer;
font-weight: 500;
border-radius: 4px;
transition: all 0.3s linear;
font-family: inherit;
}
#seopress_cpt .wrap-tags,
.seopress-option .wrap-tags,
#seopress_pro_cpt .wrap-tags {
position: relative;
display: inline-flex;
width: 100%;
margin: 10px 0;
flex-wrap: wrap;
gap: 5px;
}
.seopress-option .wrap-tags {
flex-wrap: wrap;
max-width: 35rem;
display: flex;
}
.seopress-option .wrap-tags button {
margin-bottom: 10px;
}
@media only screen and (max-width: 782px) {
#seopress_cpt .wrap-tags,
.seopress-option .wrap-tags,
#seopress_pro_cpt .wrap-tags {
flex-wrap: wrap;
}
}
#seopress_cpt .sp-wrap-tag-variables-list,
#seopress_pro_cpt .sp-wrap-tag-variables-list,
#seopress-tabs .sp-wrap-tag-variables-list {
position: relative;
float: left;
display: none;
}
#seopress_cpt .sp-tag-variables-list,
#seopress_pro_cpt .sp-tag-variables-list,
#seopress-tabs.wrap .sp-tag-variables-list {
position: absolute;
left: -48px;
width: 300px;
z-index: 100;
top: 20px;
color: var(--titleColor);
height: 300px;
z-index: 100;
overflow: auto;
background: #fff;
border: 1px solid var(--borderColorLight);
box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
border-radius: 2px;
list-style: none;
padding: 0;
}
#seopress_cpt .sp-wrap-tag-variables-list.open,
#seopress_pro_cpt .sp-wrap-tag-variables-list.open,
#seopress-tabs .sp-wrap-tag-variables-list.open {
display: block;
}
#seopress_cpt .seopress-tag-single-all.tag-title .dashicons,
#seopress_cpt .seopress-tag-single-all.seopress-tag-dropdown .dashicons,
#seopress_pro_cpt .seopress-tag-single-all.tag-title .dashicons,
#seopress-tabs .seopress-tag-single-all.tag-title .dashicons,
#seopress-tabs .seopress-tag-single-all.tag-description .dashicons {
margin: 0;
transition: all 150ms linear;
}
#seopress_cpt .seopress-tag-single-all.open .dashicons,
#seopress_pro_cpt .seopress-tag-single-all.open .dashicons,
#seopress-tabs .seopress-tag-single-all.open .dashicons {
transform: rotateX(180deg);
}
#seopress_cpt .sp-tag-variables-list li,
#seopress_pro_cpt .sp-tag-variables-list li,
#seopress-tabs.wrap .sp-tag-variables-list li {
padding: 8px 12px;
cursor: pointer;
margin: 0;
border-bottom: 1px solid var(--borderColorLight40);
}
#seopress_cpt .sp-tag-variables-list li span,
#seopress_pro_cpt .sp-tag-variables-list li span,
#seopress-tabs .sp-tag-variables-list li span {
display: block;
font-weight: bold;
font-size: 12px;
margin-bottom: 2px;
}
#seopress_cpt .sp-tag-variables-list li:hover,
#seopress_pro_cpt .sp-tag-variables-list li:hover,
#seopress-tabs.wrap .sp-tag-variables-list li:hover {
background: var(--sp-wp-default-color);
color: #fff;
border-bottom-color: #fff;
}
#seopress-tabs.wrap .sp-tag-variables-list li:hover {
background: var(--backgroundPrimary);
}
#seopress_cpt .sp-tag-variables-list li::after,
#seopress_pro_cpt .sp-tag-variables-list li::after,
#seopress-tabs.wrap .sp-tag-variables-list li::after {
content: attr(data-value);
display: inline-block;
background: #e9ecef;
padding: 1px 5px;
color: #333;
font-family: Menlo, Monaco, Andale Mono, Courier New, monospace;
border-radius: 3px;
font-size: 11px;
}
#seopress_cpt .sp-tag-variables-list li.sp-tag-variables-search::after,
#seopress_pro_cpt .sp-tag-variables-list li.sp-tag-variables-search::after,
#seopress-tabs.wrap .sp-tag-variables-list li.sp-tag-variables-search::after {
display: none;
}
#seopress_cpt .tag-title .dashicons,
.seopress-option .tag-title .dashicons,
#seopress_pro_cpt .tag-title .dashicons,
#seopress_cpt .seopress-tag-dropdown .dashicons,
#seopress-tabs.wrap .seopress-tag-dropdown .dashicons {
padding: 0;
height: 16px;
width: 16px;
font-size: 16px;
margin-right: 5px;
color: var(--primaryColor);
vertical-align: middle;
}
#seopress_cpt .tag-title .dashicons,
#seopress_pro_cpt .tag-title .dashicons,
#seopress_cpt .seopress-tag-dropdown .dashicons {
color: var(--sp-wp-default-color);
}
#seopress_cpt .tag-title:hover .dashicons,
.seopress-option .tag-title:hover .dashicons,
#seopress_pro_cpt .tag-title:hover .dashicons,
#seopress_cpt .seopress-tag-dropdown:hover .dashicons,
#seopress-tabs.wrap .seopress-tag-dropdown:hover .dashicons,
#seopress_cpt .tag-title:focus .dashicons,
.seopress-option .tag-title:focus .dashicons,
#seopress_pro_cpt .tag-title:focus .dashicons,
#seopress_cpt .seopress-tag-dropdown:focus .dashicons,
#seopress-tabs.wrap .seopress-tag-dropdown:focus .dashicons {
color: #fff;
}
#seopress-tabs.wrap .seopress-tag-dropdown .dashicons {
margin: 0;
}
.seopress-overlay-tag-dropdown {
position: absolute;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
}
.seopress-overlay-tag-dropdown.active {
display: block;
}
#seopress_cpt .tag-title,
.seopress-option .tag-title,
#seopress_pro_cpt .tag-title,
#seopress_cpt .seopress-tag-dropdown,
#seopress-tabs .seopress-tag-dropdown {
padding: 5px 10px;
font-size: 10px;
user-select: none;
display: inline-flex;
text-transform: uppercase;
align-items: center;
border-color: var(--primaryColor);
color: var(--colorDark);
}
#seopress_cpt .tag-title,
#seopress_pro_cpt .tag-title,
#seopress_cpt .seopress-tag-dropdown {
border-color: var(--sp-wp-default-color);
color: var(--sp-wp-default-color);
}
#seopress_cpt .tag-title:hover,
#seopress_cpt .tag-title:focus,
.seopress-option .tag-title:hover,
.seopress-option .tag-title:focus,
#seopress_pro_cpt .tag-title:hover,
#seopress_pro_cpt .tag-title:focus,
#seopress_cpt .seopress-tag-dropdown:hover,
#seopress_cpt .seopress-tag-dropdown:focus,
#seopress-tabs .seopress-tag-dropdown:hover,
#seopress-tabs .seopress-tag-dropdown:focus {
box-shadow: 0 0 var(--primaryColor);
background: var(--primaryColor);
color: #fff;
}
#seopress_cpt .tag-title:hover,
#seopress_cpt .tag-title:focus,
#seopress_pro_cpt .tag-title:hover,
#seopress_pro_cpt .tag-title:focus,
#seopress_cpt .seopress-tag-dropdown:hover,
#seopress_cpt .seopress-tag-dropdown:focus {
box-shadow: 0 0 var(--wp-admin-border-width-focus) var(--sp-wp-default-color);
background: var(--sp-wp-default-color);
color: #fff;
}
@media only screen and (max-width: 782px) {
#seopress_cpt .tag-title,
.seopress-option .tag-title,
#seopress_pro_cpt .tag-title,
#seopress_cpt .seopress-tag-dropdown,
#seopress-tabs .seopress-tag-dropdown {
margin-bottom: 10px;
}
}
#seopress-content .seopress-useful-tools .widget-reverse li {
padding: 10px;
margin: 0;
border-bottom: 1px solid var(--borderColorLight);
}
#seopress-content .seopress-reverse label,
#seopress-content .seopress-useful-tools .widget-whois ul li span {
font-weight: 700;
}
#seopress-content #seopress-reverse-url {
width: 100%;
margin: 10px 0;
}
#seopress-content .widget-reverse p {
margin: 0;
}
/* Help tab */
.seopress-styles #screen-meta {
position: relative;
top: 60px;
}
.seopress-styles #screen-meta-links .show-settings {
box-shadow: none;
}
.seopress-styles #screen-meta-links .screen-meta-toggle {
position: fixed;
top: 32px;
z-index: 2000;
right: 40px;
}
@media only screen and (max-width: 782px) {
.seopress-styles #screen-meta-links .screen-meta-toggle {
position: relative;
top: 60px;
}
}
#seopress-content input.toggle,
.seopress-option input.toggle,
#seopress_cpt input.toggle {
max-height: 0;
max-width: 0;
opacity: 0;
position: relative;
}
.seopress-feature input.toggle {
display: block;
}
.seopress_wrap_single_cpt input.toggle,
.seopress_wrap_tax input.toggle,
#seopress_cpt input.toggle {
margin: 0;
border: none;
min-width: 0;
}
#seopress-content input.toggle+label,
.seopress-option input.toggle+label,
#seopress_cpt #tabs-1 input.toggle+label {
display: inline-block;
position: relative;
box-shadow: inset 0 0 0 1px #d5d5d5;
text-indent: -5000px;
height: 20px;
width: 40px;
border-radius: 15px;
margin: 0;
background: #E6E6E8;
}
#seopress_cpt #tabs-1 input.toggle+label {
margin: 0;
}
.wrap-toggle-checkboxes input.toggle+label {
float: left;
margin-right: 10px;
}
#seopress-content input.toggle+label:before,
.seopress-option input.toggle+label:before,
#seopress_cpt input.toggle+label:before {
content: "";
position: absolute;
display: block;
height: 20px;
width: 30px;
top: 0;
left: 0;
border-radius: 15px;
background: rgba(19, 191, 17, 0);
transition: 0.25s ease-in-out;
}
#seopress-content input.toggle+label:after,
.seopress-option input.toggle+label:after,
#seopress_cpt input.toggle+label:after {
content: "";
position: absolute;
display: block;
height: 20px;
width: 20px;
top: 0;
left: 0;
border-radius: 15px;
background: #fff;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
transition: 0.25s ease-in-out;
}
.seopress_wrap_single_cpt input.toggle+label,
.seopress_wrap_single_cpt input.toggle+label:before,
.seopress_wrap_tax input.toggle+label,
.seopress_wrap_tax input.toggle+label:before,
#seopress_cpt input.toggle+label,
#seopress_cpt input.toggle+label:before {
width: 40px;
height: 20px;
}
.seopress_wrap_single_cpt input.toggle+label:after,
.seopress_wrap_tax input.toggle+label:after,
#seopress_cpt input.toggle+label:after {
width: 20px;
height: 20px;
}
#seopress-content input.toggle[data-toggle="1"]+label:before,
.seopress-option input.toggle[data-toggle="1"]+label:before,
#seopress_cpt input.toggle[data-toggle="1"]+label:before,
.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:before,
.seopress_wrap_tax input.toggle[data-toggle="1"]+label:before {
width: 40px;
background: var(--backgroundPrimary);
}
#seopress_cpt input.toggle[data-toggle="1"]+label:before {
background: var(--sp-wp-default-color);
}
#seopress-content input.toggle[data-toggle="1"]+label:after,
.seopress-option input.toggle[data-toggle="1"]+label:after,
#seopress_cpt input.toggle[data-toggle="1"]+label:after {
left: 20px;
box-shadow: inset 0 0 0 2px var(--backgroundPrimary), 0 2px 4px rgba(0, 0, 0, 0.2);
}
#seopress_cpt input.toggle[data-toggle="1"]+label:after {
box-shadow: inset 0 0 0 2px var(--sp-wp-default-color), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:after,
.seopress_wrap_tax input.toggle[data-toggle="1"]+label:after,
#seopress_cpt input.toggle[data-toggle="1"]+label:after {
box-shadow: inset 0 0 0 1px var(--backgroundPrimary), 0 2px 4px rgba(0, 0, 0, 0.2);
}
#seopress_cpt input.toggle[data-toggle="1"]+label:after {
box-shadow: inset 0 0 0 1px var(--sp-wp-default-color), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.seopress-styles .wrap {
margin: 0;
display: flex;
position: relative;
}
.toplevel_page_seopress-option.seopress-styles .wrap {
display: inherit;
position: inherit;
margin: inherit;
}
@media only screen and (max-width: 782px) {
.seopress-styles .wrap {
display: inherit;
position: inherit;
margin: inherit;
}
}
/* WP Dashboard */
.seopress-summary-items {
display: flex;
flex-wrap: wrap;
}
.seopress-summary-item {
display: flex;
flex-direction: column;
padding: 20px;
border-bottom: 1px solid var(--borderColorLight40);
border-right: 1px solid var(--borderColorLight40);
line-height: 1.4em;
text-decoration: none;
width: 50%;
color: var(--colorDark);
justify-content: center;
box-sizing: border-box;
}
#seopress_ga_dashboard_widget .seopress-summary-item:nth-child(even),
#tab_seopress_analytics .seopress-summary-item:nth-child(even),
#seopress_matomo_dashboard_widget .seopress-summary-item:nth-child(even),
#tab_seopress_matomo .seopress-summary-item:nth-child(even) {
border-right: none;
}
#seopress_ga_dashboard_widget .seopress-summary-item:nth-last-child(2),
#seopress_ga_dashboard_widget .seopress-summary-item:last-child,
#tab_seopress_analytics .seopress-summary-item:nth-last-child(2),
#tab_seopress_analytics .seopress-summary-item:last-child,
#seopress_matomo_dashboard_widget .seopress-summary-item:nth-last-child(2),
#seopress_matomo_dashboard_widget .seopress-summary-item:last-child,
#tab_seopress_matomo .seopress-summary-item:nth-last-child(2),
#tab_seopress_matomo .seopress-summary-item:last-child {
border-bottom: none;
}
#tab_seopress_analytics .spinner,
#tab_seopress_matomo .spinner {
top: 10px;
position: relative;
left: 10px;
}
#tab_seopress_analytics .wrap-chart-stat,
#tab_seopress_matomo .wrap-chart-stat {
padding: 0 1rem;
}
@media only screen and (max-width: 782px) {
#seopress_ga_dashboard_widget .seopress-summary-item,
#tab_seopress_analytics .seopress-summary-item,
#seopress_matomo_dashboard_widget .seopress-summary-item,
#tab_seopress_matomo .seopress-summary-item {
border-right: none;
}
#seopress_ga_dashboard_widget .seopress-summary-item:nth-last-child(2),
#tab_seopress_analytics .seopress-summary-item:nth-last-child(2),
#seopress_ga_dashboard_widget .seopress-summary-item:nth-last-child(2),
#tab_seopress_matomo .seopress-summary-item:nth-last-child(2) {
border-bottom: 1px solid var(--borderColorLight40);
}
.seopress-summary-item {
width: 100%;
}
}
.seopress-summary-item-label {
display: block;
margin-bottom: 16px;
color: var(--color);
font-size: 14px;
line-height: 20px;
}
.seopress-summary-item-data {
margin-bottom: 4px;
font-weight: 500;
color: var(--colorDark);
font-size: 20px;
line-height: 28px;
}
.seopress-summary-item-data small {
font-weight: normal;
font-size: 11px;
text-transform: uppercase;
}
/* Nav */
.seopress-option .wrap div.nav-tab-wrapper,
.seopress-styles .seopress-option.nav-tab-wrapper {
margin: 0;
padding: 0;
line-height: inherit;
width: 15%;
z-index: 10;
font-weight: 400;
display: block;
border-bottom: none;
}
@media only screen and (max-width: 782px) {
.seopress-option .wrap div.nav-tab-wrapper,
.seopress-styles .seopress-option.nav-tab-wrapper {
width: 100%;
margin: 0 0 20px 0;
padding: 0;
}
}
#seopress-admin-tabs.wrap div.nav-tab-wrapper {
background: #fff;
margin: 0 auto;
max-width: 64rem;
width: 100%;
border-bottom: 1px solid var(--borderColorCard);
padding: 0;
line-height: inherit;
position: sticky;
z-index: 10;
top: 92px;
border-radius: 4px 4px 0 0;
font-weight: 400;
overflow: hidden;
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 600px) {
#seopress-admin-tabs.wrap div.nav-tab-wrapper,
.seopress-styles .seopress-option.nav-tab-wrapper {
top: 0;
display: block;
}
}
@media only screen and (max-width: 1024px) {
#seopress-admin-tabs.wrap div.nav-tab-wrapper,
.seopress-styles .seopress-option.nav-tab-wrapper {
display: block;
}
}
.seopress-option .nav-tab {
border: 0;
background: 0 0;
opacity: 0.5;
padding: 6px 30px 6px 10px;
transition: opacity 0.3s linear;
color: var(--titleColor);
margin: 0;
float: none;
display: inline-block;
width: 100%;
text-align: left;
font-weight: normal;
white-space: normal;
line-height: 1.71428571;
font-size: 14px;
text-decoration: none;
}
#seopress-admin-tabs .nav-tab {
background: 0 0;
opacity: 0.5;
padding: 14px 20px;
transition: opacity 0.3s linear;
margin: 0;
float: none;
display: inline-block;
font-weight: normal;
}
#seopress-admin-tabs .nav-tab {
width: 100%;
}
#seopress-admin-tabs .nav-tab-active,
#seopress-admin-tabs .nav-tab-active:focus,
#seopress-admin-tabs .nav-tab-active:focus:active,
#seopress-admin-tabs .nav-tab-active:hover,
#seopress-admin-tabs .nav-tab:focus,
.nav-tab-active:focus,
.seopress-option .nav-tab-active,
.seopress-option .nav-tab-active:focus:active,
.seopress-option .nav-tab-active:hover,
.seopress-option .nav-tab:focus {
opacity: 1;
outline: 0;
font-weight: 600;
position: relative;
border-left: 3px solid var(--backgroundPrimary);
}
#seopress-admin-tabs .nav-tab-active,
#seopress-admin-tabs .nav-tab-active:focus,
#seopress-admin-tabs .nav-tab-active:focus:active,
#seopress-admin-tabs .nav-tab-active:hover,
#seopress-admin-tabs .nav-tab:focus {
border-bottom: 4px solid var(--backgroundPrimary);
border-left: none;
}
#seopress-admin-tabs .nav-tab:hover,
.seopress-option .nav-tab:hover {
opacity: 1;
}
#seopress-admin-tabs .nav-tab:focus,
.seopress-option .nav-tab:focus {
outline: 0;
box-shadow: none;
}
/* Snackbar */
@keyframes sp-fade-in-out {
0% {
opacity: 0;
bottom: 0;
visibility: hidden;
}
25% {
opacity: 1;
bottom: 40px;
visibility: visible;
}
75% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
.sp-components-snackbar-list {
position: fixed;
right: 0;
bottom: 40px;
padding-left: 16px;
padding-right: 16px;
animation-name: sp-fade-in-out;
animation-duration: 5s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
visibility: hidden;
z-index: 1;
}
.sp-components-snackbar__content {
display: flex;
align-items: center;
justify-content: space-between;
line-height: 1.4;
}
.sp-components-snackbar {
font-family: var(--fontFamily);
font-size: var(--fontSize);
background-color: #32373c;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
color: #fff;
padding: 16px 24px;
cursor: pointer;
}
.sp-components-snackbar .dashicons {
color: #fff;
}
/* Upload field */
.seopress-img-placeholder {
border: 2px dashed var(--borderColor);
display: inline-flex;
padding: 10px;
margin: 1rem 0;
cursor: pointer;
border-radius: 4px;
min-width: 300px;
max-width: 100%;
transition: all 150ms linear;
min-height: 300px;
max-height: 400px;
position: relative;
}
.seopress-img-placeholder:hover {
border-color: var(--backgroundPrimaryHover);
}
.seopress-img-placeholder::before {
content: attr(data_caption);
font-style: italic;
top: calc(50% + 25px);
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.seopress-img-placeholder::after {
content: "\f128";
font-family: "Dashicons";
position: absolute;
font-size: 50px;
left: calc(50% - 25px);
top: calc(50% - 50px);
}
.seopress-img-placeholder img {
object-fit: cover;
position: relative;
z-index: 10;
width: 100%;
max-width: 540px;
max-height: 500px;
min-width: 540px;
}
.seopress-img-placeholder img:not([src=""]) {
background: #fff;
}
.seopress-img-placeholder img.seopress-img-x-preview {
max-width: 600px;
max-height: 314px;
min-width: 600px;
width: 600px;
height: 314px;
}
@media only screen and (max-width: 782px) {
.seopress-img-placeholder,
.seopress-img-placeholder img,
.seopress-img-placeholder img.seopress-img-x-preview {
max-width: 100%;
min-width: inherit;
width: 100%;
height: inherit;
max-height: inherit;
object-fit: none;
}
}
.seopress-img-placeholder img#seopress_rich_snippets_publisher_logo_placeholder_src {
max-height: 300px;
min-width: 300px;
max-width: 300px;
}
/* Notifications */
.seopress-notifications-center .seopress-notifications-none,
.seopress-notifications .seopress-notifications-none {
background: rgba(242, 239, 251, 0.3);
border-radius: 8px;
display: flex;
margin: 24px 0;
flex-direction: column;
align-items: center;
padding: 40px 0;
}
.seopress-notifications-center .seopress-notifications-none {
margin: 0;
}
.seopress-alert .seopress-impact-title {
font-weight: 600;
font-size: 14px;
color: #0C082F;
margin: 0 0 16px 0;
line-height: 20px;
}
.seopress-alert .seopress-impact {
width: 24px;
height: 24px;
display: block;
background: linear-gradient(180deg, rgba(161, 133, 255, 0.2) 0%, rgba(78, 33, 231, 0.2) 100%);
border-radius: 50px;
position: absolute;
left: 0;
top: 0;
}
.seopress-alert .seopress-impact::after {
position: absolute;
content: '';
width: 8px;
height: 8px;
display: block;
background: linear-gradient(180deg, #A185FF 0%, var(--primaryColor) 100%);
border-radius: 50px;
top: calc(50% - 4px);
left: calc(50% - 4px);
}
.seopress-alert .seopress-impact-low {
background: linear-gradient(180deg, rgba(255, 197, 39, 0.2) 0%, rgba(255, 156, 39, 0.2) 100%);
}
.seopress-alert .seopress-impact-low::after {
background: linear-gradient(180deg, #FFC527 0%, #FF9C27 100%);
}
.seopress-alert .seopress-impact-medium {
background: linear-gradient(180deg, rgba(255, 197, 39, 0.2) 0%, rgba(255, 156, 39, 0.2) 100%);
}
.seopress-alert .seopress-impact-medium::after {
background: linear-gradient(180deg, #FFC527 0%, #FF9C27 100%);
}
.seopress-alert .seopress-impact-high {
background: linear-gradient(180deg, rgba(255, 130, 205, 0.2) 0%, rgba(255, 71, 71, 0.2) 100%);
}
.seopress-alert .seopress-impact-high::after {
background: linear-gradient(180deg, #FF82CD 0%, #FF4747 100%);
}
.seopress-alert .seopress-btn {
display: inline-block;
background: var(--backgroundSecondary);
padding: 9px 16px;
font-weight: 600;
font-size: 12px;
line-height: 14px;
color: var(--primaryColor);
border: none;
}
/* Activity Panel */
.seopress-activity-panel-tabs {
height: 64px;
display: flex;
align-items: center;
gap: 8px;
}
.seopress-activity-panel-tabs .btn {
justify-content: center;
color: var(--color);
height: 40px;
background: var(--backgroundSecondary);
width: 40px;
border-radius: 5px;
padding: 6px 10px;
position: relative;
}
.seopress-activity-panel-tabs .btn:hover,
.seopress-activity-panel-tabs .btn:focus,
.seopress-activity-panel-tabs .btn:active {
background: var(--backgroundSecondaryHover);
}
.seopress-activity-panel-tabs .btn:focus,
.seopress-activity-panel-tabs .btn:active {
outline: 1px solid var(--backgroundPrimary);
}
.seopress-activity-panel-tabs .btn.is-active {
color: var(--colorDark);
}
.seopress-activity-panel-tabs .btn .badge {
position: absolute;
right: -10px;
font-weight: bold;
background: red;
color: #fff;
padding: 5px;
border-radius: 6px;
top: -10px;
margin: 1px;
border: 1px solid #FFF;
font-size: 11px;
}
.seopress-activity-panel-wrapper {
height: calc(100vh - 92px);
top: 96px;
background: #fff;
width: 510px;
transform: translateX(100%);
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
position: fixed;
right: 0;
z-index: 1000;
overflow-x: hidden;
overflow-y: auto;
}
#seopress-activity-panel-help.seopress-activity-panel-wrapper {
width: 1200px;
max-width: calc(100% - 160px);
}
@media only screen and (max-width: 782px) {
#seopress-activity-panel-help.seopress-activity-panel-wrapper,
.seopress-activity-panel-wrapper {
top: 106px;
width: 100%;
max-width: 100%;
}
}
.seopress-activity-panel-wrapper.is-open {
transform: none;
box-shadow: 0 12px 12px 0 rgb(85 93 102 / 30%);
}
.seopress-activity-panel-header {
padding: 32px 40px;
position: sticky;
top: 0;
background: #fff;
display: block;
z-index: 10;
}
.seopress-inbox-title {
display: flex;
align-items: center;
justify-content: space-between;
}
.seopress-inbox-title h2 {
margin: 0;
padding: 0;
}
.seopress-activity-panel-content {
padding: 0px 40px 40px;
scroll-behavior: smooth;
}
.seopress-activity-panel-options h3 {
margin: 24px 0;
}
.seopress-activity-panel-options p {
margin-bottom: 22px;
}
.seopress-activity-panel-content .toggle {
overflow: hidden;
position: absolute !important;
}
.seopress-activity-panel-content .toggle+label {
margin: 0 20px 0 0 !important;
}
.seopress-activity-panel-header .seopress-inbox-title span {
color: #CABCF8;
}
.seopress-notifications-hidden {
border-top: 1px solid var(--backgroundSecondary);
margin-top: 32px;
padding: 32px 0;
position: relative;
}
.seopress-notifications-hidden .seopress-notifications-list-title {
display: flex;
align-items: center;
position: sticky;
margin-bottom: 32px;
top: 80px;
z-index: 20;
background: #fff;
cursor: pointer;
}
.seopress-notifications-hidden .seopress-notifications-list-title img {
margin-right: 16px;
}
.seopress-notifications-hidden .seopress-notifications-list-title::after {
content: "\f347";
right: 0;
font-family: 'Dashicons';
position: absolute;
top: calc(50% - 10px);
font-size: 20px;
}
.seopress-notifications-hidden[open] .seopress-notifications-list-title::after {
content: "\f343";
}
.seopress-notifications-hidden .seopress-notifications-list-title::-webkit-details-marker {
display: none;
}