#gsf-add-widget {
	padding: 8px;
	text-align: center;
}
#gsf-add-widget .sidebar-name {
	pointer-events: none;
	cursor: default;
}
#gsf-add-widget .regular-text {
	width: 100%;
	text-align: center;
	height: 40px;
	border: 1px solid #eee;
	margin-bottom: 15px;
}
.gsf-widget-area-delete {
	position: absolute;
	top: 0;
	right: 35px;
	padding: 12px 10px;
	cursor: pointer;
}

.gsf-widget-area-delete:before {
	font-family: "dashicons";
	content: "\f182";
	font: 400 20px/1 dashicons;
	speak: none;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none!important;
	color: #aaa;
}