.importer-result {
    
}

.importer-result .error-desc {
	color: #263238;
	font-family: "Open Sans";
	font-size: 14px;
	margin-top: 16px;
}

.importer-result .negrita {
	display: block;
	margin-top: 24px;
	margin-bottom: 4px;
	color: #263238;	
	font-family: "Open Sans";	
	font-size: 14px;	
	font-weight: 600;	
	line-height: 19px;
	height: 25px;
}

.importer-result .accent {
	color: #F05A69;
	font-family: "Open Sans";	
	font-size: 14px;	
	font-weight: 600;	
	line-height: 19px;
	margin-top: 24px;
	margin-bottom: 4px;
}

.importer-result .margin-labels {
	margin-top: 16px;
}

.importer-result .final-divisor {
    border: 0.5px solid var(--ba-low-opacity);
    border-radius: 0.5px;
    margin-top: 32px;
}

.importer-result-popup .content{
	padding : 12px 0px;	
}

.importer-result-popup .spacing {
	padding-left: 24px;
	padding-right: 24px;
}

.importer-result-popup .success-img {
    width: 2.5em;
}

.importer-result-popup .first-text {
    font-weight: bold;
    font-size: 1.5em;
}