/* css hide left side wp menu for backend */
p {
	line-height: 1;
	margin: 0;
	/* dont set !important, as this will break error message display */
}

::-webkit-inner-spin-button {
	display: none;
}

::-webkit-clear-button {
	display: none;
}

html.wp-toolbar {
	padding-top: 0;
}

.wrap.eov-initial, .eov-menu {
	display: none;
}

.eov-page #adminmenumain, .eov-page #wpadminbar, .eov-page #wpwrap .update-nag, .eov-page .notice:not(.purchase-order-error), .eov-page .error, .eov-page .woocommerce-message, .eov-page .store-message, .eov-page #wpfooter, .eov-page div.updated {
	display: none !important;
}

.eov-page #wpcontent {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.eov-page html.wp-toolbar, .eov-page #wpbody {
	padding-top: 0 !important;
}

.eov-page #wpbody-content {
	padding-bottom: 0 !important;
}

.eov-page .dimensions label, .eov-page .weight label {
	display: inline-block;
	padding: 10px 0 3px;
}

div#wpwrap {
	background: #2c2f34;
}
/* End css hide left side wp menu for backend */

.order_dashboard {
	float: left;
	width: 100%;
}

.order_dashboard #dashboard-widgets .meta-box-sortables {
	display: flow-root;
	min-height: 100px;
	margin: 0 0px 20px;
}

.order_dashboard h1.handle-message.ui-sortable-handle {
	font-size: 25px;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	padding-bottom: 15px;
}

.order_dashboard .new_order_section {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 30px;
	border-radius: 10px;
	max-width: 315px;
}

.details_section .order_address_details, .details_section .order_time_details {
	float: left;
    width: 49%;
    margin-top: 5px;
    margin-left: 3px;
}

.details_section .order_time_details {
    text-align: right;
    margin-right: 3px;
    margin-left: 0px;
}

.details_section .order_address_details {
    text-align: left;
}

.order_address_details p.order_title, .order_time_details p.time_title {
    font-size: 13px;
    font-weight: 600;
    line-height: 15.73px;
}

 .order_time_details p.order_time {
    font-size: 13px;
    color: #716A6A;
    font-weight: 600;
    line-height: 15.73px;
	margin-top: 5px;
}

.order_address_details  p.order_address{
	 font-size: 13px;
    color: #716A6A;
    font-weight: 600;
    line-height: 15.73px;
	margin-top: 5px;
}

.order_dashboard .details_section {
	float: left;
	width: -webkit-fill-available;
	font-size: 13px;
	font-weight: 600;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 7px;
	background: #F5F1CC;
}

.new_order_section .order_details span.order_id {
    background: #282837;
    color: #fff;
    border-radius: 10px;
    width: fit-content !important;
    padding: 2px 8px;
}

.details_section .order_address_details .customer_name {
	color: #000000;
    width: 100%;
    float: left;
    text-transform: capitalize;
    font-size: 13px !important;
}

.new_order_section .order_details span {
    margin: 0 3px;
    line-height: 15.73px;
    font-size: 15px;
    font-weight: 600;
	float: left;
	color: #000000;
}

.new_order_section .order_details span.new_order_status_menu {
    cursor: pointer;
}

.new_order_section .order_details span.new_order_status {
    background: #D9F5CC;
    border-radius: 10px;
    padding: 3px 8px;
    cursor: pointer;
}

.new_order_section .order_details span.new_order_status:hover {
    background: #F5CECC;
}

.product_details_section {
    float: left;
    width: 100%;
}

.new_order_section .details_section .order_details {
    float: left;
    width: 100%;
    align-items: center;
    display: inline-block;
}

.product_details_section .product_details p.product_name {
    font-size: 17px;
    font-weight: 600;
}

.product_details_section .product_details {
    padding: 0px 10px;
    border-radius: 0px 0px 10px 10px;
}

.product_details_section .product_variatons {
    display: inline-flex;
    width: 100%;
    justify-content: left;
    margin-top: 5px;
}

.product_details_section .product_variatons span {
    color: #716A6A;
    font-weight: 600;
}

.product_details_section .product_details ol li::marker {
    font-size: 18px;
    font-weight: 600;
}

.product_variatons span {
    border-right: 2px solid #716A6A;
    padding-right: 2px;
    margin-right: 2px;
}

.product_variatons span:nth-last-child(1) {
    border: none;
}

@media only screen and (min-width: 800px) {
	.order_dashboard #wpbody-content #dashboard-widgets .postbox-container {
		max-width: 315px;
		width: 100%;
		margin-right: 20px;
	}

	.order_dashboard #wpbody-content #postbox-container-2 {
		max-width: initial !important;
		width: 100% !important;
		margin-right: 0px !important;
		float: left !important;
	}
}

.new_order_section.processing .details_section {
    background: #E9FBE1;
}

.new_order_section.processing .order_details span.new_order_status {
    background: #F5CECC;
	float: right;
}

.new_order_section.processing .order_details span.new_order_status:hover {
    background: #D9F5CC;
}

.order_dashboard .wrap {
	margin: 30px 20px;
    float: left;
    width: -webkit-fill-available;
}

@media only screen and (max-width: 1789px) {
	.order_dashboard .wrap {
		margin: 30px 10px;
	}
}

