.panel {
	width: 94%;
	max-width: 1000px;
	margin: 70px auto 50px;
}

.panel_min {
	width: 94%;
	max-width: 500px;
	margin: 70px auto 50px;
}

#dashboard_cols {
	width: 100%;
	direction: ltr;
}

#dashboard_cols > div {
	vertical-align: top;
	direction: rtl;
}

#dashboard_cols > div:nth-child(2) {
	width: 220px;
	padding: 15px;
	box-sizing: border-box;
}

#dashboard_cols > div:nth-child(1) {
	padding-right: 20px;
}

#dashboard_cols > div:nth-child(2) {
	border-radius: 20px;
	border: 2px solid #eee;
}

#panel_header {
	width: 100%;
	margin-bottom: 30px;
}

#panel_header > div:nth-child(1) {
	width: 90px;
	padding-left: 15px;
}

#panel_header > div:nth-child(1) > div {
	width: 90px;
	height: 90px;
	padding: 1px;
	border-radius: 100%;
	border: 3px solid #3de054;
}

#panel_header > div:nth-child(1) > div > div {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: 5px solid #fff;
	background-color: #fff;
}

#panel_header > div:nth-child(1) > div > div img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

#panel_header > div:nth-child(2) > div:nth-child(1) {
	font-size: 15pt;
	font-weight: 800;
}

#panel_header > div:nth-child(2) > div:nth-child(2) {
	font-size: 9pt;
	color: #aaa;
}

#panel_header > div:nth-child(3) {
	text-align: left;
	font-weight: 600;
}

#panel_header > div:nth-child(3) > * {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 15px;
	border-radius: 20px;
	cursor: pointer;
}

#panel_header > div:nth-child(3) > *:nth-child(1) {
	border: 2px solid #ddd;
}

.panel_stats {
	width: 33.33%;
	float: right;
	padding: 0px 0px;
	box-sizing: border-box;
}

.panel_stats > * {
	width: 100%;
	line-height: 20px;
	padding: 20px;
	border-radius: 0px;
	table-layout: fixed;
	box-sizing: border-box;
	border: 2px solid #e5e5e5;
}

.panel_stats {
	padding: 0px 0px 0px;
}

.panel_stats > * {
	padding: 25px 15px;
	border-style: none;
	border-radius: 0;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.panel_stats:nth-child(3) > * {
	border-left-style: none;
}

.panel_stats:nth-child(6) > * {
	border-style: none;
}

.panel_stats:nth-child(4) > * {
	border-bottom-style: none;
}

.panel_stats:nth-child(5) > * {
	border-bottom-style: none;
}


.panel_stats > * > div:nth-child(1) {
	width: 50px;
	padding-left: 12px;
}

.panel_stats > * > div:nth-child(1) img {
	width: 100%;
}

.panel_stats > * > div:nth-child(2) > div {
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panel_stats > * > div:nth-child(2) > div:nth-child(1) {
	font-size: 12pt;
	font-weight: 600;
}

.panel_stats > * > div:nth-child(2) > div:nth-child(2) {
	font-size: 9pt;
	color: #888;
	margin-top: 5px;
}

.panel_link {
	display: block;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 11pt;
	margin-bottom: 3px;
}

.panel_link img {
	height: 18px;
	margin-left: 10px;
	opacity: 0.3;
}

.panel_link:hover {
	background-color: #f5f5f5;
}

#header_back_title {
	margin-bottom: 15px;
	font-size: 12pt;
	font-weight: 600;
}

#header_back_title a {
	padding: 8px;
}

#header_back_title img {
	padding: 0px;
	height: 20px;
	vertical-align: middle;
}

.header_title_button {
	width: 100%;
	margin-bottom: 30px;
}

.header_title_button > div:nth-child(1) {
	font-size: 15pt;
	font-weight: 800;
	letter-spacing: -0.5pt;
}

.header_title_button > div:nth-child(1) > div {
	font-size: 11pt;
	margin-top: 5px;
	font-weight: 700;
	color: #888;
}

.header_title_button > div:nth-child(2) {
	text-align: left;
}

