nav.navbar {
    box-shadow: 0 -4px 8px 6px #e2e2e2;
}
.navbar .container {
    display: flex;
    align-items: center;
}
ul.navbar-nav {
    gap: 20px;
}
.navbar-brand img {
    max-width: 220px;
}
main#main {
    min-height: 700px;
}
div#footer p {
    visibility: hidden;
}
div#navbarNav {
    justify-content: end;
}
.notify {
    border-right: 1px solid #a8a8a8;
}
i.fa-regular.fa-bell {
    font-size: 25px;
    position: relative;
}
a.navbar-brand.profile {
    padding-left: 20px;
}
.nav-item.active a.nav-link {
    color: #0190fd !important;
    font-weight: 600;
}
.nav-item:focus-visible {
    outline: 0 !important;
}
.nav-item a.nav-link:visited {
    color: #000;
}
i.fa-regular.fa-bell:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #0190fd;
    outline: 1px solid #fff;
    right: 0;
}
.table td, .table th {
    vertical-align: middle;
    text-align: center;
}
.score-circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}
.circleOrange {
    background: #fed6adad;
    color:#FE8B14;
    outline: 1px solid #FE8B14;
}
.score-circle.circleRed {
    background: #fbb0b48c;
    color:#FB000F;
    outline: 1px solid #FB000F;
}
.score-circle.circleGreen {
    background: #b2ffba99;
    color:#3FBE4B;
    outline: 1px solid #3FBE4B;
}
.good_s, .bad_s, .avg_s, .no_s{
    font-weight: 500;
    font-size: 18px;
}
.no_s{
    color: #737373;
}
.good_s {
    color:#3FBE4B;
}

