.reports{text-align: center; display: none;}
.reports table{width:100%;margin: 0 auto; border: 1px #ccc solid;}
.reports td{padding: 10px; text-align: center; width: 50%;}
.reports th{background: #1e55b2; color: #fff; padding: 10px;}

.content-box{
        padding: 30px;
    background: #fff;
    margin-bottom: 20px !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    margin-top: 50px !important;
}

.adsenseform {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.adsenseform .box {
    margin: 5px 10px 5px 0px;
    width: 100%;
    min-width: 32%;max-width:32%;
    
}

.adsenseform label {
    display: block;
    font-family: inherit;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
    user-select: none;
    font-weight: 500;
    width: 100%;
}

.adsenseform .box > div {
    display: flex;
    flex-wrap: wrap;
}

.adsenseform small {
    color: #767676;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
    
}
.adsenseform .box > div input {
    width: 100%;
    max-width: calc(100% - 30px);
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 2px solid #1e55b2;
    border-radius: 0px 5px 5px 0px;
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
    padding: 5px 10px;
    touch-action: manipulation;
    transition: background-color 200ms ease-in-out, background-image 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}

.adsenseform .box span {
    align-items: center;
    background-color: #1e55b2;
    color: #fff;
    display: flex;
    font-size: 20px;
    line-height: 1.4;
    padding: 5px 10px;
    border-radius: 5px 0px 0px 5px;
    max-width: 30px;
    justify-content: center;
    font-weight: 700;
}.adsenseform .box > div input#impr {
    border-radius: 5px;max-width:100%;
}
.single.single-tools .btn.btn-primary{
    border: 0px !important;
    padding: 1px 20px !important;
    height: 47px !important;
    font-weight:500;
    transform: scale(1);
}

.single.single-tools .btn.btn-primary:hover, .single.single-tools #btnSubmit.btn.btn-primary:hover,.single.single-tools .btn.btn-primary:focus, .single.single-tools #btnSubmit.btn.btn-primary:focus {
    color:#fff !important;
    background: linear-gradient(45deg, #0f449f, #0f449f) !important;
    cursor: pointer;
    transform: scale(1.05);
}

@media(max-width:768px){
.adsenseform .box {max-width:100%;}
    
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.count_btn {
    background: linear-gradient( 45deg , #1e55b2, #3477e8) !important;
    color: #fff;
    padding: 0.375rem 0.75rem;
    border: unset;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}
@media(min-width:767px) and (max-width:1024px){
.adsenseform .box {
    max-width: 100%;
}
}
@media(min-width:1024px) and (max-width:1200px){
 .box:nth-last-child(2) {
    max-width: 100% !important;
}
}
@media(min-width:1200px) and (max-width:1500px){
.postid-45847 .adsenseform .box {
    max-width: 48% !important;
}  
   .postid-45847 .box:nth-last-child(2) {
    max-width: 100% !important;
}
}

@media(min-width:992px) and (max-width:1200px){
.postid-45847 .adsenseform .box {
    max-width: 48% !important;
}
 .postid-45847 .box:nth-last-child(2) {
    max-width: 100% !important;
}   
}