/*
* SiteSEO
* https://siteseo.io/
* (c) SiteSEO Team <support@siteseo.io>
*/
/*
Copyright 2016 - 2024 - Benjamin Denis (email : contact@seopress.org)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
.siteseo-option *,
.siteseo-styles *,
#siteseo-metabox-wrapper *,
#siteseo-metabox-content-analysis *,
#siteseo_pro_cpt * {
box-sizing: border-box;
}
.siteseo_ca_holder{
padding: 1em 1.4em;
}
#wpadminbar,
.siteseo-option #wpcontent,
.siteseo-styles #wpcontent,
.post-type-siteseo_404 #wpcontent,
.post-type-siteseo_schemas #wpcontent,
#siteseo-metabox-wrapper,
#siteseo-metabox-content-analysis,
#siteseo_pro_cpt,
#siteseo_matomo_dashboard_widget,
#siteseo_ga_dashboard_widget,
.column-siteseo_score,
.siteseo-ui-datepicker {
--primaryColor: #00308F;
--paragraphColor: #757575;
--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: #3c434a;
--titleFontSize: 20px;
--titleFontWeight: 500;
--titleMargin: 10px 0;
--backgroundPrimary: #00308F;
--backgroundPrimaryHover: #00308F;
--backgroundSecondaryHover: #f0f0f0;
--borderColor: rgb(203 213 225);
--borderColorLight: #dcdcde;
--borderColorLight40: rgba(220, 220, 222, 0.4);
--borderColorCard: #e2e4e7;
--borderColorTab: #c3c4c7;
--white: #ffffff;
--noticeBackgroundColor: #00308f05;
--noticeBorderColor: #00308f45;
}
.siteseo-option .text-center,
.siteseo-styles .text-center {
text-align: center;
}
#adminmenu .toplevel_page_siteseo-option .wp-menu-image.svg {
background-size: 24px auto !important;
}
/* Button */
.siteseo-option .btn,
.siteseo-styles .btn,
.post-type-siteseo_404 .btn,
.post-type-siteseo_schemas .btn {
display: inline-flex;
text-decoration: none;
font-size: var(--fontSize);
margin: 0;
border: 0;
cursor: pointer;
-webkit-appearance: none;
background: none;
transition: box-shadow 0.1s linear;
height: 36px;
align-items: center;
padding: 6px 12px;
border-radius: 2px;
vertical-align: middle;
color: var(--colorDark);
white-space: nowrap;
outline: 1px solid transparent;
}
.siteseo-option .btnPrimary,
.siteseo-styles .btnPrimary,
.post-type-siteseo_404 .btnPrimary,
.post-type-siteseo_schemas .btnPrimary {
background: var(--primaryColor);
color: #fff;
text-decoration: none;
border-radius: 3px;
}
.siteseo-option .btnPrimary:hover,
.siteseo-styles .btnPrimary:hover,
.post-type-siteseo_404 .btnPrimary:hover,
.post-type-siteseo_schemas .btnPrimary:hover {
background: var(--backgroundPrimaryHover);
color: #fff;
}
.siteseo-option .btnSecondary,
.siteseo-styles .btnSecondary,
.post-type-siteseo_404 .btnSecondary,
.post-type-siteseo_schemas .btnSecondary {
box-shadow: inset 0 0 0 1px var(--primaryColor);
color: var(--primaryColor);
background: transparent;
border-radius: 3px;
transition: 0.2s;
}
.siteseo-option .btnSecondary:hover,
.siteseo-styles .btnSecondary:hover,
.post-type-siteseo_404 .btnSecondary:hover,
.post-type-siteseo_schemas .btnSecondary:hover {
color: white;
background-color: var(--backgroundPrimary);
}
.siteseo-option .btnSecondary.is-deletable,
.siteseo-styles .btnSecondary.is-deletable {
border-color: rgb(204, 24, 24);
color: rgb(204, 24, 24);
box-shadow: rgb(204 24 24) 0px 0px 0px 1px inset;
}
.siteseo-option .btnTertiary,
.siteseo-styles .btnTertiary,
.post-type-siteseo_404 .btnTertiary,
.post-type-siteseo_schemas .btnTertiary {
color: var(--primaryColor);
background: transparent;
}
.siteseo-option .btnTertiary:hover,
.siteseo-styles .btnTertiary:hover,
.post-type-siteseo_404 .btnTertiary:hover,
.post-type-siteseo_schemas .btnTertiary:hover {
box-shadow: inset 0 0 0 1px var(--primaryColor);
}
.siteseo-option hr,
.siteseo-styles hr,
.siteseo-setup hr {
align-self: center;
flex-grow: 1;
height: 1px;
margin: 0;
border: 0;
border-top: 1px solid #dcdcde;
border-bottom: 1px solid #f6f7f7;
}
.siteseo-setup hr {
margin-left: 10px;
}
#siteseo-tabs.wrap .list-none {
list-style: none;
padding-left: 0;
}
.siteseo-option .dashicons,
.siteseo-page-list .dashicons {
vertical-align: middle;
margin-right: 5px;
text-decoration: none;
}
.siteseo-activity-panel .dashicons {
margin-right: 0;
transition: 0.1s all linear;
}
#siteseo-news-panel .siteseo-item-inner .dashicons {
vertical-align: top;
}
.siteseo-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;
}
.siteseo-button:hover {
border-color: #a8bece;
color: #00a0d2;
}
.siteseo-button .dashicons {
vertical-align: middle;
}
/* Headings */
body .siteseo-option h2 {
color: var(--titleColor);
font-size: 20px;
line-height: 24px;
font-weight: normal;
font-weight: 500;
}
body .siteseo-option h3 {
color: var(--titleColor);
font-size: 16px;
line-height: 20px;
}
#siteseo-metabox-content-analysis input[type="text"],
#siteseo-metabox-content-analysis textarea,
#siteseo-metabox-wrapper input[type="text"],
#siteseo-metabox-wrapper textarea,
#siteseo_pro_cpt input[type="text"]:not(.hidden),
#siteseo_pro_cpt textarea {
width: 100%;
display: inline-block;
}
#siteseo-metabox-wrapper #tabs-6 input[type="number"] {
min-width: 200px;
}
#siteseo-metabox-wrapper #tabs-6 #wrap-videos .video:first-child .remove-video {
display: none;
}
#siteseo-metabox-wrapper #tabs-6 {
padding: 0;
}
/* Forms */
body .siteseo-option :not(.siteseo-no-override) input[type="text"],
body .siteseo-option input[type="password"],
body .siteseo-option select,
body .siteseo-option textarea {
max-width: 35rem;
width: 100%;
border-color:var(--borderColorTab);
}
/* Code for Firefox */
body.siteseo-styles ::-moz-selection{
color: var(--white);
background: var(--backgroundPrimary)
}
body.siteseo-styles ::selection{
color: var(--white);
background: var(--backgroundPrimary)
}
body .siteseo-option select {
transition: all 0.5s;
}
body .siteseo-option select:after{
font-size: 20px;
}
body .siteseo-option option{
padding: 10px;
}
.wrap-opening-hours select {
width: inherit;
}
body .siteseo-option input[type="text"],
body .siteseo-option input[type="password"],
body .siteseo-option input[type="number"] {
line-height: 40px;
}
body .siteseo-option input[type="text"]:hover,
body .siteseo-option input[type="password"]:hover,
body .siteseo-option input[type="number"]:hover,
body .siteseo-option select:hover,
body .siteseo-option textarea:hover {
border-color: #787c82;
}
body .siteseo-option input[type="text"]:focus,
body .siteseo-option input[type="password"]:focus,
body .siteseo-option input[type="number"]:focus,
body .siteseo-option textarea:focus,
body .siteseo-option select:focus,
body .siteseo-option input[type="text"]:active,
body .siteseo-option input[type="password"]:active,
body .siteseo-option input[type="number"]:active,
body .siteseo-option textarea:active,
body .siteseo-option select:active {
box-shadow: 0 0 0 2px var(--primaryColor);
border-color: transparent;
}
@media only screen and (max-width: 1024px) {
body .siteseo-option input[type="text"],
body .siteseo-option input[type="password"],
body .siteseo-option input[type="number"],
body .siteseo-option textarea {
min-width: inherit;
width: 100%;
}
}
body .siteseo-option input[type="checkbox"],
#siteseo-metabox-wrapper input[type="checkbox"],
#siteseo-metabox-content-analysis input[type="checkbox"],
#siteseo_pro_cpt input[type="checkbox"] {
box-shadow: 0 0 0 transparent;
border: 1px solid #a4a4a4;
border-radius: 4px;
cursor: pointer;
outline: 0;
text-align: center;
width: 20px;
height: 20px;
-webkit-appearance: none;
appearance: none;
transition: 0.3s all ease-in-out;
box-sizing: border-box;
padding: 0!important;
display: inline-block;
}
body .siteseo-option input[type="checkbox"]:checked::before,
#siteseo-metabox-wrapper input[type="checkbox"]:checked::before,
#siteseo-metabox-content-analysis input[type="checkbox"]:checked::before,
#siteseo_pro_cpt 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(--primaryColor);
width: 100%;
height: 100%;
margin: 0 !important;
display: inline-block;
}
body .siteseo-option input[type="checkbox"]:focus,
#siteseo-metabox-wrapper input[type="checkbox"]:focus,
#siteseo-metabox-content-analysis input[type="checkbox"]:focus,
#siteseo_pro_cpt input[type="checkbox"]:focus,
body .siteseo-option input[type="checkbox"]:active,
#siteseo-metabox-wrapper input[type="checkbox"]:active,
#siteseo-metabox-content-analysis input[type="checkbox"]:active,
#siteseo_pro_cpt input[type="checkbox"]:active {
border: 2px solid var(--primaryColor);
}
.field-required,
.field-recommended {
font-weight: bold;
}
.field-required {
color: var(--colorAlert);
}
.field-recommended {
color: var(--colorWarning);
}
/* Table */
.siteseo-tab .form-table td {
padding: 15px 0;
}
.siteseo-tab .form-table td p {
margin: 4px 0;
}
.siteseo-tab .form-table td p.siteseo_wrap_archive_cpt {
margin-bottom: 15px;
}
.siteseo-tab .form-table td label {
display: block;
}
.siteseo-tab .form-table tr td{
padding:5px 0px !important;
}
table.wp-list-table .manage_column.column-siteseo_noindex,
table.wp-list-table .manage_column.column-siteseo_tkw,
table.wp-list-table .manage_column.column-siteseo_redirect_url,
table.wp-list-table .manage_column.column-siteseo_canonical,
table.wp-list-table .manage_column.column-siteseo_redirect_enable,
table.wp-list-table .manage_column.column-siteseo_desc,
table.wp-list-table .manage_column.column-siteseo_title,
table.wp-list-table .manage_column.column-siteseo_insights {
width: 7% !important;
}
.post-type-product table.fixed thead .column-siteseo_title,
.post-type-product table.fixed thead .column-siteseo_desc {
width: 8%;
}
.post-type-product table.fixed thead .column-siteseo_redirect_enable,
.post-type-product table.fixed thead .column-siteseo_redirect_url,
.post-type-product table.fixed thead .column-siteseo_canonical,
.post-type-product table.fixed thead .column-siteseo_tkw,
.post-type-product .fixed .column-siteseo_words,
.post-type-product .fixed .column-siteseo_ps {
width: 6%;
}
.post-type-product .fixed .column-siteseo_score {
width: 50px;
}
table.fixed thead .column-siteseo_nofollow,
table.fixed thead .column-siteseo_noindex {
width: 100px;
}
@media only screen and (max-width: 1200px) {
table.fixed .column-siteseo_title>div,
table.fixed .column-siteseo_desc>div,
table.fixed .column-siteseo_redirect_enable>div,
table.fixed .column-siteseo_redirect_url>div,
table.fixed .column-siteseo_canonical>div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
table.fixed thead .column-siteseo_redirect_enable,
table.fixed thead .column-siteseo_redirect_url,
table.fixed thead .column-siteseo_canonical,
table.fixed thead .column-siteseo_tkw,
table.fixed thead .column-siteseo_nofollow,
table.fixed thead .column-siteseo_noindex,
table.fixed thead .column-siteseo_score,
table.fixed thead .column-siteseo_words,
table.fixed thead .column-siteseo_ps {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.post-type-siteseo_backlinks .wp-list-table .column-siteseo_backlinks_url {
width: 35%;
}
.post-type-siteseo_backlinks .wp-list-table .column-siteseo_backlinks_anchor_text {
width: 20%;
}
/* SiteSEO header */
.siteseo-styles #siteseo-header {
padding: 22px 40px 22px 40px;
height: 60px;
margin: 0 auto;
width: calc(100% - 160px);
background: white;
position: fixed;
top: 32px;
z-index: 110;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: rgb(0 0 0 / 12%) 0px 3px 9px -3px;
}
#siteseo-header div#screen-meta-links{
display: none;
}
.folded.siteseo-styles #siteseo-header {
width: calc(100% - 35px);
}
@media only screen and (max-width: 782px) {
.siteseo-styles #siteseo-header {
width: 100%;
padding: 22px;
top: 46px;
position: absolute;
}
}
#siteseo-header #siteseo-navbar ul {
margin: 0;
padding: 0;
}
#siteseo-header #siteseo-navbar {
display: flex;
align-items: center;
}
#siteseo-header #siteseo-navbar img{
margin-right:10px ;
width: 40px;
}
#siteseo-header #siteseo-navbar ul li {
margin: 0;
display: inline-block;
position: relative;
font-weight: bold;
color: black;
}
#siteseo-header #siteseo-navbar ul li a{
color: rgb(119, 119, 119);
text-decoration: none;
}
.siteseo-option a{
color: var(--backgroundPrimary);
}
#siteseo-header #siteseo-navbar ul li::after {
content: "/";
display: inline-block;
margin: 0 8px;
}
#siteseo-header #siteseo-navbar ul li:last-child:after {
content: none;
}
/*input tag*/
.siteseo-tag-input-contanier {
max-width: 35rem;
display: flex;
border: 1px solid var(--borderColorTab);
padding: 10px;
height: auto;
border-radius:4px;
flex-wrap: wrap;
}
a.siteseo-link{
color: var(--backgroundPrimary);
font-weight: 500;
vertical-align: middle;
}
a.siteseo-link:hover{
text-decoration: none;
}
a.siteseo-link::after{
content: "\f103";
font-family: dashicons;
vertical-align: middle;
margin-left: 2px;
}
.siteseo-tag-input-contanier span.siteseo-tag {
margin: 4px 2px;
display: inline-block;
background: var(--backgroundPrimary);
color: var(--white);
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
padding: 4px 12px;
font-size: 12px;
text-align: center;
border-radius: 25px;
}
.siteseo-tag-input-contanier div.siteseo-tag-container{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.siteseo-tag-input-contanier input.siteseo-tag-input,
.siteseo-tag-input-contanier input.siteseo-tag-input:focus{
border:none !important;
height: auto;
outline: none;
box-shadow: none !important;
line-height: normal !important;
width: auto !important;
max-width: none !important;
background-color: white !important;
}
/* Dashboard */
.siteseo-dashboard-card-highlight {
border: 1px dashed #c3c4c7;
margin: 20px 0;
}
.siteseo-summary-items {
display: flex;
flex-wrap: wrap;
}
.siteseo-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;
}
#siteseo_ga_dashboard_widget .siteseo-summary-item:nth-child(even),
#siteseo_matomo_dashboard_widget .siteseo-summary-item:nth-child(even) {
border-right: none;
}
#siteseo_ga_dashboard_widget .siteseo-summary-item:nth-last-child(2),
#siteseo_ga_dashboard_widget .siteseo-summary-item:last-child,
#siteseo_matomo_dashboard_widget .siteseo-summary-item:nth-last-child(2),
#siteseo_matomo_dashboard_widget .siteseo-summary-item:last-child {
border-bottom: none;
}
#tab_siteseo_analytics .spinner,
#tab_siteseo_matomo .spinner {
top: 10px;
position: relative;
left: 10px;
}
#tab_siteseo_analytics .wrap-chart-stat,
#tab_siteseo_matomo .wrap-chart-stat {
padding: 0 1rem;
}
@media only screen and (max-width: 782px) {
#siteseo_ga_dashboard_widget .siteseo-summary-item,
#siteseo_matomo_dashboard_widget .siteseo-summary-item {
border-right: none;
}
#siteseo_ga_dashboard_widget .siteseo-summary-item:nth-last-child(2),
#siteseo_matomo_dashboard_widget .siteseo-summary-item:nth-last-child(2) {
border-bottom: 1px solid var(--borderColorLight40);
}
.siteseo-summary-item {
width: 100%;
}
}
.siteseo-summary-item-label {
display: block;
margin-bottom: 16px;
color: var(--color);
font-size: 14px;
line-height: 20px;
}
.siteseo-summary-item-data {
margin-bottom: 4px;
font-weight: 500;
color: var(--colorDark);
font-size: 20px;
line-height: 28px;
}
.siteseo-summary-item-data small {
font-weight: normal;
font-size: 11px;
text-transform: uppercase;
}
.siteseo-tab.inside,
.siteseo-summary-items .inside {
padding: 20px;
}
#siteseo-admin-tabs.ui-tabs {
position: relative;
padding: 0.2em;
border: none;
font-family: inherit;
font-size: inherit;
}
#siteseo-admin-tabs.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: -1px 0.2em 0 0;
padding: 0;
white-space: nowrap;
border: none;
background: 0 0;
}
#siteseo-admin-tabs.ui-tabs .ui-tabs-nav li a {
float: left;
padding: 0.38em 1em 0.75rem;
outline: 0;
border-bottom: 2px solid #fff;
}
#siteseo-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
}
#siteseo-admin-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#siteseo-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#siteseo-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
cursor: text;
border-bottom: 2px solid #23282d;
color: #23282d;
}
#siteseo-admin-tabs.ui-tabs .ui-tabs-nav li a,
#siteseo-admin-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
cursor: pointer;
color: #0073aa;
text-decoration: none;
}
#siteseo-admin-tabs.ui-tabs-vertical {
width: 55em;
}
#siteseo-admin-tabs.ui-tabs-vertical .ui-tabs-nav {
padding: 0.2em 0.1em 0.2em 0.2em;
float: left;
width: 12em;
}
#siteseo-admin-tabs.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;
}
#siteseo-admin-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
padding-bottom: 0;
padding-right: 0.1em;
border-right-width: 1px;
}
#siteseo-admin-tabs.ui-tabs-vertical .ui-tabs-panel {
padding: 1em;
float: right;
width: 40em;
}
#siteseo-admin-tabs.wrap {
background: #fff;
display: block;
width: 64rem;
max-width: 100%;
margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
#siteseo-admin-tabs.wrap {
width: 100%;
}
}
#siteseo-admin-tabs .siteseo-tab {
width: 100%;
display: none;
}
#siteseo-admin-tabs .siteseo-tab.active {
visibility: visible;
overflow: inherit;
opacity: 1;
transform: translateX(0);
display: inherit;
position: relative;
}
.siteseo-option-wrapper{
display:flex;
padding: 30px 0;
border-bottom: 2px dashed #eee;
}
.siteseo-option-wrapper .siteseo-option-label{
width: 20%;
}
.siteseo-option-wrapper .siteseo-option-label label{
font-weight:500;
font-size:14px;
}
.siteseo-option-wrapper .siteseo-option-input{
width: 80%;
}
.siteseo-dashboard-columns {
display: flex;
justify-content: space-between;
flex-direction: row;
}
.siteseo-dashboard-column {
align-self: flex-start;
margin: 0;
}
.siteseo-dashboard-column:first-child{
width: calc(70% - 12px);
}
.siteseo-dashboard-column:last-child{
width: calc(30% - 12px);
}
.siteseo-dashboard-column > *{
margin: 1.5rem auto;
}
.siteseo-notice-card{
padding: 16px 25px;
box-sizing: border-box;
flex-basis: 0;
flex-grow: 1;
align-items: center;
background-color: white;
border: 1px solid var(--borderColorCard);
border-radius: 7px;
}
.siteseo-notice-card .dashicons{
font-size: 30px;
color: var(--colorDark);
}
.siteseo-notice-card .dashicons-twitter{
font-size: 30px;
color: #05a0de;
}
@media only screen and (max-width: 782px) {
.siteseo-dashboard-columns {
max-width: 100%;
flex-direction: column;
}
.siteseo-dashboard-column {
width: 100%;
}
}
#siteseo-admin-tabs .ui-tabs-nav,
.siteseo-get-started {
margin: 0 auto 20px;
width: 100%;
border-radius: 5px;
}
.siteseo-get-started {
position: relative;
padding: 1rem;
display: flex;
background-color: white;
margin-bottom: 30px;
border-radius: 5px;
border: 1px solid var(--borderColorCard);
}
.siteseo-get-started > div{
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.siteseo-get-started .siteseo-get-started-left{
width:60%;
}
.siteseo-get-started .siteseo-get-started-right{
width: 40%;
}
.siteseo-get-started .siteseo-get-started-img{
width: 100%;
}
.siteseo-drag-icon-container{
display: flex;
align-items: center;
justify-content: center;
}
.siteseo-drag-icon-container span{
font-size: 20px;
cursor: pointer;
}
.siteseo-drag-icon-container span.dashicons-controls-play{
transform: rotate(90deg);
transition: all 0.1s;
}
.siteseo-card-title .rotate-element{
transform: rotate(270deg) !important;
transition: all 0.1s;
}
.siteseo-get-started .preheader {
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
color: var(--paragraphColor);
}
.siteseo-activity-panel-tabs {
height: 100%;
align-items: center;
display: flex;
flex-direction: column;
position: fixed;
right: 20px;
bottom: 50px;
justify-content: end;
}
.siteseo-activity-panel-tabs .btn {
display: flex;
position:relative;
flex-direction: column;
justify-content: center;
color: #ffffff;
background-color: var(--backgroundPrimary);
border-radius: 50%;
padding: 16px;
height: auto;
width: auto;
margin: 7px 0px;
border-bottom: 3px solid transparent;
transition: 0.1s all linear;
}
.siteseo-activity-panel-tabs .btn.hide-panel{
display: none;
color: var(--backgroundPrimary);
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
background: #f1f4ff;
transition: all 0.2s;
padding: 12px;
}
.siteseo-activity-panel-tabs .btn.hide-panel:hover{
background:var(--backgroundPrimary) ;
color: #f1f4ff;
}
.siteseo-activity-panel-tabs .btn-rotate{
transform: rotate(135deg);
transition: 0.1s all linear;
}
.siteseo-activity-panel-tabs .btn .floating-label{
display: none;
background: rgb(69, 69, 69);
color: white;
padding: 5px 20px;
min-width: 81px;
text-align: center;
margin-bottom: 10px;
position: absolute;
border-radius: 6px;
right:120%;
top: 50%;
transform: translatey(-50%);
transition: all 2s;
}
.siteseo-close-panel{
position: absolute;
right: 5%;
top: 3%;
font-size: 26px;
cursor: pointer;
}
.siteseo-activity-panel-tabs .btn .floating-label::after{
content: "";
position: absolute;
top: 24%;
left: 100%;
transform: rotate(270deg);
margin-left: 0px;
border-width: 7px;
border-style: solid;
border-color: rgb(69, 69, 69) transparent transparent transparent;
}
.siteseo-activity-panel-tabs .btn:hover .floating-label{
transition: all 2s;
display: block;
}
.siteseo-activity-panel-tabs .btn:hover {
background: var(--backgroundPrimaryHover);
}
.siteseo-activity-panel-wrapper {
height: calc(100vh - 92px);
top: 90px;
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;
border-radius: 10px 0px 0px 10px;
background: white;
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
border:1px solid var(--borderColorCard);
}
@media only screen and (max-width: 782px) {
.siteseo-activity-panel-wrapper {
top: 106px;
}
}
.siteseo-activity-panel-wrapper.is-open {
transform: none;
box-shadow: 0 12px 12px 0 rgb(85 93 102 / 30%);
}
.siteseo-activity-panel-header {
background: var(--white);
padding: 16px 24px;
border-bottom: 1px solid var(--borderColorCard);
}
.siteseo-activity-panel-content {
background: #fff;
padding: 16px 24px;
}
.siteseo-list-items,
.siteseo-list-items .siteseo-item {
margin: 0;
}
.siteseo-list-items .siteseo-item {
border-bottom: 1px solid var(--borderColorLight40);
}
.siteseo-list-items .siteseo-item:last-child {
border-bottom: none;
}
.siteseo-list-items .siteseo-item .siteseo-item-inner {
color: var(--primaryColor);
text-decoration: none;
padding: 15px 20px;
background: #fff;
font-size: var(--fontSize);
font-weight: bold;
width: 100%;
}
.siteseo-option .has-action {
display: flex;
align-items: center;
}
.siteseo-list-items .siteseo-item .siteseo-item-inner.done {
text-decoration: line-through;
}
.siteseo-list-items .siteseo-item .siteseo-item-inner:hover {
background: var(--backgroundSecondaryHover);
}
.siteseo-list-items .siteseo-item-before,
.siteseo-list-items .siteseo-item-after {
margin: 0px 20px 0 10px;
position: relative;
}
.siteseo-list-items .siteseo-item-before{
background-color: var(--backgroundPrimary);
color: var(--white);
border-radius: 50%;
padding: 10px;
}
.siteseo-list-items .siteseo-item-before::before,
.siteseo-list-items .siteseo-item-after::after {
content: "\f330";
font-family: "Dashicons";
vertical-align: middle;
font-size: 20px;
font-weight: normal;
}
.siteseo-list-items .siteseo-item-after {
margin-left: auto;
padding-left: 20px;
margin-right: 0;
}
.siteseo-list-items .siteseo-item-after::after {
content: "\f345";
}
.siteseo-list-items .siteseo-item .siteseo-item-title {
margin: 5px 0;
color: var(--primaryColor);
}
.siteseo-list-items .siteseo-item .siteseo-item-date {
color: var(--paragraphColor);
font-weight: normal;
margin: 0;
}
.siteseo-list-items .siteseo-item .siteseo-item-content {
color: var(--colorDark);
font-weight: normal;
margin: 0;
}
.siteseo-list-items .siteseo-item .siteseo-item-inner.check,
.indexing-log {
position: relative;
}
.siteseo-list-items .siteseo-item .siteseo-item-inner.check::before,
.indexing-log::before {
content: "";
width: 32px;
height: 32px;
font-size: 24px;
vertical-align: middle;
border-radius: 50px;
color: #fff;
margin-right: 10px;
display: inline-block;
border: 1px solid var(--borderColorLight);
line-height: 32px;
text-align: center;
}
.siteseo-list-items .siteseo-item .siteseo-item-inner.check::before {
content: attr(data-index);
color: var(--primaryColor);
font-size: 16px;
border-color: var(--primaryColor);
}
.siteseo-list-items .siteseo-item .siteseo-item-inner.done::before,
.indexing-log.indexing-done::before,
.indexing-log.indexing-failed::before {
background: var(--backgroundPrimary);
border: none;
content: "\f15e";
font-family: "Dashicons";
color: #fff;
font-size: 24px;
}
.siteseo-list-items .siteseo-item.is-active:first-child a {
box-shadow: inset 5px 0 0 0 var(--primaryColor);
transition: box-shadow 0.1s linear;
}
.siteseo-list-items .siteseo-item.is-active:first-child a::after {
content: "";
box-shadow: inset 5px 0 0 0 var(--primaryColor);
transition: box-shadow 0.1s linear;
background-color: var(--primaryColor);
opacity: 0.1;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.indexing-log.indexing-done::before {
background: var(--colorSuccess);
}
.indexing-log.indexing-failed::before {
background: var(--colorAlert);
content: "\f335";
}
/* Tooltip */
.siteseo-tooltip {
position: relative;
margin-left: 5px;
display: inline-block;
cursor: help;
vertical-align: bottom;
text-align: left;
background: none;
border: none;
padding: 0;
}
.siteseo-tooltip .dashicons {
color: var(--colorDark);
}
.siteseo-tooltip .siteseo-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;
}
.siteseo-tooltip .siteseo-tooltiptext::before {
border: 8px solid var(--borderColorLight40);
top: -8px;
}
.siteseo-tooltip .siteseo-tooltiptext::after {
border: 8px solid #fff;
top: -6px;
}
.siteseo-tooltip .siteseo-tooltiptext::before,
.siteseo-tooltip .siteseo-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;
}
.siteseo-tooltip:hover .siteseo-tooltiptext,
.siteseo-tooltip:focus .siteseo-tooltiptext,
.siteseo-tooltip:active .siteseo-tooltiptext {
visibility: visible;
}
.siteseo-tooltip .siteseo-tooltip-headings {
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
display: block;
}
.siteseo-tooltip .siteseo-tooltip-desc {
margin-bottom: 20px;
display: block;
border-bottom: 1px solid var(--borderColorLight40);
padding-bottom: 20px;
font-size: var(--fontSize);
line-height: 1.5;
}
.siteseo-tooltip .siteseo-tooltip-code {
font-family: Menlo, Monaco, Andale Mono, Courier New, monospace;
display: block;
word-break: break-all;
color: var(--colorPre);
font-size: 11px;
}
.siteseo-metabox-fb-preview{
width: 100%;
max-width:600px;
max-height:500px;
position:relative;
}
.siteseo-metabox-fb-image{
width:100%;
max-height:314px;
}
.siteseo-metabox-fb-image img{
width:100%;
height:100%;
object-fit:cover;
aspect-ratio:1.91/1;
}
.siteseo-metabox-fb-data{
background-color:#f2f3f5;
padding: 10px;
border-left: 1px solid #dedddd;
border-right: 1px solid #dedddd;
border-bottom: 1px solid #dedddd;
width:100%;
}
.siteseo-metabox-fb-host{
font-size:12px;
color:#606770;
text-transform:uppercase;
}
.siteseo-metabox-fb-title{
font-size:16px;
line-height:20px;
font-weight:bold;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow:ellipsis;
}
.siteseo-metabox-fb-desc{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #606770;
font-size: 14px;
line-height: 20px;
word-break: break-word;
}
.siteseo-metabox-x-preview{
max-width:600px;
max-height:314px;
position:relative;
border-radius:16px;
}
.siteseo-metabox-x-image{
width:100%;
height:100%;
border-radius:16px;
}
.siteseo-metabox-x-image img{
width:100%;
height:100%;
object-fit:cover;
aspect-ratio: 1.91/1;
border-radius:14px;
}
.siteseo-metabox-x-data{
position:absolute;
left:10px;
right:10px;
border-radius:4px;
padding:2px 10px;
bottom:12px;
color:white;
background-color: rgba(0, 0, 0, 0.77);
}
.siteseo-metabox-x-title{
font-size:13px;
line-height:19px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.siteseo-metabox-x-host{
font-size:13px;
color: rgb(113, 118, 123);
}
/* Content Analysis */
.analysis-score .siteseo-tooltip {
vertical-align: middle;
font-size: 0.75em;
}
#siteseo-metabox-content-analysis .wrap-insights-post .siteseo-tooltip * {
font-weight: normal;
}
#siteseo-metabox-content-analysis .wrap-insights-post .siteseo-tooltip-headings {
font-weight: bold;
}
#siteseo-metabox-content-analysis a {
color: var(--backgroundPrimary);
}
#siteseo-metabox-content-analysis a.nounderline,
#siteseo-metabox-content-analysis a.nounderline:hover {
text-decoration: none;
}
#siteseo-metabox-content-analysis .wrap-siteseo-analysis {
display: inline-block;
width: 100%;
}
#siteseo-metabox-content-analysis .col-left {
width: calc(50% - 30px);
float: left;
margin-right: 30px;
}
#siteseo-metabox-content-analysis .col-right {
float: right;
width: 50%;
}
#siteseo-metabox-content-analysis #siteseo_suggestions {
display: inline-block;
width: 100%;
margin: 0;
height: auto;
padding: 20px 0;
position: relative;
left: -5px;
}
#siteseo-metabox-content-analysis #siteseo_suggestions li {
list-style: none;
margin: 5px;
display: inline-block;
}
#siteseo-metabox-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-siteseo_score .analysis-score {
display: flex;
align-content: center;
}
#siteseo-metabox-content-analysis .analysis-score p,
.column-siteseo_score .analysis-score p {
font-weight: bold;
font-size: 1.2em;
}
#siteseo-ca-tabs .siteseo-gsc-render {
margin: 1rem 0;
}
#siteseo-ca-tabs .dashicons {
vertical-align: middle;
margin-right: 1rem;
}
#siteseo-ca-tabs .siteseo-gsc-verdict .dashicons {
font-size: 30px;
width: 30px;
height: 30px;
}
#siteseo-ca-tabs .dashicons-yes-alt {
color: var(--colorSuccess);
}
#siteseo-ca-tabs .dashicons-info {
color: var(--colorWarning);
}
#siteseo-ca-tabs .dashicons-dismiss {
color: var(--colorAlert);
}
#siteseo-ca-tabs .siteseo-gsc-analysis {
margin-top: 1rem;
margin-bottom: 1rem;
display: inline-block;
width: 100%;
}
#siteseo-ca-tabs .siteseo-gsc-cat {
border-bottom: 1px solid var(--borderColorCard);
margin-bottom: 0.5rem;
font-weight: bold;
padding-bottom: 0.5rem;
}
#siteseo-ca-tabs .siteseo-gsc-analysis .siteseo-gsc-item {
display: flex;
}
#siteseo-ca-tabs .siteseo-gsc-analysis .siteseo-gsc-item-name {
width: 240px;
}
#siteseo-ca-tabs .siteseo-gsc-analysis .siteseo-gsc-item div {
margin: 0.5rem 0;
}
#siteseo-ca-tabs .siteseo-gsc-summary {
display: block;
padding: 20px;
margin: 20px 0;
top: 0;
left: 0;
}
#siteseo-ca-tabs .siteseo-gsc-verdict {
font-weight: bold;
font-size: 1.2em;
}
#siteseo-metabox-content-analysis .analysis-score svg,
.column-siteseo_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-siteseo_score .analysis-score p,
.column-siteseo_score .analysis-score svg {
margin: 0;
}
@keyframes loadingPulse {
0% {
stroke: #adc5d2;
}
50% {
stroke: #00a0d2;
}
100% {
stroke: #adc5d2;
}
}
#siteseo-metabox-content-analysis .analysis-score .loading #bar {
stroke-dashoffset: 0 !important;
stroke: #adc5d2 !important;
animation: loadingPulse 3s infinite ease-in-out;
}
#siteseo-metabox-content-analysis .analysis-score .good #bar,
.column-siteseo_score .analysis-score #bar.good {
stroke: var(--colorSuccess);
}
#siteseo-metabox-content-analysis .analysis-score .notgood #bar,
.column-siteseo_score .analysis-score #bar.notgood {
stroke-dashoffset: 101px;
stroke: var(--colorWarning);
}
#siteseo-metabox-content-analysis .analysis-score svg circle,
.column-siteseo_score .analysis-score svg circle {
stroke-dashoffset: 0;
transition: stroke-dashoffset 1s linear;
stroke: #ccc;
stroke-width: 2em;
}
#tab_siteseo_page_speed .ps-score svg path,
#tab_siteseo_ps .ps-score svg path {
stroke-linecap: round;
stroke-width: 2.8;
fill: none;
}
#tab_siteseo_page_speed .ps-score,
#tab_siteseo_ps .ps-score {
position: relative;
display: inline-block;
}
#tab_siteseo_page_speed .ps-score svg,
#tab_siteseo_ps .ps-score svg {
width: 80px;
height: 80px;
}
#tab_siteseo_page_speed .ps-score span,
#tab_siteseo_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_siteseo_page_speed .ps-score.green #bar,
#tab_siteseo_ps .ps-score.green #bar {
stroke: var(--colorSuccess);
}
#tab_siteseo_page_speed .ps-score.yellow #bar,
#tab_siteseo_ps .ps-score.yellow #bar {
stroke: var(--colorWarning);
}
#tab_siteseo_page_speed .ps-score.red #bar,
#tab_siteseo_ps .ps-score.red #bar {
stroke: var(--colorAlert);
}
#tab_siteseo_ps .score,
.wrap-siteseo-score .score {
width: 12px;
height: 12px;
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
#tab_siteseo_ps .score.red,
.wrap-siteseo-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-siteseo-score small {
font-size: 12px;
}
.wrap-siteseo-score small.red,
.wrap-siteseo-score small.yellow {
color: var(--colorAlert);
}
#tab_siteseo_ps .score.yellow,
.wrap-siteseo-score .score.yellow {
background-color: var(--colorWarning);
display: inline-block;
}
#tab_siteseo_ps .score.green,
.wrap-siteseo-score .score.green {
border-radius: 100%;
background-color: var(--colorSuccess);
}
.wrap-siteseo-score small.green {
color: var(--colorSuccess);
}
.wrap-siteseo-score .score.null {
background: #ccc;
border-radius: 100%;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block {
clear: both;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block-title {
display:flex;
align-items:center;
gap: 10px;
position: relative;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block .impact.good svg{
fill: var(--colorSuccess);
width: 14px;
height: 14px;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block .impact.low {
fill: var(--colorWarning);
width: 14px;
height: 14px;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block .impact.medium {
fill: var(--colorLowAlert);
width: 14px;
height: 14px;
}
#siteseo-metabox-wrapper .impact.high,
#siteseo-metabox-content-analysis .siteseo-analysis-block .impact.high {
fill: var(--colorAlert);
width: 14px;
height: 14px;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block-content .impact.high {
fill: var(--colorAlert);
box-shadow: none;
color: #fff;
padding: 2px 4px;
margin-left: 5px;
border-radius: 4px;
font-weight: bold;
}
#siteseo-metabox-wrapper .description,
#siteseo_pro_cpt .description,
#siteseo-metabox-content-analysis .description,
.siteseo-option .description {
display: block;
font-size: 12px;
color: var(--color);
}
@media only screen and (max-width: 782px) {
#siteseo-metabox-wrapper .description,
#siteseo_pro_cpt .description,
#siteseo-metabox-content-analysis .description,
.siteseo-option .description {
word-break: break-word;
}
}
#siteseo-metabox-wrapper input~span.description,
#siteseo-metabox-wrapper span.description~input,
#siteseo-metabox-content-analysis input~span.description,
#siteseo-metabox-content-analysis span.description~input,
#siteseo_pro_cpt input~span.description,
#siteseo_pro_cpt span.description~input {
margin-top: 5px;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block-title {
display:flex;
justify-content: space-between;
align-items: center;
position: relative;
background: #fff;
color: var(--colorDark);
width: 100%;
border: 0;
margin: 0;
padding: 15px 5px;
line-height: unset;
text-align: left;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 300ms linear;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block-title > div{
display:flex;
align-items:center;
gap:10px;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block-title span{
display:inline-block;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block-title:hover {
background: #f3f4f5;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block-title:focus {
color: #191e23;
border: none;
box-shadow: none;
outline-offset: -2px;
outline: 1px dotted #555d66;
}
#siteseo-metabox-content-analysis .siteseo-analysis-block-title .siteseo-arrow::after {
content: "\f343";
font-family: "Dashicons";
}
#siteseo-metabox-content-analysis .siteseo-analysis-block-title.open .siteseo-arrow::after {
content: "\f347";
}
#siteseo-metabox-content-analysis .siteseo-analysis-block-content {
padding: 0 1rem 0.5rem 1rem;
display: none;
width: 100%;
border-top: 1px solid var(--borderColorCard);
}
#siteseo-metabox-content-analysis h3 {
margin: 0;
font-size: 1em;
}
/* width */
.siteseo-activity-panel-wrapper::-webkit-scrollbar,
.siteseo-tag-variables-list::-webkit-scrollbar,
.siteseo-metabox-panel-holder::-webkit-scrollbar {
width: 10px;
border-radius: 10px;
}
/* Track */
.siteseo-activity-panel-wrapper::-webkit-scrollbar-track,
.siteseo-tag-variables-list::-webkit-scrollbar-track,
.siteseo-metabox-panel-holder::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}
/* Handle */
.siteseo-activity-panel-wrapper::-webkit-scrollbar-thumb,
.siteseo-tag-variables-list::-webkit-scrollbar-thumb,
.siteseo-metabox-panel-holder::-webkit-scrollbar-thumb{
background: #888;
border-radius:10px;
}
/* Handle on hover */
.siteseo-activity-panel-wrapper::-webkit-scrollbar-thumb:hover,
.siteseo-tag-variables-list::-webkit-scrollbar-thumb:hover,
.siteseo-metabox-panel-holder::-webkit-scrollbar-thumb:hover{
background: #555;
}
#siteseo-metabox-content-analysis h4 {
padding-bottom: 0.5rem;
text-transform: uppercase;
font-size: 0.85em;
position: -webkit-sticky;
/* Required for Safari */
position: sticky;
top: 0;
background: #fff;
}
.siteseo-stripes{
background-image:linear-gradient(45deg, var(--primaryColor) 25%, transparent 25%, transparent 50%, var(--primaryColor) 50%, var(--primaryColor) 75%, transparent 75%, #fff);
background-size: 15px 15px;
animation: siteseo-moving-stripes 10s linear infinite;
}
@keyframes siteseo-moving-stripes {
100% {
background-position: 100% 100%;
}
}
#siteseo-metabox-content-analysis .wrap-analysis-img ul {
display: flex;
flex-wrap: wrap;
}
#siteseo-metabox-content-analysis .wrap-analysis-img ul li {
padding: 0;
text-align: left;
cursor: default;
user-select: auto;
}
#siteseo-metabox-content-analysis .wrap-analysis-img h4 {
border-bottom: 1px solid var(--borderColorLight);
padding-bottom: 10px;
}
#siteseo-metabox-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;
}
#siteseo-metabox-wrapper .dashicons,
#siteseo-analysis-tabs .dashicons,
#siteseo-readibility-tabs .dashicons {
vertical-align: middle;
}
#siteseo-analysis-tabs,
#siteseo-readibility-tabs {
clear: both;
}
#siteseo-metabox-content-analysis .dashicons-no-alt,
#siteseo-metabox-content-analysis .dashicons-yes,
#siteseo_pro_cpt .dashicons-no-alt,
#siteseo_pro_cpt .dashicons-yes {
color: #fff;
background: var(--colorSuccess);
border-radius: 50px;
margin-right: 10px;
}
#siteseo-metabox-content-analysis .dashicons-no-alt,
#siteseo_pro_cpt .dashicons-no-alt {
background: var(--colorAlert);
}
#siteseo-metabox-content-analysis .dashicons-thumbs-down{
color: var(--colorAlert);
margin-right: 10px;
}
#siteseo-metabox-content-analysis .dashicons-thumbs-up{
color: var(--colorSuccess);
margin-right: 10px;
}
/* SEO metabox */
#siteseo-metabox-wrapper .description-alt,
#siteseo-metabox-content-analysis .description-alt,
#siteseo-schemas-tabs .description-alt {
padding: 1em 0;
border-top: 1px solid var(--borderColorLight);
border-bottom: 1px solid var(--borderColorLight);
display: flex;
}
#siteseo-metabox-wrapper .desc-fb {
margin-top: 0;
border-top: none;
}
#siteseo-metabox-wrapper .description-alt svg,
#siteseo-metabox-content-analysis .description-alt svg,
#siteseo-schemas-tabs .description-alt svg {
vertical-align: middle;
align-self: center;
fill: #f0b849;
flex-shrink: 0;
margin-right: 16px;
}
#siteseo-metabox-wrapper .notice {
padding: 10px 14px;
margin: 0;
}
#siteseo_cpt .inside {
margin: 0;
padding: 0;
}
#siteseo-metabox-wrapper .ui-tabs .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;
}
#siteseo-metabox-wrapper .ui-tabs .siteseo-section {
font-weight: 700;
font-size: var(--fontSize);
}
#siteseo-metabox-wrapper .ui-helper-clearfix:after {
content: none;
}
.siteseo_page_siteseo-titles #siteseo-tabs .form-table td,
.siteseo_page_siteseo-titles #siteseo-metabox-content-analysis .form-table td {
padding: 0;
}
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-panel {
background: #fff;
border-radius: 0;
display: inline-block;
padding: 1em 1.4em;
width: 100%;
}
#siteseo-metabox-content-analysis .dashicons-info,
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-panel .dashicons-info,
#siteseo_pro_cpt .dashicons-info {
font-size: 16px;
vertical-align: middle;
height: 16px;
width: 16px;
}
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-nav li,
#siteseo-metabox-wrapper .ui-tabs-anchor {
cursor: pointer !important;
}
body #siteseo-metabox-wrapper .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(--backgroundPrimary) !important;
}
#siteseo-metabox-wrapper .wp-color-result {
margin: 0;
}
#siteseo-metabox-wrapper #tabs-6 #wrap-videos .video .accordion-section-content,
#siteseo-metabox-wrapper #tabs-6>p {
padding: 0 1.4em;
}
#siteseo-metabox-wrapper #tabs-6 #wrap-videos .video .accordion-section-content {
padding: 0 1.4em 1em;
}
#siteseo-metabox-wrapper #tabs-6 #wrap-videos .video {
border-top: 1px solid var(--borderColorLight);
}
#siteseo-metabox-wrapper #tabs-6 #wrap-videos .video .accordion-section-title {
border-left: none;
border-right: none;
font-size: 1em;
padding: 1em 1.4em;
}
#siteseo-metabox-wrapper #tabs-6 #wrap-videos .video:last-child .accordion-section-content,
#siteseo-metabox-wrapper #tabs-6 #wrap-videos .video:last-child .accordion-section-title {
border-bottom: 1px solid var(--borderColorLight);
}
#siteseo-metabox-content-analysis .mandatory,
#siteseo-metabox-wrapper .mandatory {
color: var(--colorAlert);
}
#siteseo-metabox-wrapper .box-left {
float: left;
width: 49%;
margin-right: 1%;
}
#siteseo-metabox-wrapper .box-right {
float: left;
width: 49%;
margin-left: 1%;
}
#siteseo-metabox-wrapper #tabs-3 .box-left {
width: 44%;
}
#siteseo-metabox-wrapper #tabs-3 .box-right {
width: 54%;
}
@media only screen and (max-width: 1200px) {
#siteseo-metabox-wrapper .box-left,
#siteseo-metabox-wrapper .box-right {
float: none;
width: 100%;
margin: 0;
}
}
@media only screen and (max-width: 1500px) {
#siteseo-metabox-wrapper #tabs-3 .box-left,
#siteseo-metabox-wrapper #tabs-3 .box-right {
float: none;
width: 100%;
margin: 0;
}
}
#edittag #siteseo-metabox-wrapper #tabs-3 .box-left,
#edittag #siteseo-metabox-wrapper #tabs-3 .box-right {
float: none;
width: 100%;
margin: 0;
}
#siteseo-tabs .siteseo_media_upload,
#siteseo_pro_cpt .siteseo_media_upload {
margin-top: 0.5rem;
}
#term-siteseo #siteseo-metabox-wrapper {
width: 95%;
}
#siteseo-metabox-wrapper .ui-tabs {
position: relative;
padding: 0;
border: none;
font-family: inherit;
font-size: inherit;
display: inline-block;
width: 100%;
}
#siteseo-metabox-wrapper .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;
}
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-nav li a {
display: flex;
padding: 3px 15px;
align-items: center;
font-weight: 500;
}
#siteseo-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,
#siteseo-metabox-wrapper .ui-tabs-vertical .ui-tabs-nav li a {
display: block;
}
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: 0px;
padding-bottom: 0px;
}
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
font-weight: 500;
}
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-nav li a,
#siteseo-metabox-wrapper .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
cursor: pointer;
color: #191e23;
text-decoration: none;
height: 48px;
}
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-nav li a:focus,
#siteseo-metabox-wrapper .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:focus {
outline: 3px solid transparent;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary),
inset 0 -3px 0 0 var(--backgroundPrimary);
}
#siteseo-metabox-wrapper .ui-tabs-vertical {
width: 55em;
}
#siteseo-metabox-wrapper .ui-tabs-vertical .ui-tabs-nav {
padding: 0.2em 0.1em 0.2em 0.2em;
float: left;
width: 12em;
}
#siteseo-metabox-wrapper .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;
}
#siteseo-metabox-wrapper .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
padding-bottom: 0;
padding-right: 0.1em;
border-right-width: 1px;
}
#siteseo-metabox-wrapper .ui-tabs-vertical .ui-tabs-panel {
padding: 1em;
float: right;
width: 40em;
}
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-nav li a:hover {
color: var(--primaryColor);
}
#siteseo-metabox-wrapper .ui-tabs .ui-tabs-nav li a .dashicons {
margin-right: 2px;
}
/* Google / Social Preview */
#siteseo-metabox-wrapper .google-snippet-preview .wrap-snippet {
font-family: arial, sans-serif;
word-break: break-all;
}
#siteseo-metabox-wrapper .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;
}
#siteseo-metabox-wrapper .google-snippet-preview>p {
word-break: normal;
}
#siteseo-metabox-wrapper .google-snippet-preview .snippet-title,
#siteseo-metabox-wrapper .google-snippet-preview .snippet-title-custom,
#siteseo-metabox-wrapper .google-snippet-preview .snippet-title-default {
color: #1a0dab;
font-size: 20px;
font-weight: 400;
line-height: 26px;
margin-bottom: 3px;
padding-top: 5px;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .snippet-title,
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .snippet-title-custom,
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .snippet-title-default {
color: #1558d6;
padding-top: 0;
}
#siteseo-metabox-wrapper .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;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .wrap-snippet-mobile {
display: flex;
justify-content: space-between;
}
#siteseo-metabox-wrapper .google-snippet-preview .wrap-snippet .wrap-m-icon-permalink .snippet-favicon,
#siteseo-metabox-wrapper .google-snippet-preview .wrap-post-thumb,
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .wrap-post-thumb:empty,
#siteseo-metabox-wrapper .google-snippet-preview .snippet-sitename {
display: none;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .wrap-post-thumb:not(:empty) {
margin-left: 16px;
display: block;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .snippet-post-thumb {
width: 104px;
max-width: inherit;
height: 104px;
border-radius: 8px;
object-fit: cover;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .wrap-m-icon-permalink {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 11px;
display: inline-flex;
align-items: center;
width: 100%;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .wrap-m-icon-permalink .snippet-permalink {
display: block;
color: #202124;
font-size: 12px;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .wrap-snippet .wrap-m-icon-permalink .snippet-favicon {
display: block;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .snippet-favicon {
margin-right: 12px;
background-color: #f1f3f4;
border-radius: 50%;
border: 1px solid #ecedef;
-webkit-text-size-adjust: none;
display: block;
padding: 4px;
width: 28px;
height: 28px;
text-align: center;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .snippet-favicon img {
width: 18px;
height: 18px;
max-width: inherit;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-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;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .wrap-snippet .snippet-permalink:first-child {
color: #4d5156;
white-space: nowrap;
font-size: 12px;
display: block;
}
#siteseo-metabox-wrapper .google-snippet-preview .snippet-description,
#siteseo-metabox-wrapper .google-snippet-preview .snippet-description-custom,
#siteseo-metabox-wrapper .google-snippet-preview .snippet-description-default {
color: #4d5156;
font-size: 14px;
font-weight: 400;
line-height: 22px;
display: inline;
hyphens: none;
word-break: normal;
}
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .snippet-description,
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .snippet-description-custom,
#siteseo-metabox-wrapper .google-snippet-preview.mobile-preview .snippet-description-default {
color: #4d5156;
font-size: 14px;
line-height: 20px;
}
#siteseo-metabox-wrapper .google-snippet-preview .snippet-date {
color: #70757a;
display: inline;
}
#siteseo-metabox-wrapper .facebook-snippet-box {
color: #4b4f56;
font-size: 14px;
width: 524px;
max-width: 100%;
}
#siteseo-metabox-wrapper .facebook-snippet-box .notice,
#siteseo-metabox-wrapper .twitter-snippet-box .notice {
padding: 10px 14px;
margin: 0 0 10px 0;
width: 100%;
}
#siteseo-metabox-wrapper .facebook-snippet-box .notice span,
#siteseo-metabox-wrapper .twitter-snippet-box .notice span {
font-weight: bold;
}
#siteseo-metabox-wrapper .snippet-meta {
display: flex;
overflow: hidden;
max-height: 12px;
}
#siteseo-metabox-wrapper .snippet-fb-site-name,
#siteseo-metabox-wrapper .snippet-fb-url,
#siteseo-metabox-wrapper .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;
}
#siteseo-metabox-wrapper .fb-sep {
padding-left: 5px;
padding-right: 5px;
color: #606770;
line-height: 11px;
font-size: 12px;
}
#siteseo-metabox-wrapper .facebook-snippet-box .facebook-snippet-text {
border: 1px solid #dadde1;
background-color: #f2f3f5;
padding: 10px 12px;
}
#siteseo-metabox-wrapper .facebook-snippet-box .title-desc {
max-height: 46px;
overflow: hidden;
}
#siteseo-metabox-wrapper .facebook-snippet-box .snippet-fb-title,
#siteseo-metabox-wrapper .facebook-snippet-box .snippet-fb-title-custom,
#siteseo-metabox-wrapper .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;
}
#siteseo-metabox-wrapper .facebook-snippet-box .snippet-fb-description,
#siteseo-metabox-wrapper .facebook-snippet-box .snippet-fb-description-custom,
#siteseo-metabox-wrapper .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%;
}
#siteseo-metabox-wrapper .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 #siteseo-metabox-wrapper .facebook-snippet-box img,
.term-php #siteseo-metabox-wrapper .twitter-snippet-box img {
width: 100%;
max-width: 100%;
}
.siteseo_social_fb_img_upload,
.siteseo_social_twitter_img_upload {
position: absolute;
width: 100%;
cursor: pointer;
height: 100%;
left: 0;
top: 0;
}
.siteseo_social_fb_img_upload:hover::after,
.siteseo_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;
}
#siteseo-metabox-wrapper .twitter-snippet-box {
color: #4b4f56;
font-size: 14px;
width: 504px;
max-width: 100%;
}
#siteseo-metabox-wrapper .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;
}
#siteseo-metabox-wrapper .twitter-snippet-box .twitter-snippet-text {
border: 1px solid #dadde1;
background-color: #fff;
padding: 10px 12px;
border-radius: 0 0 10px 10px;
}
#siteseo-metabox-wrapper .twitter-snippet-box .title-desc {
max-height: 46px;
overflow: hidden;
}
#siteseo-metabox-wrapper .twitter-snippet-box .snippet-twitter-img,
#siteseo-metabox-wrapper .twitter-snippet-box .snippet-twitter-img-default,
#siteseo-metabox-wrapper .twitter-snippet-box .snippet-twitter-img-custom {
border-radius: 10px 10px 0 0;
overflow: hidden;
}
#siteseo-metabox-wrapper .twitter-snippet-box .snippet-twitter-title,
#siteseo-metabox-wrapper .twitter-snippet-box .snippet-twitter-title-custom,
#siteseo-metabox-wrapper .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;
}
#siteseo-metabox-wrapper .twitter-snippet-box .snippet-twitter-description,
#siteseo-metabox-wrapper .twitter-snippet-box .snippet-twitter-description-custom,
#siteseo-metabox-wrapper .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%;
}
#siteseo-metabox-wrapper .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;
}
#siteseo_add_to_insights {
margin-left: 1rem;
}
#siteseo_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_siteseo-instant-indexing .wrap-siteseo-progress {
max-width: 35rem;
}
#siteseo-metabox-wrapper .wrap-siteseo-counters,
#siteseo_pro_cpt .wrap-siteseo-counters,
.siteseo-styles .wrap-siteseo-counters,
.siteseo-setup .wrap-siteseo-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;
}
#siteseo-metabox-wrapper .siteseo-progress,
#siteseo_pro_cpt .siteseo-progress,
.siteseo-styles .siteseo-progress,
.siteseo-setup .siteseo-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;
}
#siteseo-metabox-wrapper .siteseo-progress-bar,
#siteseo_pro_cpt .siteseo-progress-bar,
.siteseo-styles .siteseo-progress-bar,
.siteseo-setup .siteseo-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;
}
#siteseo_titles_desc_counters,
#siteseo_titles_title_counters,
#siteseo_pro_cpt #siteseo_rich_snippets_articles_counters,
#siteseo_pro_cpt #siteseo_rich_snippets_courses_counters {
display: inline;
margin-right: 5px;
}
#siteseo_titles_desc_counters_val,
#siteseo_titles_title_counters_val,
#siteseo_pro_cpt #siteseo_rich_snippets_articles_counters_val,
#siteseo_pro_cpt #siteseo_rich_snippets_courses_counters_val {
display: inline;
font-weight: 700;
}
#tab-panel-siteseo_titles_help_tab li span {
font-weight: 700;
margin-right: 10px;
}
.siteseo-styles .siteseo-option {
margin: 100px 20px 20px;
}
form.siteseo-option, div.siteseo-option:not(.siteseo-main-page){
background: white;
padding: 1rem;
border-radius: 5px;
border: 1px solid var(--borderColorCard);
}
.siteseo-styles .siteseo-margin {
margin: 85px 40px 40px;
}
.siteseo-styles .siteseo-option.nav-tab-wrapper,
.siteseo-styles .siteseo-option.siteseo-tab {
margin: 0;
}
@media only screen and (max-width: 782px) {
.siteseo-styles .siteseo-option {
margin: 85px 22px 22px;
}
}
.siteseo-styles .siteseo-option h1,
.siteseo-setup .siteseo-option h1 {
font-size: var(--titleFontSize);
color: var(--titleColor);
font-weight: var(--titleFontWeight);
margin: var(--titleMargin);
display: flex;
align-items: center;
}
.siteseo-setup .siteseo-option h1 {
margin-bottom: 30px;
}
/* Titles & metas */
.siteseo_wrap_single_cpt,
.siteseo_wrap_tax,
.siteseo_wrap_archive_cpt,
.siteseo_wrap_single_tax {
margin: 0 0 10px 0;
}
#tab_siteseo_titles_single .form-table th:empty,
#tab_siteseo_titles_archives .form-table th:empty,
#tab_siteseo_titles_tax .form-table th:empty {
display: none;
}
.siteseo-option .form-table th{
width: 450px !important;
}
.siteseo-styles .siteseo-option .link-archive {
font-size: var(--fontSize);
}
.siteseo-styles .siteseo-option .link-archive .dashicons {
font-size: 18px;
width: 20px;
height: 20px;
margin: inherit;
}
/* General options page */
.siteseo-option h1 .feature-state .dashicons {
font-size: 16px;
width: 16px;
height: 16px;
vertical-align: middle;
margin: 0 10px 0 0;
}
.siteseo-styles .siteseo-option .submit {
padding: 20px 50px 20px 50px;
display: inline-block;
border-top: 1px solid var(--borderColorLight);
width: 100%;
background-color: var(--white);
}
@media only screen and (max-width: 782px) {
.siteseo-styles .siteseo-option .submit {
position: relative;
}
}
.siteseo-styles .siteseo-option .siteseo-tab .submit {
display: block;
position: relative;
}
.siteseo-styles #wpcontent {
padding-left: 0;
}
.siteseo-styles pre {
font-family: Menlo, Monaco, Andale Mono, Courier New, monospace;
padding: 10px;
display: inline-block;
background-color: #9c9c9c14;
border-radius: 3px;
color: var(--backgroundPrimary);
font-size: var(--fontSize);
word-break: break-all;
white-space: pre-line;
box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.siteseo-option .siteseo-settings {
float: left;
max-width: 750px;
width: 100%;
}
.siteseo-option .siteseo-settings label {
margin: 0 0 0 10px;
}
.wrap-siteseo-tab-content {
position: relative;
display: block;
width: 100%;
max-width: 64rem;
margin: 0 auto;
}
.wrap-siteseo-tab-content .siteseo-tools-card {
padding: 16px 25px;
}
#siteseo-tabs .siteseo-tab {
padding: 20px 0px;
width: 100%;
display: none;
}
#siteseo-tabs.full-width .siteseo-tab {
width: 100%;
}
@media only screen and (max-width: 1024px) {
#siteseo-tabs .siteseo-tab {
width: 100%;
}
}
#siteseo-tabs .siteseo-tab.active {
display: inline-block;
background: #fff;
}
@media only screen and (max-width: 782px) {
#siteseo-tabs .siteseo-tab.active {
width: 100%;
border-left: none;
border-top: 1px solid RGB(238, 238, 238);
}
}
#siteseo_htaccess_file {
width: 100%;
}
.siteseo-option textarea {
min-height: 100px;
}
.siteseo-option .wp-picker-container button {
box-shadow: none;
border: 1px solid #0071a1;
border-radius: 3px;
background: rgb(243, 245, 246);
text-transform: none;
}
.siteseo-option .wp-picker-container input[type="text"].wp-color-picker {
min-width: inherit;
}
.siteseo-option .wp-picker-container .wp-picker-default {
margin: 0;
}
.siteseo-option .wp-picker-container .wp-picker-clear {
box-shadow: none;
text-transform: none;
border-radius: 0;
background: none;
margin: 0;
}
.siteseo-option .wp-picker-container .wp-picker-clear:hover {
background: none;
text-decoration: currentColor;
color: inherit;
}
.siteseo-inbox-title p {
font-size: 20px;
color: var(--backgroundPrimary);
margin: 0;
}
#siteseo-admin-tabs .ui-tabs-nav {
display: flex;
padding-top: 1rem;
padding-bottom: 0;
}
.siteseo-nav-link ul{
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
}
.siteseo-nav-link ul li a{
padding: 10px;
font-weight: 500;
text-decoration: none;
}
.siteseo-nav-link ul li:last-child a{
background-color: var(--backgroundPrimary) !important;
color: var(--white);
border-radius: 4px;
padding: 8px 14px;
}
#siteseo-admin-tabs .nav-tab-wrapper a.nav-tab-active:focus {
color: inherit;
}
.siteseo-intro {
padding: 20px;
}
.siteseo-option .siteseo-table {
background: #fff;
border: 1px solid var(--borderColorLight);
}
.siteseo-option .siteseo-table th {
padding: 15px 10px;
vertical-align: middle;
}
.wp-admin-ui_page_siteseo-roles .siteseo-option .siteseo-table th {
min-width: 200px;
}
.siteseo-option .siteseo-table .siteseo-settings-section {
background: #f1f1f1;
}
.siteseo-option .siteseo-table .siteseo-table-head .siteseo-feature {
border-bottom: 1px solid var(--borderColorLight);
font-weight: 700;
background: #f1f1f1;
}
#siteseo-content .feature-state,
.siteseo-option .feature-state {
font-style: italic;
font-size: 11px;
font-weight: normal;
}
@media only screen and (max-width: 782px) {
#siteseo-content .feature-state,
.siteseo-option .feature-state {
display: none;
}
}
.siteseo-option #tab_siteseo_titles_single h3,
.siteseo-option #tab_siteseo_titles_archives h3,
.siteseo-option #tab_siteseo_titles_tax h3 {
margin: 2em 0 1em 0;
border-top: 1px solid var(--borderColorLight);
padding: 1em 0 0 0;
}
.siteseo-option #tab_siteseo_titles_single h3:first-child,
.siteseo-option #tab_siteseo_titles_archives h3:first-child,
.siteseo-option #tab_siteseo_titles_tax h3:first-child {
margin: 0 0 1em 0;
}
.siteseo-option #tab_siteseo_titles_single h3 div,
.siteseo-option #tab_siteseo_titles_archives h3 div,
.siteseo-option #tab_siteseo_titles_tax h3 div {
display: inline;
}
#siteseo-content .feature-state-on,
#siteseo-content .feature-state.feature-state-on,
.siteseo-option .feature-state-on,
.siteseo-option .feature-state.feature-state-on {
display: inline-block;
}
#siteseo-content .feature-state-off,
.siteseo-option .feature-state-off {
display: none;
}
.siteseo-option .postbox .inside li {
list-style: square inside;
padding-left: 5px;
}
#tab_siteseo_page_speed .inside li {
list-style: none;
padding-left: 0;
word-break: break-word;
}
.siteseo-option .log {
display: none;
font-weight: bold;
}
.siteseo-option input[type="text"].siteseo-admin-menu-input {
min-width: inherit;
width: 100%;
}
.siteseo_page_siteseo-import-export .postbox {
width: calc(100% - 20px);
}
#siteseo_titles_title_meta {
margin-bottom: 0.2rem;
}
.siteseo-option .section-tool {
border: none;
box-shadow: none;
background: none;
position: relative;
}
.siteseo-option .section-tool::after {
content: "";
background: #dedede;
height: 1px;
width: 100%;
display: block;
}
.siteseo-option .section-tool:last-child {
margin-bottom: 0;
}
.siteseo-option .section-tool:last-child::after {
content: none;
}
.siteseo-option .section-tool .inside {
padding-left: 0;
padding-right: 0;
}
.siteseo-option .siteseo-section-header {
width: 100%;
position: relative;
align-items: center;
}
.siteseo-option .siteseo-section-header h2 {
font-size: 1.5em;
margin: 20px 0;
}
.siteseo-option .siteseo-section-header>.dashicons {
color: var(--primaryColor);
padding: 10px;
border-radius: 6px;
margin-right: 10px;
background: #c4f0ff;
}
.siteseo-option .siteseo-section-header .wrap-toggle-checkboxes {
display: flex;
}
.siteseo-notice{
margin: 5px 0 35px 15px;
position: relative;
top: 65px;
left: 25px;
background: var(--noticeBackgroundColor);
padding: 10px 12px;
width: calc(100% - 80px);
z-index: 10;
border-radius: 5px;
border:1px solid var(--noticeBorderColor);
}
.siteseo-tab .siteseo-sub-tabs{
width: 20%;
position:sticky;
border:1px solid #e3e3e3;
border-radius:7px;
display: flex;
flex-direction:column;
top:100px;
padding: 15px;
background:white;
z-index:100;
float:left;
overflow: auto;
max-height: calc(100vh - 100px);
}
.siteseo-tab > .siteseo-section-body{
padding-left: 30px;
width: 80%;
float:left;
}
.siteseo-tab .siteseo-sub-tabs a {
color: #ffffff;
font-size: 14px;
font-weight: 600;
text-decoration: none;
padding: 8px 10px;
border-radius: 5px;
transition: all 0.2s linear;
margin: 5px 0px;
color: #6d7480;
box-sizing: border-box;
border: 1px solid transparent;
}
.siteseo-tab .siteseo-sub-tabs a:focus{
box-shadow: none;
}
.siteseo-tab .siteseo-sub-tabs a:hover, .siteseo-active-sub-tabs{
background: #eff6ff;
color: #3065ea !important;
border: 1px solid #c9e0fd !important;
}
.siteseo-notice p{
margin: 0% !important;
}
.siteseo-notice p:not(:last-child){
margin-bottom: 10px !important;
}
.siteseo-notice .dashicons{
color: var(--backgroundPrimary);
margin-right: 10px;
font-size: 21px;
}
.siteseo-notice > .dashicons:first-child{
float: left;
}
.siteseo-notice > .dashicons:first-child ~ *{
margin-left: 30px !important;
}
#siteseo-ca-tabs .siteseo-notice,
.siteseo-setup .siteseo-notice,
#siteseo-tabs .siteseo-notice,
#siteseo_pro_cpt .siteseo-notice,
#siteseo_insights_dashboard_rankings_widget .siteseo-notice {
top: inherit;
left: inherit;
margin: 15px 0 30px 0;
width: auto;
}
.siteseo-hidden {
display: none;
}
.siteseo-notice pre {
background: #fff;
}
.siteseo-notice.is-success {
border-left-color: var(--colorSuccess);
background: #eff9f1;
}
.siteseo-notice.is-warning {
background: #fff9e8;
border-color: #e2a90057;
}
.siteseo-notice.is-warning .dashicons-warning{
color: rgb(226 169 0);
}
.siteseo-notice.is-error {
border-left-color: #cc1818;
background: rgb(244 162 162 / 30%);
}
.siteseo-setup .siteseo-notice.is-inline,
#siteseo-tabs .siteseo-notice.is-inline {
margin-bottom: 0;
width: fit-content;
}
#siteseo-tabs.wrap {
margin: 0px;
flex-direction: column;
display: flex;
padding: 0px 30px;
}
#wpbody > .siteseo-content{
background: white;
}
#siteseo-tabs.wrap ul,
#siteseo-notifications-center .siteseo-alert ul {
list-style: square inside;
padding-left: 5px;
display: inline-block;
max-width: 35rem;
width: 100%;
}
.post-type-siteseo_404 .siteseo-BlankState-message::before,
.post-type-siteseo_schemas .siteseo-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-siteseo_schemas .siteseo-BlankState-message::before {
content: "\f495";
}
.siteseo-BlankState {
text-align: center;
padding: 5em 0 0;
}
.siteseo-BlankState .siteseo-BlankState-message {
color: #aaa;
margin: 0 auto 1.5em;
line-height: 1.5em;
font-size: 1.2em;
max-width: 500px;
}
.siteseo-BlankState .siteseo-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;
}
.siteseo-BlankState .siteseo-BlankState-cta {
font-size: 1.2em;
padding: 0.75em 1.5em;
margin: 0 0.25em;
}
.siteseo-BlankState {
max-width: 764px;
text-align: center;
margin: auto;
}
.siteseo-BlankState .siteseo-BlankState-message {
color: var(--titleColor);
font-size: 1.5em;
margin: 0 auto 1em;
}
.siteseo-BlankState .siteseo-BlankState-message::before {
font-size: 120px;
}
.siteseo-BlankState .siteseo-BlankState-buttons {
margin-bottom: 4em;
}
#siteseo-metabox-content-analysis .up,
#siteseo-metabox-content-analysis .up .dashicons {
color: var(--colorSuccess);
}
#siteseo-metabox-content-analysis .down,
#siteseo-metabox-content-analysis .down .dashicons {
color: var(--colorAlert);
}
#siteseo-metabox-content-analysis .up .dashicons {
transform: rotateZ(45deg);
}
#siteseo-metabox-content-analysis .stable .dashicons {
transform: rotateZ(90deg);
}
#siteseo-metabox-content-analysis .down .dashicons {
transform: rotateZ(135deg);
}
#siteseo-metabox-content-analysis .wrap-insights-post {
clear: both;
border-top: 1px solid var(--borderColorCard);
display: flex;
align-items: center;
}
#siteseo-metabox-content-analysis .wrap-insights-post .widget-insights-title {
margin: 0 1rem;
}
#siteseo-metabox-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 */
#siteseo-news-panel.is-active,
#notice-insights-alert.is-active {
display: block !important;
}
#siteseo-notifications-center{
display: none !important;
flex-wrap: wrap;
gap: 15px;
padding: 20px 15px;
overflow: auto;
max-height: 500px;
}
#siteseo-notifications-center.is-active{
display: flex !important;
}
#siteseo-notifications-center .siteseo-alert {
padding: 16px 25px;
position: relative;
transition: all 150ms ease;
justify-content: space-between;
border: 1px solid var(--borderColorCard);
width: calc(50% - 8px);
border-radius: 5px;
}
#siteseo-notifications-center .dashicons {
display: flex;
align-self: normal;
width: 30px;
height: 30px;
color: var(--colorIcon);
font-size: 30px;
margin: 0 0 10px 0;
}
#siteseo-admin-tabs #tab_siteseo_notifications.siteseo-tab {
background: 0 0;
padding: 0;
border-radius: 0;
width: 100%;
}
/* Notice */
.siteseo-notice #message {
margin: 5px 10px 2px 0;
}
#siteseo-notice a {
position: relative;
text-decoration: none;
margin: 0 0 0 0.3rem;
}
#siteseo-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;
}
#siteseo-notice a:hover .tooltip {
opacity: 1;
visibility: visible;
}
.post-type-siteseo_404 .siteseo-notice,
.post-type-siteseo_schemas .siteseo-notice,
.post-type-siteseo_bot .siteseo-notice {
left: 0;
top: 40px;
margin: 0 0 50px;
width: calc(100% - 48px);
}
/* Searchbox */
.siteseo-search {
position: relative;
padding: 10px 20px;
border-bottom:1px solid var(--borderColorLight) ;
}
.siteseo-search::before {
content: "\f179";
font-family: "Dashicons";
position: absolute;
top: 20px;
left: 30px;
font-size: 20px;
}
.siteseo-search input:focus{
box-shadow: none !important;
border: none !important;
outline:none !important;
}
.siteseo-search input {
padding-left: 40px;
}
/* Item */
.siteseo-item-toggle-options {
position: relative;
cursor: pointer;
padding: 5px 10px;
border: 1px solid var(--borderColor);
border-radius: 3px;
transform: rotate(90deg);
display: inline-block;
}
.siteseo-item-toggle-options::before {
content: "\f11c";
font-family: "Dashicons";
font-size: 18px;
vertical-align: middle;
}
/* Card */
.siteseo-card {
background: #fff;
border: 1px solid var(--borderColorCard);
border-radius: 3px;
position: relative;
border-radius: 7px;
}
.siteseo-option .siteseo-card-actions a+button {
margin-left: 0.5em;
}
.siteseo-card-title {
border-bottom: 1px solid var(--borderColorCard);
padding: 18px 24px;
display: flex;
justify-content: space-between;
align-items: center;
}
.siteseo-dashboard-columns .siteseo-dashboard-column:first-child .siteseo-card-title:hover {
cursor: move;
}
.siteseo-card-title h2 {
margin: 0;
}
.siteseo-card-content{
display: flex;
flex-wrap: wrap;
column-gap: 15px;
padding: 10px;
}
.siteseo-cart-list {
border: 1px solid var(--borderColorCard);
border-radius: 4px;
padding: 0 0 0 24px;
margin-bottom: 15px;
display: flex;
align-items: center;
text-decoration: none;
color: var(--primaryColor);
font-weight: bold;
line-height: 20px;
width: calc(50% - 10px);
}
.siteseo-blur-icon{
color: #a7aaad;
cursor: not-allowed !important;
}
.siteseo-cart-list * {
text-decoration: none;
}
.siteseo-cart-list a {
display: block;
width: 100%;
padding: 18px 24px 18px 0;
}
.siteseo-cart-list:hover,
.siteseo-cart-list:focus,
.siteseo-cart-list:active {
background: var(--backgroundSecondaryHover);
}
body .siteseo-cart-list h3 {
font-size: var(--fontSize);
color: var(--primaryColor);
font-weight: bold;
margin: 0;
}
.siteseo-cart-list p {
color: var(--titleColor);
font-weight: normal;
margin: 0;
font-size: 12px;
line-height: 20px;
}
.siteseo-card-footer {
padding: 10px 20px;
border-top: 1px solid var(--borderColorLight40);
}
.siteseo-card-popover {
display: none;
background: #fff;
border: 1px solid var(--borderColor);
padding: 20px;
position: absolute;
top: 55px;
overflow-y: auto;
right: 28px;
z-index: 20;
}
.siteseo-card-popover.is-open {
display: block;
}
.siteseo-inner-tabs-wrap {
overflow-x: hidden;
padding-bottom: 16px;
border-bottom: 1px solid #ccc;
}
.siteseo-inner-tabs-wrap [type="radio"] {
display: none;
}
.siteseo-inner-tabs ul{
list-style:unset;
}
.siteseo-inner-tabs {
display: flex !important;
list-style: none !important;
padding: 0;
}
.siteseo-inner-tab > label {
display: block;
position:relative;
margin-bottom: -1px;
padding: 12px 15px;
color: #666;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border-bottom: 2px solid #fff;
cursor: pointer;
transition: all 0.3s;
}
.siteseo-inner-tab:hover label {
border-bottom: 2px solid var(--backgroundPrimary);
}
.siteseo-inner-tab-content {
display: none;
color: #777;
}
.siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(1):checked ~ .siteseo-inner-tabs .siteseo-inner-tab:nth-of-type(1) label,
.siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(2):checked ~ .siteseo-inner-tabs .siteseo-inner-tab:nth-of-type(2) label,
.siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(3):checked ~ .siteseo-inner-tabs .siteseo-inner-tab:nth-of-type(3) label{
border-bottom-color: var(--backgroundPrimary);
color: #222;
}
.siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(1):checked ~ .siteseo-inner-tab-content:nth-of-type(1),
.siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(2):checked ~ .siteseo-inner-tab-content:nth-of-type(2),
.siteseo-inner-tabs-wrap [type="radio"]:nth-of-type(3):checked ~ .siteseo-inner-tab-content:nth-of-type(3){
display: block;
}
/* Breadcrumbs seperator */
.siteseo-seperator-btns{
display:flex;
gap:4px;
margin-bottom:10px;
}
.siteseo-seperator-btns label{
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
box-sizing:border-box;
height:40px;
width:40px;
border:1px solid #ccc;
border-radius: 3px;
text-align:center;
font-size:20px;
font-weight:600;
line-height:1.7;
cursor:pointer;
}
.siteseo-seperator-btns label:hover{
border:2px solid #ccc;
}
.siteseo-seperator-btns label:has(input:checked){
background:var(--primaryColor);
border: 2px solid var(--primaryColor);
color: #fff;
}
.siteseo-seperator-btns label > input{
display:none;
}
/* Quick tags */
#siteseo-metabox-wrapper .tag-title,
.siteseo-button,
.siteseo-option .tag-title,
#siteseo_pro_cpt .tag-title,
#siteseo-metabox-wrapper .siteseo-tag-dropdown,
#siteseo-tabs .siteseo-tag-dropdown {
cursor: pointer;
font-weight: 500;
border-radius: 4px;
transition: all 0.3s linear;
}
#siteseo-metabox-wrapper .wrap-tags,
.siteseo-option .wrap-tags,
#siteseo_pro_cpt .wrap-tags {
position: relative;
display: inline-flex;
width: 100%;
margin: 10px 0;
flex-wrap: wrap;
gap: 5px;
}
.siteseo-option .wrap-tags {
flex-wrap: wrap;
}
.siteseo-option .wrap-tags button {
margin-bottom: 10px;
}
@media only screen and (max-width: 782px) {
#siteseo-metabox-wrapper .wrap-tags,
.siteseo-option .wrap-tags,
#siteseo_pro_cpt .wrap-tags {
flex-wrap: wrap;
}
}
.siteseo-wrap-tag-variables-list,
#siteseo_pro_cpt .siteseo-wrap-tag-variables-list,
#siteseo-tabs .siteseo-wrap-tag-variables-list {
position: relative;
float: left;
display: none;
}
.siteseo-tag-variables-list,
#siteseo_pro_cpt .siteseo-tag-variables-list,
#siteseo-tabs.wrap .siteseo-tag-variables-list {
position: absolute;
display:flex;
flex-direction:column;
left: -140px;
width: 260px;
min-width: 250px;
z-index: 100;
top: 28px;
color: var(--titleColor);
background: var(--white);
height: 300px;
z-index: 1000;
border: 1px solid var(--borderColorLight);
box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
border-radius: 5px;
padding: 0;
}
.siteseo-tag-variables-list ul,
#siteseo_pro_cpt .siteseo-tag-variables-list ul,
#siteseo-tabs.wrap .siteseo-tag-variables-list ul {
list-style:none;
}
#siteseo-metabox-wrapper .siteseo-wrap-tag-variables-list.open,
#siteseo_pro_cpt .siteseo-wrap-tag-variables-list.open,
#siteseo-tabs .siteseo-wrap-tag-variables-list.open {
display: block;
}
#siteseo-metabox-wrapper .siteseo-tag-single-all.tag-title .dashicons,
#siteseo-metabox-wrapper .siteseo-tag-single-all.siteseo-tag-dropdown .dashicons,
#siteseo_pro_cpt .siteseo-tag-single-all.tag-title .dashicons,
#siteseo-tabs .siteseo-tag-single-all.tag-title .dashicons,
#siteseo-tabs .siteseo-tag-single-all.tag-description .dashicons {
margin: 0;
transition: all 150ms linear;
}
#siteseo-metabox-wrapper .siteseo-tag-single-all.open .dashicons,
#siteseo_pro_cpt .siteseo-tag-single-all.open .dashicons,
#siteseo-tabs .siteseo-tag-single-all.open .dashicons {
transform: rotateX(180deg);
}
#siteseo-metabox-wrapper .siteseo-tag-variables-list li,
#siteseo_pro_cpt .siteseo-tag-variables-list li,
#siteseo-tabs.wrap .siteseo-tag-variables-list li {
padding: 8px 12px;
cursor: pointer;
margin: 0;
border-bottom: 1px solid var(--borderColorLight40);
}
#siteseo-metabox-wrapper .siteseo-tag-variables-list li span,
#siteseo_pro_cpt .siteseo-tag-variables-list li span,
#siteseo-tabs .siteseo-tag-variables-list li span {
display: block;
font-weight: bold;
font-size: 12px;
margin-bottom: 2px;
}
#siteseo-metabox-wrapper .siteseo-tag-variables-list li:hover,
#siteseo_pro_cpt .siteseo-tag-variables-list li:hover,
#siteseo-tabs.wrap .siteseo-tag-variables-list li:hover {
background: var(--backgroundPrimaryHover);
color: #fff;
border-bottom-color: #fff;
}
#siteseo-metabox-wrapper .siteseo-tag-variables-list li::after,
#siteseo_pro_cpt .siteseo-tag-variables-list li::after,
#siteseo-tabs.wrap .siteseo-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;
}
#siteseo-metabox-wrapper .tag-title .dashicons,
.siteseo-option .tag-title .dashicons,
#siteseo_pro_cpt .tag-title .dashicons,
#siteseo-metabox-wrapper .siteseo-tag-dropdown .dashicons,
#siteseo-tabs.wrap .siteseo-tag-dropdown .dashicons {
padding: 0;
height: 16px;
width: 16px;
font-size: 16px;
margin-right: 5px;
vertical-align: middle;
}
#siteseo-tabs.wrap .siteseo-tag-dropdown .dashicons {
margin: 0;
}
.siteseo-overlay-tag-dropdown {
position: absolute;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
}
.siteseo-overlay-tag-dropdown.active {
display: block;
}
#siteseo-metabox-wrapper .tag-title,
.siteseo-option .tag-title,
#siteseo_pro_cpt .tag-title,
#siteseo-metabox-wrapper .siteseo-tag-dropdown,
#siteseo-tabs .siteseo-tag-dropdown {
padding: 5px 10px;
font-size: 10px;
user-select: none;
display: inline-flex;
text-transform: uppercase;
align-items: center;
color: var(--white);
transition: all 0.25s;
background-color: var(--backgroundPrimary);
border:1px solid var(--backgroundPrimary) !important;
}
#siteseo-metabox-wrapper .tag-title:hover,
#siteseo-metabox-wrapper .tag-title:focus,
.siteseo-option .tag-title:hover,
.siteseo-option .tag-title:focus,
#siteseo_pro_cpt .tag-title:hover,
#siteseo_pro_cpt .tag-title:focus,
#siteseo-metabox-wrapper .siteseo-tag-dropdown:hover,
#siteseo-metabox-wrapper .siteseo-tag-dropdown:focus,
#siteseo-tabs .siteseo-tag-dropdown:hover,
#siteseo-tabs .siteseo-tag-dropdown:focus {
background: #fff !important;
color:var(--backgroundPrimary) !important;
}
.siteseo-option .tag-title:hover span{
color:var(--backgroundPrimary) !important;
}
@media only screen and (max-width: 782px) {
#siteseo-metabox-wrapper .tag-title,
.siteseo-option .tag-title,
#siteseo_pro_cpt .tag-title,
#siteseo-metabox-wrapper .siteseo-tag-dropdown,
#siteseo-tabs .siteseo-tag-dropdown {
margin-bottom: 10px;
}
}
#siteseo-content .siteseo-useful-tools .widget-reverse li {
padding: 10px;
margin: 0;
border-bottom: 1px solid var(--borderColorLight);
}
#siteseo-content .siteseo-reverse label,
#siteseo-content .siteseo-useful-tools .widget-whois ul li span {
font-weight: 700;
}
#siteseo-content #siteseo-reverse-url {
width: 100%;
margin: 10px 0;
}
#siteseo-content .widget-reverse p {
margin: 0;
}
/* Help tab */
.siteseo-styles #screen-meta {
position: relative;
top: 60px;
}
.siteseo-styles #screen-meta-links .show-settings {
box-shadow: none;
}
.siteseo-styles #screen-meta-links .screen-meta-toggle {
position: fixed;
top: 32px;
z-index: 2000;
right: 40px;
}
@media only screen and (max-width: 782px) {
.siteseo-styles #screen-meta-links .screen-meta-toggle {
position: relative;
top: 60px;
}
}
#siteseo-content input.toggle,
.siteseo-option input.toggle,
#siteseo-metabox-wrapper input.toggle {
max-height: 0;
max-width: 0;
opacity: 0;
position: relative;
}
.siteseo-feature input.toggle {
display: block;
}
.siteseo_wrap_single_cpt input.toggle,
.siteseo_wrap_tax input.toggle,
#siteseo-metabox-wrapper input.toggle {
margin: 0;
border: none;
min-width: 0;
}
#siteseo-content input.toggle+label,
.siteseo-option input.toggle+label,
#siteseo-metabox-wrapper #tabs-1 input.toggle+label {
display: inline-block;
position: relative;
box-shadow: inset 0 0 0 1px #d5d5d5;
background: var(--borderColor);
text-indent: -5000px;
height: 17px;
width: 40px;
border-radius: 15px;
margin: 0 10px 0 0;
}
#siteseo-content input.toggle+label {
margin: 0 0px 0 0;
left: -20px;
}
#siteseo-metabox-wrapper #tabs-1 input.toggle+label {
margin: 0;
}
.wrap-toggle-checkboxes input.toggle+label {
float: left;
margin-right: 10px;
}
#siteseo-content input.toggle+label:before,
.siteseo-option input.toggle+label:before,
#siteseo-metabox-wrapper input.toggle+label:before {
content: "";
position: absolute;
display: block;
height: 18px;
width: 30px;
top: 0;
left: 0;
border-radius: 15px;
background: rgba(19, 191, 17, 0);
transition: 0.25s ease-in-out;
}
#siteseo-content input.toggle+label:after,
.siteseo-option input.toggle+label:after,
#siteseo-metabox-wrapper input.toggle+label:after {
content: "";
position: absolute;
display: block;
height: 25px;
width: 25px;
top: 0;
margin: -4px 0 0 -2px;
left: -4px;
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;
}
.siteseo_wrap_single_cpt input.toggle+label,
.siteseo_wrap_single_cpt input.toggle+label:before,
.siteseo_wrap_tax input.toggle+label,
.siteseo_wrap_tax input.toggle+label:before,
#siteseo-metabox-wrapper input.toggle+label,
#siteseo-metabox-wrapper input.toggle+label:before {
width: 40px;
height: 18px;
}
.siteseo_wrap_single_cpt input.toggle+label:after,
.siteseo_wrap_tax input.toggle+label:after,
#siteseo-metabox-wrapper input.toggle+label:after {
width: 25px;
height: 25px;
}
#siteseo-content input.toggle[data-toggle="1"]+label:before,
.siteseo-option input.toggle[data-toggle="1"]+label:before,
#siteseo-metabox-wrapper input.toggle[data-toggle="1"]+label:before,
.siteseo_wrap_single_cpt input.toggle[data-toggle="1"]+label:before,
#siteseo-metabox-wrapper input.toggle[data-toggle="1"]+label:before,
.siteseo_wrap_tax input.toggle[data-toggle="1"]+label:before,
#siteseo-metabox-wrapper input.toggle[data-toggle="1"]+label:before {
width: 40px;
background: var(--backgroundPrimary);
}
#siteseo-content input.toggle[data-toggle="1"]+label:after,
.siteseo-option input.toggle[data-toggle="1"]+label:after,
#siteseo-metabox-wrapper input.toggle[data-toggle="1"]+label:after {
left: 20px;
box-shadow: inset 0 0 0 1px var(--backgroundPrimary),
0 2px 4px rgba(0, 0, 0, 0.2);
}
.siteseo_wrap_single_cpt input.toggle[data-toggle="1"]+label:after,
.siteseo_wrap_tax input.toggle[data-toggle="1"]+label:after,
#siteseo-metabox-wrapper 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);
}
#siteseo-content .siteseo-page-list{
position: relative;
display: block;
}
@media only screen and (max-width: 782px) {
#siteseo-content .siteseo-page-list {
grid-template-columns: repeat(1, 1fr);
}
}
.siteseo-styles .wrap,
.siteseo-setup .wrap {
margin: 0;
display: flex;
position: relative;
}
.toplevel_page_siteseo-option.siteseo-styles .wrap {
display: inherit;
position: inherit;
margin: inherit;
}
@media only screen and (max-width: 782px) {
.siteseo-setup .wrap,
.siteseo-styles .wrap {
display: inherit;
position: inherit;
margin: inherit;
}
}
/* Nav */
.siteseo-option .wrap div.nav-tab-wrapper,
.siteseo-styles .siteseo-option.nav-tab-wrapper {
margin: 0;
line-height: inherit;
width: 100%;
z-index: 10;
font-weight: 400;
border-bottom: 1px solid rgb(214, 214, 214);
}
@media only screen and (max-width: 782px) {
.siteseo-option .wrap div.nav-tab-wrapper,
.siteseo-styles .siteseo-option.nav-tab-wrapper {
width: 100%;
margin: 0 0 20px 0;
padding: 0;
}
}
#siteseo-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;
align-items: center;
justify-content: space-between;
}
@media only screen and (max-width: 600px) {
#siteseo-admin-tabs.wrap div.nav-tab-wrapper,
.siteseo-styles .siteseo-option.nav-tab-wrapper {
top: 0;
display: block;
}
}
@media only screen and (max-width: 1024px) {
#siteseo-admin-tabs.wrap div.nav-tab-wrapper,
.siteseo-styles .siteseo-option.nav-tab-wrapper {
display: block;
}
}
.siteseo-option .nav-tab {
border: 0;
background: 0 0;
opacity: 0.5;
padding: 15px;
transition: opacity 0.3s linear;
color: var(--titleColor);
margin: 0;
float: none;
display: inline-block;
text-align: left;
font-weight: normal;
white-space: normal;
line-height: 1.71428571;
font-size: 14px;
text-decoration: none;
text-align: center;
position: relative;
}
#siteseo-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;
text-align: center;
}
#siteseo-admin-tabs .nav-tab {
width: 100%;
}
#siteseo-admin-tabs .nav-tab-active,
#siteseo-admin-tabs .nav-tab-active:focus,
#siteseo-admin-tabs .nav-tab-active:focus:active,
#siteseo-admin-tabs .nav-tab-active:hover,
#siteseo-admin-tabs .nav-tab:focus,
.nav-tab-active:focus,
.siteseo-option .nav-tab-active,
.siteseo-option .nav-tab-active:focus:active,
.siteseo-option .nav-tab-active:hover,
.siteseo-option .nav-tab:focus {
opacity: 1;
outline: 0;
font-weight: 600;
position: relative;
}
.siteseo-option .nav-tab:after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: var(--backgroundPrimary);
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
#siteseo-admin-tabs .nav-tab:hover:after,
.siteseo-option .nav-tab:hover:after,
.siteseo-option .nav-tab-active:after {
transform: scaleX(1);
transform-origin: bottom left;
}
#siteseo-admin-tabs .nav-tab-active,
#siteseo-admin-tabs .nav-tab-active:focus,
#siteseo-admin-tabs .nav-tab-active:focus:active,
#siteseo-admin-tabs .nav-tab-active:hover,
#siteseo-admin-tabs .nav-tab:focus {
border-bottom: 4px solid var(--backgroundPrimary);
border-left: none;
}
#siteseo-admin-tabs .nav-tab:hover,
.siteseo-option .nav-tab:hover {
opacity: 1;
}
#siteseo-admin-tabs .nav-tab:focus,
.siteseo-option .nav-tab:focus {
outline: 0;
box-shadow: none;
}
/* Snackbar */
@keyframes siteseo-fade-in-out {
0% {
opacity: 0;
right: -100%;
visibility: hidden;
}
25% {
opacity: 1;
right: 0;
visibility: visible;
}
75% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
.siteseo-components-snackbar-list {
display:none;
position: fixed;
right: 0;
top:100px;
bottom: 40px;
padding-left: 16px;
padding-right: 16px;
animation-name: siteseo-fade-in-out;
animation-duration: 5s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
visibility: hidden;
z-index: 1000;
}
.siteseo-components-snackbar__content {
display: flex;
align-items: center;
justify-content: space-between;
line-height: 1.4;
}
.siteseo-components-snackbar {
font-family: var(--fontFamily);
font-size: var(--fontSize);
background-color: #f0fff2;
border-radius: 4px;
box-shadow: rgba(2, 121, 44, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
color: var(--colorDark);
padding: 16px 24px;
cursor: pointer;
}
.siteseo-components-snackbar .dashicons {
color: green;
}
/* Universal metabox style Start */
.siteseo-meta-submit-container{
clear: both;
position: fixed;
bottom: 16px;
right: 50px;
padding: 7px 0px;
}
/* Universal metabox style End */
/* Metabox Styles */
.siteseo-metabox-tabs{
display:flex;
flex-wrap:nowrap;
background-color: #ededed;
font-weight:500;
font-size:1.05em;
}
.siteseo-metabox-subtabs{
display:flex;
flex-wrap:nowrap;
justify-content:center;
font-weight:500;
font-size:1.05em;
}
.siteseo-metabox-tabs input,
.siteseo-metabox-subtabs input{
display:none;
}
.siteseo-metabox-tab,
.siteseo-metabox-subtab{
display:none;
}
.siteseo-metabox-tabs > div,
.siteseo-metabox-subtabs > div{
cursor:pointer;
padding: 20px;
display:inline-flex;
align-items:center;
justify-content:center;
text-align:center;
user-select: none;
}
.siteseo-metabox-tabs > div,
.siteseo-metabox-subtabs > div{
border-bottom: 2px solid transparent;
}
.siteseo-metabox-tab-label-active{
border-bottom: 2px solid #00308F !important;
color: #00308F;
}
.siteseo-metabox-tab{
padding: 10px;
}
.siteseo-metabox-option-wrap{
display:flex;
width: 100%;
padding: 20px;
flex-wrap:wrap;
border-bottom: 1px solid #eee;
}
.siteseo-sidebar-tabs{
display:none;
}
/* Side bar tabs */
#siteseo-sidebar-wrapper .siteseo-metabox-tabs{
display:none;
}
#siteseo-sidebar-wrapper .siteseo-sidebar-tabs{
position:relative;
display:flex;
justify-content:space-between;
align-items:center;
width: 100%;
padding:16px;
border:1px solid #e0e0e0;
font-weight: 600;
cursor:pointer;
user-select:none;
}
#siteseo-sidebar-wrapper .analysis-score > p{
margin: 10px !important;
}
#siteseo-sidebar-wrapper .analysis-score .siteseo-tooltip{
display:none;
}
#siteseo-sidebar-wrapper .analysis-score > span{
display:none;
}
#siteseo-sidebar-wrapper .siteseo-sidebar-tabs:hover{
background: #f0f0f0;
}
#siteseo-sidebar-wrapper > span{
display:inline-block;
}
#siteseo-sidebar-wrapper .siteseo-sidebar-tabs-opened span.siteseo-sidebar-tabs-arrow > .dashicons{
transform: rotate(180deg);
}
#siteseo-sidebar-wrapper .siteseo-metabox-option-wrap{
padding: 5px;
gap:10px;
}
#siteseo-sidebar-wrapper .siteseo-metabox-option-wrap:not(:last-child){
margin-bottom: 10px;
}
#siteseo-sidebar-wrapper .siteseo-metabox-search-preview h3{
font-size:17px;
}
#siteseo-sidebar-wrapper .siteseo-search-preview-description{
font-size:13px;
}
.siteseo-metabox-option-wrap .siteseo-metabox-label-wrap{
flex-basis: 20%;
width: 100%;
}
.siteseo-metabox-label-wrap label{
font-weight: 500;
font-size: 1.2em;
}
.siteseo-metabox-option-wrap > .siteseo-metabox-input-wrap,
.siteseo-metabox-option-wrap > .siteseo-metabox-search-preview{
flex-basis: 55%;
width: 100%;
}
.siteseo-metabox-input-wrap .siteseo-tag-dropdown{
display: inline-block !important;
color: var(--primaryColor) !important;
background-color:transparent !important;
padding: 2px 5px !important;
outline: none;
height: unset;
}
.siteseo-search-preview-desktop{
max-width: 652px;
width: 100%;
border: 1px solid #d8d8d8;
padding: 15px;
border-radius: 1px;
background-color: white;
}
.siteseo-metabox-search-preview h3{
font-family: arial, sans-serif;
font-size: 20px;
font-weight: 400;
color: #1a0dab;
padding:0;
margin:5px 0 3px 0;
}
.siteseo-search-preview-metadata{
display:flex;
gap:7px;
align-items:center;
}
.siteseo-search-preview-metadata-link > div:first-child{
font-size:14px;
color: #202124;
white-space: nowrap;
}
.siteseo-search-preview-metadata-link cite{
font-size: 12px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #4d5156;
font-style: normal;
}
.siteseo-search-preview-toggle{
text-align:left;
margin-bottom: 4px;
user-select:none;
color: var(--primaryColor);
font-weight:bold;
cursor:pointer;
text-decoration:underline;
}
.siteseo-search-preview-description{
color:#4d5156;
font-family: arial, sans-serif;
font-size: 14px;
}
.siteseo-metabox-tags{
display: flex;
flex-wrap: wrap;
gap: 4px;
margin-bottom: 5px;
}
.siteseo-metabox-tags button{
outline: none;
border: 1px solid var(--primaryColor);
border-radius: 2px;
color: var(--primaryColor);
background-color:transparent;
padding: 2px 10px;
}
.siteseo-metabox-tags button:hover{
background-color:#f3f3f3;
cursor: pointer;
}
.siteseo-metabox-limits{
display:flex;
flex-wrap: wrap;
gap: 5px;
justify-content:space-between;
align-items:flex-start;
width: 100%;
}
.siteseo-metabox-limits-meter{
flex-basis : 65%;
}
.siteseo-metabox-limits-meter span{
display:inline-block;
height: 10px;
background: rgb(0,255,46);
background-color: var(--primaryColor);
}
.siteseo-metabox-limits-numbers{
flex-basis : 30%;
text-align: right;
}
.siteseo-metabox-readibility-analysis-tab,
.siteseo-metabox-seo-analysis-tab{
width:60%;
margin:0 auto;
margin-top:5px;
}
.siteseo-analysis-summary{
display:flex;
justify-content:center;
margin-bottom: 10px;
width: 100%;
}
.siteseo-analysis-summary .siteseo-analysis-summary-pill{
width: 40%;
padding: 3px 15px;
border-radius: 50px;
display:flex;
justify-content:space-between;
border:1px solid #d3d3d3;
}
.siteseo-analysis-summary .siteseo-analysis-summary-pill > span{
display:inline-flex;
flex-wrap:nowrap;
white-space: nowrap;
align-items:center;
gap:5px;
}
.siteseo-analysis-summary .siteseo-analysis-summary-pill svg{
width: 12px;
}
#siteseo-sidebar-wrapper .siteseo-analysis-summary-pill{
width: 100%;
}
#siteseo-sidebar-wrapper .siteseo-metabox-readibility-analysis-tab,
#siteseo-sidebar-wrapper .siteseo-metabox-seo-analysis-tab{
width:100%;
margin-top:20px;
}
#siteseo-sidebar-wrapper .siteseo-metabox-option-wrap > .siteseo-metabox-input-wrap,
#siteseo-sidebar-wrapper .siteseo-metabox-option-wrap > .siteseo-metabox-search-preview{
flex-basis: 100%;
}
#siteseo-sidebar-wrapper .siteseo-metabox-search-preview h3{
text-transform:none;
}
#siteseo-sidebar-wrapper .siteseo-metabox-option-wrap .siteseo-metabox-label-wrap{
flex-basis: 100%;
}
#siteseo-sidebar-wrapper .siteseo-metabox-limits-meter{
flex-basis : 100%;
}
#siteseo-sidebar-wrapper .siteseo-metabox-limits-numbers{
flex-basis : 100%;
text-align: left;
}
#siteseo-sidebar-wrapper .siteseo-search-preview-toggle{
display:none;
}
@media only screen and (max-width: 700px) {
.siteseo-metabox-option-wrap > .siteseo-metabox-input-wrap,
.siteseo-metabox-option-wrap > .siteseo-metabox-search-preview{
flex-basis: 100%;
}
.siteseo-metabox-option-wrap .siteseo-metabox-label-wrap{
flex-basis: 100%;
}
.siteseo-metabox-limits-meter{
flex-basis : 100%;
}
.siteseo-metabox-limits-numbers{
flex-basis : 100%;
text-align: left;
}
.siteseo-search-preview-toggle{
display:none;
}
.siteseo-metabox-readibility-analysis-tab,
.siteseo-metabox-seo-analysis-tab{
width: 100%;
margin: 0;
}
}