.bad_s {
    color:#FB000F;
}
.avg_s {
    color:#FE8B14;
}
.tableurl {
    text-align: left;
    color: #4D4D4D;
    max-width: 300px;
    overflow: hidden;
    overflow-wrap: break-word;
}
.table thead tr:first-child {
    --bs-table-bg: #f1f1f1 !important;
}
.dashboard-data {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}
.tableheader {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    justify-content: space-between;
}
#overview-main .tablehead {
    flex-basis: 68%;
}
.searchbar {
    border: 1px solid #0190fd;
    border-radius: 6px; 
    margin-right:15px
}
input.form-control.me-2 {
    border: none !important;
    border-radius: 20px;
}
div.d-flex.form-group {
    align-items: center;
}
i.fa-solid.fa-magnifying-glass {
    padding-left: 10px;
}
.tablehead h1 {
    color: #0190fd;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: left;
    margin-bottom: 0;
}
button.btn.btn-primary.addweb {
    background-color: #0190fd !important;
    border-color: #0190fd !important;
}
.table > thead tr th {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
th.bold-txt {
    font-weight: 600 !important;
}
button.btn.btn-primary.view_update {
    background-color: #0190fd !important;
    border-color: #0190fd !important;
    padding: 10px 8px;
    text-align: center;
    display: flex;
        align-items: center;
}
button.btn.btn-primary.view_update a i{
    color: #fff;
}
i.fa-solid.fa-angle-right, i.fa-solid.fa-angle-left {
    font-size: 12px;
}
button.btn.trash {
    background: #f00;
    color: #fff;
}
.view_update i.fa-solid.fa-angle-right {
    font-size: 16px;
}
.updated-date {
    font-size: 16px;
    line-height: 24px;
    color: #636363;
}
.table td {
    padding: 15px 22px !important;
}
.table-footer {
    display: flex;
    justify-content: flex-end;
    padding: 20px 30px;
}
ul.pages-dropdown {
    display: flex;
    gap:6px;
    align-items: center;
    margin-bottom: 0;
}
ul.pages-dropdown li.page-item.disabled  {
    border: none;
}  
#pagination ul {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
}
ul li {
    list-style: none;
}
li.page-item {
    border-color: #0190fd !important;
    border: 1px solid;
    padding: 8px 12px;
    border-radius: 5px;
}
li.out-of-range {
    padding: 8px 12px;
}
table.table {
    margin-bottom: 0;
}
li.page-item a, li.out-of-range a {
    color: #000;
    text-decoration: none;
}
li.page-item.active a {
    color: #fff;
}
ul#result-tab {
    margin-left: 0;
}
@media(min-width:1025px) and (max-width:1399px){
    #overview-main .tablehead {
        flex-basis: 55%;
    }
}
@media(max-width:1199px){
    .table td {
        padding: 15px 0 !important;
    }
    table.table {
        overflow-x: scroll;
    }
    table.table{
        display: none;
    }
    .accordion-button:not(.collapsed)::after {
        transform: unset !important;
    }
    .accordion-button:not(.collapsed) {
        background-color: #fff;
    }
    .accordion-item:has(.accordion-collapse.show) button.accordion-button:after {
        transform: rotate(180deg) !important;
    }
    div#websitepanel {
        font-size: 14px;
        border-bottom: 1px solid #CCCCCC;
    }
    .url.mb-2 {
        font-size: 14px;
        margin-bottom: 0 !important;
    }
    .url.mb-2 a {
        text-decoration: unset;
        color: #000;
    }
    .score.mb-3 {
        background: #e8e8e8;
        padding: 5px 10px;
        margin: 0 -20px;
    }
    .metrics .d-flex.justify-content-between {
        border-bottom: 1px solid #d9d9d9;
        padding: 5px 0px;
        align-items: center;
    }
    .accordion-button::after {
        width: 16px !important;
        height: 16px !important;
        content: "\f107";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        background-image: none !important;
    }
    .url.mb-2 strong {
        color: #000;
    }
    button.accordion-button:focus {
        box-shadow: none;
        background: #fff;
    }
    .view-more.text-center.mt-3 {
        display: flex;
        gap: 10px;
    }
    #pagination ul {
        margin-left: 0;
        padding-left: 0;
    }
    .tableheader {
        border-bottom: 1px solid #CCCCCC;
    }
}
@media(min-width:992px) and (max-width:1200px){
    .table td {
        padding: 15px 10px !important;
    }
}
@media(min-width:1201px) and (max-width:1400px){
    .table td {
        padding: 15px 18px !important;
    }
}
select#page-select {
    width: 40px;
}
#pagination li.page-item.active {
    background: #0190fd;
    color: #fff;
}
input.form-control.me-2:focus {
    box-shadow: none;
}
@media(min-width:1200px){
    #websitepanel{
        display: none;
    }
}
@media(max-width: 550px){
    .table-footer {
        padding: 20px 0px;
    }
    li.page-item {
        padding: 4px 8px;
        font-size: 12px;
    }
    li.out-of-range {
        padding: 4px 8px;
    }
    ul {
        padding-left: 10px;
        gap: 4px;
    }
    select#page-select {
        width: 30px;
    }
    .pages-dropdown li.page-item {
        padding: 6px 4px;
    }
    ul.pages-dropdown {
        gap: 2px;
    }
}
@media(max-width:991px){
    .tableheader {
        flex-wrap: wrap;
        padding: 10px 20px;
    }
    #overview-main .tablehead {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .searchbar {
        margin-right: 20px;
        flex: 0 0 50%;
    }
    button.btn.btn-primary.addweb {
        flex: 0 0 40%;
        font-size: 12px;
        padding: 9px 10px;
    }
    .accordion-item {
        border-left: none;
        border-right: none;
    }
    .score.mb-3 {
        margin: 0 -10px !important;
    }
    input.form-control.me-2 {
        font-size: 14px;
    }
    button.accordion-button {
        padding: 20px 10px;
        align-content: center;
        flex-wrap: wrap;
    }
    .accordion-body {
        padding: 20px 10px;
    }
    .navbar-brand img {
        width: 120px;
    }
    button.btn.btn-primary.view_update i.fa-solid.fa-angle-right {
        margin-left: 10px;
    }
}
/*header responsive*/
@media(max-width: 1024px){
.navbar .container {
    justify-content: space-between;
    flex-wrap: wrap;
}
.navbar-toggler:focus {
    box-shadow: none;
}
span.navbar-toggler-icon {
    background-image: none;
    align-content: center;
}
.navbar button[aria-expanded="false"] span.navbar-toggler-icon:before{
    content: "\f0c9";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #000;
    text-align: center;
}
.navbar button[aria-expanded="true"] span.navbar-toggler-icon:before{
    content: "\f00d";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #000;
    text-align: center;
}
body.home .avatar-logo.rounded-pill {
    display: none !important;
}
a.navbar-brand.profile {
    padding-left: 0;
}
p.profile {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 0;
}
ul.navbar-nav {
    gap: 0;
}
a.navbar-brand.profile.nav-link.dropdown-toggle {
    position: relative;
}
.dropdown-toggle:after {
    content: "\f107";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: none;
    display: block;
    font-size: 16px;
    width: 16px;
    position: absolute;
    top: 6px;
    right: 0;
    transition: 0.3s linear;
}
#navbarNav .dropdown-menu a.dropdown-item:visited {
    color: var(--bs-dropdown-link-color);
}
ul.dropdown-menu.show {
    border: none;
    border-radius: 0;
    background: transparent;
}
div#navbarNav ul {
    margin-left: 10px;
}
.dropdown-toggle.show:after {
    transform: rotate(-180deg);
}
.navbar-expand-sm .navbar-toggler {
    display: block !important;
}
.collapse:not(.show) {
    display: none !important;
}
.navbar-expand-sm .navbar-nav {
    flex-direction: column !important;
}
div#navbarNav {
    flex-basis: 100% !important;
    flex-grow: 1 !important;
}
.myprofile a.navbar-brand.profile > p {
    display: block !important;
}
li.nav-item.dropdown {
    height: 100% !important;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: static !important;
}
}
/*header responsive end*/
@media(max-width:480px){
    .searchbar {
        margin: auto;
        flex: 0 0 100%;
    }
    button.btn.btn-primary.addweb {
        flex: 0 0 60%;
        font-size: 14px;
        margin-top: 15px;
        max-width:140px;
        justify-content: center;
    }
    .tableheader {
        justify-content: start;
    }
}
@media(max-width:420px){
    div#pagination {
        border-top: 1px solid #cccccc;
        padding-top: 10px;
    }
    .pages-dropdown li.page-item:not(.disabled) {
        background: #d9d9d9;
    }
    .table-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.pages-dropdown {
        padding-bottom: 10px;
        flex: 0 0 100%;
        justify-content: center;
    }
}   
@media(min-width:420px) and (max-width:550px){
    .table-footer {
        padding: 20px 10px;
    }
}
@media(min-width: 1025px){
    body:has(.myprofile) .navbar-expand-sm .navbar-nav {
        flex: 0 0 60%;
    }
    
    body:not(:has(.myprofile)) .navbar-expand-sm .navbar-nav {
        flex: 0 0 46%;
    }
    
    .myprofile a.navbar-brand.profile >  p {
        display: none !important;
    } 
    a.navbar-brand.profile.nav-link.dropdown-toggle:after {
        display: none;
    }     
}
.invalid-feedback {
    display: block;
    color: red;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
@media(min-width:1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: unset !important;
    }
}
.loader_active .modal-content {
    opacity: 0;
}
.loader_active .modal-dialog.modal-dialog-centered:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    background-repeat: no-repeat !important;
    background: url(/wp-content/uploads/2024/07/loding-icon.gif);
    display: block !important;
    height: 100px;
    width: 100px;
    background-size: cover;
    opacity: 1;
}
.myprofile .avatar-logo.rounded-pill {
    overflow: hidden;
    background-image: url(/wp-content/uploads/2024/07/User-Admin.png) !important;
    text-indent: -80px;
    object-fit: cover !important;
    background-size: contain;
    border: 2px solid #0c7ace;
    padding: 20px;
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px !important;
    height: 50px !important;
    background-color: #FFF !important;
    transition: 0.4s;
    transition-timing-function: linear;
}
.myprofile .avatar-logo.rounded-pill:hover {
    text-indent: 0 !important;
    color: #1780d1 !important;
    font-weight: 600;
    background-position: -50px;
}
.myprofile a.navbar-brand.profile.nav-link.dropdown-toggle.show .avatar-logo.rounded-pill {
    text-indent: 0 !important;
    color: #1780d1 !important;
    font-weight: 600;
    background-position: -50px;
}
/*loginpage*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-in-out 0s;
}
/* loginpage  */ 
/* overview page*/
main#overview-main {
    padding-bottom: 100px;
}
.PSIscores{
    padding: 50px 0;
}
.results_tab h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    margin-bottom: 0;
}
a.url_link {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #0190fd;
}
ul.nav.nav-tabs {
    padding: 20px 0 0 0;
    border:0
}
ul.nav.nav-tabs li button.nav-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #808080;
    text-decoration: none;
    border: none;
}
ul.nav.nav-tabs li button.active {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #000000; 
    border-radius: 0;
}
ul.nav.nav-tabs li:has(.active){
    border-bottom: 3px solid #0190fd;
} 
ul.nav.nav-tabs li {
    border-bottom: 2px solid #E6E6E6;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff !important;
    border-bottom: #0190fd;
}
.nav-link:focus-visible {
    box-shadow: none;
}
.card.no_score {
    background: #737373;
} 
.card.low_score {
    background: #FB000F;
}
.card.good_score {
    background: #3FBE4B;  
}
.card.avg_score {
    background: #FE8B14;
}
.card{
    color: #fff;
    border: none;
}
.card-body {
    text-align: center;
    padding: 0;
}
h2.card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
p.card-text {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}
div.tab-pane.active {
    display: flex !important;
}
.results {
    display: flex;
}
.container.scores {
    flex: 0 0 32%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.results_tab {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container.scoredata > h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;

}
.card {
    padding: 16px 10px 16px 10px;
    border-radius: 10px;
}
body.singlepage .container-fluid.dashboard {
    padding-bottom: 60px;
}
body.singlepage .tablehead, body.overviewpage .tablehead {
    flex-basis: 80%;
}
body.singlepage .searchbar, body.overviewpage .searchbar {
    flex-basis: 20%;
    margin-right: 0;
}
/*progress bar*/    
.progress-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.progress-inner {
    width: 262px;
    height: 262px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.progress-value {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.progress-value {
    font-size: 70px;
    font-weight: 700;
    line-height: 105px;
    text-align: left;
}
.red {
    background-color: #ffcccc;
}
.orange {
    background-color: #ffe0cc;
}
.green {
    background-color: #ebf4eb;
}
.progress-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
div#progress-value {
    font-size: 70px;
    font-weight: 700;
    line-height: 105px;
    text-align: left;
}
/* progress bar end*/
#chartContainer {
    width: 100%;
    height: auto;
    position: relative;
}
#performance.b-graph {
    width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
}
#performance:not(.b-graph), #lcps, #inps, #cls, #ttfb {
    width: 100% !important;
    height: auto !important;
    max-height: 150px !important;
}
.chart-legend {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.chart-legend span {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.chart-legend .legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.score_graph h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    color: rgba(32, 165, 184, 1);
}
.date.col-md-6 {
    display: flex;
    justify-content: flex-end;
}
h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24.5px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #676767;
}
div#reportrange {
    background: #fff;
    cursor: pointer;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}
