section.da_checker {
    padding: 30px;
    background: #fff;
    margin-bottom: 50px !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    margin-top: 20px !important;
 
}

body section.da_checker h2 {
    font-size: 30px !important;
    text-transform: inherit !important;
    margin-bottom: 20px;
}
section.da_checker textarea#urls {
    font-weight: 500;
    width: 100% !important;
    margin: 0 0 26px;
    border: 1px solid #ccc9;
    background: #fff;
    box-shadow: 0 0 5px #0001 !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    display: block;
    overflow: hidden;
    resize: none;
}
section.da_checker input[type="button"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    line-height: normal;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
section.da_checker table tr * {
    border: 1px solid #ccc9;
}
section.da_checker table tr th {
    background: #117eef;
    color: #fff;
    font-weight: 500;
}
section.da_checker table {
    width: 100%;
    margin-top: 20px;
}
section.da_checker table tr * strong {
    border: none !important;
}
@media(max-width:767px){
section.da_checker .table-responsive {
    overflow-x: scroll;
}
}
section.da_checker table tr * strong {
    word-break: break-word;
}
section.da_checker table tr *:nth-child(n+2) {
    text-align: center;
}
section.da_checker textarea#urls::placeholder {
    opacity: 0;
}
@media(max-width:1024px){

div#da-response table#result-table {
    min-width: 1200px;
    margin-bottom:15px;
}}
/**/

.result-div {
    box-shadow: 0 10px 20px rgb(0 0 0 / 14%), 0 6px 6px rgb(0 0 0 / 9%);
    margin-top: 20px;
    border: 1px solid #d6d6d6;
}

.res-head {
    padding: 15px 25px;
    color:#fff;
    width: 100% !important;
    text-align: center;
    padding-top: 10px;
    background: #117eef;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.res-data {
    padding: 10px 25px;
    font-weight:800;
    color: #161616;
    text-align: left;
    word-break: break-all;
    display: flex;
    align-items: center;
    width: 100%;
}

.res-tab {
   border: 1px solid #d6d6d6;
}

.res-tab {
    display: flex;
    width: auto;
}

.res-head {
    max-width: 270px;
}
.single-tools #content a.cart_da {
    background-image: linear-gradient(to right, #117eef 30%, #3fb0f8 100%, #20a5b8) !important;
    border: none !important;
    color: #fff !important;
    padding: 15px 30px !important;
    border-radius: 50px !important;
    text-transform: capitalize;
    font-size: 16px !important;
    text-align: center;
    transform: scale(1) !important;
    transition: 0.3s ease-in-out;
    z-index: 999;
    position: relative;
}

.order_da {
    text-align: center !important;
    margin-top: 50px;
    position: relative;
    z-index: 999;
}

div#process_show {
    text-align: center;
}

div#process_show img {
    width: auto !important;
    height: 100px;
}
@media(max-width: 768px){

.res-head {
    padding: 10px;
    text-align: left;
    font-size: 14px;
}
tbody tr {
    display: flex;
    flex-wrap: wrap;
}

.res-data {
    padding: 10px 10px;
    font-size: 14px;
}

.res-data strong {
    -webkit-line-clamp: 2;
}
.single-tools #main section.vc_section {
    margin-left: 20px;
    margin-right: 20px;
}
.res-head {
    font-size:12px;
}
.res-data {
    font-size: 12px;
}

section.da_checker textarea#urls{
font-size: 14px;
}

.single-tools #content a.cart_da {
    font-size: 14px !important;
    padding: 10px 20px !important;
}
}
.order_da {
    font-size: 18px;
    font-weight: 600;
}

.single-tools #content a.cart_da {
    background: unset !important;
    padding: 0 !important;
    color: #20a5b8 !important;
    text-decoration: underline !important;
}

.single-tools #content a.cart_da:hover {
    color: #117eef !important;
}
.single.single-tools section.da_checker button#da-submit-btn {
    background: linear-gradient(45deg, #1e55b2, #3477e8) !important;
    border: 0px !important;
    padding: 1px 20px !important;
    height: 47px !important;
    font-weight: 500;
    transform: scale(1);
    transition:0.5s all;
    color:#fff;
    border-radius: 5px !important;
    }

.single.single-tools section.da_checker button#da-submit-btn:hover{
    color:#fff !important;
    background: linear-gradient(45deg, #0f449f, #0f449f) !important;
    cursor: pointer;
    transform: scale(1.05);
}

/**/

.single-tools.postid-57994 form#form .g-recaptcha {
    margin-bottom: 0 !important;
    margin-top: 24px !important;
}

section.da_checker textarea#urls + .recaptcha-div {
    margin: 10px 0;
}