body {
	background-color: #f5f5f5;
	overflow-y: scroll;
}
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #FF0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
	text-shadow: none;
	padding: 6px 10px;
	margin: 0.5rem 0px 1rem;
	border-radius: 2px;
	background-color: #F44336 !important;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
form .form-error {
	background-color: #3B8230;
}
.small {
	max-width: 400px;
}
.collapsible-body {
	padding: 10px 30px;
	background-color: #fff;
}
input[type='text'], input[type='password'], textarea {
	border: 1px solid #D1D1D1 !important;
	padding: 0 5px !important;
	margin-bottom: 0;
	background-color: #fff;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type='text'], input[type='password'] {
	height: 30px;
}
input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	box-shadow: none;
	border: 1px solid #66AFE9 !important;
	/*background-color: #FEFBE2;*/
}
select {
	border:1px solid #D1D1D1 !important;
	height: auto;
}
select:focus {
	border: 1px solid #9e9d24 !important;
}
.input-field label {
	text-transform: capitalize;
	top: 4px;
	left: 1rem;
}
.input-field label.active {
	left: 0.9rem;
	top: 12px;
	font-size: 1rem;
	color: #666;
}
.size-large {
	width: 80%;
}
.box-button-tips .btn {
	margin: 0 5px 5px 0;
	padding: 0 10px;
}
#box-anchor2 {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
}
.descript-input {
	margin-left: 0.8rem;
	display: inline-block;
	color: #959595;
	font-size: 80%;
}
.descript-input i {
	font-size: 100%;
}
.descript-input
label {
	width: auto;
}
.tab-config-swatch .btn-remove-color {
	padding: 0;
	color: #ef5350;
}
.tab-config-swatch input[type='text'] {
	width: 200px;
	float: left;
	display: inline-block!important;
}
.tab-config-swatch .btn {
	padding: 0px 10px;
	margin-bottom: 10px;
}
.tab-config-swatch .sp-replacer {
	float: left;
	border: 1px solid #eee;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.tab-config-swatch li {
	clear:both;
}
.list-message li {
	font-size: 18px;
}
.red .list-message li {
	color: yellow;
}
.btn-ae {
	border-radius: 1px;
	padding: 0px 10px;
	height: 26px !important;
	line-height: 26px;
	font-size: 12px;
	/* min-width: 68px; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box-ae-controll-button {
	position: absolute;
	right: 5px;
	display: none;
}
.box-ae-controll-button li {
	float: left;
	margin-left: 5px;
}
.collapsible-header {
	font-weight: bold;
	position: relative;
}
.collapsible-header:hover .box-ae-controll-button {
	display: inline-block;
}
.table-of-contents a {
	font-weight: normal;
}
.box-table-contents {
	position: fixed;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	top: 160px;
	padding-right: 20px;
}
.collapsible-header .progress {
	display: none;
	top: -14px;
}
.collapsible-header.loading .progress {
	display: inline-block;
}
.ae-input-field {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.ae-input-field .prefix {
	font-size: 22px;
	cursor: pointer;
	position: absolute;
	right: 14px;
	bottom: 4px;
	color: #888;
}
.ae-input-field .prefix:hover {
	/*text-shadow: 0 0 1px #333;*/
	color: #333;
}
.material-tooltip, .tooltip {
	color: #333;
	box-shadow: 0 0 5px #bdbdbd;
	/* Mac dinh Materialize z-index:1000 - thap hon nhieu #popup-tran-full
	   (z-index:9980, xem duoi) nen tooltip cua nut trong popup do (VD nut
	   "Dich tu dong" o #popup-tran-header) bi popup de len, khong hien duoc
	   du da .tooltip() dung cach (anh bao 2026-09-17). Nang len tren ca
	   .modal (9999) de an toan voi moi popup/overlay hien co. */
	z-index: 10000;
	background-color: #fff;
	width: auto;
	white-space: nowrap;
	padding: 8px;
	border-radius: 5px;
	position: absolute!important;
}
/* Tooltip Materialize: nền tối + chữ trắng (trước đây nền xanh lá của .backdrop đè lên chữ #333 -> khó đọc).
   Nền thật là .backdrop (Materialize scale phóng to lấp đầy tooltip), .material-tooltip để trong suốt. */
