/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #8c8b8b73;
}

.loader {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 10px;
	background: #ffffff80;
}

.vsloading {
	display: none;
}
.vsloading .box-loading {
	display: flex;
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255 ,0.6);
	left: 0;
	height: 100%;
	text-align: center;
	align-items: center;
}
	.vsloading img {
		max-width: 100px;
		margin: auto;
	}
.box-edit {
	position: relative;
	border: 1px dashed red !important;
	min-height: 32px;
}
	.box-edit .btn-edit {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 30px;
		padding: 0 10px;
		border: 0;
		background: blue;
		color: #FFF !IMPORTANT;
		z-index: 2;
		cursor: pointer;
		text-align: CENTER;
	}
	.box-edit .btn-delete {
		position: absolute;
		top: 30px;
		right: 0;
		line-height: 30px;
		padding: 0 10px;
		border: 0;
		background: red;
		color: #FFF !IMPORTANT;
		z-index: 2;
		cursor: pointer;
		text-align: CENTER;
		width: 34px;
	}
.box-avatar {
	position: relative;
	height: 120px;
	width: 120px;
	margin: 15px auto 0 auto;
}
	.box-avatar .btn-edit {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 30px;
		padding: 0 10px;
		border: 0;
		background: black;
		color: #FFF;
		z-index: 1;
		opacity: 0.5;
		width: 50px;
		height: 50px;
		border-radius: 30px;
		cursor: pointer;
	}
		.box-avatar .btn-edit i {
			color: #FFF;
			line-height: 32px;
			text-align: center;
			padding: 8px;
		}
	.box-avatar img {
		height: 120px;
		width: 120px;
		margin: auto;
		border-radius: 80px;
		border: 1px solid #cccac9;
	}
.btn-ProductRegAdd {
	float: right;
	margin: 10px 0;
}
.btn{
	color:#FFF !important;
}
.btn i {
	margin-right: 5px;
}
.ui-draggable .ui-dialog-titlebar {
	border-radius: 0;
}
.loadmore {
	width: 40px;
	margin: auto;
}
/* nhathl 20250203 dłng chung*/
.margin-top-40 { margin-top: 40px; }
.margin-bottom-40 { margin-bottom: 40px; }

.margin-top-32 { margin-top: 32px; }
.margin-bottom-32 { margin-bottom: 32px; }

.margin-top-20 { margin-top: 20px; }
.margin-bottom-20 { margin-bottom: 20px; }

.n-btn-sd-primary { border: 1px solid #0066CC; border-radius: 25px; padding: 5.5px 45px; color: #0066CC; font-weight: 400; font-size: 14px; line-height: 27px; display: inline-block; vertical-align: middle; }
.n-btn-sd-primary:hover { color: #fff; background: #0066CC; }
/*.n-box-no-padding-x-4n > div:nth-child(4n) { }*/

.product_tag-detail { border: 1.9px solid #0066CC; border-radius: 8px; padding: 0px 5px; color: #0066CC; font-weight: 400; font-size: 12px; font-weight: bold; line-height: 27px; display: inline-block; vertical-align: middle; }