/* Normal Usage */
.spinner_loader{
    visibility: unset!important;
}
/* Normal Usage */
.spinner_loader:before {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(45deg);
    animation: 750ms rotateBefore infinite linear reverse;
}
.spinner_loader:after {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(45deg);
    animation: 750ms rotateAfter infinite linear;
}
.spinner_loader:before, 
.spinner_loader:after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 10em;
    height: 10em;
    transform-style: preserve-3d;
    transform-origin: 50%;
    transform: rotateY(50%);
    perspective-origin: 50% 50%;
    perspective: 340px;
    background-size: 10em 10em;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2NnB4IiBoZWlnaHQ9IjI5N3B4IiB2aWV3Qm94PSIwIDAgMjY2IDI5NyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8dGl0bGU+c3Bpbm5lcjwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+Q3JlYXRlZCB3aXRoIFNrZXRjaCAoaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoKTwvZGVzY3JpcHRpb24+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8cGF0aCBkPSJNMTcxLjUwNzgxMywzLjI1MDAwMDM4IEMyMjYuMjA4MTgzLDEyLjg1NzcxMTEgMjk3LjExMjcyMiw3MS40OTEyODIzIDI1MC44OTU1OTksMTA4LjQxMDE1NSBDMjE2LjU4MjAyNCwxMzUuODIwMzEgMTg2LjUyODQwNSw5Ny4wNjI0OTY0IDE1Ni44MDA3NzQsODUuNzczNDM0NiBDMTI3LjA3MzE0Myw3NC40ODQzNzIxIDc2Ljg4ODQ2MzIsODQuMjE2MTQ2MiA2MC4xMjg5MDY1LDEwOC40MTAxNTMgQy0xNS45ODA0Njg1LDIxOC4yODEyNDcgMTQ1LjI3NzM0NCwyOTYuNjY3OTY4IDE0NS4yNzczNDQsMjk2LjY2Nzk2OCBDMTQ1LjI3NzM0NCwyOTYuNjY3OTY4IC0yNS40NDkyMTg3LDI1Ny4yNDIxOTggMy4zOTg0Mzc1LDEwOC40MTAxNTUgQzE2LjMwNzA2NjEsNDEuODExNDE3NCA4NC43Mjc1ODI5LC0xMS45OTIyOTg1IDE3MS41MDc4MTMsMy4yNTAwMDAzOCBaIiBpZD0iUGF0aC0xIiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
}