.material-tooltip {
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	font-size: 13px;
	line-height: 1.5;
	min-height: 0;
	padding: 8px 12px;
	border-radius: 6px;
	white-space: normal;
	max-width: 320px;
	text-align: left;
}
.backdrop {
	background-color: #37474f;
}
#lean-overlay {
	z-index: 2000;
}
.modal.modal-fixed-footer {
	height: 90%!important;
	top: 5%!important;
}
.modal {
	z-index: 9999;
	max-height: 90%!important;
}
.modal .collapsible-header {
	padding: 0;
	background-color: #f5f5f5;
	border-left: 5px solid #eee;
	text-transform: capitalize;
	/*background-color: #5d4037;
	border-left: 5px solid #A5CE3A;
	text-transform: capitalize;
	color: #fff;*/
}
.modal .collapsible {
	box-shadow: none!important;
}
/*	 {
	margin: 0;
	padding: 10px!important;
	border-left: 5px solid #A5CE3A;
	text-transform: uppercase;
	color: #333;
}*/
blockquote {
	font-weight: bold;
	padding: 10px!important;
	/*background-color: #f0f4c3 !important;*/
	background-color: #dfdfdf5c !important;
	/* border-left: 5px solid #A5CE3A; */
	border-left: none;
	text-transform: uppercase;
	font-size: 80%;
	color: #333;
	margin: 0px;
	border-radius: 5px;
	/* box-shadow: 0 0px 5px #e5e5e5 inset; */
}
label {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.87);
}
.box-customclass label {
	margin-right: 20px;
}
.ae-input-field .content-bullet {
	padding: 20px;
}
.pop-header span {
	font-weight: bold;
}
.btn-ae {
	padding: 0 10px;
	margin-left: 10px;
	white-space: nowrap;
}
.btn-ae i {
	font-size: 16px;
	/*margin-right: 5px;*/
	line-height: 26px;
	padding: 0;
}
.box-preview .modal {
	width: 100%;
}
#lean-overlay {
	/*opacity: 0.3!important;*/
	/*display: none!Important;*/
}
#modal-setting {
	box-shadow: 0px 0px 80px !important;
	border-top: 3px solid #555;
}
.list-setting li {
	min-height: 200px;
}
.list-setting .collapsible-header {
	cursor: auto;

}
.icon-header {
	font-size: 20px;
}
.range-field.active .thumb {
	/*display: */
}
input[type="range"] + .thumb.active .value {
	font-size: 12px;
	font-weight: bold;
}
.preview-size-device {
	position: absolute;
}
.preview-size-device li {
	float: left;
}
.in-button-5 {
	margin-right: 5px;
}
.box-sizing {
	position: relative;
}
.box-sizing .switch {
	line-height: 26px;
}
.box-sizing .cover-range-size {
	position: absolute;
	opacity: 1;
	display: block;
	width: 320px;
	min-height: 100px;
	z-index: 999;
	transition: left 0.5s ease-in-out;
}
.box-sizing .cover-range-size.card {
	background-color: rgba(255,255,255,0.2);
}
.box-sizing .cover-range-size.card:hover {
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,1);
}
.header-pop {
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	background-color: #f5f5f5;
}
.content-pop {
	padding: 15px 20px;
}

.box-range {
	width: 100%;
}
.btn-close-pop {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #ccc;
	color: #999;
}
.tabs .tab {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*width: 100%;*/
	width: auto!important;
}
.tab {
	padding: 0px!important;
}
.tabs .tab a {
	padding: 0 10px;
	text-transform: initial!important;
}
.box-setting {
	min-height: 400px;
	margin: 20px auto!important;

	/*max-width: 1282px;*/
}
.box-comment {
	font-size: 80%;
	background-color: #f0f4c3;
	padding: 20px!important;
	line-height: 20px;
	border-radius: 5px;
}
.box-success {
	font-size: 80%;
	background-color: #c7ffce;
	padding: 20px!important;
	line-height: 20px;
	border-radius: 5px;
}
.box-default {
	font-size: 80%;
	background-color: #fff;
	padding: 20px!important;
	line-height: 20px;
	border-radius: 5px;
}
p {
	line-height: 20px;
}
select {
	padding: 5px;
}
.btn-edit.type-create, .btn-edit-slide.type-create {
	display: block;
}
.btn-edit.type-create:hover, .btn-edit-slide.type-create:hover {
	color: green;
}
.setting-header-page {
	color: #A5CE3A;
	/*background-color: #2A2D32 !important;*/
	background-color: #00b0ff;
	position: relative;
	margin: 0;
	position: fixed;
	z-index: 99;
	width: 100%;
	padding: 10px 20px;
}
#header {
	height: 15px;
	text-shadow: none;
}
#header a {
	line-height: 20px;
	color: #fff;
	font-size: 16px;
}
#header a:hover {
	color: #fff;
	text-shadow: 0 0 5px #e8e8e8;
}
#helpdropdown li, #list-theme li {
	transition: 0.3s;
}
#helpdropdown a, #list-theme a {
	color: #333;
}
#helpdropdown a:hover, #list-theme a:hover {
	color: #f6bb42;
}
.setting-header-page .shop-name {
	color: #fff;
	/*font-size: 20px;*/
}
.setting-header-page .dropdown-button {
	color: #fff;
}
#progress-header {
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	/*background-color: rgba(255, 255, 255,0.4);*/
	display: none;
	right: 0;
	width: auto;
	left: 0;
	z-index: 9990;
	top: 0;
	bottom:0;
	/*border-bottom: 1px solid #eee;*/
	/*box-shadow: 0 0 5px #eee;*/
}
#progress-header .progress {
	margin-top: 0px;
}
.box-list-caption ul {
	/*margin-right: 10px;*/
	/*box-shadow: 0px 0px 5px rgb(191, 191, 191);*/
	/*border: 1px solid rgb(187, 187, 187);*/
	/*padding: 10px 0.75rem !important;*/
}
#ui-datepicker-div {
	max-width: 200px;
	font-size: 12px;
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgb(189, 189, 189);
}
.ui-state-default {
	color: #333 !important;
}
.ui-state-default:hover {
	color: #000 !important;
}
.ui-widget-header, .ui-datepicker-header, .ui-datepicker-buttonpane button {
	border-radius: 0px !important;
}
.modal-header h4 {
	padding: 8px 24px;
	font-size: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
}
.modal-content {
	padding: 10px 24px 24px;
}
.modal-footer {
	padding: 8px 24px !important;
}
.card .card-action .btn-ae {
	padding:0;
	margin: 0;
}
.list-imagemanager .card .card-action .btn-ae {
	padding:0 5px;
	margin: 0;
	color: #fff;
	text-align: center;
}
.list-imagemanager .card .card-action .btn-ae i {
	margin: 0;
}
.sep-btn {
	color: #eee;
	padding: 0px;
}
.list-imagemanager .card .card-image .card-title {
	font-size: 9px;
	font-weight: normal;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
}
.list-imagemanager .card .card-image {
	height: 100px;
}
.list-imagemanager .card .card-action {
	text-align: center;
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.list-imagemanager .card:hover .card-action {
	display: block;
	color: #fff;
}
#popup-imagemanager .list-imagemanager .card {
	min-height: 86px;
}

