/* Start Default CSS */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

*{
    margin: 0;
    box-sizing: border-box;
}
:root {
    --e-global-color-primary: #161D1D;
    --white : #fff;
    --e-global-color-text : #2E3535;
}

body {
    font-size: 16px;
    color: #333;
    font-family: "Figtree", sans-serif;
}
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-full{
    width: 100%;
}
.grid{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-gapping{
    padding: 60px 0;
}
.d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.position-relative{
    position: relative;
}
.bg-white{
    background-color: #ffffff;
}
.bg-light-blue{
    background-color: #e8edf6;
}
.bg-success{
    background-color: #31ce36;
}
.bg-secondary{
    background-color: #6861ce;
}
.ms-auto{
    margin-left:auto;
}
.list-style-none{
    list-style: none;
}
.btn{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 6px 9px;
    opacity: 1;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
}
.btn:hover{
    opacity: 0.8;
}
/* End Default CSS */

/* Start Login Form CSS */
.login-section{
    height: 100dvh;
}
.grid-2 .column{
    width: 50%;
}
.login-form{
    text-align: center;
    padding: 40px 40px;
}
.login-section .grid{
    border-radius: 10px;
    box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
}
.title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.sub-title{
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
    color: #898888;
}
.form-header{
    margin-bottom:40px;
}
.form-group{
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 20px;
}
label{
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 5px;
}
.form-group input{
    font-size: 14px;
    border: 1px solid #cacbce;
    color:#757575;
    padding: 10px 14px;
    border-radius: 5px;
    outline: none;
    width: 100%;
}
.form-group input::placeholder{
    color:#757575;
    background-color: transparent;
} 
.forget-password{
    display: block;
    font-size: 15px;
    font-weight: 500;
    color:#495057;
}
.checkbox-group{
    display: flex;
    align-items: start;
    text-align: start;
}
.checkbox-group input{
    appearance: none;
    background: #fff;
    border: none !important;
    content: none;
    cursor: pointer;
    outline: none;
}
.checkbox-group input[type=checkbox]:before {
    accent-color: #e6f2ff;
    background: none;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid #cacbce;
    border-radius: 6px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    height: 15px;
    min-height: 15px;
    min-width: 15px;
    width: 15px;
}
.checkbox-group input[type=checkbox]:checked:before {
    background-image: url(/assets/images/check-mark-icon.png);
    background-color: var( --e-global-color-primary );
    border: 1px solid #d5e5fe;
}
.form-group-check{
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.login-form .message {
    font-size: 13px;
    color: red;
    text-align: start;
    margin-bottom: 8px;
}
.checkbox-group label{
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 5px;
}
input.btn-login{
    font-size: 17px;
    color:#ffffff;
    border: 1px solid var( --e-global-color-primary );
    background-color: var( --e-global-color-primary );
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s linear;
}
input.btn-login:hover{
    color:var( --e-global-color-primary );
    background-color: transparent;
}
.login-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.sign-in-with{
    flex-direction: row;
    align-items: center;
    display: flex;
}
.bottom-box {
    padding: 0 40px;
    text-align: center;
}
.login-form .form-group:last-child {
    margin-bottom: 0;
}
.sign-in-with .line{
    width: 100%;
    border: 1px dashed #8e8d8d;
}
.sign-in-with .sub-title {
    font-size: 17px;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
    color: #333333;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 130px;
    padding: 0 3px;
}
.sub-text{
    font-size: 16px;
    font-weight: 500;
    color:var( --e-global-color-text );
    font-family: "Figtree", sans-serif;
}
.sub-text a{
    display: inline-block;
    font-weight: 600;
    color:#333333;
}
.icon-list,
.login-list,
.sign-in-with,
.register-section .bottom-box .sub-text{
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}
.icon-list a{
    width: 40px;
    height: 40px;
    border: 1px solid #e8edf6;
    background-color: #e8edf6;
    border-radius: 5px;
    margin:0 10px;
    transition: all 0.3s linear;
}
.icon-list a svg{
   color: var( --e-global-color-primary );
}
.icon-list a:hover{
    border: 1px solid #555454;
    background-color: transparent;
}
.icon-list a svg{
    width: 17px;
    height: 17px;
}
/* End Login Form CSS */

/* Start Sidebar CSS */
.main-wrapper{
    display: flex;
}
.sidebar{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 265px;
    display: block;
    z-index: 1002;
    color: #fff;
    font-weight: 200;
    background: #fff;
    box-shadow: 4px 4px 10px rgba(69, 65, 78, .06);
    transition: all .3s;
    background: var( --e-global-color-primary );
}
.sidebar.hidden {
    width: 50px;
}
.sidebar.hidden .nav-item a p {
    display: none;
}
.sidebar.hidden .nav-section{
    display: none;
}
.sidebar.hidden .nav-item a .down-arrow {
    display: none;
}
.sidebar.hidden .nav-item .badge{
    display: none;
}
.sidebar.hidden .nav-item > a{
    justify-content: center;
    padding: 6px 10px 6px 6px;
}
.sidebar.hidden .nav-item > a svg{
    margin-right: 0;
}
.sidebar.hidden .logo-header {
  padding: 10px;
}
.sidebar.hidden .logo-header .logo{
    display: none;
}
.logo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding: 9px 9px 9px 25px;
    background-color: var( --e-global-color-primary );
}
.logo-header .logo span {
    margin-left: 4px;
    font-weight: 300;
    display: inline-block;
    font-size: 18px;
}
.logo img{
    width: 100%;
}
.sidebar.hidden .main-content{
    width: calc(100% - 50px);
    left: 50px;
}
.main-wrapper .hamburger-menu {
    align-items: center;
    background-color: initial;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    outline: none;
    padding: 0;
    text-align: center;
    transition: all .3s linear;
    width: 48px;
}
.logo-header .logo {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 134px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.main-wrapper .hamburger-menu span {
    background-color: #fff;
    border-radius: 32px;
    display: block;
    height: 1.5pt;
    margin: 0;
    position: relative;
    width: 18px;
}
.main-wrapper .hamburger-menu span:after, 
.main-wrapper .hamburger-menu span:before {
    background: #fff;
    border-radius: 32px;
    content: "";
    display: block;
    height: 1.5pt;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    top: 50%;
    transform: rotate(0deg);
    transition: all .4s cubic-bezier(.6,0,.2,1);
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.6,0,.2,1);
    width: 18px;
}
.main-wrapper .hamburger-menu span:before {
    margin-top: -6px;
    top: 0;
}
.main-wrapper .hamburger-menu span:after {
    margin-top: 6px;
    top: 0;
}
.menu-wrapperbox{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px);
    justify-content: space-between;
    left: 2px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.menu-list{
    margin-top: 20px;
    padding: 0;
}
.sidebar .nav-item.active{
    background-color: #00000029;
}
.sidebar .nav-item > a, .nav.sub-menu a{
    display: flex;
    align-items: center;
    color: #fff;
    padding: 6px 25px;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    margin-bottom: 4px;
    text-decoration: none;
}
.nav.sub-menu.sub-menu-child a{
    padding-left: 40px;
}
.nav.sub-menu > .collapse > .nav.sub-menu > a{
    padding-left: 40px;
}
.sidebar .nav-item a svg{
    width: 18px;
    height: 18px;
    color: var(--white);
    fill : var(--white);
    margin-right: 15px;
}
.sidebar .nav-item a p{
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 5px;
    color: var(--white);
}
.sidebar .nav-item.active a p, 
.sidebar .nav-item.active a svg, 
.sidebar .nav-item.active a .down-arrow{
    color:#fff;
}
.sidebar .nav-item a .down-arrow{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: auto;
    vertical-align: .255em;
    color: var(--white);
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transition: all 0.3s linear;
}
.sidebar .nav-item.active > a > .down-arrow {
    transform: rotate(-180deg);
}
.collapse{
    display: none;
}
.sidebar .nav-item .collapse.open {
    display: block;
}
.nav.sub-menu{
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding: 10px 0 15px 0;
    list-style: none;
}
.nav.nav-collapse {
    padding: 0;
}
.nav.sub-menu .sub-item{
    font-size: 14px;
    position: relative;
    margin-left: 25px;
    color: var(--white);
}
.nav.sub-menu .sub-item::before {
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 1px solid #fff;
}
.nav-item .badge{
    font-weight: 400;
    font-size: 11px;
    border-radius: 5px;
    margin-left: auto;
    line-height: 1;
    padding: 4px 7px;
    color:#000;
    vertical-align: middle;
}
.nav-section{
    margin: 15px 0 0 0;
}
.nav-section .text-section{
    font-size: 13px;
    padding: 2px 30px;
    color: #727275;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px;
    margin-top: 20px;
}
/* End Sidebar CSS */

/* Start Main Content CSS */
.main-content{
    position: relative;
    width: calc(100% - 265px);
    left: 265px;
    min-height: 60px;
    min-height: 100%;
    float: right;
    transition: all .3s;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s linear;
}
.main-content .container {
    min-height: calc(100% - 123px);
    margin-top: 69px;
    overflow: hidden;
    width: 100%;
    max-width: unset;
    padding: 0;
    background-color: #fafafa;
}
.main-header {
    background: #fff;
    min-height: 60px;
    width: calc(100% - 250px);
    position: fixed;
    z-index: 1001;
    transition: all 0.3s linear;
}
.sidebar.hidden + .main-content{
    left: 50px;
    width: calc(100% - 50px);
}
.sidebar.hidden + .main-content .main-header{
    width: calc(100% - 50px);
}
.main-header-logo{
    display: none;
}
.navbar-header{
    padding: 0 30px;
}
.main-header .navbar-header{
    min-height: 70px;
    border-bottom: 1px solid #f0f1f3;
}
.navbar .container-full{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 70px;
}
.navbar .navbar-nav{
    padding: 0;
}
.navbar .navbar-nav .topbar-user .profile-pic:hover{
    background-color: #4d59950f;
}
.navbar .navbar-nav .topbar-user .profile-pic {
    display: flex;
    align-items: center;
    padding:0 10px 0 0;
    height: 44px;
    border-radius: 3px;
    color: var( --e-global-color-primary );
    text-decoration: none;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}
.navbar .navbar-nav .nav-item .profile-username {
    font-size: 14px;
    margin-left: 8px;
    font-weight: 600;
}
.nav-item .profile-username span{
    opacity: 0.7;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
    margin-top: 13px;
    padding: 8px 0;
    width: 260px;
    box-shadow: 0 1px 11px rgba(0, 0, 0, .15);
    border-radius: 5px;
    display: none;
    z-index: 9999;
    background-color: #fff;
}
.navbar-nav .dropdown-menu.show{
    display: block;
}
.dropdown-menu .user-box {
    display: flex;
    padding: 3px 14px;
}
.dropdown-menu .avatar {
    width: 55px;
    height: 55px;
}
.dropdown-menu .avatar img{
    border-radius: 8px;
}
.user-box .user-text {
    padding: 0 10px;
    width: calc(100% - 55px);
}
.user-box .user-text h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 4px;
    color: var( --e-global-color-text );
}
.user-box .user-text .sub-text {
    font-size: 12px;
    margin-bottom: 5px;
    opacity: 0.7;
    word-wrap: break-word;
}
.user-box .user-text .btn {
    font-size: 11px;
    display: inline-block;
}
.navbar-header .dropdown-menu:after {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    right: 10px;
    top: -7px;
    position: absolute;
    z-index: 1001;
}
.dropdown-menu .dropdown-item {
    font-size: 13px;
    font-weight: 400;
    color:  var( --e-global-color-text );
    padding: 3px 14px;
    display: block;
    text-decoration: none;
    transition: all 0.3s linear;
}
.dropdown-menu .dropdown-item:hover{
    color: var( --e-global-color-text );
    background-color: #f8f9fa;
}
.dropdown-divider {
    height: 0;
    margin: 7px 0;
    overflow: hidden;
    border-top: 1px solid #0000002d;
    opacity: 1;
}
.menu-wrapperbox::-webkit-scrollbar-thumb {
  border-radius: 6px;
  padding: 5px;
  background-color: #333;
}
.menu-wrapperbox::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}
.menu-wrapperbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #333;
}
.menu-wrapperbox::-webkit-scrollbar {
  height: 5px;
  background-color: #333;
  width: 6px;
}
/* End Main Content CSS */

