/* .order_data_blocked { */
	/* width: 100%; */
	/* height: 100%; */
	/* position: absolute; */
	/* background-color: #fff; */
	/* text-align: center; */
	/* z-index: 999; */
/* } */

#woocommerce-order-items .wc-order-edit-line-item-actions a:first-child, 
#order_data .order_data_column a.edit_address {
	color: #2271b1 !important;
}
#woocommerce-order-items .wc-order-edit-line-item-actions a:first-child:hover, 
#order_data .order_data_column a.edit_address:hover {
	color: #008dff !important;
}
#woocommerce-order-items .wc-order-edit-line-item-actions a {
	color: #a00 !important;
}
#woocommerce-order-items .wc-order-edit-line-item-actions a:hover {
	color: red !important;
}

.order_data_column input[type="text"] {
	/* width: 50% !important; */
}

.order-add-product-btn {
	margin-left: 3px !important;
	background: #dfecff !important;
}
.lime-btn {
	color: #38b122 !important;
    border-color: #3db122 !important;
    background: #eaffe1 !important;
}
.red-btn {
	color: #db1313 !important;
    border-color: #db1313 !important;
    background: #ffebea !important;
}

.violet-btn {
	color: #8f22b1 !important;
    border-color: #8f22b1 !important;
    background: #f7ebff !important;
}
.orange-btn {
	color: #b17912 !important;
    border-color: #b17912 !important;
    background: #fff4cb !important;
}
.wp-core-ui .button:hover {
	opacity: 70%;
	text-decoration: underline;
}
.order_header_status {
	display: flex;
	align-items: center;
}
#order_data .dashicons-lock {
	color:#d90000;
	border-radius: 50%;
    background-color: #ffd6d6;
    padding: 0.4rem;
    margin-right: 0.5rem;
}
#order_data .dashicons-unlock {
	color:#00af45;
	border-radius: 50%;
    background-color: #e1ffd6;
    padding: 0.4rem;
    margin-right: 0.5rem;
}