/*=============lookbook*/
.modal-footer .btn {
	margin-left: 5px!important;
}
.nodata {
	text-align: center;
	padding: 50px;
	font-size: 20px;
	color: red;
}
.nodata-normal {
	text-align: center;
	color: red;
}
.list-page, .list-page li {
	width: 100%;
}
#toast-container {
	min-width: 30%;
	left: 0%;
	top: 40%;
	z-index: 99999;
}
#helpdropdown, #list-theme {
	width: 240px!important;
	z-index: 999;
}
/*.cover-item-lookbook {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 5px #eee;
	padding: 20px 0;
}*/
.list-menu {
	margin: auto;
}
.list-menu li {
	display: inline-block;
	padding-bottom: 10px;
	margin-top: 10px;
}
#LookbookShortcode {
	color: #333;
	font-style: italic;
	background-color: #fff9c4;
	font-weight: bold;
}
#btn-genshortcode {
	position: absolute;
	right: 0;
	top: 44px;
}
.ae-spin {
		-webkit-animation-name: spin;
		-webkit-animation-duration: 1000ms;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
		-moz-animation-name: spin;
		-moz-animation-duration: 1000ms;
		-moz-animation-iteration-count: infinite;
		-moz-animation-timing-function: linear;
		-ms-animation-name: spin;
		-ms-animation-duration: 1000ms;
		-ms-animation-iteration-count: infinite;
		-ms-animation-timing-function: linear;

		animation-name: spin;
		animation-duration: 1000ms;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
}
@-ms-keyframes spin {
		from { -ms-transform: rotate(0deg); }
		to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
		from { -moz-transform: rotate(0deg); }
		to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
		from { -webkit-transform: rotate(0deg); }
		to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
		from {
				transform:rotate(0deg);
		}
		to {
				transform:rotate(360deg);
		}
}
.collection-item pre {
	overflow: auto;
	border: 1px solid #ccc;
	min-height: 22px;
	background-color: #fff9c4;
	display: inline-block;
	clear: both;
	padding: 5px;
	border-radius: 2px;
}
.list-imagemanager .card .card-action .btn-ae {
	padding:0 5px;
	margin: 0;
	color: #fff;
	text-align: center;
}
.list-imagemanager .card .card-action .btn-ae i {
	margin: 0;
}
.sep-btn {
	color: #eee;
	padding: 0px;
}
.list-imagemanager .card .card-image .card-title {
	font-size: 9px;
	font-weight: normal;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
}
.list-imagemanager .card .card-image {
	max-height: 100px;
}
.list-imagemanager .card .card-action {
	text-align: center;
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.list-imagemanager .card:hover .card-action {
	display: block;
	color: #fff;
}
form.frm-config-blog {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.frm-config-blog img {
	max-height: 150px;
}
.frm-config-blog.card-panel {
	padding: 10px;
	margin: 3px;
}
.frm-config-blog .left-blog {
	position: relative;
	min-height: 50px;
	margin-top: 10px;
}
/*
.frm-config-blog .right-blog {
	float: right;
}*/
.btn-select-image-feature {
	/*position: absolute;*/
	left: 0px;
	bottom: 0;
	padding: 0;
}
a.btn-remove-form {
	position: absolute;
	z-index: 1;
	right: -15px;
	top: 0px;
}
a.btn-remove-form i {
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 16px;
}
.btn-select-image-feature:hover {
	color: #333;
}
.frm-config-blog:hover a.btn-remove-form i {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff!important;
}
#list-image, #list-image li {
	cursor: move;
	float: left;
	width: 100%;
}
#list-image, .btn-add-image-lookbook, .btn-add-zoomin, .btn-add-zoomout {
	margin-bottom: 10px;
}
.switch label {
	cursor: pointer;
	font-size: 80%;
	font-weight: bold;
}
.list-page .collection-item {
	position: relative;
}
/*.list-page .collection-item .box-controll {
	position: absolute;
	top: 5px;
	right: 0;
}*/
.collection .collection-item.avatar .secondary-content {
	text-align: right;
}
@media (max-width: 800px) {
	.list-page .collection-item .box-controll span, .list-lookbook .collection-item .box-controll span {
		display: none;
	}
	.list-page .collection-item .box-controll i, .list-lookbook .collection-item .box-controll i {
		margin-right: 0;
	}
}
@media (max-width: 880px) {
	.list-menu ul {
		max-width: 560px;
		margin: auto;
	}
}
.custom-css {
	padding: 5px!important;
	max-width: 100%;
	min-height: 300px;
	background-color: #fff;
}
li.collection-item.avatar:hover {
	box-shadow: 0 0 5px #ccc;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-select-product-result {
	overflow: auto;
	border: 1px solid #eee;
	padding: 10px;
}
.toast  {
	height: auto;
}
.toast div {
	line-height: 30px;
	padding: 10px 0;
}
.toast .btn, .toast .btn-large, .toast .btn-flat {
	margin: 0;
}
.collection-item.avatar:hover>i:first-child {
	box-shadow: 0 5px 5px #bbb;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.new-block-lookbook {

}
#list-content-lookbook {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#list-content-lookbook li {
	cursor: move;
	line-height: 48px;
	width: 100%;
	float: left;
	border: 1px dotted #eee;
	padding: 0 20px;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#list-content-lookbook li:hover {
	background-color: #bbb;
	border: 1px solid #bbb;
	box-shadow: 0 5px 5px #ccc;
}
#list-content-lookbook li .box-controll {
	/*display: none;*/
}
#list-content-lookbook li:hover .box-controll {
	/*display: block;*/
}
.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;


}

