:root {
    --hs_url: url(https://hypestat.com/images/hs.webp?v=3);
    --ic_url: url(https://hypestat.com/images/ic.webp);
    --flag_url: url(https://hypestat.com/flags/flags.webp);
    --sem_url: url(https://hypestat.com/images/sem_p.webp);
    --graph_1: #ff7070;
    --graph_1_hover: #f73b3b;
    --graph_2: #ce740d;
    --graph_3: #3288d7;
    --site_background: #1f1f1f;
    --menu_background_color: #1f1f1f;
    --header_background: rgba(42, 43, 47, 0.6);
    --header_shadow: #181818;
    --index_main_shadow: #1a1a1a;
    --index_main_background: #2a2b2f;
    --footer_background: #181818;
    --text_color_1: #e3e3e3;
    --text_color_2: #9f9f9f;
    --input_text_color: #e3e3e3;
    --ahref_color: #80caff;
    --ahref_color_hover: #e98645;
    --button_color: #e98645;
    --button_color_hover: #e89b68;
    --buton_text_color: #e3e3e3;
    --button_color_2: #80caff;
    --button_color_2_hover: #aad4f2;
    --buton_text_color_2: #2a2b2f;
    --button_search: #92bb39;
    --button_search_hover: #9fd132;
    --disabled_button_color: #858585;
    --borders_color: #474747;
    --borders_color_2: #333;
    --lists_background_color: #323335;
    --h_color: #e98645;
    --code_color: #353535;
    --sectionsep_color: #394457;
    --menu_nav_active: #92bb39;
    --white: #fff;
    --input_background_color: #3c4043;
    --input_background_color_focus: #494c4f;
    --message_color: #ff7070;
    --footer_text_color: #e3e3e3;
    --home_top_sites_back_color: #394457;
    --site_pofile_titles_color: #e98645;
    --list_site_title: #e3e3e3;
    --compare_grad_color: #ff7070;
    --compare_grad_color_2: #ce740d;
    --map_countries_canvas_color: #1c2324;
    --tech_blocks_background_color: #3c4043;
    --search_input_background_color: #3c4043;
    --search_input_background_color_focus: #494c4f;
    --live_search_background_color: rgba(60, 64, 67, 0.8);
    --daily_visits_slider: #d3d3d3;
    --ck-color-base-background: #3c4043 !important;
    --ck-border-radius: 6px !important;
    --ck-font-size-base: 14px !important;
    --ck-color-text: #e3e3e3 !important;
    --ck-color-button-default-hover-background: #e98645 !important;
    --ck-color-tooltip-background: #80caff !important;
    --ck-color-dropdown-panel-border: transparent !important;
    --ck-color-toolbar-border: transparent !important;
    --ck-color-input-border: transparent !important;
    --ck-color-source-mode: #2a2b2f;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: var(--site_background);
    font-family: "Google Sans Text", Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: var(--text_color_1);
    margin: 0;
    line-height: 1.4;
    padding-top: 113px;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: var(--footer_background);
}
::-webkit-scrollbar-thumb {
    background: var(--h_color);
}
.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
.clearh {
    clear: both;
    font-size: 1px;
    height: 20px;
}
b {
    font-weight: 700;
}
img {
    border: none;
    vertical-align: middle;
}
input,
select,
textarea {
    font-size: 16px;
    color: var(--input_text_color);
    border: none;
    border-radius: 6px;
}
input,
select,
textarea:focus {
    outline: none;
}
::placeholder {
    color: var(--text_color_2);
}
button {
    font-size: 16px;
    color: var(--buton_text_color);
    font-weight: 500;
}
a {
    font-size: 16px;
    text-decoration: none;
    color: var(--ahref_color);
}
a:hover {
    text-decoration: none;
    color: var(--ahref_color_hover);
    text-shadow: 0 0 3px var(--ahref_color_hover);
}
a:focus {
    outline: 0;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table tr,
table td {
    padding: 0;
    font-size: 13px;
}
ul,
dl {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}
dt,
li,
dd {
    margin: 0;
}
dd {
    font-size: 14px;
    color: var(--text_color_1);
    cursor: default;
}
dt {
    font-size: 14px;
    color: var(--text_color_2);
    cursor: default;
}
td {
    font-size: 15px;
}
ul.double li {
    width: 43%;
    float: left;
    margin: 0;
    padding: 2px 0;
    list-style: none;
    margin-left: 20px;
}
ul.double li:before {
    content: "\25c6";
    color: var(--button_color);
    padding-right: 8px;
    font-size: 12px;
}
h1 {
    font-size: 28px;
    font-weight: 500;
    color: var(--h_color);
    margin: 0;
    margin-bottom: 20px;
}
#info h1 {
    display: inline-block;
    max-width: calc(100% - 36px);
    margin-bottom: 0;
}
h2 {
    font-size: 22px;
    font-weight: 500;
    color: var(--h_color);
    margin: 0;
    margin-bottom: 15px;
}
h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--h_color);
    margin: 0;
    margin-bottom: 15px;
}
h4 {
    font-size: 17px;
    font-weight: 500;
    color: var(--h_color);
    margin: 0;
}
h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
h1 span,
h2 span,
h3 span {
    color: var(--text_color_1);
    font-weight: 500;
}
h2 + span {
    display: block;
    color: var(--text_color_2);
    margin-bottom: 26px;
    font-size: 15px;
}
.span_title {
    display: block;
    color: var(--text_color_2);
    margin-top: 8px;
    margin-left: 46px;
}
main h1 {
    font-size: 24px;
}
.text-tiny {
    font-size: 13px;
}
.text-small {
    font-size: 15px;
}
.text-big {
    font-size: 24px;
}
.text-huge {
    font-size: 28px;
}
.header_logo,
.my_wot,
.sem_rush,
.moz,
.gsafe_clean,
.gsafe_malw,
.fb_fav,
.tw_fav,
.gplus_fav,
.lin_fav,
.stumb_fav,
.buf_fav,
.pin_fav,
.share-buttons-f,
.share-buttons-t,
.share-buttons-g,
.http2_yes,
.http2_no,
.bolt_b,
.bolt_top,
.bolt_top_no,
.secure_top,
.secure_top_no,
.ssl_yes,
.ssl_no,
.browser_ext a span,
.browser_ext_f a span,
.browser_ext_e a span,
.share-b,
.open-link {
    background-image: var(--hs_url);
    background-repeat: no-repeat;
    background-color: #fff0;
}
pre {
    font-size: 14px;
    white-space: pre-wrap;
}
xmp {
    font-size: 14px;
    margin: 0;
    display: inline;
    background-color: var(--code_color);
}
.share-b {
    background-position: -80px -161px;
    height: 18px;
    width: 18px;
    display: block;
}
.open-link {
    background-position: -152px -50px;
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: -1px;
}
.http_header {
    overflow: hidden;
    word-break: break-all;
}
.whois {
    overflow: hidden;
    word-break: break-all;
}
.pagespeed_r {
    overflow: hidden;
    width: 100%;
}
.pagespeed_r code {
    font-size: 14px;
    margin: 0;
    display: inline;
    background-color: var(--code_color);
}
.sections_sep {
    clear: both;
    border-top: 1px solid var(--sectionsep_color);
    margin: 14px 0 30px;
}
.sections_sep_1 {
    clear: both;
    border-top: 1px solid var(--sectionsep_color);
    margin: 14px 0 14px;
}
.centered {
    max-width: 1200px;
    min-width: 320px;
    width: 98%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    backdrop-filter: blur(4px);
}
.menu {
    background-color: var(--menu_background_color);
    height: 31px;
}
.menu .centered {
    padding-top: 3px;
    padding-left: 3px;
}
.menu a {
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    color: var(--buton_text_color);
    padding-right: 1.1%;
}
.menu a:hover {
    color: var(--ahref_color);
    text-shadow: none;
}
.menu-nav {
    background-color: var(--menu_background_color);
    display: none;
    text-align: center;
}
.menu-nav .centered {
    padding: 2px 0 3px 1px;
}
:target:before {
    content: "";
    display: block;
    height: 120px;
    margin: -120px 0 0;
}
.menu-nav a {
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    color: var(--text_color_1);
    padding-right: 0.3%;
}
.menu-nav a:before {
    content: "\25BA";
    color: var(--text_color_1);
}
.menu-nav a:hover {
    color: var(--ahref_color);
    text-shadow: none;
}
.menu-nav a:hover:before {
    color: var(--ahref_color);
    text-shadow: none;
}
.menu-nav a.active {
    color: var(--menu_nav_active);
}
.menu-nav a.active:before {
    content: "\25BC";
    color: var(--menu_nav_active);
}
.search {
    width: 100%;
    height: 66px;
    background-color: var(--header_background);
    box-shadow: 0 15px 10px -15px var(--header_shadow);
}
.header_logo {
    width: 122px;
    height: 23px;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 2px;
    background-position: -10px -50px;
}
.header_logo:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.topnav {
    padding-top: 1px;
    flex: auto;
}
.topnav .icon {
    display: none;
    margin-right: 5px;
    margin-top: 2px;
    font-size: 16px;
}
.header_search_form {
    float: left;
    position: relative;
    width: calc(100% - 380px);
    margin-left: 4px;
    margin-top: 14px;
    background-color: var(--search_input_background_color);
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 1px 1px var(--index_main_shadow);
}
.header_search_form_focus {
    background-color: var(--search_input_background_color_focus);
    box-shadow: 0 5px 6px 2px var(--index_main_shadow);
}
#search {
    display: block;
}
#search #q {
    float: left;
    width: calc(100% - 140px);
    height: 37px;
    font-size: 20px;
    padding-left: 6px;
    background-color: #fff0;
}
.liveloading {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 50px;
    top: 11px;
    border: 2px solid var(--ahref_color);
    border-bottom-color: #fff0;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#search #button {
    position: absolute;
    right: 2px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: var(--button_search);
    border: none;
    border-radius: 6px;
    margin-top: 2px;
    color: var(--white);
}
#search #button:hover {
    background-color: var(--button_search_hover);
    text-shadow: none;
}
#livesearch {
    display: none;
    position: absolute;
    top: 40px;
    text-align: left;
    background-color: var(--live_search_background_color);
    width: 50%;
    box-shadow: 0 5px 6px 2px var(--index_main_shadow);
}
#livesearch ul li {
    height: 26px;
    overflow: hidden;
}
#livesearch ul li a {
    display: block;
    height: 100%;
    height: 100%;
    color: var(--input_text_color);
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 4px;
    cursor: pointer;
}
#livesearch ul li a:hover {
    background-color: var(--h_color);
    color: var(--white);
    text-decoration: none;
    text-shadow: none;
}
#livesearch ul li a:focus {
    background-color: var(--h_color);
    color: var(--white);
    text-decoration: none;
    text-shadow: none;
}
.search_check_c {
    position: absolute;
    padding-top: 2px;
    padding-right: 4px;
    right: 44px;
    top: 9px;
    color: var(--buton_text_color_2);
    font-weight: 300;
    font-size: 14px;
    background-color: var(--button_color_2);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.search_check_c:hover {
    background-color: var(--button_color_2_hover);
}
label.search_check_c input[type="checkbox"] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}
.loader {
    text-align: center;
    display: none;
}
.loader_u {
    text-align: center;
    display: none;
    margin-top: 10px;
}
.loader_h {
    text-align: center;
    display: none;
    height: 80px;
}
.loader_e {
    text-align: center;
    display: none;
    margin-top: 20px;
}
.loader_a {
    text-align: center;
    display: none;
    float: right;
    margin-right: 110px;
}
.loader_1 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow:
        32px 0 #fff,
        -32px 0 #fff;
    position: relative;
    animation: flash 0.5s ease-out infinite alternate;
}
@keyframes flash {
    0% {
        background-color: #fff2;
        box-shadow:
            32px 0 #fff2,
            -32px 0 #fff;
    }
    50% {
        background-color: #fff;
        box-shadow:
            32px 0 #fff2,
            -32px 0 #fff2;
    }
    100% {
        background-color: #fff2;
        box-shadow:
            32px 0 #fff,
            -32px 0 #fff2;
    }
}
.message {
    text-align: center;
    color: var(--message_color);
    margin-top: 25px;
    display: none;
}
main {
    flex: 383px;
    max-width: calc(100% - 368px);
    margin-bottom: 16px;
    background-color: var(--index_main_background);
    padding: 20px 15px;
    border-radius: 6px;
    box-shadow: 0 0 2px 1px var(--index_main_shadow);
    box-sizing: border-box;
}
aside {
    width: 356px;
    margin-bottom: 16px;
    padding-top: 10px;
    border-radius: 6px;
    background-color: var(--index_main_background);
    box-shadow: 0 0 2px 1px var(--index_main_shadow);
    box-sizing: border-box;
}
.box_litle {
    overflow: hidden;
    padding: 10px;
    margin-top: 10px;
}
.home_text {
    color: var(--text_color_2);
    text-align: justify;
}
.home_text ul,
.tech_desc ul,
.website_about ul,
.write_about_textarea ul {
    list-style-type: initial;
    display: block;
    margin: 16px 0;
    padding-left: 40px;
}
footer {
    font-size: 14px !important;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: var(--footer_background);
}
footer a {
    color: var(--footer_text_color);
    font-size: 14px !important;
}
footer a:hover {
    text-decoration: none;
    text-shadow: none;
}
.web_favicon {
    padding-left: 3px;
    margin-left: 3px;
}
.ads_unit {
    margin: 30px 0 20px 0;
}
.ads_unit_n {
    margin: 20px 0 20px 0;
}
.ads_unit_n_h {
    margin: 7px 0 3px 0;
}
.website_report_text span {
    font-weight: 400;
    color: var(--white);
}
.website_report h2 {
    font-size: 20px;
}
.website_report h3 {
    font-size: 17px;
    margin: 0;
}
.recently_updated_home dt {
    float: left;
    height: 18px;
    overflow: hidden;
    border-bottom: 1px solid var(--sectionsep_color);
    padding: 4px 0 4px 4px;
}
.recently_updated_home dd {
    height: 18px;
    overflow: hidden;
    border-bottom: 1px solid var(--sectionsep_color);
    padding: 4px 4px 4px 0;
    text-align: right;
}
.top_sites_home_thumb {
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px;
    border-radius: 8px;
    background-color: var(--lists_background_color);
    margin-bottom: 10px;
    cursor: pointer;
}
.top_sites_home_thumb:hover {
    background-color: var(--home_top_sites_back_color);
}
.top_sites_home_thumb img {
    float: left;
    height: 140px;
    margin-right: 8px;
    border-radius: 8px;
}
.top_sites_home_thumb_duv,
.top_sites_home_thumb_dpw {
    color: var(--h_color);
}
.top_sites_home_thumb_ara,
.top_sites_home_thumb_are {
    color: var(--white);
}
.top_sites_home_thumb_arav,
.top_sites_home_thumb_arev,
.top_sites_home_thumb_duvv,
.top_sites_home_thumb_dpwv {
    color: var(--text_color_1);
}
.top_sites_home_thumb_wab {
    height: 34px;
    font-size: 13px;
    color: var(--text_color_2);
    text-align: left;
    display: block;
    overflow: hidden;
    margin-top: 3px;
}
.about_span {
    font-weight: 500;
    color: var(--site_pofile_titles_color);
    display: block;
    padding-right: 5px;
}
.about_span_txt {
    display: block;
}
.website_about {
    overflow: hidden;
}
.button_a {
    display: block;
    background-color: var(--button_color_2);
    border: none;
    border-radius: 4px;
    color: var(--buton_text_color_2);
    cursor: pointer;
    padding: 3px;
    float: right;
    margin-top: 16px;
}
.button_a:hover {
    text-decoration: none;
    text-shadow: none;
    background-color: var(--button_color_2_hover);
    color: var(--buton_text_color_2);
}
.article_logo {
    margin: 5px 10px 10px 0;
    background-color: var(--white);
    border-radius: 8px;
    float: left;
}
.tech_report {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tech_report > div {
    width: 136px;
    padding: 8px;
    background-color: var(--tech_blocks_background_color);
    border-radius: 12px;
    box-shadow: 0 1px 2px 1px var(--index_main_shadow);
}
.tech_report > div > a {
    display: inline-block;
    font-weight: 600;
    color: var(--text_color_1);
    margin-bottom: 10px;
    padding-left: 5px;
}
.tech_report > div > a:hover {
    text-shadow: 0 0 3px var(--ahref_color_hover);
    color: var(--ahref_color_hover);
}
.tech_report > div > span > a {
    color: var(--text_color_2);
    font-size: 14px;
}
.tech_report > div > span > a:hover {
    color: var(--ahref_color_hover);
    text-shadow: none;
}
.traffic_report_summary {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.traffic_report_summary > div {
    width: 112px;
    font-weight: 300;
    color: var(--text_color_1);
    margin-bottom: 8px;
    padding: 10px 10px 5px 10px;
    border-left: 1px solid var(--borders_color);
    cursor: default;
}
.traffic_report_summary > div > span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: var(--ahref_color);
    padding-top: 16px;
}
.info_red {
    text-align: left;
    color: var(--graph_1);
    font-size: 14px;
}
.info_red:before {
    content: "\25BC";
}
.info_green {
    text-align: left;
    color: var(--button_search);
    font-size: 14px;
}
.info_green:before {
    content: "\25B2";
}
.ga_data_active > span {
    color: var(--h_color);
}
.ga_data {
    cursor: pointer;
}
.ga_data:hover:after {
    content: "\25b8";
}
.traffic_report dt,
.traffic_sources_report dt {
    float: left;
    font-weight: 400;
    height: 22px;
    overflow: hidden;
    margin-left: 3px;
    margin-top: 2px;
    padding: 5px 0 0 24px;
    background: var(--ic_url) no-repeat;
}
.traffic_report dd,
.traffic_sources_report dd {
    height: 22px;
    border-bottom: 1px solid var(--borders_color);
    padding: 6px 4px 2px 0;
    text-align: right;
    background-color: var(--lists_background_color);
    text-wrap: nowrap;
}
.traffic_sources_report dd span {
    float: right;
    width: 74%;
    color: var(--buton_text_color);
    background-image: linear-gradient(to left, var(--menu_nav_active), var(--lists_background_color));
    background-repeat: repeat-y;
    background-position: right center;
    border-radius: 4px;
    padding-right: 4px;
}
.traffic_sources_report dt:hover + dd > span {
    background-image: linear-gradient(to left, var(--menu_nav_active), var(--sectionsep_color));
}
.traffic_sources_report dd:hover > span {
    background-image: linear-gradient(to left, var(--menu_nav_active), var(--sectionsep_color));
}
.traffic_report_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 20px 0;
}
.traffic_report_flex > div {
    flex: 49%;
    min-width: 305px;
}
.chart_3m {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(122, 1fr);
    grid-column-gap: 90px;
    margin: 10px;
    height: 150px;
    width: 300px;
    box-sizing: border-box;
}
.chart_3m_bar {
    border-radius: 6px 6px 0 0;
    background-color: var(--graph_1);
    grid-row: 12 / 113;
}
.chart_3m_bar:hover {
    background-color: var(--graph_1_hover);
}
.chart_3m_month {
    grid-row: 113 / 123;
    text-align: center;
}
.visitors_by_country dt {
    float: left;
    width: 16px;
    height: 11px;
    margin: 6px 4px 0 3px;
}
.visitors_by_country dd {
    height: 20px;
    border-bottom: 1px solid var(--borders_color);
    padding-top: 3px;
    color: var(--text_color_2);
}
.visitors_by_country dd span {
    text-align: right;
    float: right;
    width: 50px;
    padding-right: 3px;
    color: var(--text_color_1);
}
.visitors_by_country dd a:hover:after {
    content: " \25b8";
}
.site_report_1 dt {
    float: left;
    padding: 2px 0 0 2px;
}
.site_report_1 dd {
    height: 20px;
    padding-top: 3px;
    border-bottom: 1px solid var(--borders_color);
}
.site_report_1 dd span {
    height: 20px;
    text-align: right;
    float: right;
    width: 58px;
    padding-right: 4px;
}
.similar_report dt {
    float: left;
    padding: 2px 0 0 2px;
}
.similar_report dd {
    height: 22px;
    padding-top: 3px;
    border-bottom: 1px solid var(--borders_color);
}
.similar_report dd span {
    height: 22px;
    text-align: right;
    float: right;
    width: 70px;
    padding-right: 4px;
}
.similar_report dd span a {
    color: var(--ahref_color_hover);
}
.site_report dt {
    float: left;
    font-weight: 400;
    height: 18px;
    overflow: hidden;
    padding: 5px 0 4px 4px;
}
.site_report dd {
    height: 18px;
    border-bottom: 1px solid var(--borders_color);
    padding: 5px 4px 4px 0;
    text-align: right;
    background-color: var(--lists_background_color);
}
.site_report_sem dt {
    float: left;
    font-weight: 400;
    height: 36px;
    overflow: hidden;
    padding: 4px 0 4px 4px;
    width: 66%;
    line-height: 9px;
}
.site_report_sem dd {
    min-height: 36px;
    border-bottom: 1px solid var(--borders_color);
    padding: 4px 4px 4px 0;
    text-align: right;
    background-color: var(--lists_background_color);
}
.site_report_sem span {
    font-size: 12px;
}
.adexp_report dt {
    float: left;
    font-weight: 400;
    min-height: 26px;
    overflow: hidden;
    padding: 4px 0 4px 4px;
    width: 66%;
    line-height: 9px;
}
.adexp_report dd {
    min-height: 26px;
    border-bottom: 1px solid var(--borders_color);
    padding: 4px 4px 4px 0;
    text-align: right;
    background-color: var(--lists_background_color);
}
.adexp_report span {
    font-size: 12px;
}
.countries_earning dt {
    float: left;
    width: 16px;
    height: 11px;
    margin-top: 6px;
    margin-right: 4px;
    font-size: 1px;
}
.countries_earning dd {
    height: 20px;
    border-bottom: 1px solid var(--borders_color);
    padding: 4px 0 0 4px;
    color: var(--text_color_2);
}
.countries_earning dd span {
    height: 20px;
    text-align: right;
    float: right;
    width: 80px;
    padding-right: 4px;
    color: var(--text_color_1);
}
.same_ip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.same_ip > div > a {
    border: 1px solid var(--sectionsep_color);
    border-radius: 4px;
    padding: 2px;
}
.same_ip > div > a:hover {
    border: 1px solid var(--button_color);
}
.page_speed_legend {
    box-sizing: border-box;
    border: 1px solid var(--borders_color);
    width: 308px;
    height: 38px;
    border-radius: 18px;
    padding-left: 12px;
    margin: 0 auto;
}
.page_speed_legend rect {
    stroke-width: 0;
}
.page_speed_legend a {
    display: block;
    width: 24px;
    height: 24px;
}
.speed_report dt {
    float: left;
    font-weight: 400;
    height: 15px;
    overflow: hidden;
    padding: 4px 0 4px 4px;
    font-size: 13px;
}
.speed_report dd {
    height: 15px;
    padding: 4px 4px 4px 0;
    border-bottom: 1px solid var(--borders_color);
    background-color: var(--lists_background_color);
    text-align: right;
}
.speed_report dd span {
    float: right;
    height: 18px;
    text-align: right;
    padding-right: 3px;
}
.compare_con {
    clear: both;
    height: 38px;
    border-bottom: 1px solid var(--borders_color);
    background-color: var(--lists_background_color);
}
.compare_con:hover {
    background-color: var(--sectionsep_color);
}
.compare div.urlth {
    text-align: left;
    padding: 10px 0 0 4px;
    float: left;
    width: 33%;
    box-sizing: border-box;
    color: var(--text_color_2);
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
}
.compare div.url1 {
    text-align: right;
    padding: 10px 2px 0 0;
    float: left;
    width: 33%;
    color: var(--text_color_1);
    font-size: 15px;
    background-image: linear-gradient(to left, var(--compare_grad_color), var(--lists_background_color));
    background-repeat: repeat-y;
    background-position: right center;
    background-clip: content-box;
    border-right: 1px solid var(--borders_color);
    overflow: hidden;
    text-wrap: nowrap;
}
.compare div.url2 {
    text-align: left;
    float: left;
    padding: 10px 0 0 0;
    width: 33%;
    color: var(--text_color_1);
    font-size: 15px;
    background-image: linear-gradient(to right, var(--compare_grad_color_2), var(--lists_background_color));
    background-repeat: repeat-y;
    background-position: left center;
    background-clip: content-box;
    overflow: hidden;
    text-wrap: nowrap;
}
.compare div.url1 a,
.compare div.url2 a {
    font-size: 15px;
}
.compare_con:hover > div.url1 {
    background-image: linear-gradient(to left, var(--compare_grad_color), var(--sectionsep_color));
}
.compare_con:hover > div.url2 {
    background-image: linear-gradient(to right, var(--compare_grad_color_2), var(--sectionsep_color));
}
.widget {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 16px;
    border-top: 1px solid var(--borders_color);
}
.update_m {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    height: 100px;
    display: none;
    border-bottom: 1px solid var(--borders_color);
}
.update {
    text-align: center;
    border-bottom: 1px solid var(--borders_color);
    padding-top: 10px;
    height: 100px;
}
.update_button {
    height: 28px;
    color: var(--button_color);
    background-color: #fff0;
    border: 1px solid var(--button_color);
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0;
}
.update_button:hover {
    background-color: var(--button_color_hover);
    color: var(--index_main_background);
}
.update_button_disabled {
    height: 28px;
    background-color: var(--disabled_button_color);
    border: none;
    border-radius: 5px;
    margin: 10px 0;
    color: var(--borders_color);
}
.browser_ext {
    width: 184px;
    margin: 15px auto;
    font-size: 13px;
}
.browser_ext a {
    display: block;
    width: 184px;
    height: 22px;
    background-color: var(--button_color);
    color: var(--buton_text_color);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 4px 2px 2px 2px;
}
.browser_ext a:hover {
    background-color: var(--button_color_hover);
}
.browser_ext a span {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 2px;
}
.sem_t {
    width: 182px;
    margin: 10px auto;
}
.sem_t a {
    display: block;
    width: 182px;
    height: 20px;
    color: var(--button_color);
    background-color: #fff0;
    border: 1px solid var(--button_color);
    border-radius: 10px;
    cursor: pointer;
    padding: 4px 0 3px 14px;
}
.sem_t a:hover {
    background-color: var(--button_color_hover);
    color: var(--index_main_background);
}
.sem_t a:hover:after {
    content: " \25b8";
}
.recently_updated dt {
    float: left;
    height: 20px;
    width: 82%;
    margin-right: 2px;
    overflow: hidden;
    padding: 2px 0 2px 2px;
    cursor: pointer;
}
.recently_updated dd {
    height: 20px;
    text-align: right;
    border-bottom: 1px solid var(--borders_color_2);
    padding: 2px 2px 2px 0;
    cursor: pointer;
}
.recent_articles {
    margin-bottom: 10px;
}
.recent_articles dt {
    float: left;
    height: 80px;
    width: 80px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}