.header_title_button > div:nth-child(2) > * {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 24px;
	cursor: pointer;
	border: 2px solid #ddd;
	font-weight: 600;
	font-size: 11pt;
	border-radius: 30px;
}

.header_title_button > div:nth-child(2) > *:hover {
	border-color: #222;
}

.panel_empty {
	text-align: center;
	padding: 50px 0px;
}

.panel_empty > div:nth-child(1) img {
	width: 120px;
}

.panel_empty > div:nth-child(2) {
	margin: 15px auto 5px;
	font-size: 16pt;
	font-weight: 700;
}

.panel_empty > div:nth-child(3) {
	color: #aaa;
	line-height: 25px;
}

.panel_table {
	overflow-x: auto;
}

.panel_table table {
	width: 100%;
	border-spacing: 0;
}

.panel_table th {
	background-color: #f5f5f5;
	text-align: center;
	padding: 6px 0px;
	font-size: 11pt;
	font-weight: 600;
}

.panel_table td {
	padding: 6px 15px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 10pt;
	white-space: nowrap;
}

.panel_table tr:last-child td {
	border-style: none;
}

.panel_table_link {
	border: 2px solid #ddd;
	padding: 2px 14px;
	border-radius: 30px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 2px;
	line-height: 25px;
}

.table_action {
	margin: 3px 2px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	font-weight: 600;
	cursor: pointer;
	padding: 5px 10px;
	border: none;
	line-height: 25px;
}

.table_action:hover {
	border-color: #222;
}

.border_window {
	border-radius: 20px;
	border: 2px solid #eee;
	padding: 25px;
}

.window_button {
	text-align: left;
	margin-top: 30px;
	font-size: 12pt;
}

.window_button > * {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 25px;
	border-radius: 10px;
	cursor: pointer;
}

.window_button > *:last-child {
	color: #fff;
	background-color: #55a7fa;
	margin: 0px 5px;
	font-weight: 600;
}

.window_button > *:hover {
	opacity: 0.8;
}

#edit-form {
	width: 100%;
}

#edit-form > div {
	vertical-align: top;
}

#edit-form > div:nth-child(1) {
	width: 260px;
	text-align: center;
	padding: 40px 0px 40px 30px;
	border-left: 2px dashed #eee;
}

#edit-form > div:nth-child(1) > div:nth-child(1) {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	margin: 0px auto 10px;
	overflow: hidden;
}

#edit-form > div:nth-child(1) > div:nth-child(1) img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

#edit-form > div:nth-child(1) > div:nth-child(2) {
	font-size: 12pt;
	font-weight: 600;
}

#edit-form > div:nth-child(1) > div:nth-child(3) {
	font-size: 9pt;
	line-height: 25px;
	max-width: 220px;
	margin: 0px auto;
}

#edit-form > div:nth-child(1) > div:nth-child(4) {
	margin-top: 30px;
}

#edit-form > div:nth-child(1) > div:nth-child(4) span {
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #f1f1f1;
	cursor: pointer;
	font-weight: 600;
}

#edit-form > div:nth-child(1) > div:nth-child(4) input {
	display: none;
}

#edit-form > div:nth-child(2) {
	padding: 10px 10px 10px 5px;
}

.pf14 {
	width: 25%;
	float: right;
}

.pf13 {
	width: 33.33%;
	float: right;
}

.pf12 {
	width: 50%;
	float: right;
}

.pf11 {
	width: 100%;
	float: right;
}

.profile_form {
	margin-bottom: 25px;
}

.profile_form > div {
	margin-right: 20px;
}

.profile_form > div > label {
	display: block;
	margin-bottom: 0px;
	font-weight: 600;
}

.profile_form > div input[type=text], .profile_form > div input[type=tel], .profile_form > div input[type=email] {
	width: 100%;
	height: 45px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 11pt;
	text-align: center;
}

.profile_form > div input[type=number] {
	width: 100%;
	height: 45px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 11pt;
	text-align: center;
}

.profile_form > div input.ltr {
	direction: ltr;
}

.profile_form > div select {
	width: 100%;
	height: 45px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 11pt;
	text-align: center;
}

