<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.sticky-ads {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 90px;
    max-height: 120px;
    padding: 5px 0;
    box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1);
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fefefe;
    z-index: 20;
}

.sticky-ads-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 0 0;
    position: absolute;
    right: 0;
    top: -30px;
    background-color: #fefefe;
    box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08);
}

.sticky-ads .sticky-ads-close svg {
    width: 22px;
    height: 22px;
    fill: #000;
}

.sticky-ads .sticky-ads-content {
    overflow: hidden;
    display: block;
    position: relative;
    height: 120px;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
}
.sticky-ads-content {
    background: url('/images/adblockdetected_dekstop.png');
    background-repeat: no-repeat;
    background-position: center center;
}*/



.adp {
    display: flex;
    box-sizing: border-box;
    flex-flow: column;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 320px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}

    .adp h3 {
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 15px 0;
    }

    .adp p {
        flex-grow: 1;
    }

    .adp a {
        display: block;
        text-decoration: none;
        width: 100%;
        background-color: #366ed8;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        color: #ffffff;
        border-radius: 5px;
    }

        .adp a:hover {
            background-color: #3368cc;
        }

.adp-underlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99998;
}


body {
    color: #115385;
    margin: 3px;
    padding: 3px;
    background: url('/images/bg_main.gif') repeat-x 0 -18px #4396CA;
    font-size: 16px;
}

.container {
    /*padding: 10px;
    margin: 10px;*/
}

.Slogan {
    /* font-family:Verdana; */
    font-size: 16px;
    text-align: center;
    text-align: left;
    vertical-align: bottom;
}
.LogoLink {
    margin-left: 16px;
    font-size: 32px;
    text-align: left;
    vertical-align: middle;
    color: #061153;
    display: inline-block;
    text-decoration: none;
}
.LogoLink:hover {
    text-decoration: none;
}

.label-small {
    vertical-align: super;
    font-size: small;
}

.label-medium {
    vertical-align: super;
    font-size: medium;
    line-height: 200%;
}

.label-large {
    vertical-align: super;
    font-size: large;
}

.panel-body {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 0px;
    padding-right: 0px;
}

#my_centered_buttons {
    display: flex;
    justify-content: center;
}

.rowP {
    background-color: floralwhite;
}

.rowR {
    background-color: snow;
    font-size: 14px;
    width: 98%;
}

.buttonWordWrap {
    margin-top: 4px;
    white-space: normal;
}

.hidden {
    display: none;
}

.SEOLabel1 {
    margin-top: 4px;
    white-space: normal;
    text-align: left;
}

.navbar-default {
    background: #378de5 !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    /* color:white !important; */
    border-radius: 10px;
}

.nav.navbar-nav li a {
    color: #fff;
}

.vcenter {
    display: flex;
    align-items: center;
}

.adultsite {
    opacity: 0.1;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 7px;
    opacity: 0;
    background-color: white;
}

#btn-back-to-top {
    position: fixed;
    bottom: 100px;
    right: 7px;
    display: none;
    color: white;
}

.wordwrap {
    display: inline-block;
    /*word-break: normal;*/
    word-break: break-word;

    /*white-space: normal;*/
}

.dropdown-menu, .dropdown-menu li {
    color: white;
    background-color: #378de5;
}

    .dropdown-menu li:hover {
        color: black;
    }

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: black;
}

#nav-toggle-button {
    background-color: white;
}


