.settings_page_stsgt-admin div#wpcontent,
.toplevel_page_healthcheck div#wpcontent {
    padding: 0 !important;
}

.settings_page_stsgt-admin div#wpbody-content,
.toplevel_page_healthcheck div#wpbody-content {
    margin-top: 0px;
}

.settings_page_stsgt-admin .notice,
.toplevel_page_healthcheck .notice {
    margin: 5px 16px 15px 0px;
}

body.toplevel_page_stsgt-admin div#wpcontent,
body.site-suggest_page_stsgt-settings div#wpcontent,
body.site-suggest_page_site-suggest-settings div#wpcontent,
body.toplevel_page_site-suggest div#wpcontent {
    padding: 0;
}

body.post-type-stsgt-log a.page-title-action,
body.post-type-stsgt-log #postbox-container-1 {
    display: none;
}

.stsgt_site_info_wrap_outer .notice {
    margin-bottom: 10px !important;
}

.hc-main-container .wrap {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

[stsgt_data_content="settings"] .wrap {
    display: none;
}

.hc-main-container .wrap h1 {
    display: none;
}

.hc-main-container .wrap .notice {
    margin: 0;
}

.processing.hc-main-container {
    /* opacity: 0.8; */
    cursor: wait;
}

.processing.hc-main-container .hc-inner {
    pointer-events: none;
}

.hc-head {
    background: #fff;
    padding: 40px 40px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.hc-head-title h1 {
    margin: 0;
    line-height: 24px;
}

.hc-head-title {
    min-height: 30px;
}

.hc-head-title,
.hc-head-title .hc-head-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.hc-head-title .hc-head-action .stsgt_spinner img {
    display: none;
}

.hc-main-container.processing .hc-head-title .hc-head-action .stsgt_spinner img {
    width: 22px;
    margin-top: 2px;
    display: block;
}

@keyframes stsgt_dots_anim {
    0% {
        transform: translateY(-4px);
    }

    50% {
        transform: translateY(4px);
    }

    100% {
        transform: translateY(-4px);
    }
}

.stsgt_spinner {
    display: none;
}

.hc-main-container.processing .hc-head-title .hc-head-action .stsgt_spinner {
    display: block;
}

.stsgt_spinner .anime_dots {
    position: relative;
    display: flex;
    gap: 4px;
}

.stsgt_spinner .anime_dots span {
    width: 4px;
    height: 4px;
    background: #3333337d;
    display: block;
    border-radius: 50%;
}

.stsgt_spinner .anime_dots span:first-child {
    animation: stsgt_dots_anim 0.8s linear infinite;
}

.stsgt_spinner .anime_dots span:nth-child(2n) {
    animation: stsgt_dots_anim 0.8s linear 0.2s infinite;
}

.stsgt_spinner .anime_dots span:last-child {
    animation: stsgt_dots_anim 0.8s linear 0.4s infinite;
}

.hc-head-notices {
    margin-top: 20px;
}

.stsgt_site_info_tabs_wrap ul.stsgt_site_info_tabs {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}

/* .stsgt_site_info_tabs_wrap ul.stsgt_site_info_tabs li.stsgt_site_info_tab {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 12px;
    margin: 0;
    text-align: center;
    border-bottom: 0;
    cursor: pointer;
    box-shadow: inset 0px -3px 4px #0000001f;
    display: inline-block;
} */

/* .stsgt_site_info_tabs_wrap ul.stsgt_site_info_tabs li.stsgt_site_info_tab:not(:last-child) {
    border-right: 0;
} */
/* .stsgt_site_info_tabs_wrap ul.stsgt_site_info_tabs li.stsgt_site_info_tab:hover {
    background: #f5f5f5;
}

.stsgt_site_info_tabs_wrap ul.stsgt_site_info_tabs li.stsgt_site_info_tab.active {
    background: var(--stsgt_primary_color);
    color: #fff;
} */

/* **************** Headings Tabs ****************  */

.stsgt_site_info_tabs_wrap ul.stsgt_site_info_tabs li.stsgt_site_info_tab {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: .5rem 1rem 1rem;
    margin: 0 0.5rem;
    cursor: pointer;
    /* transition: box-shadow .5s ease-in-out; */
}

.stsgt_site_info_tabs_wrap ul.stsgt_site_info_tabs li.stsgt_site_info_tab.active {
    box-shadow: inset 0 -3px var(--stsgt_primary_color);
    font-weight: 600;
}

.stsgt_site_info_tabs_wrap ul.stsgt_site_info_tabs li.stsgt_site_info_tab:hover {
    color: var(--stsgt_primary_color);
}

/* **************** Headings Tabs ****************  */

.hc-head .hc-head-notices p,
.stsgt_site_info_wrap p {
    font-size: 14px;
    margin: 6px 0px;
    color: #a7a4a4;
}

.stsgt_site_info_wrap_outer {
    margin: 2rem auto;
    max-width: 1000px;
    min-height: 100%;
}

.stsgt_site_info_wrap {
    background: #fff;
    /*  padding: 22px; */
    border: 1px solid #ccc;
    /* margin: 0px 20px; */
}

.stsgt_site_info_wrap .stsgt_site_info_content .stsgt_site_image_alt_wrap {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    /* border: 1px solid #ccc; */
}

.stsgt_site_info_wrap .stsgt_site_info_content .stsgt_site_image_alt_wrap p {
    margin: 0 0 2px;
    font-size: 12px;
    font-style: italic;
}

.stsgt_site_info_wrap .stsgt_site_info_content .stsgt_site_image_alt_wrap .stsgt_site_image_alt_actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.stsgt_site_info_wrap .stsgt_site_info_content.empty_content {
    padding: 28px;
    border: 1px solid #ccc;
    background: #fff;
}

.stsgt_site_info_wrap .hc-settings-fields,
.stsgt_site_info_wrap .hc-settings-fields .hc-settings-fields-settings-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stsgt_site_info_wrap .hc-settings-fields .hc-settings-field label {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.stsgt_site_info_wrap .hc-settings-fields .hc-settings-field label>p {
    font-size: 12px;

}

.stsgt_site_info_wrap .hc-settings-fields .hc-settings-field input.hc-field:not([type="checkbox"]) {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ddd;
}

.stsgt_site_info_wrap .hc-settings-fields .hc-settings-field .hc-settings-field-toggle input[type=checkbox] {
    display: none;
}

.stsgt_site_info_wrap .hc-settings-fields .hc-settings-field .hc-settings-field-toggle .hc-settings-field-toggleswitch {
    background: #c7c7c7;
    display: inline-block;
    width: 60px;
    height: 30px;
    border-radius: 4px;
    position: relative;
    margin: 0;
    cursor: pointer;
    transition: all 0.1s;
}

.stsgt_site_info_wrap .hc-settings-fields .hc-settings-field .hc-settings-field-toggle .hc-settings-field-toggleswitch:after {
    content: '';
    width: 22px;
    height: 22px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 2px;
    transition: all 0.2s;
}

.stsgt_site_info_wrap .hc-settings-fields .hc-settings-field .hc-settings-field-toggle input[type=checkbox]:checked+.hc-settings-field-toggleswitch:after {
    left: 34px;
}

.stsgt_site_info_wrap .hc-settings-fields .hc-settings-field .hc-settings-field-toggle input[type=checkbox]:checked+.hc-settings-field-toggleswitch {
    background: var(--stsgt_primary_color);
}

.stsgt_site_info_wrap .hc-settings-fields .hc-settings-field.checkbox {
    display: grid;
}

.stsgt_site_info_wrap .hc-settings-fields>.hc-settings-field.checkbox>label {
    font-weight: 500;
    font-size: 12px;
}

.stsgt_site_info_wrap .hc-settings-fields>.hc-settings-field.checkbox>label>p {
    font-weight: 400;
    font-size: 12px;
}

.hc-main-container .stsgt_site_info_wrap_outer .stsgt_site_info_wrap .button-primary.hc-btn-right {
    float: right;
}

.stsgt_site_info_wrap .hc-settings-fields .hc-settings-fields-settings-wrap {
    background: #fff;
    padding: 22px;
    /* border: 1px solid #ccc; */
}

.hc-main-container .stsgt_site_info_wrap_outer .stsgt_site_info_wrap .hc-settings-field.final_submit_wrap {
    padding: 20px;
}

.stsgt_site_info_wrap ul {
    margin: 0;
}

.stsgt_site_info_wrap ul>li>ul {
    border: 1px solid #ccc;
    max-height: 240px;
    overflow-y: auto;
}

.stsgt_site_info_wrap ul>li>ul:empty {
    border: 0;
}

.stsgt_site_info_wrap button.labled_under_button {
    margin-top: 10px;
    max-width: 140px;
}

.stsgt_site_info_wrap ul>li>ul>li:not(:has(._404_error_monitor_single_list_row)) {
    background: #fff;
    margin: 0;
    padding: 8px 12px;
    display: grid;
    grid-template-columns: 5fr 7fr;
}

.stsgt_site_info_wrap ul>li>ul>li:not(:has(.title_wrap)) {
    grid-template-columns: 1fr;
}

.stsgt_site_info_wrap ul>li>ul>li:has(._404_error_monitor_single_list_row) {
    padding: 8px 12px;
    margin: 0;
}

span._404_error_monitor_single_list_row {
    display: flex !important;
    justify-content: space-between !important;
}

.stsgt_site_info_wrap ul>li>ul>li:nth-child(odd) {
    background: #f4f4f4;
}


.stsgt_site_info_wrap .stsgt_site_info_content>ul>li.active_check {
    background: #eaf9ea;
}

.stsgt_site_info_wrap ul>li {
    padding: 4px;
    margin-bottom: 10px;
}

.stsgt_site_info_wrap ul>li span.title {
    font-size: 12px;
    font-weight: 500;
}

span.stsgt_tooltip_wrap {
    position: absolute;
}

span.stsgt_tooltip_wrap span.stsgt_tooltip_data {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background: #fff;
    z-index: 99;
    padding: 10px;
    max-width: 180px;
    width: 100vw;
    border: 1px solid #ccc;
    font-size: 12px !important;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    box-shadow: 0px 0px 20px #ddddddf7;
}

span.stsgt_tooltip_wrap:hover span.stsgt_tooltip_data {
    opacity: 1;
    visibility: visible;
}

span.stsgt_tooltip_wrap:hover span.stsgt_tooltip_data:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 8px;
    background: #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
}

span.stsgt_tooltip_wrap span.stsgt_tooltip_ico {
    width: 12px;
    height: 12px;
    background: #ececec;
    border-radius: 50%;
    color: #737373;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    font-size: 9px !important;
    font-family: serif;
    font-weight: 800;
    margin: 4px 8px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li .title_wrap.has_progress span.title {
    position: relative;
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li .title_wrap.has_progress span.title:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    right: -25px;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-size: 20px;
}

.stsgt_site_info_wrap ul>li span:not(.title) {
    display: inline-block;
    font-size: 12px;
    word-break: break-word;
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li {
    padding: 14px 18px;
    margin-bottom: -1px;
    /* background: #ffffff; */
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    display: grid;
    /* grid-template-columns: 2fr 8fr; */
    align-items: baseline;
    grid-template-columns: 2fr 8fr 2fr;
    gap: 20px;
}
/* 
.stsgt_site_info_wrap .stsgt_site_info_content>ul>li[stsgt_check_name="HTTP_links_found"],
.stsgt_site_info_wrap .stsgt_site_info_content>ul>li[stsgt_check_name="Large_image_check"],
.stsgt_site_info_wrap .stsgt_site_info_content>ul>li[stsgt_check_name="H1_tag_check"],
.stsgt_site_info_wrap .stsgt_site_info_content>ul>li[stsgt_check_name="broken_links_detected_[Beta]"],
.stsgt_site_info_wrap .stsgt_site_info_content>ul>li[stsgt_check_name="schema_markup_check"] {
    
} */

.trigger_single_wrap {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li:first-child {
    border-top: 0;
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li:last-child {
    border-bottom: 0;
}

button.stsgt_clear_all_400log {
    margin: 20px !important;
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li p {
    font-size: 12px;
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li .title_wrap {
    padding-right: 20px;
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li .title_wrap .stsgt_spinner {
    position: absolute;
    top: 8px;
    left: 2px;
    transform: scale(0.7);
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li {
    position: relative;
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li .title_wrap.has_progress:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e1e1e1;
    border-radius: 2px;
}

.stsgt_site_info_wrap .stsgt_site_info_content>ul>li .title_wrap.has_progress:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--stsgt_primary_color);
    width: var(--stsgt_cron_progress);
    height: 2px;
    z-index: 1;
}

.stsgt_site_info_wrap ul>li>ul>li .title {
    font-size: 12px;
    font-weight: 400;
}

.stsgt_site_info_wrap .stsgt_plugin_update_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 14px 20px;
    margin: 0;
}

.stsgt_site_log_wrap,
.stsgt_robot_txt_content_form_wrap {
    background: #fff;
    /* border: 1px solid #ccc; */
    padding: 20px;
}

.stsgt_site_log_wrap table {
    border-spacing: unset;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
}

.stsgt_site_log_wrap table thead tr th,
.stsgt_site_log_wrap table tbody tr td {
    padding: 12px 18px;
}

.stsgt_site_log_wrap table thead tr th {
    background: #f8f8f8;
}

.stsgt_site_log_wrap table tbody tr td a {
    text-decoration: none;
}



/** Robots Txt Start**/
.stsgt_robot_txt_content_form_wrap form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stsgt_robot_txt_content_form_wrap form .stsgt_field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stsgt_robot_txt_content_form_wrap form .stsgt_field label {
    font-size: 16px;
    font-weight: 600;
}

.stsgt_robot_txt_content_form_wrap form .stsgt_field textarea {
    width: 100%;
    height: 280px;
    border: 1px solid #ddd;
}

.stsgt_robot_txt_content_form_wrap form .stsgt_field .button {
    max-width: 110px;
}

/** Robots Txt Start END**/

/** Admin Bar CSS **/
li#wp-admin-bar-indexing_check_btn a span {
    font-size: 11px;
    padding: 4px 8px;
    border: 1px solid;
    border-radius: 4px;
    font-weight: 600;
}

li#wp-admin-bar-indexing_check_btn a span.indexing {
    background-color: #E6F2E8;
    color: #00450C;
}

li#wp-admin-bar-indexing_check_btn a:hover span.indexing {
    background-color: #B8E6BF;
}

li#wp-admin-bar-indexing_check_btn a span.not-indexing {
    background-color: #f2e6e6;
    color: #450000;
}

li#wp-admin-bar-indexing_check_btn a:hover span.not-indexing {
    background-color: #e6b8b8;
}

.large_image_check_single_list_row span {
    flex-shrink: 0;
}

#wpbody span.large_image_check_single_list_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;

}

.stsgt-rp__overlay {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.stsgt-report-popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none; 
    align-items: center;
    justify-content: center;
}
.stsgt-report-popup.active {
    display: flex; 
}

.stsgt-rp__content {
    position: relative;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08), 0 15px 27px 0 rgba(0, 0, 0, 0.07), 0 30px 36px 0 rgba(0, 0, 0, 0.04), 0 50px 43px 0 rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    padding: 40px 30px;
    max-width: 600px;
    width: 100%;
}

.stsgt-rp__close {
    position: absolute;
    display: flex;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.stsgt-rp__group {
    display: flex;
    flex-direction: column;
}

.stsgt-rp__group textarea {
    height: 140px;
    padding: 10px 16px;
}

.stsgt-rp__links button.button {
    font-size: 16px;
}

.stsgt-rp__links {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

label.stsgt-rp__label {color: #000;font-size: 16px;line-height: 1.5;margin-bottom: 0.5rem;}

.stsgt-rp__field-info {
    font-style: italic;
    margin-top: 5px;
    opacity: 0.5;
    color: #000;
}

.trigger_single_wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin-left: auto;
}

a.report_bug_btn {
	cursor: pointer;
	text-decoration: none;
	color:gray;
}

.message {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin-top: 1rem;
}
 
.success {
    background: #d0f0de;
    color: #084723;
}
 
.error.message {
    border: 0;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin: 1rem 0 0;
    color: rgb(94.8, 21.6, 14.8);
    background: rgb(248 175 168 / 62%);
}