/*popup*/
.form-control:focus {
    border-color: #cccccc;
    box-shadow: none;
}
input#added {
    background: #0190fd;
    border-color: #0190fd;
    color: #fff;
    line-height: 24px;
    border-radius: 6px;
    padding: 6px 12px;
}
input#added:hover {
    background: #fff;
    color: #0190fd;
}
#addwebsite .modal-header {
    border: none;
    justify-content: center;
    padding: 0 !important;
}
#addwebsite h5#addwebsitemodal {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}
#addwebsite .modal-content {
    width: 700px;
    height: 272px;
    padding: 50px 30px 50px 30px;
    border-radius: 20px;
}
#addwebsite button.btn-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #00ecff !important;
    filter: invert(1);
    border-radius: 50%;
    height: 10px !important;
    width: 10px;
    background-size: 50%;
}
#addwebsite .modal-body label {
    display: none;
}
#addwebsite input#websiteURL {
    padding: 10px 20px 10px 20px;
    border-radius: 7px;
    background: #F0F0F0;
    border: 1px solid #D9D9D9;
}
#addwebsite form#addWebsiteForm {
    text-align: center;
}
/* datepicker */
.ranges {
    float: right !important;
    border-left: 1px solid #ccc;
}
.daterangepicker.ltr.show-ranges.opensright.show-calendar {
    right: 162px !important;
}
.daterangepicker .ranges li.active {
    background: #0190fd;
}
button.applyBtn, button.applyBtn:hover {
    background: #0190fd;
    border: #0190fd
}
.daterangepicker td.active, .daterangepicker td.active:hover{
    background: #0190fd;
}
.daterangepicker .calendar-table th {
    font-weight: 600;
}
.daterangepicker.ltr.show-ranges.opensright {
    left: auto !important;
    right: 162px !important;
}

.daterangepicker.opensright:before {
    right: 9px !important;
    left: unset !important;
}
.daterangepicker.opensright:after {
    right: 10px !important;
    left: unset !important;
}
/* date picker end */
/*responsive css*/
.col-md-6.mb-3 {
    align-items: stretch;
    display: flex;
}
.card {
    width: 100%;
}
@media(min-width:1025px){
    .tableurl {
        font-size: 14px;
    }
    .score-circle {
        font-size: 14px;
    }
    .updated-date {
        font-size: 14px;
    }
    .table > thead tr th {
        font-size: 12px;
    }
    .table > tbody tr td {
        padding: 15px 2px !important;
    }
    .table > thead tr th {
        max-width: 80px;
        word-wrap: break-word;
    }
}
@media(min-width:768px){
    div#reults-tabContent {
        margin-left: 10px;
    }
}
@media(max-width:1199px){
    ul.nav.nav-tabs li button.nav-link {
        font-size: 16px !important;
    }
    .results_tab h1 {
        font-size: 26px;
    }
    a.url_link {
        font-size: 16px;
    }
    .progress-value {
        font-size: 50px;
        line-height: 70px;
    }
    .progress-text {
        font-size: 18px;
    }
    .progress-inner {
        width: 200px;
        height: 200px;
    }
    .progress-circle {
        width: 215px;
        height: 215px;
    }
    h2.card-title {
        font-size: 18px;
    }
    p.card-text {
        font-size: 40px;
    }
}
@media(max-width:767px){
    .results_tab {
        align-items: center;
    }
    div.tab-pane.active {
        display: block !important;
    }
    .results {
        display: block;
    }
    div#reults-tabContent {
        margin-top: 20px;
    }
    .results_tab h1 {
        flex: 0 0 100%;
    }
    a.url_link {
        align-items: center;
        align-content: center;
    }
    ul.nav.nav-tabs {
        padding: 0;
    }
    ul#result-tab {
        gap: 0px;
    }
    canvas#performance {
        max-height: 200px !important;
    }
    .results_tab h1 {
        font-size: 34px;
        font-weight: 600;
    }
    a.url_link {
        font-size: 20px;
    }
    ul#result-tab {
        gap: 0px;
    }
}
/*single page*/
.tabledate {
    text-align: left;
    margin-left: 20px;
}
main#overview-single {
    padding-bottom: 100px;
}
/*profile page*/
main#overview-profile {
    padding-bottom: 100px;
    height:81vh;
}
@media (min-width: 1400px){
    .profile_page .container {
        max-width: 1320px !important;
    }
} 
.myprofile  .col-md-2 {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
div#profile-tabContent {
    padding-top: 50px;
}
.form-group label {
    margin-bottom: 5px;
}
#profile-tabContent input.form-control {
    margin-bottom: 15px;
    border-color: #DFEAF2;
}
.myprofile .form-group input::placeholder {
    color: #718EBF !important;
}
ul#profile-tab {
    gap: 20px;
}
ul.nav.nav-tabs.profile_tab li{
    border: none !important;
}
ul.nav.nav-tabs.profile_tab li:has(.active){
    border-bottom: 3px solid #0190fd !important;
}
.submit_profile button {
    border-radius: 10px;
    padding: 10px 60px;
    background: #0190fd;
    border: none;
    color: #fff;
}
.form-group.submit_profile {
    display: flex;
    justify-content: flex-end;
}
.switch {
    position: relative;
    display: inline-block;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 26px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #0190fd;
}
input:focus + .slider {
    box-shadow: 0 0 1px #0190fd;
}
input:checked + .slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(32px);
    left: 4px;
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
span.twofa_text {
    margin-left: 70px;
}
p.bold {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}
p.bold.psswrd {
    margin-top: 1.5rem;
}
.myprofile img {
    border-radius: 50%;
    object-fit: cover;
}
.profile_options .editbtn {
    background-color: #0190fd;
    color: white;
    font-size: 16px;
    border: none;
    padding: 6px 10px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.profile_options {
    position: relative;
}
.profile_options .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background: #fff;
    backdrop-filter: blur(15px);
    mix-blend-mode: revert;
}
.profile_options .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.profile_options .dropdown-content a:hover {
    background-color: #0190fd;
    color: #fff;
}
.profile_options:hover .dropdown-content {
    display: block;
}
.profile_options:hover .dropbtn {
    background-color: #3e8e41;
}
    /*Invitation Page CSS*/
