#add_by_file_report{
    display: none;
}
#file-pad ::placeholder {
    color: #1e87f0;
}

#file-pad input[type=file], /* FF, IE7+, chrome (except button) */
#file-pad input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}


@media screen and (max-width: 360px) {
    .dir_rtl .product_suggestions{
        left:0px !important;
    }
}