#content {
	height: calc(100vh - 128px);
	overflow-x: hidden;
	overflow-y: scroll;
}
.body-auth #content {
	height: 100vh;
}
.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer !important;
}
.cursor-cell {
	cursor: cell !important;
}
.relative {
	position: relative;
}
.noscroll {
	overflow: hidden;
}
.text-bold {
	font-weight: bold;
}
.ui-section.ui-section-header {
	margin-bottom: 0;
}
.section-header > small {
	display: block;
}

.display-block {
	display: block;
}
.m-t-0 {
	margin-top: 0px;
}
.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 3cqi;
}

.m-t-10-c {
	margin-top: 7cqi;
}

.m-t-20 {
	margin-top: 20px;
}
.m-b-0 {
	margin-bottom: 0px;
}
.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-20 {
	margin-left: 20px;
}

.p-t-5 {
	padding-top: 5px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-20 {
	padding-top: 2.6vh;
}

.p-t-40 {
	padding-top: 4em;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-20 {
	padding-left: 20px;
}

.fullwidth {
	width: 100%;
}

.no-round {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex {
	flex: 1;
}

.text-xs {
	font-size: 10px;
}
.text-sm {
	font-size: 12px;
}
.text-md {
	font-size: 14px;
}
.text-lg {
	font-size: 16px;
}

.bg-white.text-info {
	background-color: #fff;
	color: #00BCD4
}
.bg-white.text-success {
	background-color: #fff;
	color: #8BC34A
}
.bg-white.text-warning {
	background-color: #fff;
	color: #FFCA28
}
.bg-white.text-danger {
	background-color: #fff;
	color: #F44336
}
.jq-toast-single {
	background-position: 10px 10px;
}
.jq-toast-single .text-alert {
	position: relative;
	padding-left: 12px;
	line-height: 18px;
}
.jq-toast-single .text-alert:before {
	content: "\f111";
	position: absolute;
	top: 9px;
	left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.jq-toast-single .text-alert:first-of-type:last-of-type {
	padding-left: 0;
}
.jq-toast-single .text-alert:first-of-type:last-of-type:before {
	content: "";
	display: none;
}
.angular-ui-tree-empty {
	min-height: 40px;
}
.angular-ui-tree-node [data-nodrag] {
	cursor: pointer;
}
.angular-ui-tree-handle {
	margin: 0 0 10px 0;
}
.angular-ui-tree-handle.unpublished {
	background-color: #fbe9e6;
	border-color: #edbab1;
}
.angular-ui-tree-handle.unpublished > span {
	text-decoration: line-through;
}
.angular-ui-tree-placeholder {
	margin: 0 0 10px 0;
    background: #f0f9ff;
    border: 2px dashed #00897b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-toggle.no-outline:focus, .bootstrap-select .dropdown-toggle.no-outline:active {
	outline: none !important;
	background-color: transparent !important;
	border-color: transparent !important;
}
.page {
	padding: 30px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-animation: pageContent 0.35s ease;
	-moz-animation: pageContent 0.35s ease;
	animation: pageContent 0.35s ease;
	min-height: calc(100vh - 128px);
}
.page-signin h1, .page-signup h1, .page-forgot h1 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 72px;
}
.panel-table>.panel-body {
	padding: 0;
}
tr th, tr td {
	overflow: hidden;
}
.capitalize {
	text-transform: capitalize;
}
.nav-pills {
	border-bottom: 1px solid rgba(0, 150, 136, 0.12);
}
.nav-pills>li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
div.material-table .dataTables_wrapper table tr td.row-middle {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	vertical-align: middle;
}
.table-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.table-action > button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.table-condensed .table-action {
	margin: 0;
}
.table-action .md-button.md-icon-button {
	margin: 0;
}
.actions .md-button.md-icon-button {
	margin: 4px;
}
.table-action .md-button.md-fab.md-fab-xs {
	min-height: 0;
	height: 26px;
	width: 26px;
	line-height: 26px;
	font-size: 12px;
}
.table-condensed .table-action .md-button.md-fab.md-fab-xs {
	margin: 0;
}
.imagepicker {
	position: relative;
	width: 0;
	height: 0;
	cursor: pointer;
}
.imagepicker>input[type="file"] {
	display: none;
}
.imagepicker>.image-delete {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 20px;
	color: #cc0000;
}
.imagepicker>.placeholder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f1f3f5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}

.imagepicker>.placeholder.active {
	background-color: transparent;
}
.imagepicker>.placeholder>span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
}
.imagepicker>.placeholder.active>span, .imagepicker>.placeholder.preview>span {
	display: none;
}

.imagepicker>.placeholder.active:hover>span {
	display: block;
}
.imagepicker>.placeholder.active:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
}
.imagepicker>.placeholder.active>a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.imagepicker>.placeholder>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 36px;
}
.imagepicker>.placeholder>span>p {
	margin: 0;
	padding: 0;
	display: block;
}
.filepicker {
	position: relative;
}
.filepicker>input[type="file"] {
	display: none;
}
.filepicker>.placeholder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f1f3f5;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}
.filepicker>.placeholder.show-file {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.filepicker>.placeholder>label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 15px;
	width: 100%;
	height: 100%;
}
.filepicker>.placeholder>label>small {
	width: 100%;
	font-size: 0.8em;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.filepicker>.placeholder>label>strong {
	width: 100%;
	font-size: 0.9em;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.filepicker>.placeholder>span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
	width: 100%;
	height: 100%;
}
.filepicker>.placeholder.show-file>span {
	display: none;
}
.filepicker>.placeholder.show-file>a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.filepicker>.placeholder>span>i {
	margin: 0 10px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.filepicker>.placeholder>span>p {
	flex: 1;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
/* video */
.videopicker {
	position: relative;
	width: 0;
	height: 0;
	cursor: pointer;
}
.videopicker>input[type="file"] {
	display: none;
}
.videopicker>.image-delete {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 20px;
	color: #cc0000;
}
.videopicker>.placeholder-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f1f3f5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}

.videopicker>.placeholder-video.active {
	/* background-color: transparent; */
	top: 80%;
	left: 0;
	height: 20%;
	width: 100%;
}
.videopicker>.placeholder-video>span {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
} 

.videopicker>.placeholder-video.active:hover>span {
	display: block;
}
.videopicker>.placeholder-video.active:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
}
.videopicker>.placeholder-video.active>a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.videopicker>.placeholder-video>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 36px;
}
.videopicker>.placeholder-video.active>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 21px;
}
.videopicker>.placeholder-video>span>p {
	margin: 0;
	padding: 0;
	display: block;
}
/* Animation */
.animationpicker {
	position: relative;
	width: 0;
	height: 0;
	cursor: pointer;
}
.animationpicker>input[type="file"] {
	display: none;
}
.animationpicker>.image-delete {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 20px;
	color: #cc0000;
}
.animationpicker>.placeholder-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f1f3f5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}

