/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2024 | 13:31:11 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.transaction-broken-cards .transaction-broken-card {
	transition: all 0.8s;
}

.contract-chaos-circle {
	
}

.contract-chaos-circle#circle-compliance,
.contract-chaos-circle#circle-claims{
	display: none;
}

.contract-chaos-section .contract-chaos-tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active .tab-content-left {
	width: 100%!important;
}

@media only screen and (min-width: 768px) {
	.contract-chaos-section .contract-chaos-tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active .tab-content-left {
	width: 80%!important;
}
}

.contract-chaos-circle .wheels-wrapper .wheels-container .wheel-outbound .wheels-items-wrapper .wheels-item-row {
	
}

.contract-chaos-circle .wheels-wrapper .wheels-container .wheel-outbound .wheels-items-wrapper .wheels-item-row .wheel-item-text{ 
	width: 100px;
	color: #000;
}

.contract-chaos-circle .wheels-wrapper .wheels-container .wheel-outbound .wheels-items-wrapper .wheels-item-row.first {
	width: 100%;
}

.contract-chaos-circle .wheels-wrapper .wheels-container .wheel-outbound .wheels-items-wrapper .wheels-item-row.first .wheel-item-text{
	width: 100%;
}

.circle-sub-title {
	color: var(--Neutral-Grey, #ECEAEA);
text-align: center;

/* Body/Small Bold */
font-family: "Archivo";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 147%; /* 23.52px */
letter-spacing: 0.64px;
		display: block;
}

.circle-sub-title-desc {
	color: var(--Neutral-Grey, #ECEAEA);
	display: block;
	/* Caption/Caption */
	font-family: "Archivo";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 168%; /* 23.52px */
	letter-spacing: 0.84px;	
}

.wheels-wrapper .wheels-container .wheel-outbound .wheels-items-wrapper .wheels-item-row.first .wheel-item-text:first-child {
  opacity: 0.2;
}


.wheels-wrapper .wheels-container .wheel-outbound .wheels-items-wrapper .wheels-item-row.first.done .wheel-item-text:first-child {
  opacity: 1!important;
}
.wheels-wrapper .wheels-container .wheel-outbound .wheels-items-wrapper .wheels-item-row.first .wheel-item-text:last-child {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
	.contract-chaos-circle {
		display: none;
	}
	
	.circle-image.circle-image-complaince, .circle-image.circle-image-claims {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.circle-image {
		display: none;
	}
}