.footerLogo {
    border: none;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.footer {
    background-color: #2B3D52;
    color: white;
}

    .footer a {
        color: white;
        display: block;
        margin-bottom: 5px;
    }



.red {
    color: red;
}

.AutoCompleteStyle {
    width: 100%;
}

.searchHeader {
    width: 80%;
    max-width: 500px;
    /*margin-left: 15px;*/
}

.TotalWebsite {
    font-size: 20px;
    font: 20px "Helvetica Neue",helvetica,arial,sans-serif;
    color: white;
    background-color: #f7bd37;
    margin: 5px;
    margin-left: 0px;
    padding: 5px;
    /* padding-left: 0px; */
    max-width: 110px;
    border-radius: 4px;
}

.TotaWebsiteCalculated {
    font-family: Verdana;
}

.LightDiv {
    width: 100%;
    background-color: lightyellow;
    border-style: solid;
    border-width: 1pt;
    text-align: center;
    padding: 10px;
    border: dotted;
    border-width: 1pt;
    color: red;
    border-radius: 4px;
    margin: 5px;
}

.normal {
    font-weight: normal
}

.label-sm {
    font-size: 14px;
}

.label-md {
    font-size: 16px;
}

.label-lg {
    font-size: 18px;
    margin-left: 5px;
}

.label-xl {
    font-size: 20px;
}
.label-xxl {
    font-size: 40px;
}
.label-xxxl {
    font-size: 60px;
}

btn {
    margin: 10px;
    padding: 10px;
}

.margin0 {
    margin: 0px;
}
.margin1 {
    margin:1px;
}
.margin3 {
    margin: 3px;
}
.padding1 {
    padding: 1px;
}
.padding3 {
    padding: 3px;
}
.margin5 {
    margin-bottom: 5px;
}
.margintop10 {
    margin-top: 10px;
}
.margintop15 {
    margin-top: 15px;
}
.margin15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.marginpadding15 {
    margin: 15px;
    padding: 15px;
}

.marginright8 {
    margin-right: 8px;
}

.padding0 {
    padding: 0px;
}
.padding1 {
    padding: 1px;
}
.paddingleft3 {
    padding-left: 3px;
}
.marginleft3 {
    margin-left: 3px;
}
.paddingleft10 {
    padding-left: 10px;
}
.paddingright10 {
    padding-right: 10px;
}

.widthLabelStatic1 {
    width: 180px;
}

li.borderless {
    border: 0 none;
}

.nodec:hover {
    text-decoration: none;
}


.SiteDetailTitle {
    color: #115385;
    font-size: 20px;
}
.SiteDetailTitleBig {
    color: #115385;
    font-size: 24px;
    font-weight:bold;
}

.separator {
    border-bottom: 1px dotted #999;
    margin-bottom: 25px;
    padding: 0px
}

.separator2 {
    border-bottom: 1px solid #999;
    margin-bottom: 25px;
    padding: 0px
}

.SiteDetailTitle {
    color: #115385;
    font-size: 20px;
}

.emphas {
    color: red;
    font-style: italic;
    font-size: 14px;
    display: inline;
}

.red {
    color: red;
}

.h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: inline;
}

/*.h3 {
    font-size: 14px;
    
    margin: 0;
    padding: 0;
    display: inline;
}

.h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: inline;
}

.h5 {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: inline;
}*/

.siteprice {
    font-size: 14px;
    /* font-weight:bold; */
    margin: 0;
    padding: 0;
    display: inline;
}

.aboutus {
    font-size: 12px;
    font-family: Verdana;
    line-height: 2;
}

.SiteDetailLabel {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #f7bd37;
    font-size: 20px;
    font-weight: 600;
}

.ProgressLabel {
    width: 70%;
    border: none;
    color: red;
}

.WebsiteImage {
    border: none;
    max-width: 336px;
    display: inline-block;
    text-decoration: none;
}
.WebsiteImageSmall {
    border: none;
    width: 252px;
    max-width: 252px;
    height:189px;
    display: inline-block;
    text-decoration: none;
}

.SitePriceUrl {
    color: #115385;
    font-size: 24px;
    font-family: Verdana;
    font-weight: normal;
}

.SitePriceLabel {
    /* color:#f7bd37; */
    font-size: 32px;
    /* font-family:Verdana; */
    text-align: center;
}

.WorthImageContainer {
    height: 120px;
    width: 120px;
    position: relative;
}

.WorthImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
}

.WorthImageText {
    z-index: 100;
    position: absolute;
    left: 38px;
    top: 52px;
    font-size: 14px;
    /*font-family:Garamond;*/
    font-weight: bolder;
    color: #a16707;
}

.comTitles {
    text-decoration: underline;
    font-weight: bold;
}

.rowBorderBottom {
    border-bottom: 1px dotted;
    border-color: rgb(160,160,255);
}

.DashedBox {
    border: thin dashed #C0C0C0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
}

.SolidBox {
    border: thin solid #C0C0C0;
    width: 100%;
    border-radius: 4px;
}


input.ng-valid[required] {
    border-left: 5px solid #42A948; /* green */
}

input.ng-invalid {
    border-left: 5px solid #a94442; /* red */
}

textarea.ng-valid[required] {
    border-left: 5px solid #42A948; /* green */
}

