.eb-color-base div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.eb-color-base .components-base-control__label {
	flex: 10;
	margin-right: 0px !important; /* There was no other way */
}

.eb-color-base .components-dropdown {
	flex: 1;
}

.eb-color-ball {
	background-image: linear-gradient(45deg, #ddd 25%, transparent 0),
		linear-gradient(-45deg, #ddd 25%, transparent 0),
		linear-gradient(45deg, transparent 75%, #ddd 0),
		linear-gradient(-45deg, transparent 75%, #ddd 0);
	background-size: 10px 10px;
	background-position: 0 0, 0 5px, 5px -5px, -5px 0;
	border-radius: 50%;
}

.eb-color-undo {
	flex: 1;
	color: gray;
}

.eb-color-undo :focus,
.eb-color-undo :hover {
	box-shadow: none;
}

.eb-switch-control{display:flex;border:1px solid #ededed;padding:2px;border-radius:30px;position:relative;font-family:sans-serif;text-align:center;margin-bottom:8px;margin-top:8px}.eb-switch-control input{visibility:hidden;position:absolute;padding:10px}.eb-switch-control input:checked+label{color:#fff}.eb-switch-control .individual:checked ~ span,.eb-switch-control .business:checked ~ span{color:white}.eb-switch-control .individual:checked ~ .slideBg{transform:translateX(100%)}.eb-switch-control .business:checked ~ .slideBg{transform:translateX(0)}.eb-switch-control label{display:block;padding:4px;width:50%;z-index:1}.slideBg{position:absolute;background-color:#551ef7;color:white;border-radius:30px;height:100%;width:50%;top:0;left:0;transition:transform 0.3s ease}

.eb-unit-control-btn-group{margin:0px 0px -20px 0px;text-align:right;display:block}.eb-unit-control-btn{color:black;background:transparent !important;outline:none !important;box-shadow:none !important;border:none !important;text-shadow:none !important}.eb-unit-active{color:#6c40f7 !important;font-weight:bold}

.eb-progressbar-container{margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;position:relative;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.eb-progressbar-title{font-size:18px;padding-left:8px}.eb-progressbar-progress{display:flex;justify-content:space-between;position:absolute;top:0;bottom:0;height:100%;color:#fff;background-color:#7967ff;border-radius:4px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.eb-progressbar-tooltip{position:absolute;right:-28px;top:-40px;padding:5px 15px;font-size:13px;border-radius:3px;font-weight:normal;line-height:1.8}.eb-progressbar-tooltip-arrow{width:0;height:0;position:absolute;bottom:-5px;left:50%;margin-left:-5px;border-color:transparent;border-style:solid;border-width:5px 5px 0;border-left:5px solid transparent;border-right:5px solid transparent}

