.woocommerce #cx-map-generator-panel .modal {
	z-index: 11111;
}
#cx-map-generator-panel {
	text-align: right;
	margin-top: -15px;
}
.dokan-form-group .dokan-map-wrap {
	position: relative;
}
.cx-loading-img-area {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.8);
}
.modal-body.cx-map-generator-content {}
.modal-body.cx-map-generator-content ul {
	text-align: left;
}
.modal-body.cx-map-generator-content ul li {}
.modal-body.cx-map-generator-content ul li strong {
	width: 120px;
	display: inline-block;
}
.modal-body.cx-map-generator-content ul li span {}
ul#ui-id-1 {
	display: none !important;
}
input[name="dokan_update_store_settings"].dokan-btn-theme:disabled, 
input[name="dokan_update_store_settings"].dokan-btn-theme:disabled:hover {
	background-color: #ddd !important;
	cursor: not-allowed !important;
	border: 1px solid #ddd !important;
}