@media only screen and (min-width:240px) and (max-width:767px) {
    .captcha{
     width: 100% !important;
     /* margin-left: -20px !important; */
     height: 50px !important;
     font-size: 25px;
     /*background: grey;*/
     background: linear-gradient(to right , #ff09098a, #9509ff7a) !important; color:white; border:#9a55ff;
     text-align: center;
    }
    
    .captchacode{
     width: 105% !important;
     margin-left: -20px !important;
     height: 50px !important;
     /*font-size: 25px;*/
     padding-left: 6px;
     /*margin-top: 25px;*/
     outline: 0;
    }

    .submit-button{
     align-items: center;
display: flex;
justify-content: center;
    }
    
    
 }
 
 @media only screen and (min-width:768px) and (max-width:991px){
     
     .captcha{
         max-width: 100%;
         /* margin-left: -20px !important; */
 height: 50px !important;
 font-size: 25px;
 /*background: grey;*/
 background: linear-gradient(to right , #ff09098a, #9509ff7a) !important; color:white; border:#9a55ff;
 padding-left: 6px;
 text-align: center;
     }
     
     .captchacode{
        max-width: 100%;
         /* margin-left: -20px !important; */
 height: 50px !important;
 /*font-size: 25px;*/
 padding-left: 6px;
 outline: 0;
     }
     
    
 }
 
 @media only screen and (min-width:992px) and (max-width:2560px){
     .captcha{
         max-width: 100%;
 height: 50px !important;
 font-size: 20px;
 /*background: grey;*/
 background: linear-gradient(to right , #ff09098a, #9509ff7a) !important; color:white; border:#9a55ff;
 text-align: center;
     }

     .captchacode{
        max-width: 100%;
     }
     
     
 }
 
 @media (max-width: 1660px) {
.table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}

@media (min-width: 250px) and (max-width: 378px) {
    .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: -22px;
    width: 100%;
   
}
}

@media only screen and (min-width: 250px) and (max-width: 991px) {
    #user-btn {
    height: 50%;
    float: right !important;
    margin-left: 0%;
    margin-top: 5%;
   
}
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
    #user-btn {
    height: 50%;
    float: right !important;
    margin-left: 70%;
    margin-top: 2%;
   
}
}
@media only screen and (min-width: 1440px) and (max-width: 2600px) {
    #user-btn {
    height: 50%;
    float: right !important;
    margin-left: 76%;
    margin-top: 1%;
   
}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    
/*#full-div{*/
/*    width: auto;*/
/*    padding-left: 58px;*/
/*    padding-right: 12px;*/
    /* padding-bottom: 1%; */
    /* margin-bottom: -20%; */
/*    margin-top: -19%;*/
/*}  */
}