.invite-form .user-dropdown-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.invite-form .form-group {
    margin-bottom: 15px;
}
.invite-form .form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.invite-form .dropdown {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.invite-form .button-primary {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.invite-form .button-primary:hover {
    background-color: #005177;
}
.invite-form h2 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}
.invite-form {
    padding-top: 100px
}
footer {
    height : 0px !important;
}
main#overview-main {
    position: relative;
}
.share-btn {
    position: absolute;
    right: 100px;
    top: 20px;
}
button.share-button {
    background-color: #0190fd;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 8px 20px;
}
i.fa-solid.fa-share {
    font-size: 14px;
}
@media(max-width:767px){
    .share-btn {
        position: absolute;
        right: 40%;
        top: 20px;
    }
}
ul.pages-dropdown {
    display: none;
}
#overview-single section.container-fluid.score_graph {
    padding-top: 50px;
}
div#table-report-date-range {
    background: #fff;
    cursor: pointer;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 45px;
}
#overview-single .dashboard-data .date.col-md-6 {
    padding: 20px 10px 20px 30px;
    column-gap: 20px;
}
#overview-single .dashboard-data .row {
    margin: 0;
}
#deletewebsite h5#deletewebsitemodal {
    text-align: center;
    width: 100%;
    font-weight: 500;
}
#deletewebsite  input#yes, #deletewebsite  input#no {
    background: #0190fd;
    border-color: #0190fd;
    margin-right: 20px;
    color: #fff;
    line-height: 24px;
    border-radius: 6px;
    padding: 6px 12px;
}
#deletewebsite  input#yes:hover, #deletewebsite  input#no:hover {
    background: #fff;
    color: #0190fd;
}
#deletewebsite  .modal-header {
    border-bottom: 0;
}
#deletewebsite  button.btn-close {
    margin-left: 0 !important;
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #00ecff !important;
    filter: invert(1);
    border-radius: 50%;
    height: 10px !important;
    width: 10px;
    background-size: 50%;
    opacity: 1;
    border: 1px solid #00eeff;
}
#deletewebsite  button.btn-close:focus-visible,
#deletewebsite  button.btn-close:focus{
    outline: 0 !important;
    box-shadow: none !important;
}
#deletewebsite button.btn-close:hover {
    background-color: #ffffff00 !important;
}
.login-button button {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    text-align: left;
    background: #0190fd;
    padding: 16px 20px;
    border: 0;
    transition: 0.5s ease-in-out;
}
.login-button button:hover {
    background: #0190fd;
    transform: scale(1.1);
}
body section.error-404.not-found {
background: #f2f5ff url(/wp-content/uploads/2024/08/59563728_9318692.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 100vh;
    overflow-y: hidden;
}
section.error-404.not-found * {
    display: none;
}
.page-id-99 .woocommerce-message {
    display : none !important;
}
/* POP UP CSS */
#alert-main button.alert-cst-popup-close-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-color: #00ecff !important;
    filter: invert(1);
    border-radius: 50%;
    height: 25px !important;
    width: 25px;
    background-size: 50%;
    border: none;
}
#alert-main button.alert-cst-popup-close-btn:hover {
    background-color: #ffffff !important;
}
.alert-cst-popup {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
#alert-main .alert-cst-popup {
    width: 700px;
    height: auto;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
}
.parent-cst-div-pop {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.75rem * 2);
    margin:auto !important;
}
.parent-cst-div-pop {
    position: relative;
    width: auto;
    margin: 1.75rem;
    pointer-events: none;
    z-index:1001 !important;
}
@media(min-width:576px){
    .parent-cst-div-pop {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
}
button.alert-cst-popup-close-btn:focus-visible {
    outline: unset;
}
.alert-cst-popup-body p {
    margin-bottom: 0;
}
button.alert-cst-popup-close-btn {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}
.cst-modal {
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color:rgba(0, 0, 0, 0.175);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color:#dee2e6;
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: #dee2e6;
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.cst-modal.cst-show {
    display: block;
}
.cst-modal-backdrop {
    --bs-backdrop-zindex: 1000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.cst-modal-backdrop.fade {
    display:none;
}
.cst-modal-backdrop.cst-show {
    display: block !important;
    opacity: 0.6;
}
/* END POP UP CSS */
body a:focus {
    outline: none;
}
/* Verfiy Page css */
html:has(.Verification-page), body:has(.Verification-page){
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.Verification-page  .main-container {
    min-height: 250px;
    width: 50%;
    margin: auto auto;
    top: 30%;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 3px solid #0190fd;
    border-radius: 12px;
    flex-direction: column;
}
.Verification-page  .main-container p {
    font-weight: 500;
    margin-bottom: 10px !important;
}
.Verification-page {
    height: calc(100vh - 10%);
    background: url(/wp-content/uploads/2024/09/banner.png);
    background-size: cover;
}
.Verification-page  .main-container {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
}
.Verification-page  .main-container p:nth-child(1) {
    font-size: 30px;
}
.Verification-page  .main-container p a {
    color: #0190fd;
    font-size: 18px;
    text-decoration: none;
}
@media(max-width:1200px){
    .Verification-page  .main-container p:nth-child(1) {
        font-size: 25px;
    }
    .main-container{
        padding: 10px;
    }
}
@media(max-width:767px){
    .Verification-page  .main-container p:nth-child(1) {
        font-size: 18px;
    }
}
/* Modal CSS */
body:has(div#plan-error.show) {
    overflow: hidden;
}
#plan-error {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
}
    #plan-error .modal-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    width: 560px;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#plan-error.modal.show {
    display: flex;
}
#plan-error .close-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 50%;
    font-size: 20px !important;
    height: 26px;
    line-height: 0 !important;
    padding-top: 2px;
}
#plan-error p.error-text {
    margin-bottom: 0 !important;
}
#navbarNav li.nav-item:nth-child(n+4) {
    opacity: 0;
    visibility: hidden;
    display: none;
}
@keyframes dots {
    0% {
      content: "";
    }
    33% {
      content: ".";
    }
    66% {
      content: "..";
    }
    100% {
      content: "...";
    }
}
.dots::after {
    content: "";
    display: inline-block;
    animation: dots 1.5s infinite;
    width: 8px;
    font-size: 16px;
}
li.page-item a:after {
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
li.page-item {
    position: relative;
}
button.pdf-button {
    background: #0190fd;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 500;
}
.table > thead tr th.bold-txt:nth-child(2) {
    width: 400px;
    max-width: 450px;
}
body.page-id-69 .table button.btn.btn-primary.refresh {
    background: #fd8e00 !important;
    border-color: #fd8e00 !important;
    padding: 6px 6px;
}
body.page-id-69 .table th.refresh-col {
    max-width: 65px;
    width: 80px;
}
body.page-id-69 .recalculate-score button.btn.btn-primary.refresh {
    background: #fd8e00 !important;
    border-color: #fd8e00 !important;
    padding: 6px 6px;
}
select#user_dropdown {
    border: 2px solid #0190fd;
    border-radius: 4px;
    display: flex;
    padding: 4px;
}
.user-check {
    max-width: 1600px;
    margin: auto;
    padding-top: 50px;
    display: flex;
    justify-content: flex-end;
    padding: 50px 12px 0 12px;
}
ul#listItems {
    width: 23.8rem;
    background: #fff;
    padding: 10px;
    position: absolute;
    top: 35px;
    z-index: 9999;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 350px;
    overflow-y: scroll;
    margin: 0;
    right : 0;
}
.form-group.user-search {
    width: fit-content;
    position: relative;
}
.form-group ul li > a {
    color: #000;
    text-decoration: none;
}
.form-group ul li:hover {
    background: #4db1c9;
}
.form-group ul li {
    padding: 5px;
    border-radius: 2px;
}
.form-group ul li:hover a {
    color: #fff;
}
.user-dropdown-form.container.mt-5 {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}
.user-dropdown-form.container.mt-5 > label {
    display: none;
}
input#UserSearch {
    border: 2px solid #0190fd;
    border-radius: 5px;
    padding : 5px 10px;
}
/*order-receipt css*/
body.page-id-99.woocommerce-order-received .woocommerce-order {
    max-width: 770px;
    margin: 100px auto;
    background: #fff;
    padding: 40px 30px 40px 30px;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px;
}
body.page-id-99.woocommerce-order-received .woocommerce {
    background: url(/wp-content/uploads/2025/01/banner-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
body.page-id-99.woocommerce-order-received p.woocommerce-thankyou-order-received {
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    font-weight: 800;
}
body.page-id-99.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details li:not(strong) {
    font-weight: 600;
}
body.page-id-99.woocommerce-order-received table.order_details thead th {
    padding: 0 !important;
    color: #000;
    font-size: 18px !important;
}
body.page-id-99.woocommerce-order-received table.order_details tr th:nth-child(2), body.page-id-99.woocommerce-order-received table.order_details tr td:nth-child(2) {
    text-align: end;
}
body.page-id-99.woocommerce-order-received table.order_details tbody tr, body.page-id-99.woocommerce-order-received table.order_details tfoot tr {
    border-bottom: 1px solid #cccccc;
}
body.page-id-99.woocommerce-order-received table.order_details td {padding: 15px 0;}
body.page-id-99.woocommerce-order-received table.order_details th {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
body.page-id-99.woocommerce-order-received table.order_details td {
    font-size: 14px;
    font-weight: 400;
}
body.page-id-99.woocommerce-order-received h2.woocommerce-column__title {
    font-weight: 700;
}
/*grace popup*/
.grace-popup {
    position: fixed;
    right: -400px; /* Start outside the viewport */
    top: 80px;
    width: 300px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    transition: right 0.5s ease-in-out;
    z-index: 1000;
}
.grace-popup div {
    display: flex;
}
.grace-popup.show {
    right: 0px;
}
.g-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    background-color: #ed7800;
    color: #fff;
}
.grace-popup button {
    background: none;
    border: none;
    color: #242323;
    font-size: 20px;
    cursor: pointer;
    padding: 6px;
}
.grace-popup button:hover {
    opacity: 0.8;
}
.g-popup-content {
    padding: 12px;
    font-size: 14px;
    color: #333;
}
.g-popup-progress-bar {
    height: 4px;
    background-color: #ff0000;
    width: 100%;
    animation: progress 7s linear forwards;
}
@keyframes progress {
    from {
        width: 100%;
    }
    to {
        width: 0;
        display: none;
    }
}
/*grace popup end*/
@media(min-width:568px) and (max-width:1024px){
    div#navbarNav {
        justify-content: unset !important;
    }
    ul.navbar-nav,
    .myprofile{
        width: 100% !important;
    }
    .navbar-expand-sm .navbar-collapse{
        flex-wrap: wrap;
    }
}
@media(min-width: 1025px) and (max-width:1599px) {
    .table > thead tr th {
        font-size: 10px;
        max-width: 72px;
    }
    .tableurl {
        font-size: 12px;
    }
    .score-circle {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .table > thead tr th.bold-txt:nth-child(2){
        width: 260px;
        max-width: 260px;
    }
    .good_s, .bad_s, .avg_s, .no_s {
        font-size: 14px;
    }
    .updated-date {
        font-size: 12px;
    }
    i.fa-regular.fa-trash-can {
        font-size: 12px;
    }
    button.btn.trash{
        padding: 6px;
    }
    button.btn.btn-primary.view_update {
        padding: 10px 6px;
    }
    .results_tab h1 {
        font-size: 30px;
    }
    
    a.url_link {
        font-size: 18px;
    }
    
    h2.card-title {
        font-size: 16px;
        line-height: 24px;
        min-height: 48px;
    }
    p.card-text {
        font-size: 38px;
        line-height: 40px;
    }
}
.No-data-found {
    padding: 10px 15px;
}
/*changes 27-2-2025*/
#alert-main .button-container {
    background: #0190fd;
    width: fit-content;
    padding: 10px;
    border-radius: 6px;
    border-color: #0190fd;
    margin-top: 10px;
}
#alert-main .button-container a.custom-button {
    color: #fff;
    text-decoration: none;
}
@media(max-width:767px){
    button.tab-btn {
        min-width: 96px;
    }
    .tabs button.tab-btn~span {
        width: 95px !important;
    }
    button.tab-btn.active:nth-child(2)~span {
        left: 100px;
    }
    button.tab-btn.active:nth-child(3)~span {
        left: 200px;
    }
	a.url_link,
    .url.mb-2 a{
        word-break: break-word;
    }
	.metrics .d-flex.justify-content-between {
    padding: 5px 0px;
	}
	.last-updated {
			margin-bottom: 10px;
	}
	div#table-report-date-range {
   	 margin-right: 0;
	}
	div#table-report-date-range i.fa-solid.fa-angle-down {
			font-size: 12px;
	}
	#overview-single .PSIscores {
    	padding: 0px 0;
	}
	button.accordion-button {
    	flex-wrap: unset !important;
	}
	.accordion-button::after {
        margin-left: 5px !important;
	}
	.dashboard-data .date.col-md-6 {
    	justify-content: center;
	}
}
@media(max-width:1199px){
	.list-container {
    	min-height: unset;
	}
	.pricing-ul {
		height: unset;
	}
	div#reults-tabContent {
    	margin-left: 0;
	}
}
.accordion-button {
	justify-content: space-between;
}
@media(max-width:425px){
    .sticky-img img {
        max-width: 30vw !important;
    }
    .sticky-img-1 {
        right: 0;
        left: unset;
    }
    .sticky-img-2 {
        right: unset;
        left: 0;
    }
}
/* Breadcrum css  */
.breadcrum_div {
    background: #f4f7fc;
    padding: 12px 20px;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb li {
    font-size: 16px;
    font-weight: 500;
    color: #2d6cdf;
    align-items: center;
    display: flex;
}
.breadcrumb li a {
    text-decoration: none;
    color: #2d6cdf;
    font-weight: 600;
    transition: color 0.3s ease;
}
.breadcrumb li a:hover {
    color: #1a4fab;
}
.breadcrumb li::after {
    content: " > ";
    color: #7a9ad2;
    margin: 0 8px;
}
.breadcrumb li:last-child {
    font-weight: bold;
    color: #1a4fab;
}
.breadcrumb li:last-child::after {
    content: "";
}
@media(max-width:767px){
    .breadcrumb li a {
        width: 100%;
        display: block;
    }
    .breadcrumb li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .breadcrumb li::after {
        transform: rotate(90deg);
    }
}
/*04-03-2025*/
@media(max-width:767px){
    button.pdf-button,
    button.btn.btn-primary.view_update {
        font-size: 12px;
    }
    .tablehead h1 {
        font-size: 20px;
    }
    .tableheader {
        padding: 10px 10px;
    }
    .accordion-button::after {
        font-size: 14px;
    }
}
/* url crusor */
body:not(.page-template-page-single) .tableurl {
    cursor : pointer;
}
/* END */
.circle-background, .circle-progress {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
}
.progress-circle {
    transform: rotate(-90deg);
}
.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    font-weight: bold;
    color: #333;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.progress-container {
    position: relative;
}
span.text {
    font-size: 30px;
}
svg.progress-circle {
    width: unset;
    height: unset;
    border-radius: unset;
}
body:not(.page-template-page-single) .tableurl:hover {
    color: #0190fd;
}
#deleteWebsiteForm .form-group {
    text-align: center;
}
.dashboard #table-body td {
    background: transparent !important;
}
tr.blink {
    animation: blink 2s ease-in-out;
}
@keyframes blink{
    0%{
        background: #20a5b81c;
    }
    30%{
        background: #20a5b896;
    }
    85%{
        background: #20a5b896;
    }
    100%{
        background: transparent;
    }
}
div.date-dashboard {
    background: #fff;
    cursor: pointer;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.date-dashboard i.fa-solid {
    font-size: 18px;
}
input#reportrange-date {
    border: none;
    width: 110px;
    cursor: pointer;
}
.date-dashboard {
    display: flex;
    align-items: center;
}
div#reportrange1 {
    margin: 0 10px;
}
.date-dashboard i.fa-solid.disabled {
    color: #bdbdbd;
}
.date-dashboard i.fa-solid.fa-sort-down {
    font-size: 18px;
    margin-right: 10px;
    margin-top: -8px;
}
.date-dashboard .fa-sort-down:before {
    vertical-align: middle;
    margin-top: -4px;
}
canvas#biggraph {
    max-height: 400px !important;
    height: auto !important;
    width: 100% !important;
    max-width: 1700px !important;
}
.score_graph .row {
    margin-bottom: 40px;
}
@media(min-width:767px) and (max-width:991px){
    .col-md-2.small-graph {
        flex: 0 0 32%;
        width: 32%;
    }
    .score_graph .row {
        justify-content: center;
    }
}
@media(min-width:992px){
    .col-md-2.small-graph {
        flex: 0 0 18%;
        width: 18%;
    } 
}
@media(max-width: 992px){
    canvas#biggraph {
        max-height: 200px !important;
    }
}
.small-graph.active {
    outline: 1px solid #b3dbff;
    background: #daedfda3;
    border-radius: 5px;
}
.small-graph {
    cursor: pointer;
} 
.score_graph .row {
    justify-content: space-around;
}
.small-graph:hover {
    outline: 1px solid #b3dbff;
    background: #daedfda3;
    border-radius: 5px;
}
/*login button css*/
.login-button.login-head {
    margin-right: 20px;
}
@media(max-width:1024px){
    .login-button a {
        background: transparent;
        color: #000 !important;
        padding: 8px 10px;
    }
    .login-button a:hover {
        background: none;
        color: #000 !important;
        transform: none !important;
    }
    .login-button a:visited {
        color: #000;
    }
}
@media (min-width:576px) and (max-width:1024px){
    body.home:not(.logged-in) div#navbarNav {
        flex-direction: column;
        align-items: flex-start;
    }
}
/*login button css*/
/* share page css */
body .invalid_url_page {
    background: #f2f5ff url(/wp-content/uploads/2024/08/59563728_9318692.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 87vh;
}
body {
    margin: 0;
}
body.page-id-69 {
    margin-bottom: 0;
}
@media(max-width:767px){
    body .invalid_url_page {
        background-size: 90%;
        height: 81.5vh;
    }
}
tbody#table-body.loader:before,
div#websitepanel.loader:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff8f;
    z-index: 9;
}
tbody#table-body,
div#websitepanel {
    position: relative;
}
tbody#table-body.loader:after,
div#websitepanel.loader:after{
    content: '';
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/wp-content/uploads/2025/01/pricing-loader.gif);
    filter: invert(0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
}
p.dashboard-btn a {
    color: #0190fd;
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
}
.cst-modal-backdrop.cst-show {
    z-index: 99;
}
span.cvw_status[data-status="Fail"] {
    color: #ffffff;
    background: #ff0000;
    padding: 2px 6px;
    border-radius: 4px;
}
span.cvw_status[data-status="Pass"] {
    color: #fff;
    background: #3fbe4b;
    padding: 2px 6px;
    border-radius: 4px;
}
span.cvw_status[data-status="none"] {
    color: #fff;
    background: #6c757d;
    padding: 2px 6px;
    border-radius: 4px;
}
td.update {
    width: 130px;
}
button.btn.btn-primary.edit_url {
    background-color: #2e47ff !important;
    border-color: #2e47ff !important;
    padding: 10px 8px;
    text-align: center;
    display: flex;
    align-items: center;
}
/*overview page popup*/
body.modal-open {
    overflow: hidden;
}
div#edit_web {
    opacity: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: #4747477d;
}
.popup-dialog.popup-dialog-centered {
    max-width: 500px;
    width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 0.5rem;
    border-color: rgba(0, 0, 0, 0.175);
    border-width: 1px;
}
div#edit_web .popup-header {
    padding: 0;
    border: none;
}
div#edit_web button.btn-close {
    background-color: #df5a47;
    opacity: 1;
    color: #fff;
    filter: invert(1);
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 9px;
    z-index: 1;
}
div#edit_web h5#edit_web_modal {
    text-align: center;
    margin-bottom: 10px;
}
div#edit_web .form-group {
    padding: 10px 0 0;
}
div#edit_web label {
    font-weight: 500;
}
div#edit_web #edit-site {
    width: 100%;
    background: #0190fd;
    border-color: #0190fd;
    font-weight: 600;
    border-width: 1px;
}
div#edit_web .pop-msg {
    margin-top: 10px;
    color: #ff0000;
    text-align: center;
}
div#edit_web input#edit-site:hover {
    background: transparent;
    color: #0190fd;
}
div#edit_web input[type="text"] {
    border: 1px solid #c3c2c2;
    padding: 5px 10px;
}
div#edit_web .popup-footer {
    border: none;
    text-align: center;
    font-weight: 500;
    padding: 20px;
    display: block;
}
/*overview page popup end*/
/*header new search bar css*/
.custom-dropdown {
    position: relative;
    width: 280px;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 38px;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 500px;
    z-index: 1;
    flex-direction: column;
    padding: 10px;
    row-gap: 10px;
    overflow-y: scroll;
    word-wrap: break-word;
}
.dropdown-option:hover {
    background-color: #f1f1f1;
}
.dropdown-content.show {
    display: flex;
}
.dropdown-content a {
    color: #595959;
    text-decoration: none;
}
.dropdown-content a:visited {
    color: #595959;
}
input#domainSelect {
    border: 1px solid #0190fd;
    border-radius: 6px;
    padding: 5px 10px;
}
body.page-id-69 ul.navbar-nav,
.page-id-8 ul.navbar-nav {
    margin: 0 !important;
    justify-content: center;
}
nav.navbar input#domainSelect {
    border: unset;
    border-radius: unset;
    padding: 0;
    min-width: auto !important;
    background: unset;
}
nav.navbar .search-bar .custom-dropdown {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    width: auto;
    margin-right: 30px;
    border: 1px solid #0190fd;
    border-radius: 6px;
    padding: 5px 10px;
}
#overview-single .dashboard-data .date.col-md-6 {
    padding: 20px 10px 20px 30px;
    column-gap: 20px;
}
.dashboard-data .row {
    margin: 0;
}
@media(max-width:510px){
    #overview-single .dashboard-data .date.col-md-6 {
        flex-direction: column;
        row-gap: 10px;
        width: max-content;
    }
}
@media(min-width:768px) and (max-width:1199px){
    #overview-single .dashboard-data .row {
        flex-direction: column;
    }
    #overview-single .dashboard-data .row .col-md-6 {
        width:100%;
    }
}
/* Tooltip container */
.tooltipTable {
    position: relative;
    cursor: pointer;
}
  /* Tooltip text */
