.single-tools .wrapper form#url-form {
    padding: 30px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    margin-top: 20px!important;
    margin-bottom: 50px!important;
    display: flex;
    flex-direction: column;
}
.single-tools .wrapper form#url-form label {
    font-size: larger;
    font-weight: bold;
}
.single-tools .wrapper form#url-form input.input-field {
    width: 100%;
    border: 2px solid #1e55b2;
    border-radius: 5px;
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.single-tools .wrapper form#url-form .dis_button {
    border: 0px !important;
    transform: scale(1);
    font-weight: 500;
    height: 47px !important;
    transition: 0.5s all !important;
    background: linear-gradient(45deg, #1e55b2, #3477e8) !important;
    color: #fff !important;
    padding: 0.375rem 0.75rem;
    border-radius: 5px;
    margin:0;
    width: fit-content;
    cursor: pointer !important;
    font-size:16px;
}
.single-tools .wrapper form#url-form input[disabled] {
    opacity:0.5;
    cursor: no-drop !important;
}
.single-tools .wrapper form#url-form .dis_button:hover,
.single-tools .wrapper form#url-form div#response-output button#downloadCsv:hover{
    transform: scale(1.05);
}
.single-tools .wrapper form#url-form div#response-output {
    text-align: center;
}
.single-tools .wrapper form#url-form div#response-output .summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F6F8FA;
    padding: 40px 40px;
    gap: 20px;
    margin-top: 30px;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item {
    background: #fff;
    padding: 32px 20px;
    box-sizing: border-box;
    flex: 1 0 0%;
    text-align: center;
    box-shadow: 0 5px 26px -4px #dddddd;
    border-radius: 6px;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item1{
    border-bottom:3px solid #79BF7E;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item1 h3{
    color:#79BF7E;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item2{
    border-bottom:3px solid #74ACD1;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item2 h3{
    color:#74ACD1;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item3{
    border-bottom:3px solid #000000;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item3 h3{
    color:#000000;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item4 {
    border-bottom:3px solid #F97A7A;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item4 h3{
    color:#F97A7A;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item h3 {
    font-size: 40px !important;
    font-weight: 600;
    text-align: center !important;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item p {
    text-align: center !important;
    font-size: 15px;
    font-weight: 500;
    margin:0px;
}
.single-tools .wrapper form#url-form div#response-output .summary .summary-item p span:last-child {
    font-weight: 600;
}
.single-tools .wrapper form#url-form div#response-output button#downloadCsv {
    background: linear-gradient(0deg, #21B141,#4fcc69 );
    border: 0px;
    padding: 12px 19px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 3px 12px 0 #cbcbcb;
    margin-top: 26px;
    transition: 0.5s all !important;
}
.single-tools .wrapper form#url-form input:focus {
    background: #f1f6ff;
}
.single-tools button.dis_button {
    margin: 15px 0px !important;
}
.single-tools div#response-table table,
.single-tools div#response-table th,
.single-tools div#response-table td {
    border: 0px;
    color: #000;
}
.single-tools div#response-table thead tr th {
    padding: 8px 16px;
}
.single-tools div#response-table div#externalLinksContainer{
    margin:30px 0px;
}
.single-tools div#response-table div#internalLinksContainer h2,
.single-tools div#response-table div#externalLinksContainer h2,
.single-tools div#response-table div#duplicateLinksContainer h2{
    padding: 11px 18px;
    margin: 0px;
    font-size: 1.2em !important;
    background: #117eef;
    border-radius: 5px;
    color: #fff !important;
    position: sticky;
    left: 0;
}
.single-tools div#response-table div#internalLinksContainer table thead tr th,
.single-tools div#response-table div#externalLinksContainer table thead tr th,
.single-tools div#response-table div#duplicateLinksContainer table thead tr th {
    padding-bottom: 3px;
    padding-top: 14px;
}
div#internalLinksContainer {
    margin-top: 26px;
}
div#externalLinksContainer td.table-cell {
    word-break: break-all;
}
div#response-table table th.table-header-last {
    width: 148px;
}
div#response-table tbody td.table-cell-last {
    color: #50A13B;
}
div#response-table tbody td.table-cell-last-no {
    color: #dc3545;
}
div#response-table td.table-cell {
    font-size: 15px;
}
div#response-table {
    display: none;
}
#response-table thead {
    border-bottom: 1px solid #ddd;
}
@media(max-width:767px){
    .single-tools .wrapper form#url-form div#response-output .summary .summary-item{
       flex:0 0 47%;     
    }
       div#internalLinksContainer, div#externalLinksContainer, div#duplicateLinksContainer{
        overflow-x: auto;
    }
    div#externalLinksContainer td.table-cell{
        word-break: unset;
    }
}

@media(max-width:480px){
    .single-tools .wrapper form#url-form div#response-output .summary .summary-item{
       flex:0 0 100%;     
    }
}


.postid-66679 h4{
    font-size:17px !important;
}

/*Sticky Internal-link table Sticky Header CSS*/
div#response-table {
    position: relative;
}
#response-table #internalLinksContainer h2, #response-table #externalLinksContainer h2, #response-table #duplicateLinksContainer h2 {
    position: sticky !important;
    top: 0px;
}


div#internalLinksContainer, #externalLinksContainer, #duplicateLinksContainer {
    max-height: 510px;
    overflow-y: scroll;
}

#internalLinksContainer table thead , #externalLinksContainer table thead , #duplicateLinksContainer table thead  {
    position: sticky;
    top: 45px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 15px;
}

body.postid-66679 table {
    width:100%;
}
/*body div#duplicateLinksContainer {*/
/*    word-break: break-all;*/
/*}*/


/*  */
.single-tools.postid-66679 #url-form .g-recaptcha {  
    margin-top: 9px !important;
}   
.single-tools.postid-66679 .wrapper form#url-form .dis_button{
    margin-top:0 !important;
}



/*--------------------------*/

@media(max-width:767px){

form#url-form {
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 15px !important;
}
.single-tools div#single-wrapper  .vc_row.wpb_row.vc_row-fluid.pad-zero{
    padding-left:0 !important;
    padding-right:0 !important;
  
}
    .single-tools div#single-wrapper  .vc_row.wpb_row.vc_row-fluid.pad-zero ul{
        padding-left:0;
    }
    
    .single-post .wrapper ul li {
    margin-bottom: 5px !important;
}
.pad-zero ol {
    padding-left: 20px !important;
}

.wpb_content_element{
    margin-bottom: 20px !important;

 }
}


/*-------------*/

.hide-tool-element{
  display: none !important;
}
.show-tool-element{
  display: block !important;
}