/*Fichero de CSS utilizado para modificar algunos estilos aplicados por defecto por bootstrap*/

.page-link {
    color: #017f86;
}

.page-item.active .page-link {
    background-color: #017f86;
    border-color: #017f86;
}

.custom-file, .custom-file-input, .custom-file-label, .custom-file-label::after {
    height: auto !important;
}

.custom-file-label {
    padding: .25rem .5rem;
}

.custom-file-input:lang(es) ~ .custom-file-label::after {
    content: "Seleccionar"
}

.custom-file-input:lang(ga) ~ .custom-file-label::after {
    content: "Seleccionar"
}