#content {
	height: calc(100vh - 128px);
	overflow-x: hidden;
	overflow-y: scroll;
}

#google-signin {
	display: flex;
	align-items: center;
	justify-content: center;
}

.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;
}

.flex-gap-0 {
	gap: 0;
}

.flex-gap-5 {
	gap: 5px;
}

.flex-gap-10 {
	gap: 10px;
}

.flex-gap-15 {
	gap: 15px;
}

.flex-gap-20 {
	gap: 20px;
}

.m-t-0 {
	margin-top: 0;
}

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

.m-t-10 {
	margin-top: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-b-0 {
	margin-bottom: 0;
}

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

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

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

.m-r-0 {
	margin-right: 0;
}

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

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

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

.m-l-0 {
	margin-left: 0;
}

.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: 20px;
}

.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;
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.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;
}

.md-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.md-button.dropdown {
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.md-button.dropdown>.icon {
	font-size: 20px;
}

.md-button .icon {
	font-size: 18px;
}

.table-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: rgba(0, 0, 0, 0.54);
}

.table-action>button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.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;
	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;
}

.redactor_box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.content-preview-container {
	display: block;
}

.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);
}

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

th.image-preview,
td.image-preview {
	background-color: transparent !important;
}

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

th.timestamp-preview>small,
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;
}

md-input-container.hide-error {
	margin-bottom: 4px;
}

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

md-input-container.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: #6724E2 !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-50 {
	width: 50%;
}

.print .col-70 {
	width: 70%;
}

.print .col-30 {
	width: 30%;
}

.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;
}

.valign-middle {
	vertical-align: middle !important;
}

.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;
}

@media print {
	* {
		color-adjust: exact !important;
		-webkit-print-color-adjust: exact !important;
		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;
}

md-input-container .input-clear {
	position: absolute !important;
	top: 0;
	right: -10px;
}

md-input-container .input-counter {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 12px;
	font-weight: 600;
}

.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: #6724E2;
}

.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;
}

.note {
	font-size: 12px;
	font-weight: 500;
}

.row-invalid {
	background-color: rgba(186, 13, 13, 0.25);
}

.image-picker+input[type="file"] {
	display: none;
}

.image-picker>.image-preview {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 24px;
	width: 54px;
	height: 54px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.image-picker>.image-preview.is-empty {
	background-color: #6724E2;
}

.image-picker>.image-preview.rounded {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.image-picker>.image-preview.contain {
	background-size: contain;
}

.image-picker>.image-preview.has-image {
	background-color: transparent;
}

.image-picker>.image-preview>.icon {
	font-size: 24px;
	color: #fff;
}

.image-picker>.image-caption {
	font-size: 12px;
	font-weight: 700;
	color: #6724E2;
}

.import-holder {
	padding: 14px;
	background-color: #EAEAEA;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.import-holder>.icon {
	margin-bottom: 14px;
	font-size: 24px;
	color: #6724E2;
}

.import-holder>.import-title {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 700;
}

.import-holder>.import-desc {
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 500;
}

.panel-profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.panel-profile .profile-image {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 14px;
	width: 54px;
	height: 54px;
	background-color: #999999;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.panel-profile .profile-image:before {
	content: "\ed50";
	font-family: 'unicons-line' !important;
	font-size: 34px;
	color: #ffffff;
}

.panel-profile .profile-image .image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.panel-profile .profile-name {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.panel-profile .profile-category {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	color: #999999;
}

.panel-profile .profile-category i {
	margin-right: 6px;
	font-size: 18px;
	color: #6724E2;
}

.file-preview {
	position: relative;
	cursor: pointer;
}

.file-preview>input {
	display: none;
}

.file-preview .file-holder {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
}

.file-preview .file-name {
	margin-bottom: 8px;
	white-space: pre-wrap;
	line-break: anywhere;
}

.image-preview {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #e2e2e2;
}

.image-preview>.add {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.image-preview>.add+input {
	display: none;
}

.image-preview>.delete {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	color: #F31F46;
}

.table-cell-list {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.table-cell-list .list-item {
	display: flex;
	align-items: center;
}

.table-cell-list .list-item>span {
	flex: 1;
}

.table-cell-list .list-item>i {
	width: 24px;
	font-size: 16px;
}

.instruction-container {
	display: block;
}

.instruction-container::after {
	content: "";
	display: block;
	clear: both;
}

.instruction-container .instruction-item {
	display: flex;
	flex-direction: column;
	position: relative;
	float: left;
	width: 50%;
}

.instruction-container .instruction-item.action {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	font-size: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.instruction-container .instruction-item.action.disabled {
	background-color: #ededed;
	color: #999999;
	cursor: default;
}

.filedroper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px dashed #dadada;
}

.filedroper>.holder {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 8;
}

.filedroper>.action {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	font-size: 24px;
	color: #d75350;
	cursor: pointer;
	z-index: 9;
}

.filedroper>.caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.54);
}

.filedroper>input[type="file"] {
	display: none;
}

.filedroper.hover,
.filedroper.active {
	border-color: #211f1f;
}

.filedroper>.preview {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

.filedroper>.preview>.image {
	width: 100%;
	background-color: #cecece;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.filedroper>.preview>.caption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 44px;
	font-weight: 500;
	color: #ffffff;
}

.filedroper>.title {
	font-size: 14px;
	font-weight: 500;
	color: #211f1f;
}

.filedroper>.desc {
	font-size: 12px;
	font-weight: 400;
	color: #62676F;
	text-align: center;
	white-space: pre-line;
	line-break: anywhere;
}

.text-row-3 {
	display: inline-block;
	max-height: 4.5em;
	overflow: hidden;
}

.question-answer {
	padding-left: 24px;
	list-style: none;
	counter-reset: items;
}

.question-answer li {
	position: relative;
	counter-increment: items;
}

.question-answer li:before {
	position: absolute;
	right: calc(100% + 4px);
	font-weight: 700;
}

.question-answer li:before {
	content: counter(items) ". ";
}