.main {
	width: 100%;
	padding: 16px 16px;
	border-radius: 4px;
	background: var(--bg-box-color);
}

/* ul */

ul {
	position: relative;
	margin-bottom: 15px;
	font-size: 17px;
}
ul ul {
	margin-bottom: 0px;
	margin-top: 10px;
}
ul:nth-child(1) {
	margin-top: 5px;
}

ul .float-l {
	width: 100%;
	margin-right: 5px;
}
ul .float-r {
	width: 100%;
	margin-left: 5px;
}

ul.l.blue {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-left: 4px solid var(--btn-th-hover);
	border-right: 4px solid var(--btn-th-hover);
}
ul.l.red {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-left: 4px solid red;
	border-right: 4px solid red;
}
ul.l.orange {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-left: 4px solid orange;
	border-right: 4px solid orange;
}
ul.l.green {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-left: 4px solid green;
	border-right: 4px solid green;
}
ul.l.purple {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-left: 4px solid purple;
	border-right: 4px solid purple;
}

ul ul.l.blue {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-top: 4px solid var(--btn-th-hover);
	border-bottom: 4px solid var(--btn-th-hover);
}
ul ul.l.red {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-top: 4px solid red;
	border-bottom: 4px solid red;
}
ul ul.l.orange {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-top: 4px solid orange;
	border-bottom: 4px solid orange;
}
ul ul.l.green {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-top: 4px solid green;
	border-bottom: 4px solid green;
}
ul ul.l.purple {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-top: 4px solid purple;
	border-bottom: 4px solid purple;
}

.table {
	position: relative;
	display: flex;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px dotted var(--fn-g-color);
	border-bottom: 0px;
}
.table:nth-child(1) {
	border-radius: 2px 2px 0px 0px;
}
.table:nth-child(2) {
	border-radius: 2px 2px 0px 0px;
}
.table:nth-last-child(1) {
	border-bottom: 1px dotted var(--fn-g-color);
	border-radius: 0px 0px 2px 2px;
}
.table:nth-last-child(2) {
	border-bottom: 1px dotted var(--fn-g-color);
	border-radius: 0px 0px 2px 2px;
}
.table:only-child {
	border-radius: 2px;
}

.table li {
	font-size: 17px;
	width: 35%;
	margin-right: 5px;
	border-right: 1px dotted var(--fn-g-color);
}

.table p {
	width: 100%;
	font-size: 17px;
}

.table h4 {
	width: 100%;
	font-size: 17px;
	text-align: center;
}

.table_error {
	z-index: 1;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 15%;
	height: 24px;
	padding: 2px;
	font-size: 17px;
	text-align: center;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	border-radius: 2px;
	border: 1px solid var(--fn-g-color);
	background-color: orange;
}

.table_top {
	display: flex;
	position: relative;
	top: -5px;
}
.table_top li {
	float: left;
	margin-right: auto;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 2px;
	border: 1px solid var(--fn-g-color);
	background-color: white;
}
.table_top h4 {
	float: right;
	width: 15%;
	padding: 3px;
	font-size: 17px;
	text-align: center;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	border-radius: 2px;
	border: 1px solid var(--fn-g-color);
	background-color: rgb(75, 154, 75);
}
.table_top.blue h4 {
	background-color: var(--btn-th-color);
}
.table_top.red h4 {
	background-color: rgb(255, 99, 99);
}
.table_top.purple h4 {
	background-color: purple;
}

.table_top h5 {
	float: right;
	width: 15%;
	padding: 3px;
	font-size: 17px;
	text-align: center;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	border-radius: 2px;
	border: 1px solid var(--fn-g-color);
	background-color: rgb(255, 213, 0);
}

.table input {
	width: 100%;
	font-size: 17px;
	border: none;
	outline: none;
}
.table_top h4 input {
	width: 100%;
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	text-align: center;
	background: none;
}

.table select {
	position: relative;
	outline: none;
	padding: 0px;
	margin: 0px;
	left: -5px;
	width: 100%;
	font-size: 16px;
	border: none;
	background-color: white;
}

