
.invdPriceBannerError {
	max-width:	50%;
	padding:	1.5em;
	background-color: red;
	color:		white;
	font-size:	20px;
	border-radius: 0.5em;
	border: 1px solid black;
}

.invdPriceBannerWarning {
	max-width:	90%;
	padding:	1.5em;
	background-color: orange;
	color:		white;
	font-size:	20px;
	border-radius: 0.5em;
	border: 1px solid black;
}


.invdPriceBannerSuccess {
	max-width:	50%;
	padding:	1.5em;
	background-color: green;
	color:		white;
	font-size:	20px;
	border-radius: 0.5em;
	border: 1px solid black;
}


.contenedor-actualiza-ecommerce 
, .contenedor-async-update-ecommerce{
    margin: 20px;
    border: 2px solid black;
	border-radius:	10px;
    padding: 20px;
    width: 70vw;
    min-height: 30vh;
	display: grid;
	row-gap: 20px;
}

span.desc-actualiza-ecommerce {
    text-align: justify;
}

.contenedor-datos-proceso {
    display: grid;
    row-gap: 20px;
}

input#fecha_referencia_update_ecommerce {
    width: 110px;
}

.detalle-async-update-ecommerce-title
, .detalle-async-update-ecommerce-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.detalle-async-update-ecommerce-title {
    font-weight: bold;
}