.tp-loader.spinner {
	width: 40px;
	height: 40px;
	background:url("data:image/png;base64, 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") no-repeat center center;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.confirm-delete i {
	font-size: 25px;
	position: absolute;
}
.confirm-delete h5 {
	margin-left: 40px;
	padding: 0;
	margin-top: 0;
}
@-webkit-keyframes tp-rotateplane {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(180deg) }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	} 50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	} 100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
.url-source {
	width: calc(100% - 100px)!important;
}
#popup-blocklookbook .modal-content {
	overflow: scroll;
}
.CodeMirror { border: 1px solid silver; height: 500px}
.CodeMirror-empty { outline: 1px solid #c22; }
.CodeMirror-empty.CodeMirror-focused { outline: none; }
.CodeMirror pre.CodeMirror-placeholder { color: #999; }
#box-document {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
}
#cover-preview {
	border: 1px solid #bbb;
	display: block;
	width: 300px;
	text-align: center;
	margin: auto!important;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
}
#lnk-preview {
	color: #000;
}
.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	}

	20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
	-webkit-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
	}

	100% {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	-ms-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	}

	20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	-ms-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
	-webkit-transform: scale3d(.9, .9, .9);
	-ms-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-ms-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
	-webkit-transform: scale3d(.97, .97, .97);
	-ms-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
	}

	100% {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
@-webkit-keyframes fadeIn {
	0% {
	opacity: 0;
	}

	100% {
	opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
	opacity: 0;
	}

	100% {
	opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	}

	100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInDown {
	0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	}

	100% {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes slideInDown {
	0% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	visibility: visible;
	}

	100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	visibility: visible;
	}

	100% {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

#list-preview {
	width: 100%;
	margin-bottom: 15px;
}
#list-preview thead {
	height: 40px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
#list-preview thead th {
	padding: 8px;
	line-height: 28px;
	color: #292929;
	border-right: 1px solid #e5e5e5;
}
#list-preview th {
	text-align: left;
}
.demo-code {
	width: 100%;
	padding: 5px;
	background-color: #fff7d0;
	border: 1px solid #f5f5f5;
	border-radius: 2px;
	font-style: italic;
}
.demo-img {
	box-shadow: 0 0 5px #eee;
	padding: 5px;
	/* border-radius: 5px; */
	margin: 10px 0;
	max-width: 500px!important;
}
a:hover {
	/* color: #fff; */
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.modal {
	line-height: 24px;
}
.url-preview {
	color: #bbb;
	float: left;
	margin-top: 10px;
}
.url-preview span {
	color: #000;
	border: 1px solid #eee;
	padding: 0 5px;
	background-color: #ccc;
}
.item-menu {
	white-space: nowrap;
}
.item-menu i {
	margin-right: 10px;
}
.collection {
	border: 0;
}
.collection a.collection-item {
	color: #333;
	border: 0;
	padding: 8px 10px;
	background-color: #fff!important;
}
.collection a.collection-item:hover {
	color: #f6bb42!important;
}
#box-content-setting {
	min-height: 616px;
	margin-top: 20px;
}
/* Khung hẹp (View/Common/shell.ctp, width=narrow): căn giữa trong vùng nội dung bên phải menu */
#box-content-setting.ae-shell-narrow {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.collection .collection-item.active {
	/*background-color: #f5f5f5;*/
	/*color: #000;*/
	color: #f6bb42!important;
}
.collection .collection-item.active:before {
	content: ">";
	position: absolute;
	right: -100px;
}
.preview-language {
	padding: 10px;
	border: 1px solid #bbb;
	/*max-width: 500px;*/
	/*margin: auto;*/
	height: 50px;
}
.ae-select-language {
	position: absolute;
	background-color: #fff;
	display: block;
	width: 130px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	right: 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 10px;
	top: 20px;
	z-index: 999;
}
.ae-select-language a {
	color: #333;
}
.ae-select-language a:hover {
	color: #000!important;
}
.ae-box-language {
	position: relative;
	float: right;
	margin: 0 10px;
}
.ae-box-language li {
	text-align: left;
	padding: 15px 15px 0 15px;
}
.ae-box-language li img {
	margin-right: 10px;
}
.ae-cove-flag {
	float: right;
	cursor: pointer;
}
.ae-cove-flag img {
	float: right;
}
.ae-box-language .ae-point {
	float: right;
	width: 16px;
	height: 16px;
	background:url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAG1JREFUOI3tzj0Kg2AQhOFHqxAQyRkEIY0XsAl4gxAIHjoXsPIcFmpjLD7wJ5LSt5vdmdnl5O/ccdnwFIi+Ig6WDZ64LoRLdBjWLsSokQTzB/KN72YivJFOukK2ZFwreaHHB+3e62HJ7Ujw5AdGZAQIe/VHND0AAAAASUVORK5CYII=") no-repeat center center;
}
.text-ex {
	color: #bbb;
}
.header-block {
	margin: 0 0 10px 0;
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	/*background-color: #ccc;*/
	height: 40px;
	line-height: 25px;
	text-shadow: 0 1px 1px #f5f5f5;
}
.mgr-10 {
	margin-right: 10px;
}