.l .btn_delete {
	user-select: none;
	margin-top: 10px;
	margin-right: 5px;
	width: 100%;
	height: 35px;
	font-size: 19px;
	border-radius: 2px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-rd-color);
}
.l .btn_delete:active {
	background: var(--btn-rd-active);
}

.l .btn_edit {
	user-select: none;
	margin-top: 10px;
	margin-left: 5px;
	width: 100%;
	height: 35px;
	font-size: 19px;
	border-radius: 2px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.l .btn_edit:active {
	background: var(--btn-th-active);
}

.l .btn_cancel {
	user-select: none;
	margin-top: 10px;
	margin-right: 5px;
	width: 100%;
	height: 35px;
	font-size: 19px;
	border-radius: 2px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.l .btn_cancel:active {
	background: var(--btn-th-active);
}

.l .btn_confirm {
	user-select: none;
	margin-top: 10px;
	margin-left: 5px;
	width: 100%;
	height: 35px;
	font-size: 19px;
	border-radius: 2px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-gr-color);
}
.l .btn_confirm:active {
	background: var(--btn-gr-active);
}

.login {
	font-size: 18px;
}

.login input {
	border: none;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 9px;
	width: 100%;
	height: 45px;
	font-size: 17px;
	background: var(--bg-box-color);
}

.login button {
	width: 100%;
	height: 45px;
	font-size: 19px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.login button:active {
	background: var(--btn-th-active);
}

.login a {
	display: inline-block;
	text-align: left;
	font-size: 20px;
	margin-top: 17px;
	color: var(--fn-h-color);
	transition: 0.1s;
}
.login a:hover {
	color: var(--fn-a-hover);
	transition: 0.1s;
}
.login a:active {
	color: var(--fn-a-active);
	transition: 0.1s;
}

.forgot {
	font-size: 18px;
}
.forgot h3 {
	width: 100%;
	margin-bottom: 20px;
}

.forgot input {
	border: none;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 9px;
	min-width: 100%;
	height: 45px;
	font-size: 17px;
	background: var(--bg-box-color);
}

.forgot button {
	width: 100%;
	height: 45px;
	font-size: 19px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.forgot button:active {
	background: var(--btn-th-active);
}

.forgot a {
	display: inline-block;
	font-size: 20px;
	margin-top: 17px;
	color: var(--fn-h-color);
	transition: 0.1s;
}
.forgot a:hover {
	color: var(--fn-a-hover);
	transition: 0.1s;
}
.forgot a:active {
	color: var(--fn-a-active);
	transition: 0.1s;
}

.reset {
	font-size: 18px;
}
.reset h3 {
	width: 100%;
	margin-bottom: 20px;
}

.reset input {
	border: none;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 9px;
	width: 100%;
	height: 45px;
	font-size: 17px;
	background: var(--bg-box-color);
}

.reset button {
	width: 100%;
	height: 45px;
	font-size: 19px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.reset button:active {
	background: var(--btn-th-active);
}

.reset a {
	display: inline-block;
	font-size: 20px;
	margin-top: 17px;
	color: var(--fn-h-color);
	transition: 0.1s;
}
.reset a:hover {
	color: var(--fn-a-hover);
	transition: 0.1s;
}
.reset a:active {
	color: var(--fn-a-active);
	transition: 0.1s;
}

.register {
	display: grid;
	width: 50%;
	margin-top: 5px;
}

.register p {
	font-size: 18px;
}

.register input {
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--br-bg-color);
	margin-bottom: 20px;
	padding: 9px;
	height: 40px;
	font-size: 17px;
	background: var(--bg-box-color);
}

.register label {
	user-select: none;
	font-size: 18px;
}

.register button {
	user-select: none;
	width: 100%;
	height: 40px;
	font-size: 18px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.register button:active {
	background: var(--btn-th-active);
}

.product {
	display: flex;
	position: relative;
	margin-top: 5px;
}
.product_body {
	margin-top: 10px;
}
.product input {
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--br-bg-color);
	margin-right: 10px;
	padding: 9px;
	width: 100%;
	height: 40px;
	font-size: 17px;
	background: var(--bg-box-color);
}
.product input:nth-child(2) {
	width: 50%;
}
.product input:nth-last-child(1) {
	margin-right: 0px;
}

.product button {
	user-select: none;
	width: 150px;
	min-width: 100px;
	height: 40px;
	font-size: 18px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.product button:active {
	background: var(--btn-th-active);
}

.product .select2 {
	font-size: 18px;
}
.product_body .select2-selection {
	padding: 5px !important;
}

.categoryProduct {
	display: flex;
	position: relative;
	margin-bottom: 10px;
}
.categoryProduct input {
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--br-bg-color);
	margin-right: 10px;
	padding: 9px;
	width: 100%;
	height: 40px;
	font-size: 17px;
	background: var(--bg-box-color);
}
.categoryProduct input:nth-child(2) {
	width: 50%;
}
.categoryProduct input:nth-last-child(1) {
	margin-right: 0px;
}

.subProduct {
	display: flex;
	position: relative;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px dotted var(--fn-g-color);
	border-top: 3px solid var(--btn-th-hover);
	border-bottom: 3px solid var(--btn-th-hover);
	margin-bottom: 15px;
	overflow: hidden;
}
.subProduct_top {
	display: flex;
	margin-bottom: 10px;
}
.subProduct_top input {
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--br-bg-color);
	margin-right: 10px;
	padding: 9px;
	width: 100%;
	height: 40px;
	font-size: 17px;
	background: var(--bg-box-color);
}
.subProduct_top input:nth-child(2) {
	width: 50%;
}
.subProduct_top input:nth-last-child(1) {
	margin-right: 0px;
}
.subProduct .left {
	width: 100%;
}
.subProduct .right {
	position: relative;
}
.subProduct .right .btn_del {
	border-radius: 9px 9px 0px 0px;
	position: absolute;
	transform: rotate(90deg);
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 40px;
	right: -50px;
	top: 23px;
	font-weight: bold;
	font-size: 16px;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-rd-color);
	border: none;
	overflow: hidden;
}

.object {
	display: flex;
	position: relative;
	margin-top: 5px;
}
.object_body {
	margin-top: 10px;
}

.object input {
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--br-bg-color);
	padding: 9px;
	width: 100%;
	height: 40px;
	font-size: 17px;
	background: var(--bg-box-color);
}

