.my-tablee{
    display: flex;
    justify-content: center;
}
.list-card{
    padding: 50px;
}
.button-class{
    min-width: 100px;
}

.upload-card{
    padding-top: 100px;
    padding-bottom: 100px;  
    padding-left: 250px;
    padding-right: 250px;
}
.file-card{
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type=file] {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
}


input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
    background: #0d45a5;
}

.upper-right-col{
   padding-left:50px;
}
.dataTables_length{
    margin-bottom: 15px;
}
@media (max-width:600px) {
    .list-card{
        padding: 0px;
    }
    .button-class{
        width: 100%;
    }
    .list-button{
        display: flex;
        padding-right:10px ;
    }
        .upload-card {
            padding: 0px;
        }
        .user-profile-card-one{
            padding: 0px;
            font-size: 0.8rem;
        }
        .upper-right-col {
            padding-left:0%;
        }

        
}

  @media (min-width: 768px) and (max-width: 1024px) {
    .list-card {
            padding: 0px;
        }
    
        .button-class {
            width: 100%;
        }
    
        .list-button {
            display: flex;
            padding-right: 10px;
        }
    
        .upload-card {
            padding: 0px;
        }
    
        .user-profile-card-one {
            padding: 0px;
            font-size: 0.8rem;
        }
    
        .upper-right-col {
            padding-left: 0%;
        }
  }




  