.gut__divider {
	width: 100%;
	height: 1px;
	background: #e0e0e0;
	margin: 20px 0;
}

.gut__panel .svg-fill {
	fill: #8d96a0;
}

.gut__panel .svg-stroke {
	fill: #d5d5d5;
}

.gut__flex_panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 16px 0 !important;
}

p.gut__panel_label {
	margin: 0;
}

.gut__panel {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	background: #fff;
}

.gut__panel button {
	border-right: 1px solid #e0e0e0;
	border-radius: 0 !important;
	padding: 0 5px !important;
}

.gut__panel .components-button.is-pressed:focus:not(:disabled) {
	box-shadow: none !important;
	outline: none !important;
}

.gut__panel button.is-pressed {
	background-color: #e0e0e0 !important;
}

.gut__panel button:last-child {
	border-right: 0;
}

.gut__panel .dashicons {
	font-size: 13px !important;
	height: 12px !important;
}

.gut__color_point {
	background: none !important;
	border: none !important;
	cursor: pointer !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gut__color_point .component-color-indicator {
	width: 25px;
	height: 25px;
}

button.gut__custom_upload {
	width: 100%;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	flex-direction: column;
	border: 1px dashed #c1c1c1;
	border-radius: 3px;
	cursor: pointer;
}

span.gut__upload_label {
	margin-top: 10px;
	font-size: 13px;
	text-transform: capitalize;
}

.gut__preview_container {
	position: relative;
}

.gut__preview_actions {
	position: absolute;
	top: 10px;
	right: 5px;
}

.gut__preview_actions button {
	background: #fff;
	border: none;
	padding: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	cursor: pointer;
}

.gut__preview_actions span.dashicons {
	font-size: 20px;
	line-height: 20px;
	color: #7c0f0f;
}

.gut__units_box button {
	background: none;
	border: none;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
}

.gut__units_box button.gut__unit_active {
	color: #057cba;
}

.gut__remove_icon {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	color: #d30606;
	cursor: pointer;
}