.object button {
	user-select: none;
	width: 150px;
	min-width: 100px;
	height: 40px;
	font-size: 18px;
	border-radius: 4px;
	margin-left: 10px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.object button:active {
	background: var(--btn-th-active);
}

.object .select2 {
	font-size: 18px;
}
.object_body .select2-selection {
	padding: 5px !important;
}

.item {
	margin-top: 20px;
}
.addition {
	margin-top: 15px;
}
.addition .block {
	overflow: hidden;
	position: relative;
	height: 109px;
	width: 100%;
	display: flex;
	border-radius: 10px;
	border: 1px dotted var(--fn-g-color);
	border-top: 3px solid var(--btn-th-hover);
	border-bottom: 3px solid var(--btn-th-hover);
	margin-bottom: 15px;
}
.addition .block .left {
	padding: 7px;
	width: 100%;
}
.addition .block .right {
	position: relative;
}
.addition .block .right .btn_delete {
	border-radius: 9px 9px 0px 0px;
	position: absolute;
	transform: rotate(90deg);
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 109px;
	right: -32px;
	top: 29px;
	font-weight: bold;
	font-size: 16px;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-rd-color);
	border: none;
	overflow: hidden;
}

.addition .block_count {
	position: relative;
	width: 100%;
	height: 63px;
	display: flex;
	border-radius: 10px;
	border: 1px dotted var(--fn-g-color);
	border-top: 3px solid var(--btn-th-hover);
	border-bottom: 3px solid var(--btn-th-hover);
	margin-bottom: 15px;
	overflow: hidden;
}
.addition .block_count .left {
	padding: 9px;
	width: 100%;
}
.addition .block_count .right {
	position: relative;
}
.addition .block_count .right .btn_delete {
	border-radius: 9px 9px 0px 0px;
	position: absolute;
	transform: rotate(90deg);
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 63px;
	right: -14.5px;
	height: 35px;
	top: 11.3px;
	font-weight: bold;
	font-size: 20px;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-rd-color);
	border: none;
}
.addition .count input {
	float: right;
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--br-bg-color);
	padding: 9px;
	width: 100%;
	height: 40px;
	font-size: 17px;
	background: var(--bg-box-color);
	text-overflow: ellipsis;
}
.addition .count .select2 {
	min-width: 70%;
	margin-right: 5px;
}