.tooltipTable .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -16px;
    left: 0;
    padding: 4px 4px;
}
.tooltipTable:hover .tooltiptext {
    visibility: visible;
}
/* Item per page */
.itemsdata {
    display: flex;
    align-items: center;
    gap: 10px;
}
select#rowsPerPageSelect {
    border-color: #0190fd;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
select#rowsPerPageSelect option {
    cursor: pointer;
}
select#rowsPerPageSelect:focus-visible {
    outline-color: #0190fd;
}
@media(max-width:1199px){
    .itemsdata {
        margin-bottom: 10px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .table-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* END */
/* sorting css */
th.sortable {
    position: relative;
}
th.sortable:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/05/asc-des-icon-both.png);
    width: 40%;
    height: 40%;
    background-size: 10px;
    background-repeat: no-repeat;
    top: 20px;
    margin-left: 4px;
    cursor: pointer;
}
th.sortable.asc.primary-sort:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/05/asc-icon.png);
    width: 40%;
    height: 40%;
    background-size: 6px;
    background-repeat: no-repeat;
    top: 20px;
    margin-left: 4px;
    cursor: pointer;
}
th.sortable.desc.primary-sort:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/05/dse-icon.png);
    width: 40%;
    height: 40%;
    background-size: 6px;
    background-repeat: no-repeat;
    top: 20px;
    margin-left: 4px;
    cursor: pointer;
}
/* end */
/*bell-box*/
.bell-notify-box {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}
.bell-notify-box .info-notify-box {
    position: absolute;
    top: -150px;
    width: 270px;
    left: -210px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 4px;
    display: none;
}
.bell-notify-box i.fa-solid.fa-bell {
    font-size: 36px;
    color: #fff;
}
.bell-notify-box .bell-box:before {
    content: "";
    position: absolute;
    color: #fff;
    width: 25px;
    height: 25px;
    background-color: #cca5df4d;
    margin: 0 auto;
    border-radius: 50px;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    z-index: -1;
    top: calc(45% - 13px);
    left: calc(45% - 11px);
}
@keyframes ripple{
    0% {
        -webkit-box-shadow: 0 0 0 0 #cca5df4d, 0 0 0 45px #cca5df4d;
        box-shadow: 0 0 0 0 #20a5b8a1, 0 0 0 14px #20a5b84f;
    }
    100% {
        -webkit-box-shadow: 0 0 0 45px #cca5df4d, 0 0 0 90px #BD8ED200;
        box-shadow: 0 0 0 10px #20a5b8, 0 0 0 20px #20a5b840;
    }
}
.bell-notify-box .notify-content {
    padding: 10px;
}
.bell-notify-box .flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.bell-notify-box p.days-left {
    margin-bottom: 0;
    background: #ff5900bf;
    padding: 5px 6px;
    color: #fff;
    border-radius: 5px;
}
.bell-notify-box a.upgrade-pln {
    color: #fff;
    background: #0190fd;
    padding: 5px 6px;
    text-decoration: none;
    border-radius: 5px;
}
.bell-notify-box:hover .info-notify-box {
    display: block;
}
.bell-notify-box .info-notify-box:before {
    content: '';
    position: absolute;
    height: 20%;
    width: 100%;
    top: 128px;
}
/*bell-box-end*/
/*grace period css*/
.grace-period {
    padding: 5px;
    background: #ff99004d;
    /* position: absolute; */
    width: 100%;
    z-index: 9;
    position: relative;
}
p.grace-message {
    color: #ff0000;
    margin-bottom: 0;
    text-align: center;
}
.grace-period i.fa-solid.fa-xmark {
    position: absolute;
    top: 5px;
    right: 20px;
    background: #fff;
    padding: 4px 6px;
    border-radius: 50%;
    cursor: pointer;
}
.grace-period.hide-grace {
    display: none !important;
}
/*grace period css end*/
.navbar-collapse .navbar-nav a.dropdown-item:active {
    background: #0190fd;
    color: #fff !important;
}
/*dark mode css*/
html[data-bs-theme="dark"] tbody#table-body .tableurl {
    color: #f5f5f5;
}
html[data-bs-theme="dark"] tbody#table-body .updated-date {
    color: #e2e2e2;
}
html[data-bs-theme="dark"] .circleOrange,
html[data-bs-theme="dark"] .score-circle.circleRed,
html[data-bs-theme="dark"] .score-circle.circleGreen {
    background: transparent;
}
html[data-bs-theme="dark"] .no_s {
    color: #fbfbfb;
}
html[data-bs-theme="dark"] input#UserSearch {
    color: #e0e0e0;
}
html[data-bs-theme="dark"] .searchbar input.form-control.me-2 {
    color: #e0e0e0;
    background: #373737;
}
html[data-bs-theme="dark"] .searchbar {
    background: #373737;
}
html[data-bs-theme="dark"] .searchbar i.fa-solid.fa-magnifying-glass {
    color: #fff;
}
html[data-bs-theme="dark"] .tablehead h1 {
    color: #39e6ff;
}
html[data-bs-theme="dark"] .itemsdata label {
    color: #fff;
}
html[data-bs-theme="dark"] select#rowsPerPageSelect {
    color: #fff;
}
html[data-bs-theme="dark"] li.page-item a {
    color: #fff;
}
html[data-bs-theme="dark"] .table>thead {
    background: #0190fd96;
}
html[data-bs-theme="dark"] .table thead tr:first-child {
    --bs-table-bg: #0190fd96 !important;
}
html[data-bs-theme="dark"] .table > thead tr th {
    color: #ffffff;
}
html[data-bs-theme="dark"] th.sortable:after {
    filter: invert(1) brightness(1);
}
html[data-bs-theme="dark"] div#table-report-date-range,
html[data-bs-theme="dark"] #reportrange {
    background: #2c2c2c;
    color: #fff;
}
html[data-bs-theme="dark"] .dashboard-data {
    background: #1c1c1c;
}
html[data-bs-theme="dark"] .daterangepicker {
    background-color: #2c2c2c;
    color: #fff;
}
html[data-bs-theme="dark"] .daterangepicker li:hover,
html[data-bs-theme="dark"] .daterangepicker .ranges li.active{
    background-color: #067dd7;
}
html[data-bs-theme="dark"] button.pdf-button {
    background: linear-gradient(135deg, var(--main-color), #0056b3);
}
html[data-bs-theme="dark"] .daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #111111;
}
html[data-bs-theme="dark"] .daterangepicker td.off, 
html[data-bs-theme="dark"] .daterangepicker td.off.in-range, 
html[data-bs-theme="dark"] .daterangepicker td.off.start-date, 
html[data-bs-theme="dark"] .daterangepicker td.off.end-date {
    background-color: #111111;
    border-color: transparent;
    color: #999;
}
html[data-bs-theme="dark"] .daterangepicker td.in-range {
    background-color: #8cc7f3;
    border-color: transparent;
    border-radius: 0;
}
html[data-bs-theme="dark"] .daterangepicker td.active, 
html[data-bs-theme="dark"] .daterangepicker td.active:hover {
    background: #067dd7;
}
html[data-bs-theme="dark"] .daterangepicker .calendar-table .next span, 
html[data-bs-theme="dark"] .daterangepicker .calendar-table .prev span {
    color: #ffffff;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}
html[data-bs-theme="dark"] .daterangepicker td.available:hover, 
html[data-bs-theme="dark"] .daterangepicker th.available:hover {
    background-color: #4dabf1;
}
html[data-bs-theme="dark"] button.applyBtn, 
html[data-bs-theme="dark"] button.applyBtn:hover {
    background: linear-gradient(135deg, var(--main-color), #0056b3);
}
html[data-bs-theme="dark"] .results_tab h1 {
    color: #fff;
}
html[data-bs-theme="dark"] a.url_link {
    color: #39e6ff;
}
html[data-bs-theme="dark"] ul.nav.nav-tabs li button.nav-link {
    color: #dcdcdc;
}
html[data-bs-theme="dark"] ul.nav.nav-tabs li button.active {
    color: #ffffff;
    background: #39e6ff69;
}
html[data-bs-theme="dark"] ul.nav.nav-tabs li:has(.active) {
    border-bottom: 3px solid #39e6ff;
}
html[data-bs-theme="dark"] .container.scoredata > h2 {
    color: #fff;
}
body.page-id-8 .table > thead tr th:nth-child(1){
    border-top-left-radius: 10px !important;
}
body.page-id-8 .table > thead tr th:last-child{
    border-top-right-radius: 10px !important;
}
body.page-id-8 .table > thead tr th {
    padding: 16px 8px;
}
body.page-id-8 th.sortable:after {
    top: 20px;
}
html[data-bs-theme="light"] body.page-id-8 .table thead tr:first-child {
    --bs-table-bg: #0091ff2a !important;
    border-color: #e9ecef !important;
}
input#searchInput {
    padding: 12px;
    background: transparent !important;
}
html[data-bs-theme="light"] .searchbar {
    background: #fff;
}
html[data-bs-theme="dark"] .small-graph.active {
    outline: 1px solid #0190FD;
    background: #79c5ff47;
}
html[data-bs-theme="dark"] .small-graph:hover {
    outline: 1px solid #0190FD;
    background: #79c5ff47;
}
html[data-bs-theme="dark"] h3 {
    color: #ebebeb;
}
html[data-bs-theme="dark"] div.date-dashboard {
    background: #3b3b3b;
}
html[data-bs-theme="dark"] input#reportrange-date {
    color: #ffffff;
}
html[data-bs-theme="dark"] nav.sidebar button#themeToggle {
    background: none;
    border-top: none;
    padding: 0px 14px;
    color: #cdcdcd;
}
html[data-bs-theme="dark"] nav.sidebar button#themeToggle:hover {
    background: #ffffff4a;
    color: #cfcfcf;
}
html[data-bs-theme="light"] nav.sidebar button#themeToggle {
    background: none;
    border-top: none;
    padding: 0px 14px;
    color: #787878;
}
html[data-bs-theme="light"] nav.sidebar button#themeToggle:hover {
    background: #ffffff4a;
    color: #787878;
}
button {
    outline: none !important;
}
html[data-bs-theme="dark"] .navbar button[aria-expanded="false"] span.navbar-toggler-icon:before {
    color: #ffffff;
}