/* Start Page Inner Content CSS */
.page-inner-content{
    padding: 24px 30px;
    background-color: #fafafa;
    max-width: 100%;
    margin: 0 auto;
    min-height: calc(100dvh - 69px);
}
.iframe-main-content .page-inner-content {
    padding: 25px;
}
.iframe-main-content .page-inner-content.analytic-loader-content {
    min-height: 100dvh;
}
.iframe-main-content .analytic-loader-content .page-inner-content-tab .content-container {
    height: calc(100dvh - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-heading{
    margin-bottom: 50px;
    text-align: center;
}
.main-heading{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    color: var( --e-global-color-primary );
}
.main-sub-heading{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var( --e-global-color-text );
}
.counter-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.counter-bar{
    text-decoration: none;
    margin-bottom: 30px;
    width: 25%;
}
.counter-heading {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
    color: #333;
    width: 150px;
}
.counter-content-section{
   padding: 60px 0 40px;
}
.web-performance-detail p {
    color: #1F2F2F;
    font-size: 14px;
    line-height: 1.5;
}
.counter-title,
.landing-page-graph-title{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color:#2a2f5b;
    margin-bottom: 15px;
}
.counter-title {
    display: inline-block;
}
.cs-tab-content .counter-title {
    color: #1F2F2F
}
.improvement-text {
    font-weight: 600;
    font-size: 14px;
}
.counter-content-details,
.counter-leads-details {
    width: 100%;
    margin-bottom: 50px;
}
.counter-ticket-details {
    width: 100%;
    margin-bottom: 30px;
}
.counter-content-details:last-child{
    margin-bottom: 0;
}

.circle-container {
    display: inline-block;
    width: 100%;
    margin:30px 0 0;
    text-align: center;
}
.score-heading {
    color: #333;
    font-size: 19px;
    font-weight: bold;
    margin: 8px 0 3px;
}
.circle .value {
    color: #33475b;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
.counter-section-ticket-counts {
    display: block;
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 15px;
}
span.total-score,
.current-plan {
    color: #EB8A4D;
}
.circle-container img {
    aspect-ratio: 4/3;
    width: 150px;
    object-fit: contain;
}
.header-wrapper {
    text-align: center;
    margin: 0 0 40px 0;
}
.header-wrapper.dashboard-header-wrapper {
    margin: 30px 0 0 0;
}
.analytic-url {
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0 0;
    color: #2d3e50;
}

.accordion-tab {
    margin: 10px 0 15px 0;
    padding: 0;
}
.accordion-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #97C6B3;
    cursor: pointer;
    padding: 11px 13px;
    width: 100%;
    transition: 0.4s;
    border-radius: 5px;
    box-shadow: 2px 6px 15px 0 rgba(69,65,78,.1);
}
.accordion-head.active{
    border-radius: 5px 5px 0 0;
}
.accordion-head .accordion-btn{
    font-size: 17px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    transition: all 0.3s linear;
    color:#fff;
    padding: 0;
}
.accordion-btn {
    cursor: pointer;
}
.accordion-head svg{
    width: 15px;
    height: 15px;
    color:#fff;
    transition: all 0.3s linear;
}
.accordion-head:hover svg, .accordion-head:hover .accordion-btn{
    color:#fff;
}
.accordion-head.active .accordion-btn, .accordion-head.active svg {
    color:#fff;
}
.accordion-head.active svg {
    transform: rotate(90deg);
}
.accordion-content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    padding: 0 12px;
    transition: all 0.10s linear;
    border: 1px solid #c2c3c4;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    background-color: #fefefe;
}
.accordion-content p {
    font-size: 15px;
    border-bottom: 1px solid #dadce0;
    padding: 8px 0;
}
.accordion-content p:last-child{
    border-bottom: none;
}
.accordion-head.active + .accordion-content {
    display: block;
    transition: all 0.10s linear;
}
.accordion-content.button--loading {
    position: relative;
}
.button--loading {
    position: relative;
}
.accordion-content.button--loading::after,
.circle.button--loading:after {
    border-top-color: #000 !important;
}
.accordion-head.active + .accordion-content.button--loading {
    min-height: 60px;
}
/* End Page Inner Content CSS */
.scorecard-page-header {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #E9EBED;
    border-radius: 4px;
    min-height: calc(100dvh - 117px);
}
.analytic-page-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #0A0C0F;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}
.url-wraper {
    margin: 10px auto;
    max-width: 781px;
    text-align: center;
}
.iframe-main-content .analytic-loader-html p,
.scorecard-page-header p {
    text-align: center;
    font-size: 14px;
    margin: 0 auto 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
}
.analytic-loader-html {
    display: none;
    text-align: center;
}
.analyze--loading form {
    display: none;
}
.analyze--loading .analytic-loader-html {
    display: block;
}
.analytic-loader-html img {
    width: 60px;
    height: 60px;
}
.url-wraper .analyze-button,
.default-button,
body #userTableBody tr td button.download-analityc{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: #f67c40;
    border-radius: 50px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    outline: none;
    border: none;
    cursor: pointer;
}
.url-wraper .analyze-button {
    min-width: 128px;
}
.download-analityc {
    min-width: 144px;
}
.url-wraper .analyze-button:hover,
.default-button:hover,
body #userTableBody tr td button.download-analityc:hover {
    background-color: #d37c45; 
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3); 
}
.default-button::after,
body #userTableBody tr td button.download-analityc::after {
    content: '→';
    margin-left: 10px;
    transition: margin-left 0.3s ease;
}