.addition .items {
	margin-top: 10px;
}

.addition .items p {
	user-select: none;
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	font-size: 20px;
	text-align: center;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}

.addition .btn_add {
	display: block;
	user-select: none;
	margin-right: 5px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 22px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-gr-color);
}
.addition .btn_add:active {
	transition: 0.2s;
	background: var(--btn-gr-active);
}

.addition .items input {
	float: right;
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--br-bg-color);
	padding: 9px;
	width: 100%;
	height: 40px;
	font-size: 17px;
	background: var(--bg-box-color);
}

.addition .items .line input {
	margin-right: 5px;
}
.addition .items .line input:nth-last-child(1) {
	margin-right: 0px;
}

.addition button {
	user-select: none;
	width: 100%;
	height: 45px;
	font-size: 20px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.addition button:active {
	transition: 0.2s;
	background: var(--btn-th-active);
}

.profile {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--fn-g-color);
	border-left: 4px solid orange;
	border-right: 4px solid orange;
}

.profile button {
	user-select: none;
	margin-top: 10px;
	width: 100%;
	height: 45px;
	font-size: 20px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.profile button:active {
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-active);
}

.report ul {
	margin-top: 15px;
	padding: 0px !important;
}

.report .top {
	display: flex;
}
.report .top .left {
	width: 30%;
	min-width: 110px;
	padding: 10px;
	border-right: 1px solid gray;
}
.report .top .left h4 {
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.report .top .right {
	width: 100%;
	padding: 10px;
}
.report .top .right h4 {
	text-align: right;
	justify-content: right;
}
.report .bottom {
	display: flex;
	padding: 10px;
	border-top: 1px solid gray;
	justify-content: space-around;
}
.report .bottom h4 {
	text-align: center;
}
.report input {
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--br-bg-color);
	margin-right: 10px;
	padding: 9px;
	width: 100%;
	height: 40px;
	font-size: 17px;
	background: var(--bg-box-color);
}
.report button {
	user-select: none;
	min-width: 100px;
	height: 40px;
	font-size: 15px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.report button:active {
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-active);
}

.report .summary {
	display: flex;
	padding: 5px;
}
.report .summary button {
	width: 100%;
	font-size: 15px;
	background: var(--btn-th-color);
}
.report .summary button:active {
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px rgb(164, 67, 67), 0.6px 0 black,
		0 -0.6px black;
	background: var(--btn-th-active);
}
.report .summary a {
	user-select: none;
	text-align: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-right: 10px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-pr-color);
}
.report .summary a:active {
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-pr-active);
}

.report select {
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--br-bg-color);
	margin-right: 10px;
	padding: 9px;
	width: 100%;
	height: 40px;
	font-size: 17px;
	background: var(--bg-box-color);
}
.report input[type='date'] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.region {
	display: flex;
	margin-top: 5px;
}
.region input {
	width: 100%;
	margin-right: 10px;
}
.region button {
	min-width: 100px;
	width: 50%;
}

.modal_none {
	display: none;
}

.modal {
	display: none; /* Скрыто по умолчанию */
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 0px;
}
.noModal {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 0px;
}

.modalSummary {
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: var(--bg-color);
	padding: 15px;
	width: 100%;
	height: 100%;
}

.modalSummary .top {
	overflow-y: auto;
	flex-grow: 1;
	margin-bottom: 40px;
	border-radius: 4px;
	border: 1px solid gray;
	background-color: white;
	position: relative;
}
.modalSummary .top .tbody {
	padding-top: 10px;
	padding-bottom: 10px;
}
.modalSummary .top .tbody .report {
	padding-left: 10px;
	padding-right: 10px;
}
.modalSummary .top .tbody .report input {
	margin-bottom: 10px;
}
.modalSummary .top .tbody .report input:nth-last-child(1) {
	margin-right: 0px;
}
.modalSummary .top .tbody .report button {
	width: 100%;
}
.modalSummary .top .tbody .tProduct {
	padding-left: 10px;
	padding-right: 10px;
}
.modalSummary .top .tbody .tAll {
	padding-left: 10px;
	padding-right: 10px;
}
.modalSummary .top .tbody .tAll.con:nth-child(1) {
	padding-left: 10px;
}
.modalSummary .top .tbody .tAll.con:nth-last-child(1) {
	padding-right: 10px;
}

