/*
Theme Name: SGC Security
Author: Run2
Author URI: run2.co.uk
Version: 1.0.1
*/

body .gform_wrapper .ginput_container_fileupload input[type="file"] {
    color: #1caaea !important; /* This ensures the text is the desired color */
}
/* Change color on hover */
body .gform_wrapper .ginput_container_fileupload input[type="file"]:hover {
    color: #1caaea !important; /* Keeps the color consistent on hover */
}
body .gform_wrapper .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button {
    color: #1caaea !important; /* Custom text color */
}