body div.dt-container .dt-paging .dt-paging-after.current,
body div.dt-container .dt-paging .dt-paging-button:hover {
    background: #f67c40;
    border: 0;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff !important;
    transition: all 0.2s;
}
body div.dt-container .dt-paging .dt-paging-button {
    border: 0;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s;
}
  
.url-wraper .button__text,
.default-button .button__text,
body #userTableBody tr td button.download-analityc .button__text{
    font: bold 18px "Quicksand", san-serif;
    color: #ffffff;
    transition: all 0.2s;
}
/* .add-new-button {
    text-decoration: none;
} */
.btn-common.btn-add.default-button {
    padding: 8px 12px !important;
    min-height: unset !important;
    width: unset !important;
}
/* .add-new-button .button__text {
    font-size: 14px;
} */
.btn-common.btn-add.default-button {
    font: bold 18px "Quicksand", san-serif;
    color: #ffffff;
}
.error {
    color: #ff0000;
    margin-top: 15px;
}
.add-user-form .message{
    margin-bottom: 15px !important;
}
.error:empty,
.add-user-form .message:empty{
    margin: 0 !important;
}
select {
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 14px;
    color: #757575;
}
#tag-filter {
    padding: 14px 8px;
    width: 175px;
    border: 1px solid #bbbbbb;
}
.page-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.url-wraper .button--loading .button__text,
.cs-support-view-more.button--loading .button__text,
.download-analityc.button--loading .button__text{
    visibility: hidden;
    opacity: 0;
}
.cs-support-view-more.button--loading,
.url-wraper .analyze-button.button--loading,
.download-analityc.button--loading{
    pointer-events: none;

}

.cs-support-view-more.button--loading::after{
    content: "" !important; 
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    border: 4px solid transparent;
    border-top-color: #799F92;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
.view-ticket-table-wrapper{
    margin-bottom: 50px;
    overflow-x: auto;
}
.url-wraper .button--loading::after,
.download-analityc.button--loading::after,
.accordion-content.button--loading::after,
.circle.button--loading:after{
    content: "" !important; 
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

span.audit-display-text {
    color: #c00;
}

span.audit-display-text:before {
    content: '—';
    margin-right: 5px;
}
  
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

#urlForm .url-box {
    outline: none;
    text-align: center;
    border: none;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
    padding: 0;
    width: 100%;
    margin: 15px 0 20px;
}
#urlForm .url-box::placeholder {
    color: #000;
}
/* Override browser autofill background color */
#urlForm .url-box:-webkit-autofill{
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}
#results p{
    font-size: 13px;
    color: red;
    padding-left: 2px;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
   background-color: #fefefe;
    border: 1px solid #888;
    width: 100%;
    max-width: calc(70% - 40px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 265px;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}
.modal-content .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-content .close:hover,
.modal-content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content form h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2a2f5b;
}
.modal-content form label {
    display: block;
}
.modal-content form input {
    width: 100%;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
    color: #757575;
    outline:none;
}
.modal-content form input::placeholder{
    color: #757575;
} 
.modal-content form button {
    background: #f67c40;
    border: 0;
    padding: 10px 15px;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    margin-top: 20px;
    margin-right: 5px;
    min-height: 37px;
}
.modal-content form button#cancelEditButton{
    border:1px solid #333;
    background: transparent;
    color: #333;
}

/* Start User List CSS */
.table-wrapper {
    overflow: auto;
    width: 100%;
    display: inline-block;
}
.user-list-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    margin: 30px 0 20px 0;
}
.date-range-wrapper {
    margin: 30px 0 20px 0;
}
.daterangepicker .drp-buttons .btn {
    color: unset;
    cursor:pointer;
}
.user-list-table thead tr {
    background: #97C6B3;
    border-top-left-radius: 16px;
    overflow: hidden;
}
.user-list-table {
    width: 100%;
    border: none;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f1f1f1;
}
.user-list-table thead th {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding: 15px 5px;
    min-width: 150px;
}
.user-list-table thead th:last-child {
    border-right: 0;
}
#userTableBody tr td {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 10px;
    color: #333;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    
    word-break: break-word;
}
#userTableBody tr td:last-child{
    border-right: 0;
}
#userTableBody tr:last-child td{
    border-bottom: 0;
} 
#userTableBody tr td button,
#userTableBody tr td  a {
    background: transparent;
    border: 1px solid #333;
    padding: 8px 15px;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    font-family: 'Arial';
}
div.dt-container .dt-length select.dt-input {
    color: #757575;
}
.ticket-list .status-wrapper {
    display: inline-block;
}
.status-wrapper .select2-selection {
    height: 30px !important;
}
.cs-support-view-more {
    border: 1px solid #E9EBED;
    border-radius: 32px;
    padding: 12px 12px;
    margin-bottom: 0;
    color: #1F2F2F;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 0.2px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
    background-color: transparent;
    text-decoration: none;
}
.ticket-card-header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#userTableBody tr td, 
#clientTable tr th {
    text-align: center;
}
span.dt-column-order {
    display: none;
}
.client-site-list #userTableBody tr td:first-child,
.client-site-list #clientTable tr th:first-child,
.ticket-list #userTableBody tr td:first-child,
.ticket-list #clientTable tr th:first-child {
    text-align: left;
    padding-left: 25px;
}
.ticket-list #userTableBody tr td:first-child,
.ticket-list #clientTable tr th:first-child {
    width: 65%;
}
.page-inner-content div.dt-container .dt-search input,
.date-range-wrapper input{
    padding: 8px;
    outline: none;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #aaa;
}
#userTableBody tr td  a {
    text-decoration: none;
}
#userTableBody tr td button:hover, .modal-content form button:hover{
    opacity: 0.9;
}
#userTableBody tr td.dt-empty {
    text-align: center;
}
table.user-list-table thead th {
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 20px;
    color: #fff;
    padding: 15px 5px !important;
    min-width: 150px;
    border-bottom: none !important;
}
.user-list-table #userTableBody tr td a {
    border: none;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 10px;
    color: #333;
    font-family: "Figtree", sans-serif;
}
.table-wrapper #clientTable .view-client-analytics{
    background: transparent;
    border: 1px solid #333;
    padding: 8px 15px;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    font-family: 'Arial';
}
body div.dt-container .dt-paging button.dt-paging-button.current:hover{
    background: #f67c40;
    color: #fff !important;
    border: none;
}
body div.dt-container .dt-paging button.dt-paging-button.current {
    background: #f67c40;
    color: #fff !important;
    border: none;
}
body div.dt-container .dt-paging button.dt-paging-button.first,
body div.dt-container .dt-paging button.dt-paging-button.previous,
body div.dt-container .dt-paging button.dt-paging-button.next,
body div.dt-container .dt-paging button.dt-paging-button.last {
    background: #97c6b3;
    color: #fff !important;
}
body div.dt-container .dt-paging button.dt-paging-button.first:not(.disabled):hover,
body div.dt-container .dt-paging button.dt-paging-button.previous:not(.disabled):hover,
body div.dt-container .dt-paging button.dt-paging-button.next:not(.disabled):hover,
body div.dt-container .dt-paging button.dt-paging-button.last:not(.disabled):hover {
    background: #f67c40 !important;
    color: #000 !important;
}
.home-download-analytics .download-analityc,
.home-download-analytics a {
    text-decoration: none;
}