.modalSummary .top .tbody .tAddress {
	padding-left: 10px;
	padding-right: 10px;
}
.modalSummary .top .tbody .tAddress_items {
	padding-left: 10px;
	padding-right: 10px;
}
.modalSummary .top .tbody .li {
	margin-left: 15px;
	padding-left: 5;
	border-left: 2px solid var(--btn-pr-active);
	border-radius: 2px 10px 10px 10px;
	margin-bottom: 10px;
}

.modalSummary .top .tbody .line {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-top: 1px solid gray;
}
.modalSummary .top .tbody .line h3 {
	background-color: rgb(232, 239, 255);
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid gray;
}
.modalSummary .top h3 {
	background-color: rgb(232, 239, 255);
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px solid gray;
}
.modalSummary .tab_modal {
	display: flex;
	background-color: rgb(232, 239, 255);
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid gray;
	overflow: auto;
}
.modalSummary .tab_modal button {
	background-color: var(--btn-th-color);
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	width: 100%;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	border: none;
}
.modalSummary .tab_modal button:nth-child(1) {
	margin-left: 0px;
}
.modalSummary .tab_modal button:nth-last-child(1) {
	margin-right: 0px;
}
.modalSummary .tab_modal button:active {
	background-color: var(--btn-th-active);
	padding: 10px;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	border: none;
}

.modalSummary .top table.tProduct {
	width: 100%;
	font-size: 14px;
}
.modalSummary .top table.tProduct tr th {
	background-color: var(--btn-gr-active);
	padding: 7px;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	border-radius: 4px;
}
.modalSummary .top table.tProduct tr td {
	padding: 5px;
	border: 1px solid;
	border-radius: 4px;
}

.modalSummary .top table.tProduct tr th:nth-child(1),
.modalSummary .top table.tProduct tr td:nth-child(1) {
	width: 45%; /* Adjust the width as needed */
}
.modalSummary .top table.tProduct tr th:nth-child(2),
.modalSummary .top table.tProduct tr td:nth-child(2) {
	width: 20%; /* Adjust the width as needed */
	text-align: center;
}
.modalSummary .top table.tProduct tr th:nth-child(3),
.modalSummary .top table.tProduct tr td:nth-child(3) {
	width: 100%; /* Adjust the width as needed */
	text-align: center;
}

.modalSummary .top table.tAddress {
	width: 100%;
	font-size: 14px;
}
.modalSummary .top table.tAddress tr th {
	background-color: var(--btn-pr-active);
	padding: 7px;
	color: white;
	text-align: center;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	border-radius: 4px;
}
.modalSummary .top table.tAddress.red tr th {
	background-color: var(--btn-rd-active);
}
.modalSummary .top table.tAddress tr td {
	text-align: center;
	width: 10%;
	padding: 5px;
	border: 1px solid;
	border-radius: 4px;
}
.modalSummary .top table.tAddress tr th:nth-child(1),
.modalSummary .top table.tAddress tr td:nth-child(1) {
	width: 43%;
}
.modalSummary .top table.tAddress tr td:nth-child(1) {
	text-align: left;
}

.modalSummary .top table.tAddress tr th:nth-last-child(1),
.modalSummary .top table.tAddress tr td:nth-last-child(1) {
	width: 20%;
}