.recent_articles dt img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
}
.recent_articles dd {
    height: 80px;
    text-align: left;
    border-bottom: 1px solid var(--borders_color_2);
    padding: 10px 10px 0 0;
    cursor: pointer;
}
.display_blogs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.display_blogs > div {
    flex: 1;
    max-width: 250px;
}
.display_blogs > div > a > img {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 250px;
}
.display_blogs > div > span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.display_blogs > div > div > span {
    float: left;
    margin-top: 22px;
    color: var(--h_color);
}
.top_technologies dt {
    float: left;
    height: 18px;
    width: 70%;
    margin-right: 5px;
    overflow: hidden;
    padding: 2px 0 2px 2px;
    cursor: pointer;
}
.top_technologies dd {
    height: 18px;
    text-align: right;
    border-bottom: 1px solid var(--borders_color_2);
    padding: 2px 2px 2px 0;
    cursor: pointer;
}
.list_site_title {
    font-size: 16px;
    color: var(--list_site_title);
}
.list_site_title span {
    color: var(--ahref_color);
}
.by_top_sites dt {
    float: left;
    width: calc(100% - 208px);
    border-bottom: 1px solid var(--sectionsep_color);
    height: 60px;
    word-break: break-all;
    overflow: hidden;
    padding: 4px 0 4px 4px;
    cursor: pointer;
}
.by_top_sites dd {
    height: 60px;
    border-bottom: 1px solid var(--sectionsep_color);
    padding: 4px 0 4px 0;
    cursor: pointer;
}
.by_top_sites dt span {
    float: left;
    text-align: right;
    height: 60px;
    width: 36px;
    padding-right: 10px;
}
.by_top_sites dd span {
    float: right;
    width: 44px;
}
.by_rows dt {
    float: left;
    width: 74%;
    height: 60px;
    overflow: hidden;
    padding: 4px 0 4px 4px;
    cursor: pointer;
}
.by_rows dd {
    height: 60px;
    border-bottom: 1px solid var(--sectionsep_color);
    text-align: right;
    padding: 4px 4px 4px 0;
    cursor: pointer;
}
.by_all dt {
    float: left;
    width: 74%;
    height: 11px;
    overflow: hidden;
    padding: 4px 0 4px 4px;
}
.by_all dd {
    height: 11px;
    border-bottom: 1px solid var(--sectionsep_color);
    text-align: right;
    padding: 4px 4px 4px 0;
}
.by_ad tr {
    overflow: hidden;
    padding: 4px 0 4px 4px;
    border-bottom: 1px solid var(--sectionsep_color);
    cursor: pointer;
}
.by_ad tr:hover {
    background-color: var(--sectionsep_color);
    border-bottom: 1px solid var(--borders_color);
}
.by_ad td {
    text-align: left;
    padding: 4px 4px 4px 4px;
    font-size: 14px;
}
dt:hover,
dd:hover,
dt:hover + dd {
    background-color: var(--sectionsep_color);
    border-color: var(--borders_color);
}
.by_nav {
    clear: both;
    text-align: center;
    padding-top: 20px;
}
#map_canvas {
    color: var(--map_countries_canvas_color);
    margin-bottom: 10px;
    height: 240px;
}
img.b-loaded {
    opacity: 1;
    width: 100%;
}
#countries_canvas {
    color: var(--map_countries_canvas_color);
    height: 230px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid var(--sectionsep_color);
}
#chart_div {
    height: 120px;
    width: 240px;
    margin-bottom: 20px;
}
#donutchart_div,
#donutchart_c_div {
    width: 308px;
    margin-left: 12px;
}
#tr_top {
    color: var(--ahref_color);
}
.dns tr {
    height: 22px;
    border-bottom: 1px solid var(--borders_color);
    background-color: var(--lists_background_color);
}
.dns tr:hover {
    background-color: var(--sectionsep_color);
}
.dns td {
    height: 22px;
    padding-left: 3px;
    word-wrap: break-word;
    word-break: break-all;
}
.search_input {
    width: 50%;
    min-width: 300px;
    height: 26px;
    background-color: var(--input_background_color);
    padding-left: 6px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 1px 1px var(--index_main_shadow);
}
.search_input:focus {
    background-color: var(--input_background_color_focus);
    box-shadow: 0 5px 6px 2px var(--index_main_shadow);
}
.search_button {
    background-color: var(--button_color);
    height: 28px;
    color: var(--button_color);
    background-color: #fff0;
    border-radius: 5px;
    border: 1px solid var(--button_color);
    cursor: pointer;
}
.search_button:hover {
    background-color: var(--button_color_hover);
    color: var(--index_main_background);
}
.removal_input {
    width: 70%;
    height: 26px;
    background-color: var(--input_background_color);
    padding-left: 6px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 1px 1px var(--index_main_shadow);
}
.removal_input:focus {
    background-color: var(--input_background_color_focus);
    box-shadow: 0 5px 6px 2px var(--index_main_shadow);
}
.removal_button {
    height: 28px;
    color: var(--button_color);
    background-color: #fff0;
    border-radius: 5px;
    border: 1px solid var(--button_color);
    cursor: pointer;
}
.removal_button:hover {
    background-color: var(--button_color_hover);
    color: var(--index_main_background);
}
.removal_button_admin {
    height: 28px;
    color: var(--graph_1);
    border-radius: 5px;
    background-color: #fff0;
    border: 1px solid var(--graph_1);
    cursor: pointer;
}
.removal_button_admin:hover {
    background-color: var(--graph_1_hover);
    color: var(--white);
}
.pagerank_input {
    width: 90%;
    height: 15px;
    background-color: var(--input_background_color);
    border: 1px solid var(--h_color);
    font-size: 12px;
}
.color_input {
    width: 60px;
    height: 18px;
    background-color: var(--input_background_color);
    box-shadow: 0 0 1px 1px var(--index_main_shadow);
}
.font_select {
    width: 110px;
    height: 22px;
    background-color: var(--input_background_color);
    font-size: 14px;
    box-shadow: 0 0 1px 1px var(--index_main_shadow);
}
.font_select:focus {
    background-color: var(--input_background_color_focus);
    box-shadow: 0 5px 6px 2px var(--index_main_shadow);
}
#color-picker {
    position: absolute;
    top: -90px;
    left: 420px;
    height: 258px;
    width: 266px;
    display: none;
    border: 0;
    z-index: 1;
}
#close {
    position: absolute;
    right: -8px;
    top: -10px;
    height: 26px;
    width: 26px;
    cursor: pointer;
}
.widget_area {
    width: 330px;
    height: 130px;
    background-color: var(--input_background_color);
    font-size: 13px;
    box-shadow: 0 0 1px 1px var(--index_main_shadow);
}
.widget_area:focus {
    background-color: var(--input_background_color_focus);
    box-shadow: 0 5px 6px 2px var(--index_main_shadow);
}
.write_about_textarea {
    width: 100%;
    height: 200px;
    padding: 6px;
    background-color: var(--input_background_color) !important;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 1px 1px var(--index_main_shadow);
}
.write_about_textarea:focus {
    background-color: var(--input_background_color_focus);
    box-shadow: 0 5px 6px 2px var(--index_main_shadow);
}
.ck.ck-editor__editable[role="textbox"],
.ck.editor[role="textbox"] {
    box-shadow: 0 0 1px 1px var(--index_main_shadow) !important;
    border: none !important;
    min-height: 200px;
    padding: 6px;
    color: var(--ck-color-text) !important;
}
.ck.ck-editor__editable[role="textbox"]:focus,
.ck.editor[role="textbox"]:focus {
    background-color: var(--input_background_color_focus);
    box-shadow: 0 5px 6px 2px var(--index_main_shadow) !important;
}
.ck-powered-by {
    display: none;
}
.ck-source-editing-area textarea,
.ck-source-editing-area:after {
    color: var(--ck-color-source-mode) !important;
}
.country_select {
    width: 200px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: var(--input_background_color);
    box-shadow: 0 0 1px 1px var(--index_main_shadow);
}
.country_select:focus {
    background-color: var(--input_background_color_focus);
    box-shadow: 0 5px 6px 2px var(--index_main_shadow);
}
.top_sites_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    align-content: flex-start;
    justify-content: flex-start;
}
.top_sites_filters > div {
    flex: 1;
    min-width: 280px;
    width: 50%;
}
.top_sites_filters > div > select {
    min-width: 100%;
}
.top_sites_filters > div > input {
    min-width: 100%;
}
#daily_visits_slider {
    display: none;
    margin-top: 30px;
}
.slider {
    -webkit-appearance: none;
    width: 200px;
    height: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: 0.7;
    background: var(--daily_visits_slider);
}
.slider:hover {
    opacity: 1;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 6px;
    background: var(--button_search);
    cursor: pointer;
}
.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 6px;
    background: var(--button_search);
    cursor: pointer;
}
.my_wot {
    display: block;
    width: 50px;
    height: 20px;
    background-position: -10px -161px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.sem_rush {
    display: block;
    float: left;
    width: 183px;
    height: 20px;
    background-position: -10px -10px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.gsafe_clean {
    display: block;
    width: 24px;
    height: 30px;
    float: left;
    background-position: -146px -93px;
    margin-right: 7px;
}
.gsafe_malw {
    display: block;
    width: 26px;
    height: 26px;
    float: left;
    background-position: -10px -201px;
    margin-right: 7px;
}
.gsafe_clean_warn {
    padding-top: 7px;
    float: left;
}
.gsafe_malw_warn {
    color: var(--message_color);
    padding-top: 3px;
    float: left;
}
.http2_yes {
    background-position: -78px -93px;
    height: 48px;
    width: 48px;
    padding-right: 10px;
    display: block;
    float: left;
}
.http2_no {
    background-position: -10px -93px;
    height: 48px;
    width: 48px;
    padding-right: 10px;
    display: block;
    float: left;
}
.http2_button {
    display: block;
    width: 50px;
    background-color: var(--button_search);
    border: none;
    border-radius: 4px;
    color: var(--buton_text_color);
    cursor: pointer;
    padding: 3px;
    float: right;
    margin: 0 0 10px 0;
}
.http2_button:hover {
    background-color: var(--button_search_hover);
}
.bolt_b {
    background-position: -118px -161px;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}
.bolt_top {
    background-position: -190px -159px;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}
.bolt_top_no {
    background-position: -154px -159px;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}
.secure_top {
    background-position: -226px -159px;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}
.secure_top_no {
    background-position: -232px -199px;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}
.ssl_yes {
    background-position: -213px -10px;
    height: 48px;
    width: 48px;
    padding-right: 10px;
    display: block;
    float: left;
}
.ssl_no {
    background-position: -213px -78px;
    height: 48px;
    width: 48px;
    padding-right: 10px;
    display: block;
    float: left;
}
.ssl_button {
    display: block;
    width: 50px;
    background-color: var(--button_search);
    border: none;
    border-radius: 4px;
    color: var(--buton_text_color);
    cursor: pointer;
    padding: 3px;
    float: right;
    margin: 0 0 10px 0;
}
.ssl_button:hover {
    background-color: var(--button_search_hover);
}
.tech_button {
    display: block;
    width: 150px;
    background-color: var(--menu_nav_active);
    border: none;
    border-radius: 4px;
    color: var(--buton_text_color);
    cursor: pointer;
    padding: 3px;
    float: right;
    margin: 0 0 10px 0;
}
.pagespeed {
    background-color: var(--button_color);
    height: 28px;
    width: 86px;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin: 0 5px 15px 0;
    text-align: center;
}
.pagespeed_us {
    background-color: var(--button_color);
    height: 28px;
    width: 86px;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin: 0 5px 15px 0;
    text-align: center;
}
.pagespeed_span {
    font-size: 20px;
    float: left;
}
.pagespeed_lab {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.pagespeed_lab > div {
    flex: 49%;
    min-width: 305px;
}
.pagespeed_lab > div > span {
    float: right;
}
.estimate_note {
    float: right;
    font-size: 14px;
    color: var(--text_color_2);
}
.ai_note {
    float: left;
    margin-top: 16px;
    display: block;
    font-size: 14px;
    color: var(--text_color_2);
}
.sem_report {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sem_report > div {
    flex: auto;
}
.sem_banner {
    max-width: 300px;
    height: 250px;
    padding-bottom: 16px;
    background-image: var(--sem_url);
    background-repeat: no-repeat;
}
.sem_banner a:hover {
    display: block;
    box-shadow: 0 0 3px 3px var(--ahref_color_hover);
}
.sem_link {
    text-align: right;
    padding-top: 3px;
}
.sem_link a {
    font-size: 14px;
}
.lnote {
    font-size: 12px;
    margin-top: 5px;
}
.lnote_m {
    font-size: 12px;
    clear: both;
    border-bottom: 1px solid var(--sectionsep_color);
    margin: 5px 0 30px 0;
    padding-bottom: 20px;
    display: none;
}
#M306247ScriptRootC195441 {
    min-height: 300px;
}
.website_profile {
    overflow: hidden;
}
.website_profile a {
    color: var(--ahref_color);
}
.website_profile a:hover {
    color: var(--ahref_color_hover);
}
.website_profile a:hover:after {
    content: " \25b8";
}
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 11px 0;
}
.tags > div > a {
    color: var(--ahref_color);
    border: 1px solid var(--sectionsep_color);
    border-radius: 4px;
    padding: 4px;
}
.tags > div > a:hover {
    color: var(--h_color);
    border: 1px solid var(--button_color);
}
.tags > div > a:hover:after {
    content: none;
}
.tech_cat_h {
    margin-bottom: 15px;
}
.tech_cat_h a {
    font-size: 22px;
    color: var(--h_color);
}
.tech_cat_h a:hover:after {
    content: " \25b8";
}
.tech_category {
    margin-bottom: 20px;
}
.tech_category a {
    display: inline-block;
    float: left;
    border: 1px solid var(--sectionsep_color);
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 5px;
}
.tech_category a:hover {
    border: 1px solid var(--button_color);
}
#tech_category_pie {
    background-color: var(--tech_blocks_background_color);
    border-radius: 12px;
    box-shadow: 0 1px 2px 1px var(--index_main_shadow);
    margin-bottom: 30px;
    padding: 20px;
    height: 300px;
}
.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: var(--flag_url) no-repeat;
}
.flag.flag-fj {
    background-position: -16px -44px;
}
.flag.flag-jm {
    background-position: -192px -66px;
}
.flag.flag-md {
    background-position: -96px -88px;
}
.flag.flag-fk {
    background-position: -32px -44px;
}
.flag.flag-kurdistan {
    background-position: -96px -77px;
}
.flag.flag-tl {
    background-position: -80px -143px;
}
.flag.flag-na {
    background-position: -144px -99px;
}
.flag.flag-pn {
    background-position: -208px -110px;
}
.flag.flag-pe {
    background-position: -96px -110px;
}
.flag.flag-uz {
    background-position: -32px -154px;
}
.flag.flag-do {
    background-position: -96px -33px;
}
.flag.flag-ad {
    background-position: 0 0;
}
.flag.flag-bd {
    background-position: -16px -11px;
}
.flag.flag-an {
    background-position: -112px 0;
}
.flag.flag-sm {
    background-position: -48px -132px;
}
.flag.flag-bb {
    background-position: 0 -11px;
}
.flag.flag-wales {
    background-position: -160px -154px;
}
.flag.flag-mh {
    background-position: -144px -88px;
}
.flag.flag-gr {
    background-position: -48px -55px;
}
.flag.flag-bv {
    background-position: -224px -11px;
}
.flag.flag-cr {
    background-position: -208px -22px;
}
.flag.flag-it {
    background-position: -144px -66px;
}
.flag.flag-pg {
    background-position: -128px -110px;
}
.flag.flag-lu {
    background-position: -16px -88px;
}
.flag.flag-gi {
    background-position: -224px -44px;
}
.flag.flag-ws {
    background-position: -192px -154px;
}
.flag.flag-cy {
    background-position: 0 -33px;
}
.flag.flag-me {
    background-position: -112px -88px;
}
.flag.flag-cm {
    background-position: -160px -22px;
}
.flag.flag-sx {
    background-position: -176px -132px;
}
.flag.flag-ls {
    background-position: -256px -77px;
}
.flag.flag-kp {
    background-position: -64px -77px;
}
.flag.flag-az {
    background-position: -240px 0;
}
.flag.flag-bj {
    background-position: -112px -11px;
}
.flag.flag-mk {
    background-position: -160px -88px;
}
.flag.flag-af {
    background-position: -32px 0;
}
.flag.flag-sd {
    background-position: -192px -121px;
}
.flag.flag-mr {
    background-position: 0 -99px;
}
.flag.flag-py {
    background-position: -16px -121px;
}
.flag.flag-ca {
    background-position: -16px -22px;
}
.flag.flag-zm {
    background-position: -16px -165px;
}
.flag.flag-lb {
    background-position: -176px -77px;
}
.flag.flag-kg {
    background-position: -256px -66px;
}
.flag.flag-gq {
    background-position: -32px -55px;
}
.flag.flag-mz {
    background-position: -128px -99px;
}
.flag.flag-bf {
    background-position: -48px -11px;
}
.flag.flag-pl {
    background-position: -176px -110px;
}
.flag.flag-bz {
    background-position: 0 -22px;
}
.flag.flag-tz {
    background-position: -208px -143px;
}
.flag.flag-gp {
    background-position: -16px -55px;
}
.flag.flag-gw {
    background-position: -112px -55px;
}
.flag.flag-rw {
    background-position: -112px -121px;
}
.flag.flag-np {
    background-position: 0 -110px;
}
.flag.flag-ke {
    background-position: -240px -66px;
}
.flag.flag-kh {
    background-position: 0 -77px;
}
.flag.flag-kn {
    background-position: -48px -77px;
}
.flag.flag-bm {
    background-position: -128px -11px;
}
.flag.flag-nz {
    background-position: -48px -110px;
}
.flag.flag-tf {
    background-position: -256px -132px;
}
.flag.flag-sg {
    background-position: -224px -121px;
}
.flag.flag-dk {
    background-position: -64px -33px;
}
.flag.flag-ht {
    background-position: -208px -55px;
}
.flag.flag-lv {
    background-position: -32px -88px;
}
.flag.flag-th {
    background-position: -16px -143px;
}
.flag.flag-ga {
    background-position: -96px -44px;
}
.flag.flag-bi {
    background-position: -96px -11px;
}
.flag.flag-lc {
    background-position: -192px -77px;
}
.flag.flag-li {
    background-position: -208px -77px;
}
.flag.flag-vi {
    background-position: -112px -154px;
}
.flag.flag-tr {
    background-position: -144px -143px;
}
.flag.flag-et {
    background-position: -240px -33px;
}
.flag.flag-tv {
    background-position: -176px -143px;
}
.flag.flag-is {
    background-position: -128px -66px;
}
.flag.flag-ae {
    background-position: -16px 0;
}
.flag.flag-tc {
    background-position: -224px -132px;
}
.flag.flag-bg {
    background-position: -64px -11px;
}
.flag.flag-vn {
    background-position: -128px -154px;
}
.flag.flag-my {
    background-position: -112px -99px;
}
.flag.flag-gn {
    background-position: 0 -55px;
}
.flag.flag-fr {
    background-position: -80px -44px;
}
.flag.flag-im {
    background-position: -48px -66px;
}
.flag.flag-nu {
    background-position: -32px -110px;
}
.flag.flag-ml {
    background-position: -176px -88px;
}
.flag.flag-ax {
    background-position: -224px 0;
}
.flag.flag-tk {
    background-position: -64px -143px;
}
.flag.flag-tw {
    background-position: -192px -143px;
}
.flag.flag-nc {
    background-position: -160px -99px;
}
.flag.flag-ms {
    background-position: -16px -99px;
}
.flag.flag-tt {
    background-position: -160px -143px;
}
.flag.flag-ss {
    background-position: -128px -132px;
}
.flag.flag-sn {
    background-position: -64px -132px;
}
.flag.flag-ge {
    background-position: -144px -44px;
}
.flag.flag-mm {
    background-position: -192px -88px;
}
.flag.flag-cn {
    background-position: -176px -22px;
}
.flag.flag-ua {
    background-position: -224px -143px;
}
.flag.flag-om {
    background-position: -64px -110px;
}
.flag.flag-nf {
    background-position: -192px -99px;
}
.flag.flag-tibet {
    background-position: -32px -143px;
}
.flag.flag-tj {
    background-position: -48px -143px;
}
.flag.flag-br {
    background-position: -176px -11px;
}
.flag.flag-tg {
    background-position: 0 -143px;
}
.flag.flag-at {
    background-position: -176px 0;
}
.flag.flag-pa {
    background-position: -80px -110px;
}
.flag.flag-ar {
    background-position: -144px 0;
}
.flag.flag-fo {
    background-position: -64px -44px;
}
.flag.flag-lr {
    background-position: -240px -77px;
}
.flag.flag-er {
    background-position: -208px -33px;
}
.flag.flag-ly {
    background-position: -48px -88px;
}
.flag.flag-cv {
    background-position: -240px -22px;
}
.flag.flag-pm {
    background-position: -192px -110px;
}
.flag.flag-rs {
    background-position: -80px -121px;
}
.flag.flag-in {
    background-position: -64px -66px;
}
.flag.flag-mn {
    background-position: -208px -88px;
}
.flag.flag-scotland {
    background-position: -176px -121px;
}
.flag.flag-gu {
    background-position: -96px -55px;
}
.flag.flag-bh {
    background-position: -80px -11px;
}
.flag.flag-us {
    background-position: 0 -154px;
}
.flag.flag-va {
    background-position: -48px -154px;
}
.flag.flag-gf {
    background-position: -160px -44px;
}
.flag.flag-mc {
    background-position: -80px -88px;
}
.flag.flag-pf {
    background-position: -112px -110px;
}
.flag.flag-gh {
    background-position: -208px -44px;
}
.flag.flag-am {
    background-position: -96px 0;
}
.flag.flag-ma {
    background-position: -64px -88px;
}
.flag.flag-il {
    background-position: -16px -66px;
}
.flag.flag-ec {
    background-position: -128px -33px;
}
.flag.flag-um {
    background-position: -256px -143px;
}
.flag.flag-kw {
    background-position: -112px -77px;
}
.flag.flag-ki {
    background-position: -16px -77px;
}
.flag.flag-sb {
    background-position: -144px -121px;
}
.flag.flag-sk {
    background-position: -16px -132px;
}
.flag.flag-nr {
    background-position: -16px -110px;
}
.flag.flag-ro {
    background-position: -64px -121px;
}
.flag.flag-jp {
    background-position: -224px -66px;
}
.flag.flag-bn {
    background-position: -144px -11px;
}
.flag.flag-mx {
    background-position: -96px -99px;
}
.flag.flag-ch {
    background-position: -96px -22px;
}
.flag.flag-somaliland {
    background-position: -96px -132px;
}
.flag.flag-gm {
    background-position: -256px -44px;
}
.flag.flag-al {
    background-position: -80px 0;
}
.flag.flag-ai {
    background-position: -64px 0;
}
.flag.flag-gs {
    background-position: -64px -55px;
}
.flag.flag-mv {
    background-position: -64px -99px;
}
.flag.flag-pr {
    background-position: -224px -110px;
}
.flag.flag-sy {
    background-position: -192px -132px;
}
.flag.flag-ug {
    background-position: -240px -143px;
}
.flag.flag-gb {
    background-position: -112px -44px;
}
.flag.flag-eg {
    background-position: -160px -33px;
}
.flag.flag-sa {
    background-position: -128px -121px;
}
.flag.flag-jo {
    background-position: -208px -66px;
}
.flag.flag-re {
    background-position: -48px -121px;
}
.flag.flag-st {
    background-position: -144px -132px;
}
.flag.flag-england {
    background-position: -192px -33px;
}
.flag.flag-catalonia {
    background-position: -32px -22px;
}
.flag.flag-no {
    background-position: -256px -99px;
}
.flag.flag-bs {
    background-position: -192px -11px;
}
.flag.flag-gd {
    background-position: -128px -44px;
}
.flag.flag-ck {
    background-position: -128px -22px;
}
.flag.flag-mw {
    background-position: -80px -99px;
}
.flag.flag-cf {
    background-position: -64px -22px;
}
.flag.flag-es {
    background-position: -224px -33px;
}
.flag.flag-vg {
    background-position: -96px -154px;
}
.flag.flag-je {
    background-position: -176px -66px;
}
.flag.flag-ci {
    background-position: -112px -22px;
}
.flag.flag-vu {
    background-position: -144px -154px;
}
.flag.flag-ph {
    background-position: -144px -110px;
}
.flag.flag-mg {
    background-position: -128px -88px;
}
.flag.flag-aw {
    background-position: -208px 0;
}
.flag.flag-ng {
    background-position: -208px -99px;
}
.flag.flag-hn {
    background-position: -176px -55px;
}
.flag.flag-fm {
    background-position: -48px -44px;
}
.flag.flag-si {
    background-position: -256px -121px;
}
.flag.flag-sr {
    background-position: -112px -132px;
}
.flag.flag-fi {
    background-position: 0 -44px;
}
.flag.flag-as {
    background-position: -160px 0;
}
.flag.flag-sz {
    background-position: -208px -132px;
}
.flag.flag-ps {
    background-position: -240px -110px;
}
.flag.flag-kz {
    background-position: -144px -77px;
}
.flag.flag-cd {
    background-position: -48px -22px;
}
.flag.flag-la {
    background-position: -160px -77px;
}
.flag.flag-ru {
    background-position: -96px -121px;
}
.flag.flag-mo {
    background-position: -224px -88px;
}
.flag.flag-to {
    background-position: -128px -143px;
}
.flag.flag-ag {
    background-position: -48px 0;
}
.flag.flag-be {
    background-position: -32px -11px;
}
.flag.flag-mu {
    background-position: -48px -99px;
}
.flag.flag-xk {
    background-position: -208px -154px;
}
.flag.flag-gt {
    background-position: -80px -55px;
}
.flag.flag-by {
    background-position: -256px -11px;
}
.flag.flag-cz {
    background-position: -16px -33px;
}
.flag.flag-ky {
    background-position: -128px -77px;
}
.flag.flag-dj {
    background-position: -48px -33px;
}
.flag.flag-sh {
    background-position: -240px -121px;
}
.flag.flag-ie {
    background-position: 0 -66px;
}
.flag.flag-ni {
    background-position: -224px -99px;
}
.flag.flag-co {
    background-position: -192px -22px;
}
.flag.flag-zw {
    background-position: -32px -165px;
}
.flag.flag-bt {
    background-position: -208px -11px;
}
.flag.flag-io {
    background-position: -80px -66px;
}
.flag.flag-uy {
    background-position: -16px -154px;
}
.flag.flag-sj {
    background-position: 0 -132px;
}
.flag.flag-cu {
    background-position: -224px -22px;
}
.flag.flag-lk {
    background-position: -224px -77px;
}
.flag.flag-hu {
    background-position: -224px -55px;
}
.flag.flag-sl {
    background-position: -32px -132px;
}
.flag.flag-ne {
    background-position: -176px -99px;
}
.flag.flag-bo {
    background-position: -160px -11px;
}
.flag.flag-bw {
    background-position: -240px -11px;
}
.flag.flag-gg {
    background-position: -192px -44px;
}
.flag.flag-iq {
    background-position: -96px -66px;
}
.flag.flag-gy {
    background-position: -128px -55px;
}
.flag.flag-cl {
    background-position: -144px -22px;
}
.flag.flag-yt {
    background-position: -240px -154px;
}
.flag.flag-hk {
    background-position: -144px -55px;
}
.flag.flag-ao {
    background-position: -128px 0;
}
.flag.flag-mq {
    background-position: -256px -88px;
}
.flag.flag-sc {
    background-position: -160px -121px;
}
.flag.flag-lt {
    background-position: 0 -88px;
}
.flag.flag-eh {
    background-position: -176px -33px;
}
.flag.flag-td {
    background-position: -240px -132px;
}
.flag.flag-hr {
    background-position: -192px -55px;
}
.flag.flag-id {
    background-position: -256px -55px;
}
.flag.flag-qa {
    background-position: -32px -121px;
}
.flag.flag-pk {
    background-position: -160px -110px;
}
.flag.flag-za {
    background-position: -256px -154px;
}
.flag.flag-sv {
    background-position: -160px -132px;
}
.flag.flag-pw {
    background-position: 0 -121px;
}
.flag.flag-so {
    background-position: -80px -132px;
}
.flag.flag-dz {
    background-position: -112px -33px;
}
.flag.flag-gl {
    background-position: -240px -44px;
}
.flag.flag-nl {
    background-position: -240px -99px;
}
.flag.flag-pt {
    background-position: -256px -110px;
}
.flag.flag-ee {
    background-position: -144px -33px;
}
.flag.flag-cw {
    background-position: -256px -22px;
}
.flag.flag-ba {
    background-position: -256px 0;
}
.flag.flag-tm {
    background-position: -96px -143px;
}
.flag.flag-zanzibar {
    background-position: 0 -165px;
}
.flag.flag-km {
    background-position: -32px -77px;
}
.flag.flag-ic {
    background-position: -240px -55px;
}
.flag.flag-ve {
    background-position: -80px -154px;
}
.flag.flag-eu {
    background-position: -256px -33px;
}
.flag.flag-vc {
    background-position: -64px -154px;
}
.flag.flag-kr {
    background-position: -80px -77px;
}
.flag.flag-wf {
    background-position: -176px -154px;
}
.flag.flag-mp {
    background-position: -240px -88px;
}
.flag.flag-se {
    background-position: -208px -121px;
}
.flag.flag-hm {
    background-position: -160px -55px;
}
.flag.flag-ye {
    background-position: -224px -154px;
}
.flag.flag-ir {
    background-position: -112px -66px;
}
.flag.flag-au {
    background-position: -192px 0;
}
.flag.flag-dm {
    background-position: -80px -33px;
}
.flag.flag-tn {
    background-position: -112px -143px;
}
.flag.flag-de {
    background-position: -32px -33px;
}
.flag.flag-mt {
    background-position: -32px -99px;
}
.flag.flag-cg {
    background-position: -80px -22px;
}
#h2_backlinks,
#h2_indexes,
#h2_moz,
#h2_semrush,
#h2_social,
#h2_adexperience,
#h2_abusive,
#h2_earning,
#h2_server,
#h2_speed,
#h2_gzip,
#h2_safety,
#h2_ssl,
#h2_http2,
#h2_cat,
#h2_httpheader,
#h2_dnslookup,
#h2_whois {
    display: none;
}
@media only screen and (min-width: 480px) and (max-width: 766px) {
    body {
        padding-top: 96px;
    }
    main {
        padding: 10px 10px;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 4px;
    }
    aside {
        width: 100%;
    }
    .header_search_form {
        width: 99%;
        margin-left: 4px;
        margin-top: 8px;
        text-align: center;
    }
    .search {
        height: 56px;
    }
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
        z-index: 1;
        background: var(--menu_background_color);
    }
    .topnav.responsive a.icon {
        margin-right: 5px;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        margin-right: 30px;
        float: none;
        display: block;
        text-align: right;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .update_m {
        display: block;
    }
    .lnote_m {
        display: block;
    }
    #h2_indexes,
    #h2_moz,
    #h2_social,
    #h2_adexperience,
    #h2_abusive,
    #h2_earning,
    #h2_server,
    #h2_speed,
    #h2_gzip,
    #h2_safety,
    #h2_ssl,
    #h2_http2,
    #h2_cat,
    #h2_httpheader,
    #h2_dnslookup,
    #h2_whois {
        display: inline-block;
        float: right;
        font-size: 14px;
    }
    #indexes_m,
    #moz_m,
    #social_m,
    #adexperience_m,
    #abusive_m,
    #earning_m,
    #server_m,
    #speed_m,
    #gzip_m,
    #safety_m,
    #ssl_m,
    #http2_m,
    #cat_m,
    #httpheader_m,
    #dnslookup_m,
    #whois_m {
        display: none;
    }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
    body {
        padding-top: 96px;
    }
    main {
        padding: 10px 10px;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 4px;
    }
    aside {
        width: 100%;
    }
    h2 {
        font-size: 19px;
    }
    .header_search_form {
        width: 99%;
        margin-left: 2px;
        margin-top: 8px;
        text-align: center;
    }
    .search {
        height: 56px;
    }
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
        z-index: 1;
        background: var(--menu_background_color);
    }
    .topnav.responsive a.icon {
        margin-right: 5px;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        margin-right: 30px;
        float: none;
        display: block;
        text-align: right;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .top_sites_home_thumb_duv,
    .top_sites_home_thumb_dpw,
    .top_sites_home_thumb_ara,
    .top_sites_home_thumb_are {
        font-size: 14px;
    }
    .top_sites_home_thumb_arav,
    .top_sites_home_thumb_arev,
    .top_sites_home_thumb_duvv,
    .top_sites_home_thumb_dpwv {
        font-size: 14px;
    }
    .update_m {
        display: block;
    }
    .lnote_m {
        display: block;
    }
    #h2_indexes,
    #h2_moz,
    #h2_social,
    #h2_adexperience,
    #h2_abusive,
    #h2_earning,
    #h2_server,
    #h2_speed,
    #h2_gzip,
    #h2_safety,
    #h2_ssl,
    #h2_http2,
    #h2_cat,
    #h2_httpheader,
    #h2_dnslookup,
    #h2_whois {
        display: inline-block;
        float: right;
        font-size: 14px;
    }
    #indexes_m,
    #moz_m,
    #social_m,
    #adexperience_m,
    #abusive_m,
    #earning_m,
    #server_m,
    #speed_m,
    #gzip_m,
    #safety_m,
    #ssl_m,
    #http2_m,
    #cat_m,
    #httpheader_m,
    #dnslookup_m,
    #whois_m {
        display: none;
    }
}
@media only screen and (max-width: 359px) {
    body {
        padding-top: 96px;
    }
    main {
        padding: 5px 5px;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 4px;
    }
    aside {
        width: 100%;
    }
    h2 {
        font-size: 18px;
    }
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
        z-index: 1;
        background: var(--menu_background_color);
    }
    .topnav.responsive a.icon {
        margin-right: 5px;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        margin-right: 30px;
        float: none;
        display: block;
        text-align: right;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .header_search_form {
        clear: both;
        width: 98%;
        margin-left: 2px;
        margin-top: 8px;
    }
    .search {
        height: 56px;
    }
    .box_litle {
        padding: 5px;
    }
    .ads_unit {
        margin: 12px 0 12px -5px;
    }
    .ads_unit_n_h {
        margin: 4px 0 4px 0;
    }
    #donutchart_div,
    #donutchart_c_div {
        margin-left: 0;
    }
    .top_sites_home_thumb_duv,
    .top_sites_home_thumb_dpw,
    .top_sites_home_thumb_ara,
    .top_sites_home_thumb_are {
        font-size: 13px;
    }
    .top_sites_home_thumb_arav,
    .top_sites_home_thumb_arev,
    .top_sites_home_thumb_duvv,
    .top_sites_home_thumb_dpwv {
        font-size: 13px;
    }
    .alexa_subd dt {
        font-size: 12px;
    }
    .update_m {
        display: block;
    }
    .lnote_m {
        display: block;
    }
    #h2_indexes,
    #h2_moz,
    #h2_social,
    #h2_adexperience,
    #h2_abusive,
    #h2_earning,
    #h2_server,
    #h2_speed,
    #h2_gzip,
    #h2_safety,
    #h2_ssl,
    #h2_http2,
    #h2_cat,
    #h2_httpheader,
    #h2_dnslookup,
    #h2_whois {
        display: inline-block;
        float: right;
        font-size: 14px;
    }
    #indexes_m,
    #moz_m,
    #social_m,
    #adexperience_m,
    #abusive_m,
    #earning_m,
    #server_m,
    #speed_m,
    #gzip_m,
    #safety_m,
    #ssl_m,
    #http2_m,
    #cat_m,
    #httpheader_m,
    #dnslookup_m,
    #whois_m {
        display: none;
    }
}
.alert_c {
    display: block;
    position: fixed;
    z-index: 1;
    left: 45%;
    top: 20%;
    width: 300px;
    min-height: 100px;
    overflow: auto;
    background-color: #fff;
    color: #000;
    padding: 10px;
}
#alert_c_btn {
    background-color: #2880ce;
    float: right;
    margin-top: 40px;
    border: none;
    cursor: pointer;
}
.alert_c_content {
    padding-top: 20px;
}
.by_rows dt:hover a,
.by_rows dt:has(+ dd:hover) a {
    color: var(--ahref_color_hover);
}
.recently_updated dt:hover a,
.recently_updated dt:has(+ dd:hover) a {
    color: var(--ahref_color_hover);
}
.recent_articles dt:hover + dd a,
.recent_articles dd:hover a {
    color: var(--ahref_color_hover);
}
.top_technologies dt:hover a,
.top_technologies dt:has(+ dd:hover) a {
    color: var(--ahref_color_hover);
}
.by_top_sites dt:hover a,
.by_top_sites dt:has(+ dd:hover) a {
    color: var(--ahref_color_hover);
}
.by_ad tr:hover > td > a {
    color: var(--ahref_color_hover);
}
.ip_data {
    color: var(--text_color_2);
    margin-bottom: 20px;
    line-height: 32px;
}
.ip_data b {
    color: var(--text_color_1);
}
.ip_data input {
    font-size: 22px;
    color: #fff;
    background-color: transparent;
    border: none;
    font-weight: 700;
    outline: 0;
    display: inline-block;
}
.copy_button,
.lookup_button {
    display: block;
    background-color: var(--button_color_2);
    border: none;
    border-radius: 4px;
    color: var(--buton_text_color_2);
    cursor: pointer;
    padding: 3px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.copy_button:hover,
.lookup_button:hover {
    text-decoration: none;
    text-shadow: none;
    background-color: var(--button_color_2_hover);
    color: var(--buton_text_color_2);
}
.my_ip {
    border: none;
    padding: 3px 4px !important;
    border-radius: 5px;
    background-color: var(--button_color_2);
    color: var(--buton_text_color_2) !important;
    font-weight: 600 !important;
    text-align: center !important;
}
.my_ip:hover {
    text-decoration: none;
    text-shadow: none;
    background-color: var(--button_color_2_hover);
    color: var(--buton_text_color_2);
}
#tio-container {
    width: 100%;
    height: auto;
}
.flow-tio-svg {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.svg-link {
    cursor: pointer;
    text-decoration: none;
}
.svg-link:hover .tio_host {
    text-decoration: none;
    fill: var(--ahref_color_hover);
    text-shadow: 0 0 3px var(--ahref_color_hover);
}
.tio_host {
    font-size: 12px;
    fill: var(--ahref_color);
}
.tio_stats {
    font-size: 12px;
    fill: var(--text_color_1);
}
.trend-up {
    fill: var(--button_search);
    font-size: 10px;
}
.trend-down {
    fill: var(--graph_1);
    font-size: 10px;
}
.arrow-icon,
.edge-marker,
.main-node-rect {
    fill: var(--button_color_2);
}
.main-node-text {
    font-size: 12px;
    fill: var(--buton_text_color_2);
    text-anchor: middle;
}
.ai_down,
.ai_up,
.ai_vis {
    font-weight: 700;
}
.traffic_ai_wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    gap: clamp(30px, 5vw, 80px);
}
.chart-side {
    width: 40%;
}
.stats-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.traffic_ai_svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}
.ai_row {
    display: flex;
    flex-direction: column;
}
.ai_head {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--text_color_1);
}
.ai_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}
.ai_vis {
    font-size: 15px;
    color: var(--ahref_color);
    padding-left: 10px;
}
.ai_info {
    padding-left: 20px;
}
.ai_sub {
    font-size: 13px;
    color: var(--text_color_2);
    margin-top: 2px;
}
.ai_up {
    color: var(--button_search);
}
.ai_down {
    color: var(--graph_1);
}