.mgr-5 {
	margin-right: 5px;
}

.list-lang {
	height: calc(100% - 10px);
}
.list-lang .ae-input-field {
	margin: 0;
	margin-bottom: 10px;
}
.list-lang p {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 10px!important;
	border-bottom: 1px solid #eee;
}
.list-lang ul {
	display: inline-block;
	width: 100%;
	overflow: auto;
	padding: 10px;
}
.list-lang ul li {
	padding: 5px 10px;
	display: block;
	height: 40px;
	line-height: 30px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}
.list-lang ul li:hover {
	background-color: #e8f5e9;
}
.list-lang ul li span {
	padding-left: 10px;
}
.list-lang ul li button {
	display: none;
}
.list-lang ul li:hover button {
	display: block;
}
.sep-preview {
	height: 200px;
	padding: 10px 25px;
	width: 65px;
	float: left;
}
.lang-selected .fa-check-circle-o {
	display: none;
	color: #2196F3 !important;
}
.lang-selected .fa-times-circle-o {
	color: #ff9800 !important;
}
.lang-selected .active .fa-check-circle-o {
	display: inline-block;
}
.lang-selected .active .fa-times-circle-o {
	display: none;
}
.popup-img {
	max-width: 80px;
}
.popup-table thead th {
	background-color: #efefef;
	/* background-color: rgba(0,0,0,0.1); */
	border-radius: 0;
	white-space: nowrap;
	transition: all 0.2s ease;
}
.popup-table tbody tr {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.popup-table tbody tr:hover {
	background-color: #ededed;
	transition: all 0.2s ease;
}
.box-content-translate textarea {
	max-width: 100%;
	min-height: 400px;
}
.tabs .tab a {
	border: 1px solid transparent;
	border-bottom: 0px solid transparent;
}
.tabs .active {
	background-color: #f5f5f5;
}
.mce-tinymce iframe {
	width: calc(100% - 1px)!important;
}
.tabs .indicator {
	display: none;
}
.tabs .tab .active {
	/*box-shadow: 0 3px inset;*/
	border: 1px solid #eee;
	border-bottom: 0px solid #eee;
	color: #333!important;
	font-weight: bold;
}
.tab-content {
	display: block;
	padding: 20px;
	border: 1px solid #eee;
	background-color: #f5f5f5;
}
.head-link {
	color: #fff;
	margin: 0 10px;
}
#custom-text-search {
	max-width: 300px;
	margin-top: 3px;
}
#listConfigText textarea {
	max-width: 100%;
	min-height: 200px;
	padding: 8px 10px!important;
}
#css-custom {
	width: 100%;
	min-height: 300px;
	padding: 5px 10px!important;
}
a.item-menu {
	display: inline-block;
	width: 100%;
	padding: 5px;
}
a.item-menu:hover {
	background-color: #ddd;
}
.list-menu-shop {
	padding: 10px;
	background-color: #f5f5f5;
}
.pricing a.collection-item{
	border-bottom: 1px solid #e0e0e0;
	padding: 15px;
}
.pricing .collection {
	max-width: 360px;
	margin: auto;
}
.infor-free-version {
	max-width: 360px;
	background-color: #f0f4c3 !important;
	padding: 30px;
	margin: auto;
	text-align: center;
}
.table-position-block-language tr, .table-type-block-language tr {
	border-bottom: 1px solid #bdbdbd;
	transition: all 0.2s ease;
}
.table-type-block-language tr:hover {
	/*background-color: rgba(0,0,0,0.1);*/
}
.table-type-block-language td {
	vertical-align: top!important;
}
.ae-lang-selected {
	/*background-color: #eee;*/
}
.table-type-block-language td:last-child {
	background-color: #f5f5f5;
}
.preview-language .ae-box-lang li, .preview-language .ae-box-lang li a {
	cursor: move;
}
.btn-revert-lang {
	position: absolute;
	left: -45px;
	top: 2px;
}
.cover-input {
	position: relative;
}
.savingloading {
	color: yellow;
	top: 0;
	padding-top: 10px;
	z-index: 1;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.capitalize-header {
	text-transform: capitalize;
}
#logo {
	float: left;
	height: 22px;
	padding-right: 8px;
}
.frm-login {
	max-width: 500px;
	margin: auto;
	padding: 20px;
}
.ae-lang-selected>a {
	line-height: 36px;
}
.td-code {
	width: 50px;
}
#list-locales th {
	background-color: #f5f5f5;
}
#list-locales tbody tr {
	border-bottom: 1px solid #bdbdbd;
}
#list-locales tbody td {
	padding: 5px;
}
#list-locales tr:hover {
	background-color: #eee;
}
.td-code>div{
	position: relative;
}
.txt-code {
	display: none;
	position: absolute;
	top: -14px;
	min-width: 380px;
	font-weight: bold;
	border: none;
	padding: 5px 10px;
	box-shadow: 0 0 5px #bdbdbd;
}
.preview-language li {
	padding: 8px;
}
.btn-close-toast {
	margin-left: 10px;
	cursor: pointer;
}
.btn-close-toast:hover {
	color: #F44336;
}
.image-guide:hover {
	transition: all 0.2s ease;
	width: 80%!important;
}
.ae-block-language:hover .ae-box-lang {
	display: inline-block;
	opacity: 1;
}
#header {
	/*display: none;*/
}
.lang-selected .btn-remove-lang {
	display: none;
	position: absolute;
	margin-left: 0;
}
.lang-selected:hover .btn-remove-lang {
	display: block;
}
.lang-selected .btn-active-lang {
	display: none;
}
.lang-selected.is-default .btn-active-lang, .lang-selected:hover .btn-active-lang {
	display: block;
}
#select-single {
	display: block;
	height: 200px;
	overflow: auto;
	margin: 10px 0;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}
