@charset "UTF-8";

.loader-container {
	margin: 2rem 0.5rem 0 0.5rem;
	padding: 0;
}
.loading-icon {
	font-size: 3rem !important;
    
}
.ui-selectonemenu-panel {
	max-width: 40rem !important;
	overflow: auto !important;
}
.ui-selectonemenu-item.ui-selectonemenu-list-item {
	width: fit-content;
	width: -moz-fit-content;
	min-width: 100%;
}
.w-full{
	min-width: unset !important;
	max-width: 100% !important;
} 
.ui-selectonemenu-label.ui-inputfield {
	width: 1em !important;
    min-width: 100% !important;
}
.ui-fieldset {
	margin: 0 0 1em 0;
	padding: 1.5em 2em 0.5em 2em !important;
}
.st-integridad {
	width: 15em; white-space:normal; text-overflow: ellipsis; overflow: hidden;
}
.ine-button-color {
	color: white !important;
	background-color: #d5007f !important;
	border: 1px solid #d5007f !important;
}
.ui-button.ui-wizard-nav-next, .ui-button.ui-wizard-nav-back {
	color: white !important;
	background-color: #d5007f !important;
	border: 1px solid #d5007f !important;
}

.ui-widget, .ui-widget * {
    font-family: "Roboto", sans-serif !important;
}

body .pi {
	font-family: "primeicons" !important;
}

.ui-datatable-data tr td .breakAll, .ui-datatable-data tr td span .breakAll{
	word-break: break-all;
}