.iconeto {
  margin: 0 5px;
}

span.extralog {
    margin: auto 5px;
    font-size: 12px;
    opacity: 0.8;
}

.progressbar {
	height: 2rem;
	width: 100%;
	display: flex;
}

.progressbar>*{
	height: 1.5rem;
	background-color: #AAA;
	display: inline-block;
}

.progressbar>*:first-child{
	border-top-left-radius:0.25rem;
	border-bottom-left-radius:0.25rem;
}

.progressbar>*:last-child{
	border-top-right-radius:0.25rem;
	border-bottom-right-radius:0.25rem;
}

.progressbar__legend {
	display: flex;
}

.progressbar__legend>* {
	flex-grow: 1;
}

.progressbar__blocky {
	display: inline-block;
	margin: 3px;
	width: 0.5rem;
	height: 0.5rem;
	vertical-align: middle;
	background: red;
}

.bar_disabled_manual {
	background-color: #AAA;
}
.bar_disabled_auto {
	background-color: #a63a3a;
}
.bar_active_ready {
	background-color: #5ca63a;
}
.bar_active_has_price {
	background-color: #55cd1d;
}
.bar_active_pending {
	background-color: #613aa6;
}


/********************************/

.their_id {
	color: hsl(206deg 45% 75%);
	float: right;
}


.is_in_price_range {
	border-right: 3px solid #48c774;
}

.has-background-gradient-success {
	/* background: linear-gradient(179deg, hsl(114deg 73% 76%), #81f184 ); */
	background: linear-gradient(178deg, hsl(141deg 53% 53%), hsl(127deg 59% 48%) );
}

