a, a.page-link {
	text-decoration: none;
}

.custom-file {
    position: relative;
}

.custom-file-input {
    width: 100%;
    opacity: 0;
	height: calc(1.5em + .75rem + 2px);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
    color: #888;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-file-label:lang(en)::after, .custom-file-label:lang(pt)::after {
    content: "\F021F";
    font: normal normal normal 24px/1 "Material Design Icons";
	height: calc(calc(2.25rem + 2px) - 1px * 2);
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: .375rem .55rem;
    color: #888;
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.custom-file-label.disabled {
	background: #e9ecef;
	cursor: not-allowed;
}