.eb-testimonial-wrapper{display:flex;flex-direction:row}.eb-testimonial-container{display:flex;flex-direction:column;flex:1;text-align:center;word-break:break-all;background-repeat:no-repeat;background-size:cover}.eb-avatar-container{display:flex}.eb-avatar-style{height:100px;width:100px;background-repeat:no-repeat;background-size:cover;background-position:center center;margin:0 auto}.eb-testimonial-quote-style{background-position:"left";background-repeat:"no-repeat";padding-left:10px;padding-right:10px}.eb-description-container{display:flex;flex-direction:row}.eb-userinfo-container{display:flex;flex-direction:column}.eb-img-placeholder{background-color:gray}.eb-testimonial-image{height:100px;width:100px;border-radius:50% !important;background:#e3e3e3 !important;display:inline !important}.eb-testimonial-background-upload{height:100px;width:100%;background:#e3e3e3;color:#666;display:inline-block}.eb-typography-base div{display:flex;justify-content:space-between}.components-base-control{margin-bottom:10px !important}.components-base-control .components-base-control__label{margin-bottom:5px;display:inline-block}
.image-avatar{height:100px;width:100%;background-size:cover;background-repeat:no-repeat;margin-bottom:8px;padding:2px}.image-avatar-delete{background-color:blue}.image-avatar-delete:hover{background-color:red}
.eb-unit-control-btn-group{margin:0px 0px -20px 0px;text-align:right;display:block}.eb-unit-control-btn{color:#000;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-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:#fff}.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:#fff;border-radius:30px;height:100%;width:50%;top:0;left:0;transition:transform .3s ease}
