.eb-team-member-container{display:flex}.eb-team-member-column{padding:5px;width:100%}.eb-team-member-column div{width:100%}.eb-team-member-image{height:150px;width:150px;background:#e3e3e3 !important;display:inline !important}.eb-typography-base div{display:flex;justify-content:space-between}

.image-avatar{height:100px;width:100%;background-size:cover;background-repeat:no-repeat;margin-bottom:8px;padding:2px}

.profile-wrapper{display:flex;justify-content:space-between;margin-top:10px;margin-bottom:10px;border:1px solid;line-height:2.5em}.profile-icon-container{font-size:14px;padding-right:10px;padding-left:10px;cursor:pointer;width:90%;flex:12}.selected-profile-icon{margin-left:5px}.link-form-wrapper{margin-top:10px}.social-link-input{margin-bottom:10px}.profile-icon-wrapper{height:1em;width:1em;padding:1em;text-align:center;display:flex;align-items:center;justify-content:center;text-decoration:none}.drag-helper{z-index:100;list-style:none}.drag-handle{flex:1;background:darkgrey;border-right:1px solid;cursor:move;color:#ffffff;align-items:center;display:flex !important;justify-content:center}.eb-delete-social:hover{background:#f44336;color:#ffffff;cursor:pointer}

.input-wrapper{width:20%;display:flex;flex-direction:column}.linked-btn{width:40px;height:30px;border-radius:5px;margin-left:8px;padding-left:12px}.dimention-container{display:flex;flex-direction:column;margin-bottom:1em}.dimention-label{margin-bottom:4px;margin-right:100px}.dimentions-input-label{font-size:.75em;text-align:center}.input-container{display:flex;flex-direction:row}.input-container .input-wrapper:first-child input{border-width:1px;border-radius:5px 0px 0px 5px}.input-container .input-wrapper input{margin:0;padding:0;text-align:center;border-width:1px 1px 1px 0px;border-color:#8d96a0;border-style:solid;border-radius:0;width:100%}.input-container .input-wrapper:nth-child(4) input{border-radius:0px 5px 5px 0px}

.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:#0084bc !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;
}

