
                                    input[type="file"] {
                                        color: transparent;
                                    }
                                    input[type="file"]::before {
                                        content: attr(placeholder) !important;
                                        color: #6c757d;
                                        display: inline-block;
                                        width: 100%;
                                    }
                                    input[type="file"]:focus::before,
                                    input[type="file"]:active::before {
                                        content: "Select File" !important;
                                    }
                                