/*  */
.modalSummary .top table.tAddress_items {
	width: 100%;
	font-size: 14px;
}
.modalSummary .top table.tAddress_items tr th {
	background-color: var(--btn-gr-active);
	padding: 7px;
	color: white;
	text-align: center;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	border-radius: 4px;
}
.modalSummary .top table.tAddress_items tr td {
	text-align: center;
	width: 10%;
	padding: 5px;
	border: 1px solid;
	border-radius: 4px;
}
.modalSummary .top table.tAddress_items tr th:nth-child(1),
.modalSummary .top table.tAddress_items tr td:nth-child(1) {
	width: 40%;
}
.modalSummary .top table.tAddress_items tr td:nth-child(1) {
	text-align: left;
}
.modalSummary .top table.tAddress_items tr th:nth-last-child(1),
.modalSummary .top table.tAddress_items tr td:nth-last-child(1) {
	width: 20%;
}

/*  */

.modalSummary .top table.tAll {
	width: 100%;
}
.modalSummary .top table.tAll tr th {
	background-color: var(--btn-th-active);
	padding: 7px;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	border-radius: 4px;
}
.modalSummary .top table.tAll tr td {
	padding: 5px;
	border: 1px solid;
	border-radius: 4px;
}

.modalSummary .top table.tAll tr th,
.modalSummary .top table.tAll tr td {
	width: 33%;
	text-align: center;
}

/*  */

.modalSummary .bottom {
	display: flex;
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
}

.modalSummary .bottom button {
	display: block;
	user-select: none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.modalSummary .bottom a ~ button {
	margin-left: 5px;
}
.modalSummary .bottom .more {
	display: block;
	user-select: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-pr-color);
}
.modalSummary .bottom .cancel {
	display: block;
	user-select: none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}

.modalYes_No {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	background-color: var(--bg-color);
	padding: 15px;
	width: 80%;
	border-radius: 8px;
	border: 2px solid grey;
}

.modalYes_No .bottom {
	display: flex;
}

.modalYes_No .yes {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	user-select: none;
	text-align: center;
	line-height: 40px;
	width: 100%;
	min-width: 100px;
	height: 40px;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-rd-color);
}
.modalYes_No .no {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	user-select: none;
	text-align: center;
	line-height: 40px;
	width: 100%;
	min-width: 100px;
	height: 40px;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}

.product.openModal button {
	width: 100%;
	margin-right: 10px;
}
.product.openModal button:nth-last-child(1) {
	margin-right: 0px;
}

.modalProduct {
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: var(--bg-color);
	padding: 15px;
	width: 100%;
	height: 100%;
}
.modalProduct form {
	display: flex;
	height: 100%;
}
.modalProduct .top {
	overflow-y: auto;
	flex-grow: 1;
	margin-bottom: 40px;
	border-radius: 4px;
	width: 100%;
	border: 1px solid gray;
	background-color: white;
	position: relative;
	padding: 10px;
}

.modalProduct .bottom {
	position: absolute;
	display: flex;
	bottom: 0;
	width: calc(100% - 30px);
}
.modalProduct .bottom button {
	display: block;
	user-select: none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.modalProduct .bottom a {
	display: block;
	user-select: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
	font-size: 18px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-rd-color);
}

.modalSubProduct {
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: var(--bg-color);
	padding: 15px;
	width: 100%;
	height: 100%;
}
.modalSubProduct form {
	display: flex;
	height: 100%;
}
.modalSubProduct .top {
	overflow-y: auto;
	flex-grow: 1;
	margin-bottom: 40px;
	border-radius: 4px;
	width: 100%;
	border: 1px solid gray;
	background-color: white;
	position: relative;
	padding: 10px;
}

.modalSubProduct .bottom {
	position: absolute;
	display: flex;
	bottom: 0;
	width: calc(100% - 30px);
}
.modalSubProduct .bottom button {
	display: block;
	user-select: none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-th-color);
}
.modalSubProduct .bottom a {
	display: block;
	user-select: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
	font-size: 18px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-rd-color);
}

.modalSubProduct .btn_add {
	display: block;
	user-select: none;
	margin-top: 5px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	border-radius: 4px;
	border: none;
	color: white;
	text-shadow: -0.6px 0 black, 0 0.6px black, 0.6px 0 black, 0 -0.6px black;
	background: var(--btn-gr-color);
}
.modalSubProduct .btn_add:active {
	transition: 0.2s;
	background: var(--btn-gr-active);
}

.no-scroll {
	overflow: hidden;
}