#select-single li:hover {
	padding: 2px 5px;
	cursor: pointer;
	background-color: #ccc;
}
#file-content {
    min-height: 200px;
    background-color: #f5f5f5;
    max-width: 100%;
    padding: 5px!important;
    margin-top: 5px;
}
#admin-lang {
	max-width: 270px;
	margin-top: 6px;
}
#popup-tran-full {
	overflow: hidden;
	transition: all 0.5s ease;
	position: fixed;
	top: 100%;
	height: 100%;
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9980;
	/*display: none;*/
}
#txt-address {
	display: inline-block;
	max-width: calc(100% - 500px);
	margin: 0 10px;
	height: 26px;
}
.cover-iframe, .cover-iframe iframe {
	transition: all 0.5s ease;
	margin: auto;
	background-color: #efefef;
	width: 100%;
	height: calc(100% - 13px);
	display: block;
}
.pop-tran-full {
	transition: all 0.5s ease;
}
.pop-tran-full #popup-tran-full {
	display: block;
	top: 0;
	transition: all 0.5s ease;
}
.pop-tran-full {
	overflow: hidden;
}
.card {
	/* border: 1px solid #e5e5e5; */
	box-shadow: none;
}
.card .card-content {
	padding: 15px;
}
#left-menu {
	position: fixed;
	z-index: 1;
	top: 35px;
	width: 220px;
	overflow: auto;
}
#right-content {
	margin-left: 220px;
}
.box-content-preview {
	height: 100%;
	/*max-width: 1300px;*/
	margin: auto;
}
#popup-tran-header {
	/*max-width: 1300px;
	margin: auto;*/
	background-color: #000;
}
#popup-tran-header button, #popup-tran-header input, #popup-tran-header a.btn {
	margin: 0;
}
.small-modal {
	max-width: 400px;
}
.all-lang {
	margin-bottom: 20px;
}
.all-lang tbody tr {
	/*background-color: #f5f5f5;*/
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
.all-lang tbody tr:hover {
	background-color: #f5f5f5;
}
td {
	padding: 10px 5px;
}
#list-all-lange .txt-name-lang {
	border: 0!important;
	max-width: calc(100% - 100px);
	min-width: 80px;
}
.all-lang tbody td:first-child:before {
	border-radius: 5px;
	content: "\f07d";
	padding: 10px;
	font-family: "FontAwesome";
	cursor: move;
	background: #f5f5f5;
	margin-right: 10px;
	color: #ccc;
}
.all-lang tbody tr:hover td:first-child:before {
	color: #333;
}
.all-lang th:first-child {
	width: 120px;
}
#iframe-position {
	width: 100%;
	min-height: 800px;
}
.arr-down {
	position: relative;
	margin: 30px 0;
}
.arr-down i {
	position: absolute;
	left: calc(50% - 20px);
	font-size: 30px;
	top: -14px;
	z-index: 199;
	background: #fafafa;
	padding: 0 10px;
	color: #bbb;
}
textarea[disabled='disabled'] {
	background-color: #eee;
}
.num-lang {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 30px;
	float: left;
}
.right-lang {
	display: inline-block;
	max-width: calc(100% - 50px);
}
.right-lang p img {
	margin-right: 5px;
}
.box-control-lang {
	/*display: none;*/
	position: absolute;
	right: -100px;
	transition: all 0.2s ease;
	top: 0px;
	opacity: 0;
}
.box-control-lang span {
	display: block;
	margin-top: 5px;
}
.list-lang-text li {
	position: relative;
}
.list-lang-text li:hover .box-control-lang {
	transition: all 0.2s ease;
	right: 10px;
	opacity: 1;
	/*display: block;*/
}
.box-search-lang-text {
	position: relative;
}
.box-search-lang-text i {
	position: absolute;
	right: 8px;
	top: 8px;
}
.group-translate {
	margin: 0 5px;
}
.guide-text-translate, .guide-text-position {
	color: #fff;
	font-size: 10px;
	font-style: italic;
}
#frm-translate-live {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #eee;
}
#popup-translate-text {
	top: 1%!important;
	max-height: 98%!important;
	height: 98%!important;
}
.list-lang-text li:hover {
	background-color: #ededed;
}
#pre-loading {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	padding-top: 100px;
	/*display: none;*/
	z-index: 9999;
}
#fountainG{
	position:relative;
	width:174px;
	height:21px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(214,69,69);
	width:21px;
	height:21px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:0.975s;
		-o-animation-duration:0.975s;
		-ms-animation-duration:0.975s;
		-webkit-animation-duration:0.975s;
		-moz-animation-duration:0.975s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:14px;
		-o-border-radius:14px;
		-ms-border-radius:14px;
		-webkit-border-radius:14px;
		-moz-border-radius:14px;
}

