
.acogest-process-item{
	border: 4px solid #aaa;
	text-align: center;
	width: 160px;
	height: 160px;
	line-height: 120px;
	padding: 20px;
	display: block;
	margin: 0px auto !important;
	border-radius: 300px;
	text-align: center;
	
}

.acogest-process-item img {
	width: 90px;
	height: 90px;
	display: inline-block;
	vertical-align: middle;
	
}


.acogest-process-item-wrapper.active .acogest-process-item {
	background: #F27E4C !important;
	border-color: #A75430 !important;
}


.acogest-process-item-wrapper-admin:hover .acogest-process-item {
	background: #ccc;
	cursor:pointer;
}



.operation_user_item {
	border: 2px solid #F57E46;
	padding: 10px 20px;
	margin-bottom: 25px;
}

.operation_user_item:hover {
	background: #F57E46;
	color: #fff;
}
.acogest-process-status {
    display: inline-block;
    margin-top: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.acogest-process-status.is-finished {
    background: #dff3df;
    color: #1f6b2a;
}

.acogest-process-status.is-processing {
    background: #fff2d7;
    color: #8a5600;
}

.acogest-child-status-selector {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin: 8px 0 18px;
    padding: 10px 12px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.acogest-child-status-selector label {
    margin: 0;
    font-weight: 600;
}

.acogest-client-child-processes {
    display: none;
    margin: 16px 0 25px;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: left;
}

.acogest-client-child-processes.active {
    display: block;
}

.acogest-client-child-process-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.acogest-client-child-process-row:last-child {
    border-bottom: 0;
}

.acogest-client-status-badge {
    display: inline-block;
    min-width: 105px;
    text-align: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.acogest-client-status-badge.is-finished {
    background: #dff3df;
    color: #1f6b2a;
}

.acogest-client-status-badge.is-processing {
    background: #fff2d7;
    color: #8a5600;
}
