[data-visible="1"] i.fa-eye-slash {
	display: none;
}

[data-visible="0"] i.fa-eye {
	display: none;
}

.form-group {
	position: relative;
}

a:hover .fas.text-gray-400, a:hover .fas.text-gray-300 {
	color: #6e707e !important
}

textarea.textarea-autosize {
	min-height: 2.25rem;
	resize: none;
	overflow-y: hidden;
}

textarea.textarea-autosize.form-control-lg {
	min-height: 3.75rem;
}

textarea.textarea-autosize.form-control-sm {
	min-height: 2rem;
}

a[data-raiz][href$="/archivos/originales/"] {
	display: none;
}

.modal {
	overflow-y: scroll !important;
}

.modal-dialog {
	max-width: calc(100% - 1.75rem) !important;
	margin: 1.75rem auto;
}

body {
    color: #5a5c69;
}
.sidebar.toggled .nav-item .collapse {
z-index: 105;
}