#fountainG_1{
	left:0;
	animation-delay:0.386s;
		-o-animation-delay:0.386s;
		-ms-animation-delay:0.386s;
		-webkit-animation-delay:0.386s;
		-moz-animation-delay:0.386s;
}

#fountainG_2{
	left:22px;
	animation-delay:0.4825s;
		-o-animation-delay:0.4825s;
		-ms-animation-delay:0.4825s;
		-webkit-animation-delay:0.4825s;
		-moz-animation-delay:0.4825s;
}

#fountainG_3{
	left:43px;
	animation-delay:0.589s;
		-o-animation-delay:0.589s;
		-ms-animation-delay:0.589s;
		-webkit-animation-delay:0.589s;
		-moz-animation-delay:0.589s;
}

#fountainG_4{
	left:65px;
	animation-delay:0.6855s;
		-o-animation-delay:0.6855s;
		-ms-animation-delay:0.6855s;
		-webkit-animation-delay:0.6855s;
		-moz-animation-delay:0.6855s;
}

#fountainG_5{
	left:87px;
	animation-delay:0.782s;
		-o-animation-delay:0.782s;
		-ms-animation-delay:0.782s;
		-webkit-animation-delay:0.782s;
		-moz-animation-delay:0.782s;
}

#fountainG_6{
	left:109px;
	animation-delay:0.8785s;
		-o-animation-delay:0.8785s;
		-ms-animation-delay:0.8785s;
		-webkit-animation-delay:0.8785s;
		-moz-animation-delay:0.8785s;
}

#fountainG_7{
	left:130px;
	animation-delay:0.975s;
		-o-animation-delay:0.975s;
		-ms-animation-delay:0.975s;
		-webkit-animation-delay:0.975s;
		-moz-animation-delay:0.975s;
}

#fountainG_8{
	left:152px;
	animation-delay:1.0715s;
		-o-animation-delay:1.0715s;
		-ms-animation-delay:1.0715s;
		-webkit-animation-delay:1.0715s;
		-moz-animation-delay:1.0715s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(142,240,93);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(142,240,93);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(142,240,93);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(142,240,93);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(142,240,93);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
#setting-url-lang {
	line-height: 25px;
}

.btn-refresh-article {
	position: absolute;
	right: 25px;
	top: 5px;
}
#box-control {
	position: fixed;
	bottom: 0;
	width: calc(100% - 240px);
	background-color: #fff;
	padding-bottom: 20px;
	right: 10px;
}
#code-demo {
	font-size: 12px;
	width: 100%!important;
	font-family: Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;
	background: #eee;
	min-height: 200px;
	max-width: 100%!important;
}