.profile_form > div textarea {
	width: 100%;
	height: 150px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 11pt;
	text-align: right;
}

.profile_form > div > div:nth-child(2) {
	border-right: 3px solid #eee;
	padding: 5px 10px 5px 0px;
	margin-top: 4px;
}

.profile_form > div > div:nth-child(2) label {
	display: block;
	font-size: 11pt;
	margin-top: 2px;
	font-weight: 600;
}

.profile_form > div > div:nth-child(2) label span {
	margin-right: 10px;
	font-size: 9pt;
	color: #888;
	font-weight: 400;
}

.profile_form > div > div:nth-child(2) label input {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.pf_no_space > div {
	margin-right: 0;
}

.window_description {
	line-height: 25px;
	margin-bottom: 30px;
}

.user_order_detail {
	width: 100%;
	margin-top: 10px;
}

.user_order_detail > div:nth-child(1) {
	width: 150px;
	padding: 6px 15px;
	border-radius: 10px;
	background-color: #f1f1f1;
}

.user_order_detail > div:nth-child(2) {
	padding: 6px 15px;
}


@media only screen and (max-width: 1000px) {
	#dashboard_cols > div {
		display: block;
	}

	#dashboard_cols > div:nth-child(1) {
		margin-bottom: 20px;
		padding-right: 0;
	}

	#dashboard_cols > div:nth-child(2) {
		width: auto;
		padding: 10px 10px;
	}

	.panel_link {
		width: 50%;
		float: right;
		box-sizing: border-box;
		padding: 12px 10px;
		margin-bottom: 0;
	}

	#edit-form > div {
		display: block;
	}

	#edit-form > div:nth-child(1) {
		width: auto;
		margin: 0px auto;
		padding: 20px 0px 20px;
		border-style: none;
	}

	#edit-form > div:nth-child(2) {
		padding: 0px 0px 0px 5px;
	}

	.profile_form > div {
		margin-right: 8px;
		margin-left: 4px;
	}
}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 700px) {
	#panel_header > div {
		display: block;
		text-align: center;
	}

	#panel_header > div:nth-child(1) {
		margin: 0px auto 10px;
	}

	#panel_header > div:nth-child(3) {
		text-align: center;
		margin-top: 10px;
	}

	.header_title_button > div {
		display: block;
		text-align: right;
	}

	.header_title_button > div:nth-child(1) {
		font-size: 13pt;
	}

	.header_title_button > div:nth-child(2) {
		text-align: right;
		margin-top: 10px;
	}

	.panel_stats > * > div {
		display: block;
		text-align: center;
	}

	.panel_stats > * > div:nth-child(1) {
		width: auto;
		max-width: 50px;
		margin: 0px auto 12px;
		padding-left: 0;
	}
}

@media only screen and (max-width: 600px) {
	.pf14 {
		width: 50%;
	}

	.pf12 {
		width: 100%;
	}

	.panel_stats > * {
		padding: 15px 5px;
	}

	.panel_min {
		margin: 30px auto;
	}
}

@media only screen and (max-width: 550px) {
	.panel_stats > * > div:nth-child(2) > div:nth-child(2) {
		margin-top: 0;
	}

	.panel {
		margin: 30px auto 10px;
	}

	#dashboard_cols > div:nth-child(2) {
		border-style: none;
	}

	#dashboard_cols > div:nth-child(1) {
		margin-bottom: 0px;
	}

	.panel_link {
		float: none;
		width: auto;
	}

	.panel_link {
		border-radius: 0;
		border-top: 2px dashed #ddd;
	}

	.panel_link:first-child {
		border-style: none;
	}

	.panel_stats > * > div:nth-child(2) > div:nth-child(1) {
		font-size: 10pt;
	}

	.panel_stats > * > div:nth-child(2) > div:nth-child(2) {
		font-size: 8pt;
	}

	.profile_form > div > div:nth-child(2) label span {
		display: block;
		margin-top: -5px;
	}
}

@media only screen and (max-width: 500px) {
	.border_window {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 400px) {
	.pf13 {
		width: 100%;
	}
}
