	/* input[type="file"] {
    z-index: 999;
    line-height: 0;
    font-size: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding: 0;
    left: 0;
} */
.icon-text1{
margin-left: 20px;
}
.my-custom-scrollbar {
position: relative;
height: auto;
overflow: auto;
max-height: 238px;
}
.table-wrapper-scroll-y {
display: block;
}
.table td, .table th {
    padding: .75rem;
   vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
table.table td, table.table th {
     padding-top:.4rem; 
    padding-bottom:.4rem; 
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-bordered td, .table-bordered th {
    border: none;
}
tr {
border-bottom: 1px solid #dee2e6;
}
.start2
{
    max-height: 350px;
    overflow-y: scroll;
}
.start1
{
    max-height: 350px;
    overflow-y: scroll;
}
@media only screen and (max-width: 540px){
.browse-text-prompt {
    font-size: 12px;
}
}
@media only screen and (max-width: 990px){

.paper-card-image {
    width: 58%;
   
}
}
@media only screen and (min-width : 992px){
	.paper-card-image {
    padding-top: 25px;
     width: 80%;
}
}