.sidebar {
	background: #05396b !important;
	border-radius: 4px;
 margin-top: 40px !important;
  	padding: 15px 25px 15px 25px !important;
}
.sidebar .region .content {
  padding:0 !important;
}

textarea {
	width: 100%;
	background-color: #f1f1f1 !important;
	border-radius: 4px;
}

.sidebar .js-form-item .form-text {
	height: 40px;
	border: none !important;
	background: #F1F1F1;
	border-radius: 4px;
	color: #2C2A29 !important;
}

#edit-danweisuozaichengshi {
	height: 40px;
	border: none !important;
	background-color: #f1f1f1 !important;
	border-radius: 4px;
}

.sidebar .shs-field-container {
	display: flex;
	background: #F1F1F1;
	border-radius: 4px;
}

.sidebar .shs-widget-container {
	flex: 1;
}

.sidebar .shs-widget-container select {
	width: 100%;
	height: 40px;
	border: none !important;
	background: #F1F1F1;
	border-radius: 4px;
	color: #2C2A29 !important;
}
.webform-button--submit {
	padding: 14px 0 !important;
	width: 100% !important;
}