textarea.ng-invalid {
    border-left: 5px solid #a94442; /* red */
}

select.ng-valid[required] {
    border-left: 5px solid #42A948; /* green */
}

select.ng-invalid {
    border-left: 5px solid #a94442; /* red */
}

.vertical-align {
    display: flex;
    align-items: center;
}

.cursorHand {
    cursor: pointer;
}

.popover {
    max-width: 520px !important;
}

.datatable-header {
    /* margin:0px;
  padding: 10px; */
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: white;
    background-color: #378de5;
    border-radius: 3px;
    align-items: center;
}

.code {
    border: #c0c0c0 solid 1px;
    display: block;
    background: #ffffff;
    color: green;
    padding: 10px;
}

.SiteDetailTableBig {
    border: thin solid silver;
    font-size: 18px;
    max-width: 485px;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    padding: 10px;
    border-radius: 4px;
    padding-left: 50px;
}

.BigData {
    font-family: Calibri;
    font-size: 32px;
    opacity: 0.9;
    color: #066799;
    font-weight: lighter;
}

.seocheckerdiv {
    border: 1pt dotted #999999;
    background-color: lightyellow;
    width: 650px;
    padding: 8px;
}

.seocheckerdiv2 {
    background-color: #ffffff;
    margin-left: 10px;
}

.bold {
    font-weight: bold;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

.AnalyzeSubject {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: bold;
}

.BuyWebsiteTitle {
    color: #115385;
    font-size: 15px;
    font-weight: 700;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: black;
}

.mat-tooltip {
    font-size: 12px !important;
}

.SiteDetailTitleSmall {
    color: #000;
    font-size: 15px;
    font-family: Verdana;
    font-weight: 600;
}

.FontBlack {
    color: #1E1E1E;
}
.FontBold {
    font-weight:bold
}
.LineHeight200 {
    line-height: 200%;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.PanelBottomLine {
    border-bottom: 1px solid #e6e9ed
}

.modal-dialog {
    height: 100vh !important;
    display: flex;
}

.modal-content {
    margin: auto !important;
    height: fit-content !important;
}

.badgelarger {
    font-size: 1.1em;
}

.adCLS {
    min-height: 320px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete &gt; li &gt; div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*@font-face {
    font-family: 'glyphicons-halflings-regular';
    font-style: normal;
    font-weight: 400;
    src: local('Verdana'), local('Verdana'), url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2) format('woff2');
    font-display: swap;
}*/

/*@font-face {
    font-display: swap;
    font-family: 'Glyphicons Halflings';
    src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2');
}*/

@font-face {
    font-display: swap;
    font-family: 'Glyphicons Halflings';
    src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2');
}

@media (max-width: 575px) {

    #adCLS {
        min-height: 280px;
    }

    .container {
        /*        padding: 0;
        margin: 0;*/
        padding: 0;
        overflow-x: hidden;
    }

    /*.container {
        padding-left: 0;
        margin-left: 0;
    }*/

    body {
        padding: 0;
    }

    .panel-body {
        /*margin: 1px;*/
        margin-left: 2px;
        margin-right: 2px;

        /*padding:15px;*/
        /*margin-left: 1px;
        margin-right: 1px;*/
        /*padding: 1px;
        padding-left: 10px;*/
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .label-lg {
        margin: 0px;
        padding: 1px;
    }
    /* .widthLabelStatic1 { width: 180px;} */

    .AutoCompleteStyle {
        width: 100%;
        font-size: 20px;
    }

    .Slogan {
        /* font-family:Verdana; */
        font-size: 12px;
        text-align: center;
        text-align: left;
        vertical-align: bottom;
    }

    .LogoLink {
        margin-left: 8px;
        font-size: 16px;
        text-align: left;
        vertical-align: middle;
        color: #061153;
        display: inline-block;
        text-decoration: none;
    }

    .searchHeader {
        width: 98%;
        /*max-width: 400px;*/
        /*margin-left: 15px;*/
    }


    /*.sticky-ads {
        min-height: 50px;
        max-height: 110px;
    }
    .sticky-ads .sticky-ads-content {
        height: 110px;
    }
    .sticky-ads-close {
        right: 7px;
    }
    .sticky-ads-content {
        background: url('/images/adblockdetected_mobile.png');
        background-repeat: no-repeat;
        background-position: center center;
    }*/

}
</pre></body></html>