/* sitNSpin.less */
@keyframes rotateBefore {
    from {
        transform: rotateX(60deg) rotateY(45deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(60deg) rotateY(45deg) rotateZ(-360deg);
    }
}
@keyframes rotateAfter {
    from {
        transform: rotateX(240deg) rotateY(45deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(240deg) rotateY(45deg) rotateZ(360deg);
    }
}

/*link analysis dashboard css start*/
main.linkilo-anchor-report-main-div-wrapper {
    max-width: 100%;
    width: 100%;
    font-family: roboto;
}

.linkilo-anchor-report-container-main {
    max-width: 100%;
    /*padding: 0 15px;*/
}

.linkilo-anchor-report-main-row {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    height: 100%;
}

.linkilo-anchor-report-total-div-main-div {
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-left: 0;

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.linkilo-anchor-report-total-links-main-div-inner {
    border: 1px solid #c2c9ce;
    border-radius: 10px;
    width: 25%;
    margin-bottom: 1em;
}

.post-analysis-dashboard-row-wrapper {
    width: 82%;
    display: flex;
    flex-wrap: wrap;
}

.post-analysis-dashboard-row-1 .linkilo-anchor-report-total-links-heading-upper {
    border: none !important;
}

.post-analysis-dashboard-row-wrapper .post-analysis-dashboard-row-1 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.post-analysis-dashboard-row-wrapper .post-analysis-dashboard-row-1 .linkilo-anchor-report-total-links-main-div-inner {
    width: 31%;
}

.linkilo-anchor-report-total-links-main-div-inner:first-of-type .linkilo-anchor-report-total-links-heading-upper{
    border-bottom: 1px solid #e4e9ed;
    padding: 15px;
}
.linkilo-anchor-report-total-links-heading-upper{
    text-align: center;
    padding: 15px;
}

.linkilo-anchor-report-total-links-heading-upper h6 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

p.linkilo-anchor-report-number-data-total {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 47px;
    margin-top: 0;
}

.linkilo-anchor-report-total-descripton-data {
    padding: 15px;
}

.linkilo-anchor-report-total-descripton-data p {
    font-size: 15px;
    color: #909090;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 0;
}

.linkilo-anchor-report-links-div-data {
    width: 100%;
    margin-top: 15px;
}

.linkilo-anchor-report-links-div-connecting-main-div {
/*    width: 49%;*/
width: 100%;
/*    padding: 0 15px 0 0;*/
}

.linkilo-anchor-report-internal-links-list {
    border: 1px solid #c2c9ce;
    border-radius: 10px;
    padding: 15px;
}

.linkilo-anchor-report-heading-div-list h6 {
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 13px;
}

.linkilo-anchor-analysis-dash-table {
    border: 1px solid #c2c9ce;
    border-radius: 10px;
    background: #fcfcfc;
    width: 100%;
    border-spacing:0 ;
    overflow: hidden;
}
.linkilo-anchor-analysis-dash-table.overflow{
    display: block;
    height:500px;
    overflow-y: scroll;
}

.linkilo-anchor-report-links-div-connecting-main-div:last-child {
    margin-top: 10px;
}
/*link analysis dashboard css END*/

/*div design code*/
.linkilo-anchor-report-list-div {
    /*list-style: none;
    display: flex;*/
    padding: 0;
    margin: 0;
    /*width: 100%;
    display: table;*/
    table-layout: fixed;
}
.linkilo-anchor-analysis-dash-table thead th,tfoot.linkilo-anchor-ftr tr th {
    padding: 10px 15px;
    text-align: left;
    background: #f6f7f7;

}
.linkilo-anchor-analysis-dash-table tfoot tr th{
    border-top: 1px solid #c2c9ce !important;
}
.linkilo-anchor-analysis-dash-table thead tr th {
    border-bottom: 1px solid #c2c9ce !important;
    width: 25%;
    position: sticky;
    top: 0px;


}
.linkilo-anchor-report-total-links-main-div-inner {
    margin-right: 6px;
}

span.anchor-analysis-link-td {
    width: 350px;
    display: block;
    color: #1078C7;
}

span.anchor-analysis-text-td {
    width: 350px;
    display: block;
}

.linkilo-anchor-report-list-div td {
    padding: 10px 15px;
    border-bottom: 1px solid #e4e9ed !important;
    font-weight: 600;
    text-align: left;
    min-height: 35px;
    display: block;
    word-wrap: break-word;
    height: auto;
    vertical-align: top;
    align-items: center;
    display: table-cell;
}
.linkilo-anchor-report-list-div-links-internal-name {padding-right: 10px !important;}

.linkilo-anchor-report-list-div td a {
    font-weight: 600;
    font-size: 16px;
    color: #007bff;
}

.linkilo-anchor-report-list-div-links-internal-link {
    width: 50%;
    color: #2774C0;
}

.linkilo-anchor-report-list-div-links-internal-name {
    width: 50%;
    color: #303030;
}

.linkilo-anchor-report-list-div:last-child td {
    border-bottom: 0 !important; 
}

/*scroll*/

/* width */
.linkilo-anchor-analysis-dash-table::-webkit-scrollbar {
  width: 8px;

}

/* Track */
.linkilo-anchor-analysis-dash-table::-webkit-scrollbar-track {
  background: #f1f1f1; 

}

/* Handle */
.linkilo-anchor-analysis-dash-table::-webkit-scrollbar-thumb {
  background: #b6b6b6; 
  border-radius:100px;
}

/* Handle on hover */
.linkilo-anchor-analysis-dash-table::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*div design fix*/