.block-button-config .btn {
	min-width: 300px;
}

img {
	display: inline-block;
}

img.flag {
	max-width: 30px;
	border-radius: 3px;
}
#list-new-lang {
	padding: 0px;
	max-height: 100%;
}
.sticky-bottom {
	position: sticky;
	bottom: 0;
}

#lbl-more-info {
	font-size: 12px;
}

.modal .modal-content {
	padding: 2px 16px;
}

/* Fix bug lech cot trang thai (badge) vs cot thoi gian tao o trang Queue (2026-09-17):
   span.badge cua Materialize mac dinh position:absolute + right:15px (thiet ke cho badge
   trong list item, dinh vi theo ancestor position:relative gan nhat) - trong <td> cua bang
   thuong, no bi dinh vi theo ancestor xa hon (vd .card-content), khien badge "bay" ra khoi
   dung cot cua no va de chong len cot ke ben. Reset ve inline-block binh thuong trong bang. */
#queue-table .badge {
	position: static;
	display: inline-block;
	min-width: auto;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
}

#box-support {
	position:fixed; right:20px; bottom:20px; z-index:999; width:50px; height:50px;
	border-radius:50%; background-color:#0068ff; box-shadow:0 2px 8px rgba(0,0,0,0.3);
	display:flex; align-items:center; justify-content:center;
}

.tab-content {
	position: relative;
}
.cover-tran-btn {
	/* position: absolute;
	right: 20px;
	top: 10px; */
	margin-bottom: 10px;
	overflow:hidden;

}
.cover-tran-btn > .btn-ae {
	margin-left: 0;
	margin-right: 10px;
}
#box-content-setting .nodata {
	background-color: #f0f4c3 !important;
	max-width: 800px;
	margin: 30px auto;
	border-radius: 20px;
	line-height: 30px;
	font-size: 15px;
	color: #888;
}
#box-content-setting .nodata span {
	color: #180e0e !important;
}
#box-content-setting {
	min-height:calc(100vh - 120px)!important;
}
.swal-content * {
	line-height: 26px;
}
#img-qr {
	width:280px;
	border:1px solid #ddd;
	border-radius:4px;
}

/* Usages/index.ctp (trang Số dư tài khoản, /usage) - gộp inline style rải rác về đây (anh yêu cầu 2026-09-22) */
#box-usage .box-comment {
	margin-bottom: 10px;
}
#box-usage .box-comment p + p {
	margin-top: 6px;
}
.usage-progress-bar {
	height: 20px;
	border-radius: 5px;
}
.usage-balance-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: -6px;
}
.usage-balance-amount {
	font-weight: bold;
	font-size: 16px;
}
.usage-percent-label .grey-text {
	margin-left: 6px;
}
#box-company-payment-info,
#box-invoice-info,
#box-payment-history {
	margin-top: 20px;
}
/* Mục cuối trang, tách xa hẳn khỏi Lịch sử thanh toán phía trên (anh yêu cầu 2026-09-24) */
#box-balance-history {
	margin-top: 30px;
}
.payment-info-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 8px;
	align-items: flex-start;
}
.payment-qr-wrap {
	flex: 0 0 auto;
	text-align: center;
}
.payment-qr-caption {
	font-size: 12px;
	margin-top: 4px;
}
.payment-info-table {
	flex: 1 1 260px;
}
.payment-info-table td:first-child {
	width: 140px;
}
.payment-transfer-code {
	font-weight: bold;
	font-size: 15px;
}
.payment-min-amount,
.payment-note {
	margin-top: 8px;
}
.table-scroll-x {
	overflow-x: auto;
}
.balance-history-note {
	font-size: 13px;
	margin-bottom: 10px;
}
#payment-history-pagination,
.usage-pagination {
	text-align: center;
	margin-top: 10px;
}
.pagination-btn {
	margin: 2px;
	min-width: 36px;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
}
.invoice-required-check {
	margin-bottom: 10px;
}
.invoice-required-check label {
	height: auto;
	line-height: 1.5;
}
.payment-terms-note {
	font-size: 13px;
	margin-top: 12px;
}
.invoice-required-star {
	display: none;
	color: #F44336;
	margin-left: 2px;
}
.usage-balance-label {
	overflow: auto;
}
.usage-edit-context-link {
	font-size: 13px;
}
.shop-description-note {
	margin-top: -6px;
	margin-bottom: 10px;
	font-size: 13px;
}
#shop-description {
	padding: 6px!important;
	min-height: 100px;
}
.usage-status-badge {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}
.usage-status-badge.usage-status-processing {
	background-color: #2196F3;
}
.usage-status-badge.usage-status-idle {
	background-color: #4CAF50;
}
.usage-status-badge.usage-status-none {
	background-color: #9E9E9E;
}
.usage-status-badge.usage-status-error {
	background-color: #F44336;
}
.ml-0 {
	margin-left: 0;
}
