html, body {
    height: 100%;
}


.container {
    height: 100%;
}

.m-auto {
    margin: auto;
}

.test-border {
    border: 1px dotted #cc2222;
}

.logo{
    margin-top:12px;
    margin-bottom:25px;
}

.steps{
    background-color: #fdfdfd;
    height: 95px;
    -webkit-box-shadow: 0px 28px 50px -15px rgba(0,0,0,0.2); 
    box-shadow: 0px 28px 50px -15px rgba(0,0,0,0.2);
}

.step-number-div{
    background-color: #999999;
    height: 40px;
    width: 40px;
}

.step-number{
    color:#fff;
    font-size: 25px;
    font-weight: 900;
    padding-top: 13px;
}

.step-text{
    margin-left: 9px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 400;
    height:20px;
    color:#000;
    letter-spacing: 2px;
}

.line-break {
  display: block;
}

.what-kind-of{
    color: #0073b0;
    font-size: 46px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.locations{
    height:235px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(225,240,247,1) 50%, rgba(255,255,255,1) 100%);
}

.location-div{
    width: 160px;
    height: 95%;
    margin-top: 9px;
}

.single-location{
    margin-left: 80px;
}

.multi-location{
    margin-right: 80px;
}

.single-loc-img {
    height: 158px;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #5c636a;
    box-shadow: 0 0 10px #5c636a;
}

.loc-img{
    width: 60%;
}

.location-img-div{
    height: 158px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.location-text-div{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 20px;
    color:#A2A2A2;
}

.active-loc-text{
    color: #de626e !important;
}

.multi-loc-text{
    color:#A2A2A2;
}

.active-location{
    -webkit-box-shadow: 0 0 10px #5c636a;
    box-shadow: 0 0 10px #5c636a;
}

.filed-label {
    letter-spacing: 3px;
    font-size: 14px;
    color: #0073b0;
    margin-top: 30px;
    font-weight:500;
}

.main-text-fields {
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    height: 32px;
    /*width:78%;*/
    margin: 0 auto;
    position: relative;
}

.main-border-mask {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 102%;
    height: 20px;
    background-color: #fff;
}

.main-input{
    position:absolute;
    z-index: 999;
    border: 0px;
    width: 100%;
    padding-right: 25px;
    padding-left: 10px;
    padding-top: 4px;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

.field-img{
    position: absolute;
    z-index: 9999;
    top: 6px;
    right: 3px;
}

.nature-of-business-btn{
    width: fit-content;
    margin-top: 55px;
    background-color: #10bc47;
    color:#fff;
    padding-top: 16px;
}

.text-style{
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    height: 57px;
}

.b-d-m-b {
    margin-bottom: 25px;
}

.scan-dashboard{
    margin-top: 55px;
    margin-bottom: 40px;
}

.scan-dashboard-row {
    height: 300px;
}

.scan-dashboard-1{
    background-color: #fff1f1;
    border:1px solid #ffd0d0;
}

.scan-dashboard-2{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.chart{
    border-radius: 50%;
    height: 230px;
    width: 230px;
    background-color: #50c755;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px #000000;
    box-shadow: 0px 0px 8px 0px #000000;
    position: relative;
}

.chart-data{
    border-radius: 50%;
    height: 140px;
    width: 140px;
    background-color: #fff;
    border: 4px solid #fff;
    -webkit-box-shadow: inset 0px 0px 13px 0px #000000;
    box-shadow: inset 0px 0px 13px 0px #000000;
}

.asd{
    width: 4px;
    height: 43px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    z-index: 999999;
    margin: -2px;
}

.chart-data-p{
    font-size: 40px;
    color:#e93b3b;
}

.chart-data-text{

}

.scan-dashboard-1-text{
    text-align: end;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #d90000;
}

.fix-now-btn{
    float: right;
    background-color: #10bc47;
    height: 45px;
    color:#fff;
}

.incorrect_sites_n{
    font-size: 40px;
    color:#e93b3b;
    margin-top: 20px;
    margin-bottom: -9px;
}

.incorrect_sites_t{
    color: #666;
}

.accurate_sites_n{
    font-size: 40px;
    color:#4ec353;
    margin-top: 20px;
    margin-bottom: -9px;
}

.local-listings-status-text{
    color: #666;
}

.not-found-n{
    font-size: 40px;
    color:#a5a5a5;
    margin-top: 20px;
    margin-bottom: -9px;
}

.found-n{
    font-size: 40px;
    color:#444444;
    margin-top: 20px;
    margin-bottom: -9px;
}

.scan-dashboard-3{
    background-color: #f8f8f8;
    padding-left: 33px;
    border: 1px solid #e5e5e5;
}

.business-details{
    font-weight: normal;
    color:#0073c0;
    margin-top: 19px;
    margin-bottom: -19px;
}

.m-b-m-3{
    margin-bottom: -3px;
}

.c-3a99d8{
    color: #3a99d8;
}

.c-999{
    color: #999999;
}

.f-s-14{
    font-size: 14px;
}

.anther-location{
    border: 2px solid #999;
    border-radius: 25px;
    color: #999999;
    margin-top: 31px;
    height: 39px;
    padding-left: 24px;
    padding-right: 24px;

}

.p-l-25{
    padding-left: 25px;
}

.local-listings-status{
    height: 43px;
    color:#666666;
}

.b-t-999{
    border-top: 1px solid #e5e5e5;
}

.b-b-999{
    border-bottom: 1px solid #e5e5e5;
}

.b-l-999{
    border-left: 1px solid #e5e5e5;
}

.b-r-999{
    border-right: 1px solid #e5e5e5;
}

.synced{
    height: 100px;
    margin-bottom:30px;
}

.server-action-menu {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background-repeat: repeat;
    border-radius:10px;
    padding: 5px;
}

.middle{
    margin-right: 46px;
    margin-left: 46px;
}

.synced{
    height: 120px;
    width: 31%;
    border:1px solid #b2b2b2;
    border-radius:4px;
}

.site-logo{
    margin-top: 10px;
    margin-left: -3px;
    width: 43px;
}

.site-name{
    font-size: 15px;
    line-height: 15px;
    margin-top: 14px;
}

.synced-word{
    margin: 33px 0 0 39px;
    color: #4ec353;
    font-weight: 500;
}

.checked-image{
    margin-top: 30px;
}

.error-field{
    font-size: 14px;
    color: #de626e;
}

.business-details-btn{
    width: fit-content;
    margin-top: 55px;
    background-color: #10bc47;
    color:#fff;
    padding-top: 16px;
}

.loader-div{
    position:absolute;
    z-index: 999999999999;
    width:100%;
    height:100%;
    background-color: #7d7d7d;
    opacity: 0.4;
}

.loader {
    color: #fff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}





























