.menu .app-brand.demo {
	height: 64px;
}

.app-brand-text {
	max-width: 170px;
	font-size: 1rem;
}

.auth-cover-bg-color {
	background-color: #f7f6f2;
}

.login-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 1rem;
	border-radius: 18px;
	background: #173828;
	color: #d5a647;
	font-family: Georgia, serif;
	font-size: 1.5rem;
	letter-spacing: .12em;
}

.form-field-help {
	font-size: .8125rem;
	color: #a5a3ae;
}

.form-section-title {
	margin-top: .75rem;
	padding-top: 1.25rem;
	border-top: 1px solid #dbdade;
	color: #7367f0;
	font-size: .8125rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.form-section-title--first {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.form-section-title span {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
}

textarea.form-control.editor-field {
	min-height: 220px;
	font-family: Consolas, Monaco, monospace;
}

.table td {
	vertical-align: middle;
}

.admin-table-card {
	overflow: hidden;
}

.admin-table-toolbar,
.admin-table-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.5rem 3rem;
}

.admin-table-toolbar__group {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin: 0;
	color: #6f6b7d;
	font-weight: 400;
}

.admin-table-toolbar__group .form-control {
	width: 76px;
}

.admin-table-toolbar__group input[type="search"] {
	width: 180px;
}

.admin-table-scroll {
	padding: 0 3rem;
}

.admin-table {
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.admin-table thead th {
	border-bottom: 0;
	color: #5d596c;
	font-size: .8125rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	background: transparent;
}

.admin-table th,
.admin-table td {
	border-right: 1px solid #dbdade;
}

.admin-table th:last-child,
.admin-table td:last-child {
	border-right: 0;
}

.admin-table tbody tr {
	background: #fff;
}

.admin-table tbody tr:nth-child(odd) {
	background: rgba(75, 70, 92, .06);
}

.admin-table tbody tr > * {
	border-top: 0;
}

.admin-table-pagination {
	display: inline-flex;
	align-items: center;
	gap: .25rem;
}

.admin-table-pagination .btn {
	min-width: 38px;
}

@media (max-width: 767.98px) {
	.admin-table-toolbar,
	.admin-table-footer {
		align-items: flex-start;
		flex-direction: column;
		padding: 1rem;
	}

	.admin-table-scroll {
		padding: 0 1rem;
	}
}

.module-icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: .65rem;
	background: rgba(115, 103, 240, .16);
	color: #7367f0;
}

.drag-handle {
	margin-right: .5rem;
	cursor: grab;
	touch-action: none;
	user-select: none;
}

.drag-handle:active {
	cursor: grabbing;
}

tr.sortable-row--dragging {
	opacity: .6;
}

body.is-sorting-table {
	user-select: none;
	cursor: grabbing;
}

.html-editor {
	min-height: 150px;
	background: #fff;
}

.html-editor.html-editor--short {
	min-height: 90px;
	height: 90px;
}

.html-editor.html-editor--short .ql-editor {
	min-height: 88px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.ql-toolbar.ql-snow {
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem;
}

.ql-container.ql-snow {
	border-bottom-left-radius: .375rem;
	border-bottom-right-radius: .375rem;
}

.banner-cropper__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 1920 / 650;
	overflow: hidden;
	background: #1a2e1f;
	border: 1px solid #dbdade;
	border-radius: .375rem;
	cursor: grab;
}

.banner-cropper__frame:active {
	cursor: grabbing;
}

.banner-cropper__frame::after {
	content: '';
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: inset 0 0 0 999px rgba(0,0,0,.08);
	pointer-events: none;
}

.banner-cropper__frame img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	height: auto;
	user-select: none;
	pointer-events: none;
	transform-origin: center center;
}

.timeline-editor__item {
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #dbdade;
	border-radius: .375rem;
	background: #fff;
}

.timeline-editor__item:last-child {
	margin-bottom: 0;
}

.source-editor__item {
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #dbdade;
	border-radius: .375rem;
	background: #fff;
}

.source-editor__item:last-child {
	margin-bottom: 0;
}

[data-form-tabs] .nav-link {
	display: inline-flex;
	align-items: center;
	padding: .75rem 1.25rem;
}