.animationpicker>.placeholder-video.active {
	top: 80%;
	left: 0;
	height: 20%;
	width: 100%;
}
.animationpicker>.placeholder-video>span {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
} 

.animationpicker>.placeholder-video.active:hover>span {
	display: block;
}
.animationpicker>.placeholder-video.active:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
}
.animationpicker>.placeholder-video.active>a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.animationpicker>.placeholder-video>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 36px;
}
.animationpicker>.placeholder-video.active>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 21px;
}
.animationpicker>.placeholder-video>span>p {
	margin: 0;
	padding: 0;
	display: block;
}
.redactor_box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.content-preview-container {

}
.content-preview-container > iframe {
	border: 1px solid rgba(0,0,0,0.12);
}
@media (min-width: 768px) {
	#content {
		height: calc(100vh - 64px);
	}
	.body-auth #content {
		height: 100vh;
	}
	.page {
		padding: 30px;
		min-height: calc(100vh - 64px);
	}
	.panel-table>.panel-body {
		padding: 0;
	}
	.table-action {
		margin: -6px 0;
		height: 32px;
	}
	.table-condensed .table-action {
		margin: 0;
	}
	.table-action .md-button.md-icon-button {
		margin: 0;
	}
	.actions .md-button.md-icon-button {
		margin: 4px;
	}
	.table-action .md-button.md-fab.md-fab-xs {
		min-height: 32px;
		font-size: 14px;
		padding: 0;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.table-condensed .table-action .md-button.md-fab.md-fab-xs {
		margin: 0;
	}
}
@-webkit-keyframes pageContent {
	0% {
		opacity: 0;
		-webkit-transform: translateY(34px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
}
@-moz-keyframes pageContent {
	0% {
		opacity: 0;
		-moz-transform: translateY(34px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0px);
	}
}
@keyframes pageContent {
	0% {
		opacity: 0;
		transform: translateY(34px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}


md-image-container {
	display: inline-block;
	position: relative;
	padding: 2px;
	margin: 18px 0;
	vertical-align: middle;
	/*
	 * The .md-image class is added to the input/textarea
	 */
}
md-image-container:after {
	content: '';
	display: table;
	clear: both;
}
md-image-container label {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: auto;
	-webkit-transform: translate3d(0, 6px, 0) scale(0.75);
	transform: translate3d(0, 6px, 0) scale(0.75);
}

td.text-preview > p {
	white-space: normal;
}

td.image-preview > img {
	width: 100%;
}

td.timestamp-preview > small {
	font-weight: 500;
}

.slider-header-preview {
	padding: 8px 16px;
	font-size: 16px;
}

.image-container {
	padding-bottom: 16px;
}

.delete-inline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 18px 0 44px 0;
	width: 32px;
	color: #cc0000;
}

.delete-inline > a {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: inherit;
	width: 100%;
	height: 100%;
	font-size: 16px;
}
.delete-inline > a:hover {
	color: inherit;
}

.hide-error .md-errors-spacer {
	display: none;
}
.hide-error .md-chip-input-container .md-errors-spacer {
	display: none;
}

.label-color-1 {
	background-color: #F94144;
}
.label-color-2 {
	background-color: #F3722C;
}
.label-color-3 {
	background-color: #F8961E;
}
.label-color-4 {
	background-color: #F9C74F;
}
.label-color-5 {
	background-color: #90BE6D;
}
.label-color-6 {
	background-color: #43AA8B;
}
.label-color-7 {
	background-color: #577590;
}
.label-color-8 {
	background-color: #3d405b;
}
.label-color-9 {
	background-color: #0081a7;
}
.label-rounded {
	border-radius: 20px;
}
.md-danger {
	color: #fff !important;
	background-color: #F6953E !important;
}
.md-primer {
	color: #fff !important;
	background-color:#4B73FF !important;
}
.md-black{
	color: #fff !important;
	background-color:#333333 !important;
}
.md-blue{
	color: #fff !important;
	background-color:#009688 !important;
}
.md-pull-blue{
	color: #fff !important;
	background-color:#4B73FF !important;
}
.md-red {
	color: #fff !important;
	background-color:#F31F46 !important;
}
/* PRINT INVOICE */
.print {
	display: none;
}
.print *{
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.print h1, .print h4, .print p {
	margin: 0;
}
.print .col{
	width: 60%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.print .col-30{
	width: 30%;
}
.print .col-50{
	width: 50%;
}
.print .col-70{
	width: 70%;
}
.print .col-100{
	width: 100%;
}
.print .table-invoice{
	width: 100%;
	margin-bottom: 100px;
}
.print .table-invoice thead tr td{
	padding: 10px;
	background-color: #009BDB !important;
	color: #fff !important;
	background-size: 100%;
	
}
.print .table-invoice tbody tr td{
	padding: 10px;
}
.print .grand-total{
	padding:15px;
	background-color: #009BDB !important;
	color: #fff !important;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
}
.print .text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.print .company-name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 14px !important;
}
.print .to{
	font-size: 12px;
}
.print .to-name{
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px !important;
}
.print .address{
	font-size: 13px;
	margin-bottom: 22px;
}
.print .payment-status {
	font-size: 13px;
}
.print .status {
	padding:2px 10px;
	background-color: #EB5757 !important;
	border-radius: 20px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
}
.print .status-success {
	padding:2px 10px;
	background-color: #0e9689 !important;
	border-radius: 20px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
}
.print .invoice{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px !important;
}
.print .invoice-number{
	font-size: 13px;
	font-weight: 600;
}
.print .transfer-info{
	padding: 10px;
	border: 0.763696px solid #ccc6c6;
	border-radius: 2px;
	width: 70%;
	font-size: 12px;
	margin-top: 20px;
}
.print strong{
	font-weight: 600 !important;
}
.print .notes {
	padding: 10px 0px;
	text-align: left;
}
.print .notes p{
	font-size: 13px;
	font-weight: 400;
}
@media print {
	* {
		color-adjust:exact !important;
		-webkit-print-color-adjust: exact !important;
	}
	.print{
		display: block;
	}
	body > *:not(.print){
		display: none;
	}
	.print .col {
		width: 100%;
	}
	.print .table-invoice thead tr td{
		padding: 10px;
		background-color: #009BDB !important;
		color-adjust:exact !important;
		color: #fff;
	}
	@page {
		margin: 32px 27px;
	}
}

.invoice-date md-input-container{
	margin: 0;
}
.invoice-date md-input-container label {
	right: auto !important;
	left: 30px !important;
	overflow: unset !important;
}
.invoice-date ._md-datepicker-floating-label>md-datepicker .md-datepicker-button{
	margin-left: -9px !important;
	margin-right: -10px !important;
}
.invoice-date .md-datepicker-input{
	width: 170px !important;
}
md-input-container.text-right{
	text-align: right !important;
}
md-input-container.text-right label:not(.md-no-float):not(.md-container-ignore), md-input-container.text-right .md-placeholder{
	transform-origin: right top !important;
}
.count-total {
	width: 50% !important;
}
.m-t-30 {
	margin-top: 30px;
}
.panel-box-total {
	display: flex;
	padding: 10px;
}
.panel-box-total .panel-left {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	position: relative;
}
.panel-box-total .panel-info {
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
}
.panel-box-total .panel-info .text-title {
	font-size: 14px;
}
.panel-box-total .panel-info .count-total {
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 154.5%;
	letter-spacing: 0.005em;
	text-transform: uppercase;
	color: #009688;
}
.little-icon {
	background: #FF507A;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 13px;
	top: 13px;
	border-radius: 50%;
	height: 30px;
}
.wrap-text {
    word-wrap: break-word;
}
div.material-table .dataTables_wrapper table.no-white-space tr td{
    white-space: inherit !important;
}
.text-error {
	color: red;
}
/* Tags */
.chipsdemoContactChips md-content.autocomplete {
	min-height: 100px; 
	background: #fff;
	padding: 0;
}
.chipsdemoContactChips md-content.autocomplete input {
	min-width: 200px; 
}
.chipsdemoContactChips md-contact-chips {
	margin-bottom: 10px; 
}

.chipsdemoContactChips .md-chips {
	padding: 5px 0 8px; 
}

.chipsdemoContactChips .fixedRows {
	min-height: 100px;
	overflow: hidden; 
}
.all-tags {
	width: 100%;
	padding: 10px 0px;
	display: flex;
	-webkit-flex-wrap: wrap;
	  flex-wrap: wrap;
}
.tags-item {
	padding: 5px 10px;
	background: #eaeaea;
	border-radius: 20px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tags-item.active {
	background: #009688;
	color: #fff;
}

div.material-table .dataTables_wrapper table th.sorting_desc:after {
    content: '\279C';
	line-height: 2;
	color: #000 !important;
}
table.dataTable thead .sorting_asc:after {
    content: "\279C" !important;
	transform: rotate(-90deg)!important;
	-webkit-transform: rotate(-90deg)!important;
	line-height: 2 !important;
	color: #000 !important;
}

div.material-table .dataTables_wrapper table th.sorting:hover:after{
	content: '\279C';
	line-height: 2;
	color: #000 !important;
}
table.dataTable thead .sorting_asc:hover:after {
	content: "\279C" !important;
	transform: rotate(-90deg)!important;
	-webkit-transform: rotate(-90deg)!important;
	line-height: 2 !important;
	color: #000 !important;
}

.wrap {
	white-space: pre-wrap !important;
}
.ml-10 {
	margin-left: 10px !important;
}
/* Table email */
.table-email {
	margin: 10px;
}
.table-email td {
	padding: 5px;
}

.input-file-dashed {
	width: 100%; 
	background:#EBEBEB; 
	border: 1px dashed #9A9A9A; 
	padding: 5px; 
	border-radius: 7px; 
	margin-bottom: 10px; 
	display: flex; 
	justify-content: space-between; 
	align-items: center;
}
.bg-grey {
	background: #ebebeb;
}
.autocomplete {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #eee;
	border-bottom: none;;
}
.autocomplete li {
	padding: 10px 10px;
	border-bottom: 1px solid #eee;
}
.no-border {
	border: none !important;
}
.disabled > .dtp-clear {
	display: none;
}
.datedisable .dtp-clear {
	display: none !important;
}
.datedisable .dtp-btn-calendar {
	pointer-events: none;
    opacity: 0.5; 
    cursor: not-allowed;
}
.relative {
	position: relative;
}
.hover-disable {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
.error {
	color: red;
	font-size: 12px;
}
.info {
	font-size: 12px;
}
.ended_at .dtp-clear {
	display: none !important;
}
.ended_at .dtp-btn-calendar {
	pointer-events: none;
    opacity: 0.5; 
    cursor: not-allowed;
}
.fontpicker>input[type="file"] {
    display: none;
}
.fontpicker>.placeholder {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f1f3f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
}
.fontpicker>.placeholder>span>i {
	margin: 0;
    padding: 0;
    display: block;
    font-size: 16px;
}
.note-top-sample {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
.note-bottom-sample {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
.input-link {
	color: #009688 !important;
}
.input-link:hover {
	text-decoration: underline !important;
	cursor: pointer !important;
}
.notification-guide {
	margin: 0;
	padding: 0;
	list-style: none;
}
.notification-guide li {
	padding: 0;
}
.notification-guide li h4 {
	margin: 0;
}
.notification-guide li ul {
	padding: 8px 0 12px;
	margin: 0 0 0 30px;
	list-style-type: disc;
}
.notification-guide li ul li {
	padding: 3px 0;
}
.popup-close-preview {
	text-align: right;
	font-size:1.7vw;
	background-color: #777;
	padding: 4px;
}
.popup-text-title-preview {
	position: sticky;
    text-align: center;
    font-weight: bold;
	font-size: 4.8cqi;
	line-height: 1.1;
}
.popup-text-subtitle-preview {
	position: sticky;
    text-align: center;
	margin-top: 5.6cqi;
	font-size: 4.57cqi;
	line-height: 1.1;
}
.popup-text-desc-preview {
	position: sticky;
    text-align: center;
	margin-top: 7.5cqi;
	font-size: 4.3cqi;
}
.popup-text-title-tilawah-preview {
	position: sticky;
    text-align: center;
    font-weight: bold;
	font-size: 5.2cqi;
}
.popup-text-subtitle-tilawah-preview {
	position: sticky;
    text-align: center;
	margin-top: 6cqi;
	font-size: 4cqi;
}
.popup-text-desc-tilawah-preview {
	position: sticky;
    text-align: center;
	margin-top: 7cqi;
	font-size: 4cqi;
}
.popup-text-tilawah-preview {
	position: sticky;
    text-align: center;
	margin-top: 3cqi;
	font-size: 3.5cqi;
}
.popup-item-preview {
	position: sticky;
    text-align: center;
	border-radius: 5px;
	padding-top: 5cqi;
	padding-left: 0.5cqi;
	padding-right: 0.5cqi;
	padding-bottom: 2cqi;
	margin-left: 0.8cqi;
	margin-right: 0.8cqi;
}
.popup-item-tilawah-preview {
	position: sticky;
	margin-left: 5cqi;
}
.container-item-preview {
	margin-top: 4cqi;
	padding-left: 6cqi;
	padding-right: 6cqi;
}
.container-item-tilawah-preview {
	padding-left: 15cqi;
	padding-right: 15cqi;
}
.container-preview {
	container-type: inline-size;
	padding-top: 2.9cqi;
}
.container-tilawah-preview {
	container-type: inline-size;
	padding-top: 5.2cqi;
}
.popup-item-title-preview {
	position: sticky;
    text-align: center;
	line-height: 1.1;
    font-weight: bold;
	font-size: 3.8cqi;
	margin-bottom: 0em;
	margin-top: 2.5cqi;
}
.popup-item-subtitle-preview {
	position: sticky;
    text-align: center;
	font-size: 3cqi;
	margin-top: 1.5cqi;
}
.popup-item-title-tilawah-preview {
	position: sticky;
	font-size: 4cqi;
	margin-bottom: 0em;
	margin-top: 0em;
}
.popup-item-subtitle-tilawah-preview {
	position: sticky;
	font-size: 3cqi;
	margin-top: 0.5cqi;
    font-weight: bold;
}
.img-circle-preview {
	width: 13cqi;
    height: 13cqi;
	border-radius: 50%;
}
.img-circle-tilawah-preview {
	width: 10.5cqi;
    height: 10.5cqi;
	border-radius: 50%;
	position: sticky;
}
.popup-text-close-preview {
	position: sticky;
    text-align: center;
	background-color: #777;
	font-size: 1.2cqi;
	margin: 0px;
	padding: 4px;
}
.popup-text-close-tilawah-preview {
	position: sticky;
    text-align: center;
	background-color: #777;
	font-size: 1cqi;
	margin: 0px;
	padding: 4px;
}
.border-item {
	position: sticky;
	display: block;
	height: 1cqi;
	margin-top: 0.2cqi;
	margin-left: 10cqi;
	margin-right: 10cqi;
	background-image: linear-gradient(to right, #A0A0A0 43%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 9px 2px;
	background-repeat: repeat-x;
}