.home-download-analytics {
    display: block;
    margin: 30px 0 0;
    text-align: center;
}
.home-download-analytics.v1-analytic-download {
    display: flex;
    float: none;
    margin: 15px 0;
    justify-content: center;
}
.home-download-analytics .download-analityc {
    display: inline-block;
}
.pagination {
    margin-top: 20px;
    text-align: center;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.page-link {
    display: inline-block;
    margin: 0 5px 5px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 5px;
}
.page-link.active {
    background: #f67c40;
    color: white;
}
/* End User List CSS */

.analytics-list {
    max-width: unset;
}
.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}
  
.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}
.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
  
.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
  
.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
  
.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}
  
.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}
  
.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}
  
.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}
  
.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
  
.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}
.counter-section,
.counter-content-section{
    display: none;
}
.counter-section.v1-analytic-counter{
    display: flex;
}
.counter-content-section.v1-analytic-content {
    display: block;
}


/*start tab analytic css*/
.website-summary-tabs-menu {
    margin-bottom: 50px;
}
.cs-tab-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #F3F5F9;
}
.cs-tab {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #4C5661;
    transition: all 0.2s linear;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 0 25px 15px;
    position: relative;
}
.cs-tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #799F92;
    width: 0;
    height: 2px;
    transition: all 0.2s linear;
    margin: 0 auto;
}
.cs-tab:hover:after,
.cs-tab.active:after {
    width: 100%;
}
.cs-tab:hover {
    color: #0A0C0F;
}
.cs-tab.active {
    font-weight: 600;
    color: #0A0C0F;
}
.content-container h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #0A0C0F;
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 5px;
}
.web-performance {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.web-performance .web-performance-left, 
.cs-summary-content-left {
    width: 50%;
    padding-right: 30px;
}
.web-performance-right, 
.cs-summary-content-right {
    width: 50%;
    text-align: right;
    padding-right: 30px;
}
.web-performance-right img {
    width: auto;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.web-performance .counter-bar {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.web-performance .counter-bar .circle-bar canvas {
    height: 94px !important;
    width: 94px !important;
}
.web-performance .circle .circle-bar .circle-box span {
    font-size: 18px;
}
.web-performance .circle .circle-bar {
    margin: 10px 0;
}
.web-performance .counter-heading {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0A0C0F;
}
.web-performance-detail {
    margin-bottom: 15px;
}
.web-performance .counter-bar .circle {
    margin-left: 50px;
}
.analytic-site {
    font-size: 16px;
    color: #0A0C0F;
    font-weight: 600;
    margin: 10px 0 5px;
    letter-spacing: 0;
    word-break: break-all;
    line-height: 1.4;
}
.site-summary-detail .counter-bar {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    vertical-align: top;
}
.site-progress .circle {
    border: 22px solid #E9ECF3;
    height: 192px;
    width: 192px;
    border-radius: 50%;
}

.counter-bar canvas {
    width: 200px;
    height: 200px;
}
.circle .circle-bar {
    position: relative;
    display: table;
    margin: 0 auto 15px;
    line-height: 1;
}
.site-progress .circle .circle-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 100%;
    width: 100%;
}
.circle .circle-bar .circle-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.circle .circle-bar .circle-box span {
    font-size: 42px;
    color: #1F2F2F;
    font-weight: 600;
}
.site-summary-detail .summary-site-health {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0A0C0F;
    letter-spacing: -0.5px;
}
.refresh-analytic-report:hover {
    color: #1f2f2f;
}
.summary-text {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.cs-site-summary-tab-detail:empty {
    display: none;
}
.cs-site-summary-tab-detail .analytic-site {
    margin-bottom: 15px;
}
.cs-summary-content-left .summary-text {
    font-size: 16px;
    font-weight: normal;
}
body .cs-button,
.url-wraper .analyze-button {
    background-color: #1F2F2F;
    font-size: 12px;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
    text-transform: uppercase;
    padding: 12px 20px 10px !important;
    vertical-align: middle;
    line-height: 1.4;
    box-shadow: none;
    letter-spacing: 0.2px;
}
.url-wraper .analyze-button span {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}
.url-wraper .analyze-button {
    margin-top: 10px;
}
body .cs-button:hover, 
.home-download-analytics .cs-button:hover,
.url-wraper .analyze-button:hover  {
    background-color: #799f92;
    color: #fff;
}
body .cs-button:after {
    display: none;
}
.home-download-analytics .cs-button {
    display: flex;
    align-items: center;
    min-width: unset;
    background-color: #1F2F2F;
}
.page-inner-content-tab .content-container {
    background-color: #fff;
    border-radius: 4px;
    padding-top: 20px;
    border: 1px solid #E9EBED;
}
.content-container-page-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}
.content-container-page-header .analytic-page-title {
    margin-bottom: 5px;
}
.container-page-header-right .home-download-analytics {
    margin-top: 0;
}
.container-page-header-left p {
    font-size: 14px;
    color: #000;
}
.cs-summary-content-right .summary-site-health {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: #0A0C0F;
}
.cs-summary-content-right canvas {
    width: 150px;
    height: 150px;
}
.cs-summary-content-right .circle .circle-bar .circle-box span {
    font-size: 32px;
}
.cs-summary-content-right .circle .circle-bar {
    margin-bottom: 0;
    margin-right: auto;
    display: inline-block;
}
.cs-site-summary-tab-detail h4 {
    font-weight: normal;
}
.cs-site-summary-tab-detail {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E9EBED;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.cs-tab-content .counter-section {
    padding-bottom: 30px;
    margin-top: 0;
    justify-content: center;
}
.cs-tab-content .counter-section .circle .circle-bar {
    margin-bottom: 0;
}
.cs-tab-content .counter-section .counter-bar canvas {
    width: 94px;
    height: 94px;
}
.cs-tab-content .counter-section .counter-bar span {
    font-size: 18px;
}
.cs-tab-content .counter-section .counter-bar {
    width: 14.28%;
    margin-bottom: 15px;
}
.cs-tab-content .counter-section .counter-heading {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.cs-summary-content-right .summary-site-health span {
    color: #0A0C0F;
}
.desktop-speed-details .metric-list,
.mobile-speed-details .metric-list {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin: 0 0 15px;
    border-radius: 4px;
}
.content-container {
    flex-grow: 1;
    padding: 20px;
}
.cs-tab-content {
    display: none;
}
.cs-tab-content.active {
    display: block;
}
.page-inner-content-tab {
    display: none;
    margin-top: 15px;
}
.page-inner-content-tab.cs-content-show {
    display: flex;
    margin-top: 0;
}
.summary-site-health span {
    color: #799F92;
    text-transform: capitalize;
    font-weight: 700;
}
.cs-ticket-card {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.cs-report-card {
    border: 1px solid #93C0B1;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    flex-grow: 1;
}
.cs-report-card .cs-card-header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cs-report-card-pass,
.cs-report-card-fail {
    border: 1px solid #93C0B1;
    border-radius: 8px;
    margin-bottom: 15px;
}
.cs-report-card-fail {
    border-color: #fa3;
}
.cs-report-card-pass .cs-report-card,
.cs-report-card-fail .cs-report-card {
    border: none;
    border-radius: 0;
    padding: 16px 0;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.cs-report-card-pass .cs-report-card + .cs-report-card,
.cs-report-card-fail .cs-report-card + .cs-report-card {
    border-top: 1px solid #E9EBED;
}
.traffic-overview .cs-card-header-left {
    width: 40%;
}
.cs-card-header-left {
    width: 50%;
}
.lead-overview .cs-lead-card {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.lead-overview .cs-report-card {
    width: calc(25% - 15px);
    flex-grow: unset;
    border: 1px solid #93C0B1;
    background-color: #fff;
    padding: 17px 15px;
    margin: 0 7.5px 15px;
    border-radius: 8px;
}
.lead-overview .cs-lead-card .lead-count,
.traffic-overview .lead-count {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.7px;
    color: #1F2F2F;
    line-height: 1;
    margin-bottom: 5px;
}
.lead-overview .cs-lead-card .cs-card-header {
    font-size: 14px;
    color: #1F2F2F;
    font-weight: 600;
}
.lead-overview .cs-card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lead-overview .cs-card-content .cs-card-header-left {
    width: 55%;
}
.lead-overview .cs-card-content .cs-card-header-right {
    width: 45%;
    text-align: right;
}
.cs-card-header-right {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: #1F2F2F;
    width: 50%;
    text-align: right;
}
.cs-ticket-card .cs-card-header-right {
    text-align: left;
    width: 100%;
}
.cs-ticket-card .cs-report-card .cs-card-header {
    color: #1F2F2F;
    font-size: 14px;
    position: relative;
    text-transform: capitalize;
}
.cs-ticket-card .cs-report-card .cs-card-header .tickets-percent {
    position: absolute;
    right: 0;
    color: #788282;
    font-size: 14px;
    font-weight: 400;
}
.traffic-overview .cs-card-header-right {
    text-align: right;
    width: 60%; 
}
.cs-report-card.fail .cs-card-header-right {
    color: #F32837;
}
.cs-card-header-left .cs-card-header {
    align-items: center;
}
.cs-card-header-left h3 {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    color: #0A0C0F;
    margin-bottom: 0;
}
.cs-card-header-left .status {
    padding: 6px 8px 4px;
    font-size: 16px;
    border-radius: 8px;
    color: #fff;
    line-height: 1.375;
    display: flex;
    align-items: center;
}
.cs-card-header-left .status.pass {
    background-color: #799F92;
}
.cs-card-header-left .status.fail {
    background-color: #fa3;
}
.cs-card-description {
    margin-top: 10px;
}
.cs-card-description p {
    font-size: 14px;
    word-break: break-word;
    line-height: 1.6;
    color: #1F2F2F;
}
.cs-card-header-inner {
    display: flex;
    align-items: center;
}
.cs-card-description .button {
    border: 1px solid #E9EBED;
    background-color: transparent;
    border-radius: 32px;
    padding: 12px 40px 12px 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAABKUlEQVR4nO2T60rEMBCF+wQKsqhJ5py0oaIoPphvqf8E8Y+39YqKipeXqAy2S3dNbVm7CNIDA4WZM18ynSTJoEF/pjzPlwDsGWNGv+1ljBlpL+05lQghLJM8JFkAGAOw80KyLFsjeVr2OhaRlUmS5IEmqgBwOQ8MgFVvvRfJ/XrB+UxS48Zai64Qay3UE+lz1loE4IFkaIOEEEjytsGfTRU756QB9igieRMkTVNP8i7iu/fep1GT934dwEXE9Epye7beObdB8ikyrms9+I9jKGHf/hmANwA7tZtsknyOQUTEJV1XtAH2LiK73vstki8RyFVnSMuqanyUUfTxJCY30/WMwIreIJVCCKvVS18YpA2Gr9GapE+VsJMaZNw7ZAZ2pKHfC4EM+v/6BI9vvdUmo1E7AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px);
    background-size: auto 14px;
    margin-bottom: 0;
    margin-top: 15px;
    color: #1F2F2F;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 0.2px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
}
#seo .cs-card-header-left {
    width: 100%;
}
.view-ticket-table a,
.recomended-solutions table a {
    color: #1F2F2F;
    word-break: break-all;
}
.view-ticket-table,
.recomended-solutions table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}
.view-ticket-table thead,
.recomended-solutions table thead {
    background-color: #799F92;
    text-align: left;
    border: none;
    color: #fff;
}
.view-ticket-table thead th,
.recomended-solutions table thead th {
    padding: 10px 15px;
    color: #fff;
    min-width: 200px;
    font-weight: 600;
}
.view-ticket-table tbody td,
.recomended-solutions table tbody td {
    padding: 8px;
}
.view-ticket-table tbody tr:nth-child(2n),
.recomended-solutions table tbody tr:nth-child(2n) {
    background-color: #f1f1f1;
}
.view-ticket-table a:hover,
.recomended-solutions table a:hover {
    color: #1F2F2F;
    text-decoration: none;
}
.web-performance-center .counter-bar .circle {
    margin: 0 auto;
}
.web-performance-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 25px;
}
.web-performance-center .circle .circle-bar {
    margin: 10px auto;
}
.web-performance-center .counter-heading {
    text-align: center;
}
.security-overview .cs-card-header-left {
    width: 100%;
}
.dignostics-group-title {
    color: #0a0c0f;
    padding: 12px 0;
    font-size: 24px;
    text-align: center;
}
.cs-highlight-url {
    color: #0938C2;
    word-break: break-word;
}
.cs-recommended-code-block{
    background-color: #EEF1F4;
    padding: 10px;
    font-size: 14px;
}
.cs-recommended-code-block .cs-recommended-code{
    font-family: Consolas, Monaco, monospace;
}
.recomended-solutions {
    margin-top: 10px;
}
.cs-seo-heading {
    font-weight: 600;
    color: #0A0C0F;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    line-height: 20px;
}
.cs-rank-seo-card {
    border: 1px solid #799F92 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}
/*end tab analytic css*/

/*Start Rank Tabs Page*/
.rank-seo-title-row {
    vertical-align: top;
}
.rank-seo-item {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #F0F4F8;
}
.rank-seo-row {
    display: inherit;
    width: inherit;
    table-layout: inherit;
}
.rank-seo-item:not(:last-child) {
    border-bottom: 1px solid #D9E2EC;
}
.rank-seo-title-row,
.rank-seo-content-row {
    display: block;
    padding: 15px 20px;
    position: relative;
    width: 100%;
}
.rank-seo-heading {
    margin-bottom: 0;
}
.rank-seo-title {
    font-size: 14px;
    font-weight: 600;
    display: inline;
    margin: 0;
}
.rank-seo-tooltip {
    position: relative;
    cursor: pointer;
    color: #069de3;
    top: 5px;
    display: inline;
}
.rank-seo-tooltip em {
    background: #95a6ae;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    vertical-align: 5px;
    font-style: normal;
    display: inline-block;
    text-align: center;
}
.rank-seo-tooltip>span {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    width: 200px;
    padding: 8px 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    text-align: center;
    pointer-events: none;
    opacity: 0;
    color: #fff;
    border-radius: 3px;
    background: #555d66;
    position: absolute;
    bottom: 100%;
    left: 50%;
}
.rank-seo-tooltip>span:after {
    content: '';
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #555d66 transparent transparent;
    border-width: 8px 7px 0;
}
.rank-seo-tooltip:hover em {
    background: #069de3;
}
.rank-seo-tooltip:hover span {
    bottom: 130%;
    opacity: 1;
}
.rank-seo-icon {
    position: absolute;
    top: 20px;
    color: #fff;
    border: 0px solid transparent;
    border-radius: 50em;
    font-size: 12px;
    line-height: 22px;
    width: 22px;
    text-align: center;
}
.rank-seo-content {
    font-size: 14px;
    position: relative;
    padding-left: 40px;
}
.rank-seo-icon img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.rank-seo-tags span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    background: rgba(0,0,0,0.08);
    margin: 5px 5px 0 0;
    border-radius: 3px;
}
.rank-seo-tags span:nth-child(1) {
    font-size: 22.00px;
}
.rank-seo-tags span:nth-child(2),
.rank-seo-tags span:nth-child(3),
.rank-seo-tags span:nth-child(4) {
    font-size: 17.50px;
}
.rank-seo-tags span:nth-child(5),
.rank-seo-tags span:nth-child(6),
.rank-seo-tags span:nth-child(7),
.rank-seo-tags span:nth-child(8),
.rank-seo-tags span:nth-child(9),
.rank-seo-tags span:nth-child(10) {
    font-size: 16.00px;
}
.rank-seo-card p {
    border: none;
    padding: 0;
    font-size: 14px;
}
.rank-seo-card {
    border: none;
    padding: 0;
    overflow: visible;
    margin-bottom: 30px;
}
.rank-seo-action {
    display: block;
    float: right;
    margin-top: -4px;
    margin-left: 10px;
    padding: 6px 6px 6px 12px;
    text-decoration: none;
    color: #2488e1;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    text-decoration: none;
    cursor: pointer;
}
.rank-seo-action:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1.5px solid #2488e1;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin-left: 6px;
    border-top: none;
    border-left: none;
    top: -4px;
    position: relative;
}
.how-to-fix-wrapper {
    line-height: 1.5;
    display: none;
    margin: 22px auto 0;
    padding: 15px;
    color: #fff;
    background: #2488e1;
    border-radius: 3px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.how-to-fix-wrapper p:first-of-type {
    margin-bottom: 1em;
}
.how-to-fix-wrapper p {
    margin-bottom: 1em;
}
.rank-seo-content.expanded .how-to-fix-wrapper {
    display: block;
}
.expanded .rank-seo-action:after {
    transform: rotate(224deg) scaleY(1);
    top: 2px;
}
.info-list {
    background: #181515;
    color: #fff;
    padding: 4px;
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
}
.info-list li {
    padding: 3px 6px 2px;
    margin: 0 1px;
    font-size: 13px;
    font-family: Consolas, Monaco, monospace;
    direction: ltr;
    unicode-bidi: embed;
    white-space: nowrap;
}
.rank-seo-main-titles {
    color: inherit;
    background: transparent;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
}
.rank-seo-content .serp-preview {
    padding: 20px;
    background: #fff;
    margin-left: 0;
    margin-top: 10px;
}
.rank-seo-content .serp-preview > div {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    max-width: 630px;
    margin: 0;
}
.rank-seo-content .serp-preview .serp-url {
    font-size: 14px;
    line-height: 16px;
    margin: 3px 0 5px;
    color: #006621;
}
.rank-seo-content .serp-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a0dab;
}
.rank-seo-content .serp-description {
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
    color: #545454;
}
/*End Rank Tabs Page*/
.ticket-card-wrapper,
.lead-card-wrapper {
    display: flex;
    justify-content: space-around;
    gap:10px;
}

.lead-card,
.ticket-card {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    width: 25%;
    color: inherit;
    text-decoration: none;
}

.ticket-card-wrapper .ticket-card {
    width: 33.33%;
}

.ticket-card-content,
.lead-card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-data-api-error {
    color: #ff0000;
}

.ticket-left,
.lead-left {
    text-align: left;
    line-height: 1;
}

.ticket-right,
.lead-right {
    text-align: right;
}

.ticket-count,
.lead-count {
    font-size: 36px;
    font-weight: bold;
    word-break: break-all;
}

.lead-percentage {
    font-size: 14px;
    margin-bottom: 8px;
}

.ticket-text,
.lead-text {
    font-size: 12px;
    color: #888;
}
.lead-percentage img {
    width: 16px;
    margin-right: 6px;
}
.lead-percentage span.green {
    color: green;
}
.lead-percentage span.red,
.lead-percentage span.green,
.lead-percentage span.neutral {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cs-lead-card .lead-percentage span {
    display: inline-block;
    padding: 5px 3px 5px 7px;
    border-radius: 6px;
    font-size: 14px;
}
.lead-percentage span.red {
    color: #D92D20;
    background-color: #FEE4E2;
}
.lead-percentage span.green {
    color: #799F92;
    background-color: #D4E6E0;
}
.cs-lead-card .lead-percentage .neutral {
    color: #522e23;
    background-color: #ffe4da;
}
.lead-percentage span img {
    position: relative;
    top: 3px;
}
.color-box {
    width: 25px;
    height: 12px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}
.lead-analytics-title {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
ul.lead-item-wrapper {
    list-style: none;
    padding: 0;
}
.lead-item-name {
    font-size: 14px;
}
.lead-item-name:not(:last-child) {
    margin-bottom: 8px;
}
.lead-analytics { 
    margin-top: 15px;
}
.graph-section {
    margin-bottom: 50px;
}

.scorescale-range--fail::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #f33;
}
.scorescale-range::before {
    content: '';
    display: inline-block;
    margin: 0 14px 0 6px;
}
.scorescale-range {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.scorescale {
    gap: 32px;
    margin: 10px auto 0 auto;
    color: #616161;
    border: 0;
    display: flex;
    justify-content: center;
}
.scorescale-range.scorescale-range--average::before {
    width: 12px;
    height: 12px;
    background-color: #fa3;
}
.scorescale-range--pass:before {
    background-color: #0c6;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.scorescale-wrap {
    margin-bottom: 15px;
}

.metric-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.metric-list li {
    width: calc(50% - 32px);
    margin: 0 16px;
    padding: 5px 0 5px 26px;
    position: relative;
}
.metric-list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
}
.metric-list li.excellent:before {
    background-color: #00cc66;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.metric-list li.average:before {
    background-color: #fa3;
    width: 12px;
    height: 12px;
}
.metric-list li.fail:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #f33;
}
.metric-list li.excellent span {
    font-size: 24px;
    color: #00cc66;
}
.metric-list li.average span {
    color: #fa3;
    font-size: 24px;
}
.metric-list li.fail span {
    font-size: 24px;
    color: #f33;
}
.cs-mobile-header {
    display: none;
}
#results p {
    margin-top: 10px;
}
.site-progress .circle .circle-bar span {
    font-size: 52px;
    color: #000000;
    font-weight: 500;
    letter-spacing: -0.7px;
}
.performance-grade {
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: -0.7px;
}
.performance-grade-average {
    align-items: center;
    align-content: center;
    padding: 0 40px 0 40px;
}
.scorecard-page-header.result-render {
    display: none;
}
.site-summary-section {
    margin-bottom: 50px;
}
.site-summary-detail {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 0 40px;
}
.traffic-overview .cs-lead-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.traffic-overview .cs-card-content {
    display: flex;
    align-items: center;
}
.traffic-overview .cs-report-card {
    width: 100%;
    flex-grow: unset;
    max-width: 400px;
}
.cs-card-ticket-bar {
    background-color: #F3F5F9;
    height: 8px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0;
}
.cs-card-ticket-bar-value {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #799F92;
    border-radius: 8px;
}
.cs-ticket-card .cs-card-header-left {
    width: 100%;
}
.cs-table-content-hide,
.cs-fail-content-hide,
.cs-content-show.cs-content-hide {
    display: none;
}
.cs-card-header-right .ticket-text, 
.cs-card-header-right .lead-text {
    color: #1F2F2F;
}
.refresh-analytic-report {
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    color: #0036C0;
}
.traffic-overview .counter-title {
    text-align: center;
    display: block;
}
.web-performance .web-performance-left {
    padding-left: 10px;
}
.web-performance .web-performance-right {
    padding-right: 10px;
}
.lead-overview .counter-leads-details {
    margin-bottom: 25px;
}
.desktop-overview .web-performance .web-performance-left,
.desktop-overview .web-performance .counter-heading,
.mobile-overview .web-performance .web-performance-left,
.mobile-overview .web-performance .counter-heading {
    text-align: center;
}
.mobile-overview .web-performance-right .web-performance-layout {
    width: 250px;
    margin-left: auto;
    position: relative;
    padding: 0;
    height: 250px;
    overflow: hidden;
}
.mobile-overview .web-performance-right .web-performance-layout:after {
    content: "";
    position: absolute;
    background-image: url(../images/mobile-layout.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}
body .iframe-main-content {
    left: 0;
    width: 100%;
    float: none;
    background-color: #fafafa;
}
.iframe-main-content .container {
    margin-top: 0;
}
.mobile-overview .web-performance-right img {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    object-position: top;
}
.mobile-overview .web-performance-right .web-performance-layout:after {
    content: "";
    position: absolute;
    background-image: url(../images/mobile-layout.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}
.desktop-overview .web-performance-layout {
    width: 420px;
    margin-left: auto;
    text-align: center;
    position: relative;
}
.desktop-overview .web-performance-layout img {
    width: 350px;
    margin: 0 auto;
    object-position: top;
    height: 244px;
}
.desktop-overview .web-performance-layout:after {
    content: "";
    position: absolute;
    background-image: url(../images/desktop-layout.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 250px;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}
.dashboard-url-inputbox {
    position: relative;
    display: table;
    border: 1px solid #f1f1f1;
    margin: 15px auto 5px;
    height: 50px;
    max-width: 403px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
}
#urlForm .dashboard-url-inputbox .url-box {
    margin: 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    text-align: left;
    font-size: 18px;
    top: 0;
}
.dashboard-url-inputbox label {
    position: absolute;
    left: 0;
    top: 16px;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    font-size: 18px;
    color: #6e6e6e;
    transition: all 0.2s linear;
    text-align: left;
    padding: 0 15px;
}
.dashboard-url-inputbox.input-focus label {
    color: #495057;
    top: 5px;
    font-size: 12px;
}
.dashboard-url-inputbox.input-focus {
    box-shadow: 0 0 10px #f2f2f2;
    border-width: 2px;
}
#urlForm .dashboard-url-inputbox.input-focus .url-box {
    top: 10px;
}
.url-wraper p {
    margin-top: 15px;
}
body .iframe-main-content .container {
/*    max-width: 85%;*/
    width: 100%;
    margin: 0 auto;
}
/* #desktop end */
    
@media screen and (min-width: 45rem) { 
    .rank-seo-title-row {
        display: table-cell;
        width: 26%;
    }  
    .rank-seo-content-row {
        display: table-cell;
        width: 74%;
        padding-top: 18px;
    }
}

@media (min-width:1200px){
     .modal-content {
        width: 100%;
        max-width: 840px;
    }
    
}

@media (max-width:1400px){

    .cs-tab-content .counter-title {
        font-size: 20px;
    }
    .lead-overview .cs-lead-card .lead-count, 
    .traffic-overview .lead-count {
        font-size: 24px;
    }
    .lead-overview .cs-lead-card .cs-card-header,
    .cs-lead-card .lead-percentage span,
    .cs-card-header-right .ticket-text {
        font-size: 11px;
    }
    .cs-card-header-right .lead-text {
        font-size: 10px;
    }
    .lead-percentage span img {
        top: 1px;
        width: 10px;
    }
    

}

@media (max-width:1200px){
    .modal-content {
        width: 100%;
        max-width: calc(70% - 60px);
    }
    .cs-tab-content .counter-section .counter-bar {
        width: 25%;
    }
    .cs-summary-content-right canvas {
        width: 120px;
        height: 120px;
    }
    .cs-summary-content-right .circle .circle-bar .circle-box span {
        font-size: 22px;
    }
    .cs-summary-content-right .summary-site-health {
        font-size: 16px;
    }
    .cs-lead-card .lead-percentage span,
    .lead-overview .cs-lead-card .cs-card-header {
        font-size: 12px;
    }
    .ticket-text, .lead-text {
        font-size: 10px;
    }
    .content-container-page-header {
        margin-bottom: 30px;
    }
    .lead-overview .cs-report-card {
        width: calc(33.33% - 15px);
    }
}
@media (max-width:1024px){
    .counter-bar {
        width: 21.5%;
    }
    .lead-card-wrapper,
    .ticket-card-wrapper {
        flex-wrap: wrap;
    }
    .lead-card-wrapper .lead-card,
    .ticket-card-wrapper .ticket-card {
        width: calc(50% - 10px);
    }
}
@media (min-width:992px){
    .graph-section {
        display: flex;
        align-items: flex-start;
    }
    .graph-wrapper {
        width: 75%;
    }
    .lead-analytics {
        width: 25%;
        padding-left: 50px;
        margin-top: 45px;
    }
    .site-summary-desc {
        width: calc(100% - 132px);
    }
    .desktop-overview .performance-grade {
        margin: 0 0 20px 30px;
    } 
   
}

@media (max-width:991px) {

    .mobile-overview .web-performance .web-performance-left, 
    .desktop-overview .web-performance .web-performance-left {
        max-width: 450px;
        margin: 0 auto;
        padding: 0;
    }
    .mobile-overview .web-performance-right .web-performance-layout,
    .desktop-overview .web-performance-layout {
        margin: 0 auto;
    }
    .web-performance .web-performance-right {
        padding-right: 0;
        padding-bottom: 15px;
    }
    .counter-bar {
        width: 35%;
        margin-bottom: 40px;
    }
    .counter-heading {
        margin-bottom: 20px;
    }
    .counter-content-details {
        width: 100%;
    }
    .counter-bar .circle{
        margin:0 auto;
    }
    .page-inner-content-tab .content-container {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .web-performance {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .web-performance .web-performance-left, 
    .cs-summary-content-left {
        width: 100%;
        padding-right: 0;
    }
    .web-performance-right {
        width: 100%;
        margin-top: 15px;
        padding-right: 0;
        text-align: center;
    }
    .web-performance .web-performance-left,
    .web-performance .counter-heading {
        text-align: center;
    }
    .web-performance .circle .circle-bar {
        margin: 10px auto;
    }
    .web-performance .counter-bar .circle {
        margin-left: 15px;
        width: auto;
        height: auto;
    }
    .website-summary-tabs-menu {
        margin-bottom: 25px;
    }
    .cs-tab-container {
        flex-direction: row;
        overflow-x: auto;
        padding: 10px 5px 2px;
    }
    .cs-mobile-header {
        display: flex;
        margin-bottom: 15px;
        align-items: center;
        justify-content: space-between;
    }
    .cs-mobile-download-analytic {
        width: auto;
        text-align: right;
        display: flex;
        justify-content: end;
    }
    .cs-mobile-header .home-download-analytics {
        margin-top: 0;
    }
    .cs-card-header-left {
        width: 100%;
        margin-right: 0;
    }
    .cs-card-header-right {
        width: 100%;
    }
    .view-ticket-table {
        display: table;
    }

    .recomended-solutions table {
        display: inline-block;
        overflow-x: auto;
    }
    .cs-card-header-right {
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
    }
    .web-performance-right, .cs-summary-content-right {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .cs-summary-content-right {
        margin-top: 30px;
    }
    .cs-summary-content-right .summary-site-health {
        text-align: center;
    }
    .cs-tab-content .counter-section .counter-bar span {
        font-size: 14px;
    }
    .site-summary-detail {
        flex-direction: column;
        text-align: center;
        padding: 0;
        gap: 15px;
    }
    .site-progress .circle {
        border: 18px solid #E9ECF3;
        height: 160px;
        width: 160px;
    }
    .traffic-overview .cs-report-card {
        width: calc(50% - 10px);
        margin-bottom: 0;
        border-radius: 8px;
    }
    .site-summary-section {
        margin-bottom: 20px;
    }
    .desktop-speed-details .metric-list {
        flex-wrap: nowrap;
    }
    .cs-tab-content .metric-list li p {
        font-size: 12px;
    }
    .cs-tab-content .metric-list li span {
        font-size: 16px;
    }
    .analytic-loader-html img {
        width: 72px;
        height: 72px;
    }
    .cs-report-card {
        width: calc(50% - 5px);
        flex-grow: unset;
        margin-bottom: 0;
    }
    .analytic-page-title {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .content-container-page-header {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        row-gap: 15px;
        margin-bottom: 25px;
    }
    .lead-overview .cs-lead-card {
        margin: 0 -5px;
    }
    .lead-overview .cs-report-card {
        width: calc(50% - 10px);
        padding: 10px 15px;
        margin: 0 5px 10px;
    }
    .cs-ticket-card {
        gap: 10px;
    }
    .performance-grade {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .lead-overview .cs-lead-card .lead-count, 
    .traffic-overview .lead-count {
        font-size: 26px;
    }
    
}

@media (max-width:767px){
    .section-gapping{
        padding: 30px 0;
    }
    .counter-content-section {
        padding: 30px 0;
    }
    .navbar-header {
        padding: 0;
    }
    .login-section .grid {
        flex-direction: column;
    }
    .grid-2 .column {
        width: 100%;
    }
    .title {
        font-size: 22px;
        line-height: 32px;
    }
    .sub-title {
        font-size: 15px;
        line-height: 24px;;
    }
    .login-section {
        height: 100%;
    }
    .login-form {
        padding: 20px;
    }
    .sign-in-with .sub-title {
        font-size: 16px;
        min-width: 130px;
    }
    .main-header {
        width: calc(100% - 50px);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-content {
        width: calc(100% - 50px);
        left: 50px;
    }
    .navbar-nav .dropdown-menu {
        width: 240px;
    }
    .main-header-logo {
        display: block;
    }
    .main-header-logo .logo-header{
        background-color: transparent;
        padding: 0;
    }
    .main-header-logo .logo-header a{
        color:#333;
    }
    .sidebar.hidden + .main-content .main-header {
        padding: 0 15px;
    }
    .page-inner-content{
        padding: 24px 15px;
    }
    .user-list-table thead th {
        font-size: 18px;
    }
    .user-list-table thead th:last-child {
        min-width: 180px;
    }
    .modal-content {
        width: 100%;
        max-width: calc(100% - 80px);
        left: 50px;
    }
    .content-container h4 {
        font-weight: normal;
    }
    .cs-tab-content .counter-section .counter-bar {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
        background-color: #fff;
        box-shadow: 0px 1px 2px 1px #10182814;
        border-radius: 8px;
        padding: 20px;
    }
    .cs-site-summary-tab-detail {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .circle-bar canvas {
        width: 150px !important;
        height: 150px !important;
    }
    .cs-site-summary-tab-detail .analytic-site,
    .content-container h4,
    .cs-summary-content-left .summary-text,
    .high-speed-website-btn {
        text-align: center;
    }
    .cs-card-description p,
    .view-ticket-table,
    .recomended-solutions table  {
        font-size: 14px;
    }
    .recomended-solutions h4 {
        text-align: left;
        font-weight: 600;
    }
    .cs-card-header-right {
        margin-bottom: 0;
        text-align: right;
        font-size: 16px;
    }
    .cs-card-header-right .lead-text {
        text-align: right;
    }
    .cs-summary-content-left {
        text-align: center;
    }
    .cs-tab-content .counter-section .counter-bar canvas {
        width: 80px !important;
        height: 80px !important;
    }
    .page-inner-content-tab .content-container {
        background-color: transparent;
        margin-top: 0;
        padding: 20px 15px 0;
    }
    .site-summary-detail .summary-site-health {
        font-size: 20px;
    }
    .summary-text {
        font-size: 14px;
    }
    .cs-box-shadow {
        background-color: #fff;
        box-shadow: 0px 1px 2px 1px #10182814;
        border-radius: 8px;
        padding: 20px;
        margin: 0 0 20px;
    }
    .web-performance-center {
        margin-bottom: 0;
    }
    .web-performance-right {
        display: none;
    }
    .cs-tab-content .counter-section {
        margin: 0 -10px;
    }
    .desktop-speed-details .metric-list, 
    .mobile-speed-details .metric-list {
        background-color: #fff;
    }
    .cs-card-description .button {
        background-color: #fff;
    }
    .cs-card-header-left h3 {
        font-size: 15px;
    }
    .dignostics-group-title{
        font-size: 20px;
    }
    .cs-card-header-left .status {
        padding: 4px 6px 4px;
        font-size: 12px;
    }
    .security-overview .cs-card-header-left {
        justify-content: space-between;
    }
    #urlForm .url-box {
        font-size: 18px;
    }
    .analytic-loader-html {
        margin: 20px 0;
    }
   
    .counter-bar .circle .circle-box span {
        font-size: 36px;
    }
    .traffic-overview .cs-report-card,
    .cs-report-card,
    .lead-overview .cs-report-card {
        width: 100%;
    }
    .cs-card-header-right {
        font-size: 14px;
        margin-top: 10px;
    }
    .lead-overview .cs-lead-card .lead-count, 
    .traffic-overview .lead-count {
        font-size: 24px;
    }
    .cs-ticket-card {
        gap: 10px;
    }
    .cs-tab-content .counter-leads-details {
        margin-bottom: 25px;
    }
    .cs-tab-content .counter-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .cs-tab-content .metric-list li {
        width: unset;
        margin: 0 8px;
        flex-grow: 1;
    }
    .cs-card-header-left .status {
        border-radius: 4px;
    }
    .cs-card-header-inner {
        justify-content: space-between;
    }
    body .iframe-main-content .container {
        max-width: 100%;
    }

}

@media (max-width:576px){
    .counter-bar {
        width: 50%;
    }
    .counter-bar .circle {
        margin:0 auto
    }
    .cs-seo-heading,
    .counter-heading {
        font-size: 18px;
    }
    .dashboard-url-inputbox label {
        font-size: 14px;
    }
    
}

@media (max-width:480px){
    .page-title-wrapper {
        flex-wrap: wrap;
    }
    .add-user-form {
        margin-top: 15px;
    }
    .lead-card-wrapper .lead-card,
    .ticket-card-wrapper .ticket-card {
        width: 100%;
    }
    .cs-mobile-header .mobile-logo .logo {
        display: block;
        width: 130px;
    }
    body .cs-button {
        padding: 10px 15px 8px !important;
    }
    
}

@media (max-width:360px){
    .counter-section {
        flex-direction: column;
    }
    .counter-bar {
        width: 100%;
    }
    
}