.new_order_section.processing {
    max-width: 315px;
    width: 100%;
    float: left;
    margin-right: 9px !important;
}

.new_order_section.processing {
    margin-right: 0px;
	-webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
}

.order_dashboard #wpbody-content {
    width: 100%;
    max-width: -webkit-fill-available;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    float: unset;
}

.order_dashboard .wrap #dashboard-widgets {
    display: flex;
    justify-content: center;
}

#dashboard-widgets-wrap {
    margin: 0;
}

div#dashboard-widgets-wrap {
    float: left;
    width: 100%;
}

.go_back_button {
    width: 100%;
	margin-bottom: 10px;
	padding-bottom: 30px;
}

.go_back_button a{
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    float: left;
    width: 100%;
    line-height: 15.73px;
}

.order_status_wrap {
    width: fit-content;
    float: right;
    display: flex;
    align-items: center;
    margin-right: 3px;
    justify-content: flex-end;
	position: relative;
}

.order_status_wrap .status_menu {
    position: absolute;
    top: 26px;
    color: #9B9898;
    width: 100px;
    float: left;
    left: 72px;
    background: #fff;
    border: 0px solid #fff;
    z-index: 9;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	border-radius: 6px;
}

.order_status_wrap .status_menu span {
    text-align: center;
    width: 100px;
    margin: 0px !important;
    padding-bottom: 3px;
    float: left;
    border-bottom: 1px solid #9B9898;
	cursor: pointer;
	color: #2E2525;
}

.order_status_wrap .status_menu span:last-child {
    border-bottom: 0px solid #9B9898;
}

.order_status_wrap .status_menu span:first-child:hover  {
    border-radius: 6px 6px 0px 0px;
    background: #D9F5CC;
}

.order_status_wrap .status_menu span:last-child:hover  {
    border-radius: 0px 0px 6px 6px;
    background: #D9F5CC;
}

.notes_section, .notes_section .user_note, .notes_section .admin_note {
    float: left;
	width: -webkit-fill-available;
}

.notes_section {
    background: #F3F3F3;
    border-radius: 0px 0px 10px 10px;
}

.notes_section .admin_note {
    background: #fff;
    padding: 10px 7px;
}

.notes_section .admin_note {
    background: #fff;
	border-radius: 0px 0px 10px 10px;
	border-top: 1px solid #F3F3F3;
	margin-left: 3px;
}

.product_details_section .product_details ol {
    margin: 0em;
}

.notes_section p.order_title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: rgba(89, 89, 89, 0.54);
    line-height: 15.73px
}

.notes_section p.order_title.note {
	cursor: pointer;
}

.notes_section p {
    font-size: 13px;
    color: #595959;
    line-height: 15.73px;
    font-weight: 500;
}

.notes_section .user_note {
	padding: 10px 7px;
}

.notes_section .admin_note textarea.add-note-area {
    border-color: rgba(89, 89, 89, 0.54);
    margin-bottom: 5px;
	width: -webkit-fill-available;
}

.notes_section .admin_note button.add-note-area-button {
    background: #F5CECC;
    font-weight: 600;
    color: #3c434a;
    border: none;
    border-radius: 10px;
    padding: 3px 8px;
    font-size: 13px;
    line-height: 15.73px;
}

.notes_section .admin_note .add-note-area-wrap {
    float: left;
    width: 100%;
	display: none;
}

.admin_note.admin_notes_class .order_title {
	cursor: unset;
	font-weight: 700;
    color: rgba(0, 0, 0, 0.54) !important;
}

.admin_note .order_title:hover {
    color: #3c434a;
}

.notes_section .product_details_section .product_details ol {
    margin-top: 0;
    margin-bottom: 0px;
}

#new_order_wrap {
    float: unset;
    width: 100%;
	column-count: auto;
    position: relative;
}

#new_order_wrap .new_order_section.processing:last-child {
    margin-right: 0px;
}

.order_status_wrap .status_menu {
    display: none;
}

.new_order_section {
    position: relative;
}

.order_status_wrap .status_menu span:hover {
    background: #D9F5CC;
    color: #3c434a;
}

.add-note-area-wrap .add-note-area-button {
    cursor: pointer;
}

.add-note-area-wrap .add-note-area-button:hover {
    background: #D9F5CC !important;
}

.no_new_order {
    margin-top: 30px;
    font-weight: 700;
    font-size: 16px;
    display: block;
    color: #ffff;
}

.no_new_order.new_order_available {
    display: none;
}

.start_loading .loading_img {
	width: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
}

.start_loading #loading_img_overlay {
	background: border-box;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 8px;
}

.order_address_details .order_title.shipping_method {
    color: #716A6A;
    line-height: 15.73px;
    margin-top: 5px;
    font-size: 13px;
   
}

.order_time_details .order_payment_method {
    color: #000000;
}

ol li {
	 list-style-type: none;
     }
	 
.details_section .order_time_details .time_title {
    color: #716A6A;
    font-size: 13px;   
    line-height: 15.73px;
	margin-top: 5px;
}

.product_details li:not(:nth-last-of-type(1)) {
	border-bottom: 1px solid #F3F3F3;
}

.product_details ol li {
    margin-bottom: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.details_section .order_address_details p {
    float: left;
    width: 100%;
}