/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2025 | 13:47:15 */
.custom-file-upload {
    display: flex;
	align-content:center;
}

/* Oculto el input verdadero */
.hidden-file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* Estilo para el custom button false, que es el label */
.custom-button {
    display: inline-block;
	text-align:center;
    background-color: #E8E8E8;
    font-size: 1em;
	border:1px solid black;
	padding:10px;
	height:30px !important;
	line-height:3px;
	margin-right:10px;
	cursor:pointer;
	border-radius:3px;
	
}

.custom-button:hover {
    background-color: #DCDCDC;
}

/* Estilo para el campo del archivo seleccionado */
.file-name {
    font-style: italic;
    color: #555;
    font-size: 1.2em;
}