.is-hidden{display:none}.eb-typed-add-wrapper{margin:0 auto}.eb-typed-sortable-item{display:flex;justify-content:space-between;margin:10px 0px;border:1px solid;line-height:2.5em}.eb-typed-sortable-title{cursor:pointer;flex:12;padding-left:5px;overflow:hidden;text-overflow:ellipsis;width:200px;white-space:nowrap;-ms-grid-row-align:center;align-self:center}.eb-typed-input-wrapper{display:flex;justify-content:space-around;flex-direction:column;margin-top:10px}.eb-typed-sortable-trash{font-size:16px;border-left:1px solid gray;flex:1;text-align:center;padding:8px}.eb-typed-sortable-trash:hover{background:#f44336;color:#fff;cursor:pointer}.st0t{fill:url(#SVGID_1_TYPED)}.st1t{fill:url(#SVGID_2_TYPED)}.st2t{fill:url(#SVGID_3_TYPED)}.eb-typography-base div{display:flex;justify-content:space-between}.drag-handle{flex:1;background:#a9a9a9;border-right:1px solid;cursor:move;color:#fff;align-items:center;display:flex !important;justify-content:center}.drag-helper{z-index:100;list-style:none}
.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;
}

