
body {
	min-width: 530px;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.file-cta,
.file-name,
.select select,
.textarea,
.input,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	height: 2.5em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 1.5;
	padding-bottom: calc(0.5em - 1px);
	padding-left: calc(0.75em - 1px);
	padding-right: calc(0.75em - 1px);
	padding-top: calc(0.5em - 1px);
	position: relative;
	vertical-align: top
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.file-cta:focus,
.file-name:focus,
.select select:focus,
.textarea:focus,
.input:focus,
.button:focus,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.is-focused.file-cta,
.is-focused.file-name,
.select select.is-focused,
.is-focused.textarea,
.is-focused.input,
.is-focused.button,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.file-cta:active,
.file-name:active,
.select select:active,
.textarea:active,
.input:active,
.button:active,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis,
.is-active.file-cta,
.is-active.file-name,
.select select.is-active,
.is-active.textarea,
.is-active.input,
.is-active.button {
	outline: none
}

[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis,
[disabled].file-cta,
[disabled].file-name,
.select select[disabled],
[disabled].textarea,
[disabled].input,
[disabled].button,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .textarea,
fieldset[disabled] .input,
fieldset[disabled] .button {
	cursor: not-allowed
}

.is-unselectable,
.tabs,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.breadcrumb,
.file,
.button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.navbar-link:not(.is-arrowless)::after,
.select:not(.is-multiple):not(.is-loading)::after {
	border: 3px solid transparent;
	border-radius: 2px;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: .625em;
	margin-top: -0.4375em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	width: .625em
}

.tabs:not(:last-child),
.pagination:not(:last-child),
.message:not(:last-child),
.level:not(:last-child),
.breadcrumb:not(:last-child),
.block:not(:last-child),
.title:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.progress:not(:last-child),
.notification:not(:last-child),
.content:not(:last-child),
.box:not(:last-child) {
	margin-bottom: 1.5rem
}

.modal-close,
.delete {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(10, 10, 10, .2);
	border: none;
	border-radius: 9999px;
	cursor: pointer;
	pointer-events: auto;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 0;
	height: 20px;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	outline: none;
	position: relative;
	vertical-align: top;
	width: 20px
}

.modal-close::before,
.delete::before,
.modal-close::after,
.delete::after {
	background-color: #fff;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.modal-close::before,
.delete::before {
	height: 2px;
	width: 50%
}

.modal-close::after,
.delete::after {
	height: 50%;
	width: 2px
}

.modal-close:hover,
.delete:hover,
.modal-close:focus,
.delete:focus {
	background-color: rgba(10, 10, 10, .3)
}

.modal-close:active,
.delete:active {
	background-color: rgba(10, 10, 10, .4)
}

.is-small.modal-close,
.is-small.delete {
	height: 16px;
	max-height: 16px;
	max-width: 16px;
	min-height: 16px;
	min-width: 16px;
	width: 16px
}

.is-medium.modal-close,
.is-medium.delete {
	height: 24px;
	max-height: 24px;
	max-width: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px
}

.is-large.modal-close,
.is-large.delete {
	height: 32px;
	max-height: 32px;
	max-width: 32px;
	min-height: 32px;
	min-width: 32px;
	width: 32px
}

.huro-demo-wrapper:after,
.control.is-loading::after,
.select.is-loading::after,
.loader,
.button.is-loading::after {
	-webkit-animation: spinAround 500ms infinite linear;
	animation: spinAround 500ms infinite linear;
	border: 2px solid #dbdbdb;
	border-radius: 9999px;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 1em;
	position: relative;
	width: 1em
}

.hero-video,
.is-overlay,
.modal-background,
.modal,
.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.navbar-burger {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: 1em;
	margin: 0;
	padding: 0
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

ul {
	list-style: none
}

button,
input,
select,
textarea {
	margin: 0
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

img,
video {
	height: auto;
	max-width: 100%
}

iframe {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

td:not([align]),
th:not([align]) {
	text-align: inherit
}

html {
	background-color: #fff;
	font-size: 14px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
	display: block
}

body,
button,
input,
optgroup,
select,
textarea {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

code,
pre {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-family: monospace
}

body {
	color: #f9f9f9;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5
}

a {
	color: #485fc7;
	cursor: pointer;
	text-decoration: none
}

a strong {
	color: currentColor
}

a:hover {
	color: #363636
}

code {
	background-color: #f5f5f5;
	color: #da1039;
	font-size: .875em;
	font-weight: normal;
	padding: .25em .5em .25em
}

hr {
	background-color: #f5f5f5;
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0
}

img {
	height: auto;
	max-width: 100%
}

input[type=checkbox],
input[type=radio] {
	vertical-align: baseline
}

small {
	font-size: .875em
}

.form-group {
	position: relative;
}

.form-group .help-block {
	position: absolute;
	left: 0px;
	width: max-content;
	bottom: -20px;
	color: red !important;
	margin-top: 20px;
}

span {
	font-style: inherit;
	font-weight: inherit
}

strong {
	color: #363636;
	font-weight: 700
}

fieldset {
	border: none
}

pre {
	-webkit-overflow-scrolling: touch;
	background-color: #f5f5f5;
	color: #4a4a4a;
	font-size: .875em;
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	white-space: pre;
	word-wrap: normal
}

pre code {
	background-color: transparent;
	color: currentColor;
	font-size: 1em;
	padding: 0
}

table td,
table th {
	vertical-align: top
}

table td:not([align]),
table th:not([align]) {
	text-align: inherit
}

table th {
	color: #363636
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.box {
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02);
	box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02);
	color: #4a4a4a;
	display: block;
	padding: 1.25rem
}

a.box:hover,
a.box:focus {
	-webkit-box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0 0 1px #485fc7;
	box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0 0 1px #485fc7
}

a.box:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2), 0 0 0 1px #485fc7;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2), 0 0 0 1px #485fc7
}

.button {
	background-color: #fff;
	border-color: #dbdbdb;
	border-width: 1px;
	color: #363636;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: calc(0.5em - 1px);
	padding-left: 1em;
	padding-right: 1em;
	padding-top: calc(0.5em - 1px);
	text-align: center;
	white-space: nowrap
}

.button strong {
	color: inherit
}

.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
	height: 1.5em;
	width: 1.5em
}

.button .icon:first-child:not(:last-child) {
	margin-left: calc(-0.5em - 1px);
	margin-right: .25em
}

.button .icon:last-child:not(:first-child) {
	margin-left: .25em;
	margin-right: calc(-0.5em - 1px)
}

.button .icon:first-child:last-child {
	margin-left: calc(-0.5em - 1px);
	margin-right: calc(-0.5em - 1px)
}

.button:hover,
.button.is-hovered {
	border-color: #b5b5b5;
	color: #363636
}

.button:focus,
.button.is-focused {
	border-color: #485fc7;
	color: #363636
}

.button:focus:not(:active),
.button.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25);
	box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25)
}

.button:active,
.button.is-active {
	border-color: #4a4a4a;
	color: #363636
}

.button.is-text {
	background-color: transparent;
	border-color: transparent;
	color: #4a4a4a;
	text-decoration: underline
}

.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
	background-color: #f5f5f5;
	color: #363636
}

.button.is-text:active,
.button.is-text.is-active {
	background-color: #e8e8e8;
	color: #363636
}

.button.is-text[disabled],
fieldset[disabled] .button.is-text {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-ghost {
	background: none;
	border-color: transparent;
	color: #485fc7;
	text-decoration: none
}

.button.is-ghost:hover,
.button.is-ghost.is-hovered {
	color: #485fc7;
	text-decoration: underline
}

.button.is-white {
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a
}

.button.is-white:hover,
.button.is-white.is-hovered {
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a
}

.button.is-white:focus,
.button.is-white.is-focused {
	border-color: transparent;
	color: #0a0a0a
}

.button.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25);
	box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.button.is-white:active,
.button.is-white.is-active {
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a
}

.button.is-white[disabled],
fieldset[disabled] .button.is-white {
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-white.is-inverted {
	background-color: #0a0a0a;
	color: #fff
}

.button.is-white.is-inverted:hover,
.button.is-white.is-inverted.is-hovered {
	background-color: #000
}

.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
	background-color: #0a0a0a;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.button.is-white.is-loading::after {
	border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-white.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined.is-focused {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a
}

.button.is-white.is-outlined.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-white.is-outlined.is-loading:hover::after,
.button.is-white.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-outlined.is-loading:focus::after,
.button.is-white.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
	background-color: transparent;
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.button.is-white.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	color: #0a0a0a
}

.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined.is-focused {
	background-color: #0a0a0a;
	color: #fff
}

.button.is-white.is-inverted.is-outlined.is-loading:hover::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-inverted.is-outlined.is-loading:focus::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0a0a0a
}

.button.is-black {
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff
}

.button.is-black:hover,
.button.is-black.is-hovered {
	background-color: #040404;
	border-color: transparent;
	color: #fff
}

.button.is-black:focus,
.button.is-black.is-focused {
	border-color: transparent;
	color: #fff
}

.button.is-black:focus:not(:active),
.button.is-black.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25);
	box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.button.is-black:active,
.button.is-black.is-active {
	background-color: #000;
	border-color: transparent;
	color: #fff
}

.button.is-black[disabled],
fieldset[disabled] .button.is-black {
	background-color: #0a0a0a;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-black.is-inverted {
	background-color: #fff;
	color: #0a0a0a
}

.button.is-black.is-inverted:hover,
.button.is-black.is-inverted.is-hovered {
	background-color: #f2f2f2
}

.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0a0a0a
}

.button.is-black.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-black.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	color: #0a0a0a
}

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined.is-focused {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff
}

.button.is-black.is-outlined.is-loading::after {
	border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-black.is-outlined.is-loading:hover::after,
.button.is-black.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-outlined.is-loading:focus::after,
.button.is-black.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0a0a0a
}

.button.is-black.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: #0a0a0a
}

.button.is-black.is-inverted.is-outlined.is-loading:hover::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-inverted.is-outlined.is-loading:focus::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.button.is-light {
	background-color: #f5f5f5;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.button.is-light:hover,
.button.is-light.is-hovered {
	background-color: #eee;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.button.is-light:focus,
.button.is-light.is-focused {
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.button.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25);
	box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.button.is-light:active,
.button.is-light.is-active {
	background-color: #e8e8e8;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
	background-color: #f5f5f5;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-light.is-inverted {
	background-color: rgba(0, 0, 0, .7);
	color: #f5f5f5
}

.button.is-light.is-inverted:hover,
.button.is-light.is-inverted.is-hovered {
	background-color: rgba(0, 0, 0, .7)
}

.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
	background-color: rgba(0, 0, 0, .7);
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #f5f5f5
}

.button.is-light.is-loading::after {
	border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-light.is-outlined {
	background-color: transparent;
	border-color: #f5f5f5;
	color: #f5f5f5
}

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined.is-focused {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.button.is-light.is-outlined.is-loading::after {
	border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}

.button.is-light.is-outlined.is-loading:hover::after,
.button.is-light.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-outlined.is-loading:focus::after,
.button.is-light.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
	background-color: transparent;
	border-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #f5f5f5
}

.button.is-light.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .7);
	color: rgba(0, 0, 0, .7)
}

.button.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined.is-hovered,
.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined.is-focused {
	background-color: rgba(0, 0, 0, .7);
	color: #f5f5f5
}

.button.is-light.is-inverted.is-outlined.is-loading:hover::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-inverted.is-outlined.is-loading:focus::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}

.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .7);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: rgba(0, 0, 0, .7)
}

.button.is-dark {
	background-color: #363636;
	border-color: transparent;
	color: #fff
}

.button.is-dark:hover,
.button.is-dark.is-hovered {
	background-color: #2f2f2f;
	border-color: transparent;
	color: #fff
}

.button.is-dark:focus,
.button.is-dark.is-focused {
	border-color: transparent;
	color: #fff
}

.button.is-dark:focus:not(:active),
.button.is-dark.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
	box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.button.is-dark:active,
.button.is-dark.is-active {
	background-color: #292929;
	border-color: transparent;
	color: #fff
}

.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
	background-color: #363636;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-dark.is-inverted {
	background-color: #fff;
	color: #363636
}

.button.is-dark.is-inverted:hover,
.button.is-dark.is-inverted.is-hovered {
	background-color: #f2f2f2
}

.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #363636
}

.button.is-dark.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-dark.is-outlined {
	background-color: transparent;
	border-color: #363636;
	color: #363636
}

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined.is-focused {
	background-color: #363636;
	border-color: #363636;
	color: #fff
}

.button.is-dark.is-outlined.is-loading::after {
	border-color: transparent transparent #363636 #363636 !important
}

.button.is-dark.is-outlined.is-loading:hover::after,
.button.is-dark.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-outlined.is-loading:focus::after,
.button.is-dark.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
	background-color: transparent;
	border-color: #363636;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #363636
}

.button.is-dark.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.button.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: #363636
}

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #363636 #363636 !important
}

.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.button.is-primary {
	background-color: var(--primary-color);
	border-color: transparent;
	color: #fff
}

.button.is-primary:hover,
.button.is-primary.is-hovered {
	background-color: var(--primary-color);
	border-color: transparent;
	color: #fff
}

.button.is-primary:focus,
.button.is-primary.is-focused {
	border-color: transparent;
	color: #fff
}

.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(103, 28, 201, .25);
	box-shadow: 0 0 0 .125em rgba(103, 28, 201, .25)
}

.button.is-primary:active,
.button.is-primary.is-active {
	background-color: var(--primary-color);
	border-color: transparent;
	color: #fff
}

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
	background-color: var(--primary-color);
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-primary.is-inverted {
	background-color: #fff;
	color: var(--primary-color)
}

.button.is-primary.is-inverted:hover,
.button.is-primary.is-inverted.is-hovered {
	background-color: #f2f2f2
}

.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--primary-color)
}

.button.is-primary.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-outlined {
	background-color: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color)
}

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined.is-hovered,
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined.is-focused {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff
}

.button.is-primary.is-outlined.is-loading::after {
	border-color: transparent transparent var(--primary-color) var(--primary-color) !important
}

.button.is-primary.is-outlined.is-loading:hover::after,
.button.is-primary.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-outlined.is-loading:focus::after,
.button.is-primary.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
	background-color: transparent;
	border-color: var(--primary-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--primary-color)
}

.button.is-primary.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: var(--primary-color)
}

.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent var(--primary-color) var(--primary-color) !important
}

.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.button.is-primary.is-light {
	background-color: #f4edfd;
	color: var(--primary-color)
}

.button.is-primary.is-light:hover,
.button.is-primary.is-light.is-hovered {
	background-color: #ede2fb;
	border-color: transparent;
	color: var(--primary-color)
}

.button.is-primary.is-light:active,
.button.is-primary.is-light.is-active {
	background-color: #e6d7f9;
	border-color: transparent;
	color: var(--primary-color)
}

.button.is-link {
	background-color: #485fc7;
	border-color: transparent;
	color: #fff
}

.button.is-link:hover,
.button.is-link.is-hovered {
	background-color: #3e56c4;
	border-color: transparent;
	color: #fff
}

.button.is-link:focus,
.button.is-link.is-focused {
	border-color: transparent;
	color: #fff
}

.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25);
	box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25)
}

.button.is-link:active,
.button.is-link.is-active {
	background-color: #3a51bb;
	border-color: transparent;
	color: #fff
}

.button.is-link[disabled],
fieldset[disabled] .button.is-link {
	background-color: #485fc7;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-link.is-inverted {
	background-color: #fff;
	color: #485fc7
}

.button.is-link.is-inverted:hover,
.button.is-link.is-inverted.is-hovered {
	background-color: #f2f2f2
}

.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #485fc7
}

.button.is-link.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-link.is-outlined {
	background-color: transparent;
	border-color: #485fc7;
	color: #485fc7
}

.button.is-link.is-outlined:hover,
.button.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined.is-focused {
	background-color: #485fc7;
	border-color: #485fc7;
	color: #fff
}

.button.is-link.is-outlined.is-loading::after {
	border-color: transparent transparent #485fc7 #485fc7 !important
}

.button.is-link.is-outlined.is-loading:hover::after,
.button.is-link.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-outlined.is-loading:focus::after,
.button.is-link.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
	background-color: transparent;
	border-color: #485fc7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #485fc7
}

.button.is-link.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.button.is-link.is-inverted.is-outlined:hover,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: #485fc7
}

.button.is-link.is-inverted.is-outlined.is-loading:hover::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-inverted.is-outlined.is-loading:focus::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #485fc7 #485fc7 !important
}

.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.button.is-link.is-light {
	background-color: #eff1fa;
	color: #3850b7
}

.button.is-link.is-light:hover,
.button.is-link.is-light.is-hovered {
	background-color: #e6e9f7;
	border-color: transparent;
	color: #3850b7
}

.button.is-link.is-light:active,
.button.is-link.is-light.is-active {
	background-color: #dce0f4;
	border-color: transparent;
	color: #3850b7
}

.button.is-info {
	background-color: #039be5;
	border-color: transparent;
	color: #fff
}

.button.is-info:hover,
.button.is-info.is-hovered {
	background-color: #0392d8;
	border-color: transparent;
	color: #fff
}

.button.is-info:focus,
.button.is-info.is-focused {
	border-color: transparent;
	color: #fff
}

.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(3, 155, 229, .25);
	box-shadow: 0 0 0 .125em rgba(3, 155, 229, .25)
}

.button.is-info:active,
.button.is-info.is-active {
	background-color: #038acc;
	border-color: transparent;
	color: #fff
}

.button.is-info[disabled],
fieldset[disabled] .button.is-info {
	background-color: #039be5;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-info.is-inverted {
	background-color: #fff;
	color: #039be5
}

.button.is-info.is-inverted:hover,
.button.is-info.is-inverted.is-hovered {
	background-color: #f2f2f2
}

.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #039be5
}

.button.is-info.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-info.is-outlined {
	background-color: transparent;
	border-color: #039be5;
	color: #039be5
}

.button.is-info.is-outlined:hover,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined.is-focused {
	background-color: #039be5;
	border-color: #039be5;
	color: #fff
}

.button.is-info.is-outlined.is-loading::after {
	border-color: transparent transparent #039be5 #039be5 !important
}

.button.is-info.is-outlined.is-loading:hover::after,
.button.is-info.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-outlined.is-loading:focus::after,
.button.is-info.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
	background-color: transparent;
	border-color: #039be5;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #039be5
}

.button.is-info.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.button.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: #039be5
}

.button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #039be5 #039be5 !important
}

.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.button.is-info.is-light {
	background-color: #ebf8ff;
	color: #0385c4
}

.button.is-info.is-light:hover,
.button.is-info.is-light.is-hovered {
	background-color: #def4ff;
	border-color: transparent;
	color: #0385c4
}

.button.is-info.is-light:active,
.button.is-info.is-light.is-active {
	background-color: #d2f0fe;
	border-color: transparent;
	color: #0385c4
}

.button.is-success {
	background-color: #06d6a0;
	border-color: transparent;
	color: #fff
}

.button.is-success:hover,
.button.is-success.is-hovered {
	background-color: #06ca97;
	border-color: transparent;
	color: #fff
}

.button.is-success:focus,
.button.is-success.is-focused {
	border-color: transparent;
	color: #fff
}

.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(6, 214, 160, .25);
	box-shadow: 0 0 0 .125em rgba(6, 214, 160, .25)
}

.button.is-success:active,
.button.is-success.is-active {
	background-color: #05bd8d;
	border-color: transparent;
	color: #fff
}

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
	background-color: #06d6a0;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-success.is-inverted {
	background-color: #fff;
	color: #06d6a0
}

.button.is-success.is-inverted:hover,
.button.is-success.is-inverted.is-hovered {
	background-color: #f2f2f2
}

.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #06d6a0
}

.button.is-success.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-outlined {
	background-color: transparent;
	border-color: #06d6a0;
	color: #06d6a0
}

.button.is-success.is-outlined:hover,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined.is-focused {
	background-color: #06d6a0;
	border-color: #06d6a0;
	color: #fff
}

.button.is-success.is-outlined.is-loading::after {
	border-color: transparent transparent #06d6a0 #06d6a0 !important
}

.button.is-success.is-outlined.is-loading:hover::after,
.button.is-success.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-outlined.is-loading:focus::after,
.button.is-success.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
	background-color: transparent;
	border-color: #06d6a0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #06d6a0
}

.button.is-success.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: #06d6a0
}

.button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #06d6a0 #06d6a0 !important
}

.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.button.is-success.is-light {
	background-color: #ebfef9;
	color: #04906c
}

.button.is-success.is-light:hover,
.button.is-success.is-light.is-hovered {
	background-color: #dffef6;
	border-color: transparent;
	color: #04906c
}

.button.is-success.is-light:active,
.button.is-success.is-light.is-active {
	background-color: #d2fef2;
	border-color: transparent;
	color: #04906c
}

.button.is-warning {
	background-color: #faae42;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.button.is-warning:hover,
.button.is-warning.is-hovered {
	background-color: #faa936;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.button.is-warning:focus,
.button.is-warning.is-focused {
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(250, 174, 66, .25);
	box-shadow: 0 0 0 .125em rgba(250, 174, 66, .25)
}

.button.is-warning:active,
.button.is-warning.is-active {
	background-color: #f9a329;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
	background-color: #faae42;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-warning.is-inverted {
	background-color: rgba(0, 0, 0, .7);
	color: #faae42
}

.button.is-warning.is-inverted:hover,
.button.is-warning.is-inverted.is-hovered {
	background-color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
	background-color: rgba(0, 0, 0, .7);
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #faae42
}

.button.is-warning.is-loading::after {
	border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-warning.is-outlined {
	background-color: transparent;
	border-color: #faae42;
	color: #faae42
}

.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined.is-focused {
	background-color: #faae42;
	border-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-outlined.is-loading::after {
	border-color: transparent transparent #faae42 #faae42 !important
}

.button.is-warning.is-outlined.is-loading:hover::after,
.button.is-warning.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-outlined.is-loading:focus::after,
.button.is-warning.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
	background-color: transparent;
	border-color: #faae42;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #faae42
}

.button.is-warning.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .7);
	color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined.is-focused {
	background-color: rgba(0, 0, 0, .7);
	color: #faae42
}

.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #faae42 #faae42 !important
}

.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .7);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-light {
	background-color: #fef6eb;
	color: #905604
}

.button.is-warning.is-light:hover,
.button.is-warning.is-light.is-hovered {
	background-color: #fef1df;
	border-color: transparent;
	color: #905604
}

.button.is-warning.is-light:active,
.button.is-warning.is-light.is-active {
	background-color: #feecd2;
	border-color: transparent;
	color: #905604
}

.button.is-danger {
	background-color: #e62965;
	border-color: transparent;
	color: #fff
}

.button.is-danger:hover,
.button.is-danger.is-hovered {
	background-color: #e51e5d;
	border-color: transparent;
	color: #fff
}

.button.is-danger:focus,
.button.is-danger.is-focused {
	border-color: transparent;
	color: #fff
}

.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(230, 41, 101, .25);
	box-shadow: 0 0 0 .125em rgba(230, 41, 101, .25)
}

.button.is-danger:active,
.button.is-danger.is-active {
	background-color: #dc1a57;
	border-color: transparent;
	color: #fff
}

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
	background-color: #e62965;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button.is-danger.is-inverted {
	background-color: #fff;
	color: #e62965
}

.button.is-danger.is-inverted:hover,
.button.is-danger.is-inverted.is-hovered {
	background-color: #f2f2f2
}

.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #e62965
}

.button.is-danger.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-danger.is-outlined {
	background-color: transparent;
	border-color: #e62965;
	color: #e62965
}

.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined.is-focused {
	background-color: #e62965;
	border-color: #e62965;
	color: #fff
}

.button.is-danger.is-outlined.is-loading::after {
	border-color: transparent transparent #e62965 #e62965 !important
}

.button.is-danger.is-outlined.is-loading:hover::after,
.button.is-danger.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-outlined.is-loading:focus::after,
.button.is-danger.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #fff #fff !important
}

.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
	background-color: transparent;
	border-color: #e62965;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #e62965
}

.button.is-danger.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.button.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined.is-focused {
	background-color: #fff;
	color: #e62965
}

.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
	border-color: transparent transparent #e62965 #e62965 !important
}

.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.button.is-danger.is-light {
	background-color: #fdedf2;
	color: #d21953
}

.button.is-danger.is-light:hover,
.button.is-danger.is-light.is-hovered {
	background-color: #fce1ea;
	border-color: transparent;
	color: #d21953
}

.button.is-danger.is-light:active,
.button.is-danger.is-light.is-active {
	background-color: #fad6e1;
	border-color: transparent;
	color: #d21953
}

.button.is-small {
	font-size: .75rem
}

.button.is-small:not(.is-rounded) {
	border-radius: 2px
}

.button.is-normal {
	font-size: 1rem
}

.button.is-medium {
	font-size: 1.25rem
}

.button.is-large {
	font-size: 1.5rem
}

.button[disabled],
fieldset[disabled] .button {
	background-color: #fff;
	border-color: #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .5
}

.button.is-fullwidth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.button.is-loading {
	color: transparent !important;
	pointer-events: none
}

.button.is-loading::after {
	position: absolute;
	left: calc(50% - (1em * 0.5));
	top: calc(50% - (1em * 0.5));
	position: absolute !important
}

.button.is-static {
	background-color: #f5f5f5;
	border-color: #dbdbdb;
	color: #7a7a7a;
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: none
}

.button.is-rounded {
	border-radius: 4px;
	padding-left: calc(1em + 0.25em);
	padding-right: calc(1em + 0.25em)
}

.buttons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.buttons .button {
	margin-bottom: .5rem
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
	margin-right: .5rem
}

.buttons:last-child {
	margin-bottom: -0.5rem
}

.buttons:not(:last-child) {
	margin-bottom: 1rem
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
	font-size: .75rem
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
	border-radius: 2px
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
	font-size: 1.25rem
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
	font-size: 1.5rem
}

.buttons.has-addons .button:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.buttons.has-addons .button:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: -1px
}

.buttons.has-addons .button:last-child {
	margin-right: 0
}

.buttons.has-addons .button:hover,
.buttons.has-addons .button.is-hovered {
	z-index: 2
}

.buttons.has-addons .button:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-selected {
	z-index: 3
}

.buttons.has-addons .button:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-selected:hover {
	z-index: 4
}

.buttons.has-addons .button.is-expanded {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.buttons.is-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
	margin-left: .25rem;
	margin-right: .25rem
}

.buttons.is-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
	margin-left: .25rem;
	margin-right: .25rem
}

.container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 auto;
	position: relative;
	width: auto
}

.container.is-fluid {
	max-width: none !important;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%
}

@media screen and (min-width: 1024px) {
	.container {
		max-width: 960px
	}
}

@media screen and (max-width: 1215px) {
	.container.is-widescreen:not(.is-max-desktop) {
		max-width: 1152px
	}
}

@media screen and (min-width: 1216px) {
	.container:not(.is-max-desktop) {
		max-width: 1152px
	}
}

.content li+li {
	margin-top: .25em
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
	margin-bottom: 1em
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #363636;
	font-weight: 600;
	line-height: 1.125
}

.content h1 {
	font-size: 2em;
	margin-bottom: .5em
}

.content h1:not(:first-child) {
	margin-top: 1em
}

.content h2 {
	font-size: 1.75em;
	margin-bottom: .5714em
}

.content h2:not(:first-child) {
	margin-top: 1.1428em
}

.content h3 {
	font-size: 1.5em;
	margin-bottom: .6666em
}

.content h3:not(:first-child) {
	margin-top: 1.3333em
}

.content h4 {
	font-size: 1.25em;
	margin-bottom: .8em
}

.content h5 {
	font-size: 1.125em;
	margin-bottom: .8888em
}

.content h6 {
	font-size: 1em;
	margin-bottom: 1em
}

.content blockquote {
	background-color: #f5f5f5;
	border-left: 5px solid #dbdbdb;
	padding: 1.25em 1.5em
}

.content ol {
	list-style-position: outside;
	margin-left: 2em;
	margin-top: 1em
}

.content ol:not([type]) {
	list-style-type: decimal
}

.content ol:not([type]).is-lower-alpha {
	list-style-type: lower-alpha
}

.content ol:not([type]).is-lower-roman {
	list-style-type: lower-roman
}

.content ol:not([type]).is-upper-alpha {
	list-style-type: upper-alpha
}

.content ol:not([type]).is-upper-roman {
	list-style-type: upper-roman
}

.content ul {
	list-style: disc outside;
	margin-left: 2em;
	margin-top: 1em
}

.content ul ul {
	list-style-type: circle;
	margin-top: .5em
}

.content ul ul ul {
	list-style-type: square
}

.content dd {
	margin-left: 2em
}

.content figure {
	margin-left: 2em;
	margin-right: 2em;
	text-align: center
}

.content figure:not(:first-child) {
	margin-top: 2em
}

.content figure:not(:last-child) {
	margin-bottom: 2em
}

.content figure img {
	display: inline-block
}

.content figure figcaption {
	font-style: italic
}

.content pre {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	padding: 1.25em 1.5em;
	white-space: pre;
	word-wrap: normal
}

.content sup,
.content sub {
	font-size: 75%
}

.content table {
	width: 100%
}

.content table td,
.content table th {
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px;
	padding: .5em .75em;
	vertical-align: top
}

.content table th {
	color: #363636
}

.content table th:not([align]) {
	text-align: inherit
}

.content table thead td,
.content table thead th {
	border-width: 0 0 2px;
	color: #363636
}

.content table tfoot td,
.content table tfoot th {
	border-width: 2px 0 0;
	color: #363636
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
	border-bottom-width: 0
}

.content .tabs li+li {
	margin-top: 0
}

.content.is-small {
	font-size: .75rem
}

.content.is-normal {
	font-size: 1rem
}

.content.is-medium {
	font-size: 1.25rem
}

.content.is-large {
	font-size: 1.5rem
}

.icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem
}

.icon.is-small {
	height: 1rem;
	width: 1rem
}

.icon.is-medium {
	height: 2rem;
	width: 2rem
}

.icon.is-large {
	height: 3rem;
	width: 3rem
}

.icon-text {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5rem;
	vertical-align: top
}

.icon-text .icon {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.icon-text .icon:not(:last-child) {
	margin-right: .25em
}

.icon-text .icon:not(:first-child) {
	margin-left: .25em
}

div.icon-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.image {
	display: block;
	position: relative
}

.image img {
	display: block;
	height: auto;
	width: 100%
}

.image img.is-rounded {
	border-radius: 9999px
}

.image.is-fullwidth {
	width: 100%
}

.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio {
	height: 100%;
	width: 100%
}

.image.is-square,
.image.is-1by1 {
	padding-top: 100%
}

.image.is-5by4 {
	padding-top: 80%
}

.image.is-4by3 {
	padding-top: 75%
}

.image.is-3by2 {
	padding-top: 66.6666%
}

.image.is-5by3 {
	padding-top: 60%
}

.image.is-16by9 {
	padding-top: 56.25%
}

.image.is-2by1 {
	padding-top: 50%
}

.image.is-3by1 {
	padding-top: 33.3333%
}

.image.is-4by5 {
	padding-top: 125%
}

.image.is-3by4 {
	padding-top: 133.3333%
}

.image.is-2by3 {
	padding-top: 150%
}

.image.is-3by5 {
	padding-top: 166.6666%
}

.image.is-9by16 {
	padding-top: 177.7777%
}

.image.is-1by2 {
	padding-top: 200%
}

.image.is-1by3 {
	padding-top: 300%
}

.image.is-16x16 {
	height: 16px;
	width: 16px
}

.image.is-24x24 {
	height: 24px;
	width: 24px
}

.image.is-32x32 {
	height: 32px;
	width: 32px
}

.image.is-48x48 {
	height: 48px;
	width: 48px
}

.image.is-64x64 {
	height: 64px;
	width: 64px
}

.image.is-96x96 {
	height: 96px;
	width: 96px
}

.image.is-128x128 {
	height: 128px;
	width: 128px
}

.notification {
	background-color: #f5f5f5;
	border-radius: 4px;
	position: relative;
	padding: 1.25rem 2.5rem 1.25rem 1.5rem
}

.notification a:not(.button):not(.dropdown-item) {
	color: currentColor;
	text-decoration: underline
}

.notification strong {
	color: currentColor
}

.notification code,
.notification pre {
	background: #fff
}

.notification pre code {
	background: transparent
}

.notification>.delete {
	right: .5rem;
	position: absolute;
	top: .5rem
}

.notification .title,
.notification .subtitle,
.notification .content {
	color: currentColor
}

.notification.is-white {
	background-color: #fff;
	color: #0a0a0a
}

.notification.is-black {
	background-color: #0a0a0a;
	color: #fff
}

.notification.is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.notification.is-dark {
	background-color: #363636;
	color: #fff
}

.notification.is-primary {
	background-color: var(--primary-color);
	color: #fff
}

.notification.is-primary.is-light {
	background-color: #f4edfd;
	color: var(--primary-color)
}

.notification.is-link {
	background-color: #485fc7;
	color: #fff
}

.notification.is-link.is-light {
	background-color: #eff1fa;
	color: #3850b7
}

.notification.is-info {
	background-color: #039be5;
	color: #fff
}

.notification.is-info.is-light {
	background-color: #ebf8ff;
	color: #0385c4
}

.notification.is-success {
	background-color: #06d6a0;
	color: #fff
}

.notification.is-success.is-light {
	background-color: #ebfef9;
	color: #04906c
}

.notification.is-warning {
	background-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.notification.is-warning.is-light {
	background-color: #fef6eb;
	color: #905604
}

.notification.is-danger {
	background-color: #e62965;
	color: #fff
}

.notification.is-danger.is-light {
	background-color: #fdedf2;
	color: #d21953
}

.progress {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 9999px;
	display: block;
	height: 1rem;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.progress::-webkit-progress-bar {
	background-color: #ededed
}

.progress::-webkit-progress-value {
	background-color: #4a4a4a
}

.progress::-moz-progress-bar {
	background-color: #4a4a4a
}

.progress::-ms-fill {
	background-color: #4a4a4a;
	border: none
}

.progress.is-white::-webkit-progress-value {
	background-color: #fff
}

.progress.is-white::-moz-progress-bar {
	background-color: #fff
}

.progress.is-white::-ms-fill {
	background-color: #fff
}

.progress.is-white:indeterminate {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, #fff 30%, #ededed 30%)
}

.progress.is-black::-webkit-progress-value {
	background-color: #0a0a0a
}

.progress.is-black::-moz-progress-bar {
	background-color: #0a0a0a
}

.progress.is-black::-ms-fill {
	background-color: #0a0a0a
}

.progress.is-black:indeterminate {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%)
}

.progress.is-light::-webkit-progress-value {
	background-color: #f5f5f5
}

.progress.is-light::-moz-progress-bar {
	background-color: #f5f5f5
}

.progress.is-light::-ms-fill {
	background-color: #f5f5f5
}

.progress.is-light:indeterminate {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, whitesmoke), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%)
}

.progress.is-dark::-webkit-progress-value {
	background-color: #363636
}

.progress.is-dark::-moz-progress-bar {
	background-color: #363636
}

.progress.is-dark::-ms-fill {
	background-color: #363636
}

.progress.is-dark:indeterminate {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #363636), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, #363636 30%, #ededed 30%)
}

.progress.is-primary::-webkit-progress-value {
	background-color: var(--primary-color)
}

.progress.is-primary::-moz-progress-bar {
	background-color: var(--primary-color)
}

.progress.is-primary::-ms-fill {
	background-color: var(--primary-color)
}

.progress.is-primary:indeterminate {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, var(--primary-color)), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, var(--primary-color) 30%, #ededed 30%)
}

.progress.is-link::-webkit-progress-value {
	background-color: #485fc7
}

.progress.is-link::-moz-progress-bar {
	background-color: #485fc7
}

.progress.is-link::-ms-fill {
	background-color: #485fc7
}

.progress.is-link:indeterminate {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #485fc7), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%)
}

.progress.is-info::-webkit-progress-value {
	background-color: #039be5
}

.progress.is-info::-moz-progress-bar {
	background-color: #039be5
}

.progress.is-info::-ms-fill {
	background-color: #039be5
}

.progress.is-info:indeterminate {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #039be5), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, #039be5 30%, #ededed 30%)
}

.progress.is-success::-webkit-progress-value {
	background-color: #06d6a0
}

.progress.is-success::-moz-progress-bar {
	background-color: #06d6a0
}

.progress.is-success::-ms-fill {
	background-color: #06d6a0
}

.progress.is-success:indeterminate {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #06d6a0), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, #06d6a0 30%, #ededed 30%)
}

.progress.is-warning::-webkit-progress-value {
	background-color: #faae42
}

.progress.is-warning::-moz-progress-bar {
	background-color: #faae42
}

.progress.is-warning::-ms-fill {
	background-color: #faae42
}

.progress.is-warning:indeterminate {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #faae42), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, #faae42 30%, #ededed 30%)
}

.progress.is-danger::-webkit-progress-value {
	background-color: #e62965
}

.progress.is-danger::-moz-progress-bar {
	background-color: #e62965
}

.progress.is-danger::-ms-fill {
	background-color: #e62965
}

.progress.is-danger:indeterminate {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #e62965), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, #e62965 30%, #ededed 30%)
}

.progress:indeterminate {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: moveIndeterminate;
	animation-name: moveIndeterminate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background-color: #ededed;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #4a4a4a), color-stop(30%, #ededed));
	background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 150% 150%
}

.progress:indeterminate::-webkit-progress-bar {
	background-color: transparent
}

.progress:indeterminate::-moz-progress-bar {
	background-color: transparent
}

.progress:indeterminate::-ms-fill {
	animation-name: none
}

.progress.is-small {
	height: .75rem
}

.progress.is-medium {
	height: 1.25rem
}

.progress.is-large {
	height: 1.5rem
}

@-webkit-keyframes moveIndeterminate {
	from {
		background-position: 200% 0
	}

	to {
		background-position: -200% 0
	}
}

@keyframes moveIndeterminate {
	from {
		background-position: 200% 0
	}

	to {
		background-position: -200% 0
	}
}

.table {
	background-color: #fff;
	color: #363636
}

.table td,
.table th {
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px;
	padding: .5em .75em;
	vertical-align: top
}

.table td.is-white,
.table th.is-white {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a
}

.table td.is-black,
.table th.is-black {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff
}

.table td.is-light,
.table th.is-light {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.table td.is-dark,
.table th.is-dark {
	background-color: #363636;
	border-color: #363636;
	color: #fff
}

.table td.is-primary,
.table th.is-primary {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff
}

.table td.is-link,
.table th.is-link {
	background-color: #485fc7;
	border-color: #485fc7;
	color: #fff
}

.table td.is-info,
.table th.is-info {
	background-color: #039be5;
	border-color: #039be5;
	color: #fff
}

.table td.is-success,
.table th.is-success {
	background-color: #06d6a0;
	border-color: #06d6a0;
	color: #fff
}

.table td.is-warning,
.table th.is-warning {
	background-color: #faae42;
	border-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.table td.is-danger,
.table th.is-danger {
	background-color: #e62965;
	border-color: #e62965;
	color: #fff
}

.table td.is-narrow,
.table th.is-narrow {
	white-space: nowrap;
	width: 1%
}

.table td.is-selected,
.table th.is-selected {
	background-color: var(--primary-color);
	color: #fff
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
	color: currentColor
}

.table td.is-vcentered,
.table th.is-vcentered {
	vertical-align: middle
}

.table th {
	color: #363636
}

.table th:not([align]) {
	text-align: inherit
}

.table tr.is-selected {
	background-color: var(--primary-color);
	color: #fff
}

.table tr.is-selected a,
.table tr.is-selected strong {
	color: currentColor
}

.table tr.is-selected td,
.table tr.is-selected th {
	border-color: #fff;
	color: currentColor
}

.table thead {
	background-color: transparent
}

.table thead td,
.table thead th {
	border-width: 0 0 2px;
	color: #363636
}

.table tfoot {
	background-color: transparent
}

.table tfoot td,
.table tfoot th {
	border-width: 2px 0 0;
	color: #363636
}

.table tbody {
	background-color: transparent
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
	border-bottom-width: 0
}

.table.is-bordered td,
.table.is-bordered th {
	border-width: 1px
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
	border-bottom-width: 1px
}

.table.is-fullwidth {
	width: 100%
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
	background-color: #fafafa
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
	background-color: #fafafa
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
	background-color: #f5f5f5
}

.table.is-narrow td,
.table.is-narrow th {
	padding: .25em .5em
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
	background-color: #fafafa
}

.table-container {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	overflow-y: hidden;
	max-width: 100%
}

.tags {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.tags .tag {
	margin-bottom: .5rem
}

.tags .tag:not(:last-child) {
	margin-right: .5rem
}

.tags:last-child {
	margin-bottom: -0.5rem
}

.tags:not(:last-child) {
	margin-bottom: 1rem
}

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
	font-size: 1rem
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
	font-size: 1.25rem
}

.tags.is-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tags.is-centered .tag {
	margin-right: .25rem;
	margin-left: .25rem
}

.tags.is-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.tags.is-right .tag:not(:first-child) {
	margin-left: .5rem
}

.tags.is-right .tag:not(:last-child) {
	margin-right: 0
}

.tags.has-addons .tag {
	margin-right: 0
}

.tags.has-addons .tag:not(:first-child) {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.tags.has-addons .tag:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.tag:not(body) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 4px;
	color: #4a4a4a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: .75rem;
	height: 2em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap
}

.tag:not(body) .delete {
	margin-left: .25rem;
	margin-right: -0.375rem
}

.tag:not(body).is-white {
	background-color: #fff;
	color: #0a0a0a
}

.tag:not(body).is-black {
	background-color: #0a0a0a;
	color: #fff
}

.tag:not(body).is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.tag:not(body).is-dark {
	background-color: #363636;
	color: #fff
}

.tag:not(body).is-primary {
	background-color: var(--primary-color);
	color: #fff
}

.tag:not(body).is-primary.is-light {
	background-color: #f4edfd;
	color: var(--primary-color)
}

.tag:not(body).is-link {
	background-color: #485fc7;
	color: #fff
}

.tag:not(body).is-link.is-light {
	background-color: #eff1fa;
	color: #3850b7
}

.tag:not(body).is-info {
	background-color: #039be5;
	color: #fff
}

.tag:not(body).is-info.is-light {
	background-color: #ebf8ff;
	color: #0385c4
}

.tag:not(body).is-success {
	background-color: #06d6a0;
	color: #fff
}

.tag:not(body).is-success.is-light {
	background-color: #ebfef9;
	color: #04906c
}

.tag:not(body).is-warning {
	background-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.tag:not(body).is-warning.is-light {
	background-color: #fef6eb;
	color: #905604
}

.tag:not(body).is-danger {
	background-color: #e62965;
	color: #fff
}

.tag:not(body).is-danger.is-light {
	background-color: #fdedf2;
	color: #d21953
}

.tag:not(body).is-normal {
	font-size: .75rem
}

.tag:not(body).is-medium {
	font-size: 1rem
}

.tag:not(body).is-large {
	font-size: 1.25rem
}

.tag:not(body) .icon:first-child:not(:last-child) {
	margin-left: -0.375em;
	margin-right: .1875em
}

.tag:not(body) .icon:last-child:not(:first-child) {
	margin-left: .1875em;
	margin-right: -0.375em
}

.tag:not(body) .icon:first-child:last-child {
	margin-left: -0.375em;
	margin-right: -0.375em
}

.tag:not(body).is-delete {
	margin-left: 1px;
	padding: 0;
	position: relative;
	width: 2em
}

.tag:not(body).is-delete::before,
.tag:not(body).is-delete::after {
	background-color: currentColor;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.tag:not(body).is-delete::before {
	height: 1px;
	width: 50%
}

.tag:not(body).is-delete::after {
	height: 50%;
	width: 1px
}

.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
	background-color: #e8e8e8
}

.tag:not(body).is-delete:active {
	background-color: #dbdbdb
}

.tag:not(body).is-rounded {
	border-radius: 9999px
}

a.tag:hover {
	text-decoration: underline
}

.title,
.subtitle {
	word-break: break-word
}

.title em,
.title span,
.subtitle em,
.subtitle span {
	font-weight: inherit
}

.title sub,
.subtitle sub {
	font-size: .75em
}

.title sup,
.subtitle sup {
	font-size: .75em
}

.title .tag,
.subtitle .tag {
	vertical-align: middle
}

.title {
	color: #363636;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.125
}

.title strong {
	color: inherit;
	font-weight: inherit
}

.title:not(.is-spaced)+.subtitle {
	margin-top: -1.25rem
}

.title.is-1 {
	font-size: 3rem
}

.title.is-2 {
	font-size: 2.5rem
}

.title.is-3 {
	font-size: 2rem
}

.title.is-4 {
	font-size: 1.5rem
}

.title.is-5 {
	font-size: 1.25rem
}

.title.is-6 {
	font-size: 1rem
}

.title.is-7 {
	font-size: .75rem
}

.subtitle {
	color: #4a4a4a;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25
}

.subtitle strong {
	color: #363636;
	font-weight: 600
}

.subtitle:not(.is-spaced)+.title {
	margin-top: -1.25rem
}

.subtitle.is-1 {
	font-size: 3rem
}

.subtitle.is-2 {
	font-size: 2.5rem
}

.subtitle.is-3 {
	font-size: 2rem
}

.subtitle.is-4 {
	font-size: 1.5rem
}

.subtitle.is-5 {
	font-size: 1.25rem
}

.subtitle.is-6 {
	font-size: 1rem
}

.subtitle.is-7 {
	font-size: .75rem
}

.heading {
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase
}

.number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 9999px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.25rem;
	height: 2em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 1.5rem;
	min-width: 2.5em;
	padding: .25rem .5rem;
	text-align: center;
	vertical-align: top
}

.select select,
.textarea,
.input {
	background-color: #fff;
	border-color: #dbdbdb;
	border-radius: 4px;
	color: #363636
}

.select select::-moz-placeholder,
.textarea::-moz-placeholder,
.input::-moz-placeholder {
	color: rgba(54, 54, 54, .3)
}

.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
	color: rgba(54, 54, 54, .3)
}

.select select:-moz-placeholder,
.textarea:-moz-placeholder,
.input:-moz-placeholder {
	color: rgba(54, 54, 54, .3)
}

.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.input:-ms-input-placeholder {
	color: rgba(54, 54, 54, .3)
}

.select select:hover,
.textarea:hover,
.input:hover,
.select select.is-hovered,
.is-hovered.textarea,
.is-hovered.input {
	border-color: #b5b5b5
}

.select select:focus,
.textarea:focus,
.input:focus,
.select select.is-focused,
.is-focused.textarea,
.is-focused.input,
.select select:active,
.textarea:active,
.input:active,
.select select.is-active,
.is-active.textarea,
.is-active.input {
	border-color: #485fc7;
	-webkit-box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25);
	box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25)
}

.select select[disabled],
[disabled].textarea,
[disabled].input,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .textarea,
fieldset[disabled] .input {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #7a7a7a
}

.select select[disabled]::-moz-placeholder,
[disabled].textarea::-moz-placeholder,
[disabled].input::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder {
	color: rgba(122, 122, 122, .3)
}

.select select[disabled]::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder {
	color: rgba(122, 122, 122, .3)
}

.select select[disabled]:-moz-placeholder,
[disabled].textarea:-moz-placeholder,
[disabled].input:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder {
	color: rgba(122, 122, 122, .3)
}

.select select[disabled]:-ms-input-placeholder,
[disabled].textarea:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder {
	color: rgba(122, 122, 122, .3)
}

.textarea,
.input {
	-webkit-box-shadow: inset 0 .0625em .125em rgba(10, 10, 10, .05);
	box-shadow: inset 0 .0625em .125em rgba(10, 10, 10, .05);
	max-width: 100%;
	width: 100%
}

[readonly].textarea,
[readonly].input {
	-webkit-box-shadow: none;
	box-shadow: none
}

.is-white.textarea,
.is-white.input {
	border-color: #fff
}

.is-white.textarea:focus,
.is-white.input:focus,
.is-white.is-focused.textarea,
.is-white.is-focused.input,
.is-white.textarea:active,
.is-white.input:active,
.is-white.is-active.textarea,
.is-white.is-active.input {
	-webkit-box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25);
	box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.is-black.textarea,
.is-black.input {
	border-color: #0a0a0a
}

.is-black.textarea:focus,
.is-black.input:focus,
.is-black.is-focused.textarea,
.is-black.is-focused.input,
.is-black.textarea:active,
.is-black.input:active,
.is-black.is-active.textarea,
.is-black.is-active.input {
	-webkit-box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25);
	box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.is-light.textarea,
.is-light.input {
	border-color: #f5f5f5
}

.is-light.textarea:focus,
.is-light.input:focus,
.is-light.is-focused.textarea,
.is-light.is-focused.input,
.is-light.textarea:active,
.is-light.input:active,
.is-light.is-active.textarea,
.is-light.is-active.input {
	-webkit-box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25);
	box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.is-dark.textarea,
.is-dark.input {
	border-color: #363636
}

.is-dark.textarea:focus,
.is-dark.input:focus,
.is-dark.is-focused.textarea,
.is-dark.is-focused.input,
.is-dark.textarea:active,
.is-dark.input:active,
.is-dark.is-active.textarea,
.is-dark.is-active.input {
	-webkit-box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
	box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.is-primary.textarea,
.is-primary.input {
	border-color: var(--primary-color)
}

.is-primary.textarea:focus,
.is-primary.input:focus,
.is-primary.is-focused.textarea,
.is-primary.is-focused.input,
.is-primary.textarea:active,
.is-primary.input:active,
.is-primary.is-active.textarea,
.is-primary.is-active.input {
	-webkit-box-shadow: 0 0 0 .125em rgba(103, 28, 201, .25);
	box-shadow: 0 0 0 .125em rgba(103, 28, 201, .25)
}

.is-link.textarea,
.is-link.input {
	border-color: #485fc7
}

.is-link.textarea:focus,
.is-link.input:focus,
.is-link.is-focused.textarea,
.is-link.is-focused.input,
.is-link.textarea:active,
.is-link.input:active,
.is-link.is-active.textarea,
.is-link.is-active.input {
	-webkit-box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25);
	box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25)
}

.is-info.textarea,
.is-info.input {
	border-color: #039be5
}

.is-info.textarea:focus,
.is-info.input:focus,
.is-info.is-focused.textarea,
.is-info.is-focused.input,
.is-info.textarea:active,
.is-info.input:active,
.is-info.is-active.textarea,
.is-info.is-active.input {
	-webkit-box-shadow: 0 0 0 .125em rgba(3, 155, 229, .25);
	box-shadow: 0 0 0 .125em rgba(3, 155, 229, .25)
}

.is-success.textarea,
.is-success.input {
	border-color: #06d6a0
}

.is-success.textarea:focus,
.is-success.input:focus,
.is-success.is-focused.textarea,
.is-success.is-focused.input,
.is-success.textarea:active,
.is-success.input:active,
.is-success.is-active.textarea,
.is-success.is-active.input {
	-webkit-box-shadow: 0 0 0 .125em rgba(6, 214, 160, .25);
	box-shadow: 0 0 0 .125em rgba(6, 214, 160, .25)
}

.is-warning.textarea,
.is-warning.input {
	border-color: #faae42
}

.is-warning.textarea:focus,
.is-warning.input:focus,
.is-warning.is-focused.textarea,
.is-warning.is-focused.input,
.is-warning.textarea:active,
.is-warning.input:active,
.is-warning.is-active.textarea,
.is-warning.is-active.input {
	-webkit-box-shadow: 0 0 0 .125em rgba(250, 174, 66, .25);
	box-shadow: 0 0 0 .125em rgba(250, 174, 66, .25)
}

.is-danger.textarea,
.is-danger.input {
	border-color: #e62965
}

.is-danger.textarea:focus,
.is-danger.input:focus,
.is-danger.is-focused.textarea,
.is-danger.is-focused.input,
.is-danger.textarea:active,
.is-danger.input:active,
.is-danger.is-active.textarea,
.is-danger.is-active.input {
	-webkit-box-shadow: 0 0 0 .125em rgba(230, 41, 101, .25);
	box-shadow: 0 0 0 .125em rgba(230, 41, 101, .25)
}

.is-small.textarea,
.is-small.input {
	border-radius: 2px;
	font-size: .75rem
}

.is-medium.textarea,
.is-medium.input {
	font-size: 1.25rem
}

.is-large.textarea,
.is-large.input {
	font-size: 1.5rem
}

.is-fullwidth.textarea,
.is-fullwidth.input {
	display: block;
	width: 100%
}

.is-inline.textarea,
.is-inline.input {
	display: inline;
	width: auto
}

.input.is-rounded {
	border-radius: 9999px;
	padding-left: calc(calc(0.75em - 1px) + 0.375em);
	/* padding-right: calc(calc(0.75em - 1px) + 0.375em) */
	padding-right: 115px;
}

.input.is-static {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0
}

.textarea {
	display: block;
	max-width: 100%;
	min-width: 100%;
	padding: calc(0.75em - 1px);
	resize: vertical
}

.textarea:not([rows]) {
	max-height: 40em;
	min-height: 8em
}

.textarea[rows] {
	height: initial
}

.textarea.has-fixed-size {
	resize: none
}

.radio,
.checkbox {
	cursor: pointer;
	display: inline-block;
	line-height: 1.25;
	position: relative
}

.radio input,
.checkbox input {
	cursor: pointer
}

.radio:hover,
.checkbox:hover {
	color: #363636
}

[disabled].radio,
[disabled].checkbox,
fieldset[disabled] .radio,
fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
	color: #7a7a7a;
	cursor: not-allowed
}

.radio+.radio {
	margin-left: .5em
}

.select {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: top
}

.select:not(.is-multiple) {
	height: 2.5em
}

.select:not(.is-multiple):not(.is-loading)::after {
	border-color: #485fc7;
	right: 1.125em;
	z-index: 4
}

.select.is-rounded select {
	border-radius: 9999px;
	padding-left: 1em
}

.select select {
	cursor: pointer;
	display: block;
	font-size: 1em;
	max-width: 100%;
	outline: none
}

.select select::-ms-expand {
	display: none
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
	border-color: #f5f5f5
}

.select select:not([multiple]) {
	padding-right: 2.5em
}

.select select[multiple] {
	height: auto;
	padding: 0
}

.select select[multiple] option {
	padding: .5em 1em
}

.select:not(.is-multiple):not(.is-loading):hover::after {
	border-color: #363636
}

.select.is-white:not(:hover)::after {
	border-color: #fff
}

.select.is-white select {
	border-color: #fff
}

.select.is-white select:hover,
.select.is-white select.is-hovered {
	border-color: #f2f2f2
}

.select.is-white select:focus,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select.is-active {
	-webkit-box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25);
	box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.select.is-black:not(:hover)::after {
	border-color: #0a0a0a
}

.select.is-black select {
	border-color: #0a0a0a
}

.select.is-black select:hover,
.select.is-black select.is-hovered {
	border-color: #000
}

.select.is-black select:focus,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select.is-active {
	-webkit-box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25);
	box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.select.is-light:not(:hover)::after {
	border-color: #f5f5f5
}

.select.is-light select {
	border-color: #f5f5f5
}

.select.is-light select:hover,
.select.is-light select.is-hovered {
	border-color: #e8e8e8
}

.select.is-light select:focus,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select.is-active {
	-webkit-box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25);
	box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.select.is-dark:not(:hover)::after {
	border-color: #363636
}

.select.is-dark select {
	border-color: #363636
}

.select.is-dark select:hover,
.select.is-dark select.is-hovered {
	border-color: #292929
}

.select.is-dark select:focus,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select.is-active {
	-webkit-box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25);
	box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.select.is-primary:not(:hover)::after {
	border-color: var(--primary-color)
}

.select.is-primary select {
	border-color: var(--primary-color)
}

.select.is-primary select:hover,
.select.is-primary select.is-hovered {
	border-color: #5c19b3
}

.select.is-primary select:focus,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select.is-active {
	-webkit-box-shadow: 0 0 0 .125em rgba(103, 28, 201, .25);
	box-shadow: 0 0 0 .125em rgba(103, 28, 201, .25)
}

.select.is-link:not(:hover)::after {
	border-color: #485fc7
}

.select.is-link select {
	border-color: #485fc7
}

.select.is-link select:hover,
.select.is-link select.is-hovered {
	border-color: #3a51bb
}

.select.is-link select:focus,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select.is-active {
	-webkit-box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25);
	box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25)
}

.select.is-info:not(:hover)::after {
	border-color: #039be5
}

.select.is-info select {
	border-color: #039be5
}

.select.is-info select:hover,
.select.is-info select.is-hovered {
	border-color: #038acc
}

.select.is-info select:focus,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select.is-active {
	-webkit-box-shadow: 0 0 0 .125em rgba(3, 155, 229, .25);
	box-shadow: 0 0 0 .125em rgba(3, 155, 229, .25)
}

.select.is-success:not(:hover)::after {
	border-color: #06d6a0
}

.select.is-success select {
	border-color: #06d6a0
}

.select.is-success select:hover,
.select.is-success select.is-hovered {
	border-color: #05bd8d
}

.select.is-success select:focus,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select.is-active {
	-webkit-box-shadow: 0 0 0 .125em rgba(6, 214, 160, .25);
	box-shadow: 0 0 0 .125em rgba(6, 214, 160, .25)
}

.select.is-warning:not(:hover)::after {
	border-color: #faae42
}

.select.is-warning select {
	border-color: #faae42
}

.select.is-warning select:hover,
.select.is-warning select.is-hovered {
	border-color: #f9a329
}

.select.is-warning select:focus,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select.is-active {
	-webkit-box-shadow: 0 0 0 .125em rgba(250, 174, 66, .25);
	box-shadow: 0 0 0 .125em rgba(250, 174, 66, .25)
}

.select.is-danger:not(:hover)::after {
	border-color: #e62965
}

.select.is-danger select {
	border-color: #e62965
}

.select.is-danger select:hover,
.select.is-danger select.is-hovered {
	border-color: #dc1a57
}

.select.is-danger select:focus,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select.is-active {
	-webkit-box-shadow: 0 0 0 .125em rgba(230, 41, 101, .25);
	box-shadow: 0 0 0 .125em rgba(230, 41, 101, .25)
}

.select.is-small {
	border-radius: 2px;
	font-size: .75rem
}

.select.is-medium {
	font-size: 1.25rem
}

.select.is-large {
	font-size: 1.5rem
}

.select.is-disabled::after {
	border-color: #7a7a7a
}

.select.is-fullwidth {
	width: 100%
}

.select.is-fullwidth select {
	width: 100%
}

.select.is-loading::after {
	margin-top: 0;
	position: absolute;
	right: .625em;
	top: .625em;
	-webkit-transform: none;
	transform: none
}

.select.is-loading.is-small:after {
	font-size: .75rem
}

.select.is-loading.is-medium:after {
	font-size: 1.25rem
}

.select.is-loading.is-large:after {
	font-size: 1.5rem
}

.file {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative
}

.file.is-white .file-cta {
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a
}

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a
}

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
	border-color: transparent;
	-webkit-box-shadow: 0 0 .5em rgba(255, 255, 255, .25);
	box-shadow: 0 0 .5em rgba(255, 255, 255, .25);
	color: #0a0a0a
}

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a
}

.file.is-black .file-cta {
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff
}

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
	background-color: #040404;
	border-color: transparent;
	color: #fff
}

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
	border-color: transparent;
	-webkit-box-shadow: 0 0 .5em rgba(10, 10, 10, .25);
	box-shadow: 0 0 .5em rgba(10, 10, 10, .25);
	color: #fff
}

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
	background-color: #000;
	border-color: transparent;
	color: #fff
}

.file.is-light .file-cta {
	background-color: #f5f5f5;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
	background-color: #eee;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
	border-color: transparent;
	-webkit-box-shadow: 0 0 .5em rgba(245, 245, 245, .25);
	box-shadow: 0 0 .5em rgba(245, 245, 245, .25);
	color: rgba(0, 0, 0, .7)
}

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
	background-color: #e8e8e8;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.file.is-dark .file-cta {
	background-color: #363636;
	border-color: transparent;
	color: #fff
}

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
	background-color: #2f2f2f;
	border-color: transparent;
	color: #fff
}

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
	border-color: transparent;
	-webkit-box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
	box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
	color: #fff
}

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
	background-color: #292929;
	border-color: transparent;
	color: #fff
}

.file.is-primary .file-cta {
	background-color: var(--primary-color);
	border-color: transparent;
	color: #fff
}

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
	background-color: #611abe;
	border-color: transparent;
	color: #fff
}

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
	border-color: transparent;
	-webkit-box-shadow: 0 0 .5em rgba(103, 28, 201, .25);
	box-shadow: 0 0 .5em rgba(103, 28, 201, .25);
	color: #fff
}

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
	background-color: #5c19b3;
	border-color: transparent;
	color: #fff
}

.file.is-link .file-cta {
	background-color: #485fc7;
	border-color: transparent;
	color: #fff
}

.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
	background-color: #3e56c4;
	border-color: transparent;
	color: #fff
}

.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
	border-color: transparent;
	-webkit-box-shadow: 0 0 .5em rgba(72, 95, 199, .25);
	box-shadow: 0 0 .5em rgba(72, 95, 199, .25);
	color: #fff
}

.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
	background-color: #3a51bb;
	border-color: transparent;
	color: #fff
}

.file.is-info .file-cta {
	background-color: #039be5;
	border-color: transparent;
	color: #fff
}

.file.is-info:hover .file-cta,
.file.is-info.is-hovered .file-cta {
	background-color: #0392d8;
	border-color: transparent;
	color: #fff
}

.file.is-info:focus .file-cta,
.file.is-info.is-focused .file-cta {
	border-color: transparent;
	-webkit-box-shadow: 0 0 .5em rgba(3, 155, 229, .25);
	box-shadow: 0 0 .5em rgba(3, 155, 229, .25);
	color: #fff
}

.file.is-info:active .file-cta,
.file.is-info.is-active .file-cta {
	background-color: #038acc;
	border-color: transparent;
	color: #fff
}

.file.is-success .file-cta {
	background-color: #06d6a0;
	border-color: transparent;
	color: #fff
}

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
	background-color: #06ca97;
	border-color: transparent;
	color: #fff
}

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
	border-color: transparent;
	-webkit-box-shadow: 0 0 .5em rgba(6, 214, 160, .25);
	box-shadow: 0 0 .5em rgba(6, 214, 160, .25);
	color: #fff
}

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
	background-color: #05bd8d;
	border-color: transparent;
	color: #fff
}

.file.is-warning .file-cta {
	background-color: #faae42;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
	background-color: #faa936;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
	border-color: transparent;
	-webkit-box-shadow: 0 0 .5em rgba(250, 174, 66, .25);
	box-shadow: 0 0 .5em rgba(250, 174, 66, .25);
	color: rgba(0, 0, 0, .7)
}

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
	background-color: #f9a329;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.file.is-danger .file-cta {
	background-color: #e62965;
	border-color: transparent;
	color: #fff
}

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
	background-color: #e51e5d;
	border-color: transparent;
	color: #fff
}

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
	border-color: transparent;
	-webkit-box-shadow: 0 0 .5em rgba(230, 41, 101, .25);
	box-shadow: 0 0 .5em rgba(230, 41, 101, .25);
	color: #fff
}

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
	background-color: #dc1a57;
	border-color: transparent;
	color: #fff
}

.file.is-small {
	font-size: .75rem
}

.file.is-normal {
	font-size: 1rem
}

.file.is-medium {
	font-size: 1.25rem
}

.file.is-medium .file-icon .fa {
	font-size: 21px
}

.file.is-large {
	font-size: 1.5rem
}

.file.is-large .file-icon .fa {
	font-size: 28px
}

.file.has-name .file-cta {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.file.has-name .file-name {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.file.has-name.is-empty .file-cta {
	border-radius: 4px
}

.file.has-name.is-empty .file-name {
	display: none
}

.file.is-boxed .file-label {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.file.is-boxed .file-cta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	padding: 1em 3em
}

.file.is-boxed .file-name {
	border-width: 0 1px 1px
}

.file.is-boxed .file-icon {
	height: 1.5em;
	width: 1.5em
}

.file.is-boxed .file-icon .fa {
	font-size: 21px
}

.file.is-boxed.is-small .file-icon .fa {
	font-size: 14px
}

.file.is-boxed.is-medium .file-icon .fa {
	font-size: 28px
}

.file.is-boxed.is-large .file-icon .fa {
	font-size: 35px
}

.file.is-boxed.has-name .file-cta {
	border-radius: 4px 4px 0 0
}

.file.is-boxed.has-name .file-name {
	border-radius: 0 0 4px 4px;
	border-width: 0 1px 1px
}

.file.is-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.file.is-fullwidth .file-label {
	width: 100%
}

.file.is-fullwidth .file-name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: none
}

.file.is-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.file.is-right .file-cta {
	border-radius: 0 4px 4px 0
}

.file.is-right .file-name {
	border-radius: 4px 0 0 4px;
	border-width: 1px 0 1px 1px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.file-label {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden;
	position: relative
}

.file-label:hover .file-cta {
	background-color: #eee;
	color: #363636
}

.file-label:hover .file-name {
	border-color: #d5d5d5
}

.file-label:active .file-cta {
	background-color: #e8e8e8;
	color: #363636
}

.file-label:active .file-name {
	border-color: #cfcfcf
}

.file-input {
	height: 100%;
	left: 0;
	opacity: 0;
	outline: none;
	position: absolute;
	top: 0;
	width: 100%
}

.file-cta,
.file-name {
	border-color: #dbdbdb;
	border-radius: 4px;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap
}

.file-cta {
	background-color: #f5f5f5;
	color: #4a4a4a
}

.file-name {
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	display: block;
	max-width: 16em;
	overflow: hidden;
	text-align: inherit;
	text-overflow: ellipsis
}

.file-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: .5em;
	width: 1em
}

.file-icon .fa {
	font-size: 14px
}

.label {
	color: #363636;
	display: block;
	font-size: 1rem;
	font-weight: 700
}

.label:not(:last-child) {
	margin-bottom: .5em
}

.label.is-small {
	font-size: .75rem
}

.label.is-medium {
	font-size: 1.25rem
}

.label.is-large {
	font-size: 1.5rem
}

.help {
	display: block;
	font-size: .75rem;
	margin-top: .25rem
}

.help.is-white {
	color: #fff
}

.help.is-black {
	color: #0a0a0a
}

.help.is-light {
	color: #f5f5f5
}

.help.is-dark {
	color: #363636
}

.help.is-primary {
	color: var(--primary-color)
}

.help.is-link {
	color: #485fc7
}

.help.is-info {
	color: #039be5
}

.help.is-success {
	color: #06d6a0
}

.help.is-warning {
	color: #faae42
}

.help.is-danger {
	color: #e62965
}

.field:not(:last-child) {
	/* margin-bottom: .75rem */
	margin-bottom: 20px
}

.field.has-addons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.field.has-addons .control:not(:last-child) {
	margin-right: -1px
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
	border-radius: 0
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
	z-index: 2
}

.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
	z-index: 3
}

.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
	z-index: 4
}

.field.has-addons .control.is-expanded {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.field.has-addons.has-addons-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.field.has-addons.has-addons-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.field.is-grouped {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.field.is-grouped>.control {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
	margin-bottom: 0;
	margin-right: .75rem
}

.field.is-grouped>.control.is-expanded {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.field.is-grouped.is-grouped-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
	margin-bottom: .75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
	margin-bottom: -0.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
	margin-bottom: 0
}

@media screen and (min-width: 769px),
print {
	.field.is-horizontal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.field-label .label {
	font-size: inherit
}

@media screen and (max-width: 768px) {
	.field-label {
		margin-bottom: .5rem
	}
}

@media screen and (min-width: 769px),
print {
	.field-label {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 1.5rem;
		text-align: right
	}

	.field-label.is-small {
		font-size: .75rem;
		padding-top: .375em
	}

	.field-label.is-normal {
		padding-top: .375em
	}

	.field-label.is-medium {
		font-size: 1.25rem;
		padding-top: .375em
	}

	.field-label.is-large {
		font-size: 1.5rem;
		padding-top: .375em
	}
}

.field-body .field .field {
	margin-bottom: 0
}

@media screen and (min-width: 769px),
print {
	.field-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 5;
		-ms-flex-positive: 5;
		flex-grow: 5;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.field-body .field {
		margin-bottom: 0
	}

	.field-body>.field {
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.field-body>.field:not(.is-narrow) {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.field-body>.field:not(:last-child) {
		margin-right: .75rem
	}
}

.control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	font-size: 1rem;
	position: relative;
	text-align: inherit
}

.control.has-icons-left .input:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.control.has-icons-right .select:focus~.icon {
	color: #4a4a4a
}

.control.has-icons-left .input.is-small~.icon,
.control.has-icons-left .select.is-small~.icon,
.control.has-icons-right .input.is-small~.icon,
.control.has-icons-right .select.is-small~.icon {
	font-size: .75rem
}

.control.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .select.is-medium~.icon,
.control.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .select.is-medium~.icon {
	font-size: 1.25rem
}

.control.has-icons-left .input.is-large~.icon,
.control.has-icons-left .select.is-large~.icon,
.control.has-icons-right .input.is-large~.icon,
.control.has-icons-right .select.is-large~.icon {
	font-size: 1.5rem
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
	color: #dbdbdb;
	height: 2.5em;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 2.5em;
	z-index: 4
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
	padding-left: 2.5em
}

.control.has-icons-left .icon.is-left {
	left: 0
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
	padding-right: 2.5em
}

.control.has-icons-right .icon.is-right {
	right: 0
}

.control.is-loading::after {
	position: absolute !important;
	right: .625em;
	top: .625em;
	z-index: 4
}

.control.is-loading.is-small:after {
	font-size: .75rem
}

.control.is-loading.is-medium:after {
	font-size: 1.25rem
}

.control.is-loading.is-large:after {
	font-size: 1.5rem
}

.breadcrumb {
	font-size: 1rem;
	white-space: nowrap
}

.breadcrumb a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #485fc7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 .75em
}

.breadcrumb a:hover {
	color: #363636
}

.breadcrumb li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.breadcrumb li:first-child a {
	padding-left: 0
}

.breadcrumb li.is-active a {
	color: #363636;
	cursor: default;
	pointer-events: none
}

.breadcrumb li+li::before {
	color: #b5b5b5;
	content: "/"
}

.breadcrumb ul,
.breadcrumb ol {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.breadcrumb .icon:first-child {
	margin-right: .5em
}

.breadcrumb .icon:last-child {
	margin-left: .5em
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.breadcrumb.is-small {
	font-size: .75rem
}

.breadcrumb.is-medium {
	font-size: 1.25rem
}

.breadcrumb.is-large {
	font-size: 1.5rem
}

.breadcrumb.has-arrow-separator li+li::before {
	content: "→"
}

.breadcrumb.has-bullet-separator li+li::before {
	content: "•"
}

.breadcrumb.has-dot-separator li+li::before {
	content: "·"
}

.breadcrumb.has-succeeds-separator li+li::before {
	content: "≻"
}

.card {
	background-color: #fff;
	border-radius: .25rem;
	-webkit-box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02);
	box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02);
	color: #4a4a4a;
	max-width: 100%;
	position: relative
}

.card-footer:first-child,
.card-content:first-child,
.card-header:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card-footer:last-child,
.card-content:last-child,
.card-header:last-child {
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.card-header {
	background-color: transparent;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-shadow: 0 .125em .25em rgba(10, 10, 10, .1);
	box-shadow: 0 .125em .25em rgba(10, 10, 10, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.card-header-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #363636;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 700;
	padding: .75rem 1rem
}

.card-header-title.is-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.card-header-icon {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: 1em;
	margin: 0;
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .75rem 1rem
}

.card-image {
	display: block;
	position: relative
}

.card-image:first-child img {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card-image:last-child img {
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.card-content {
	background-color: transparent;
	padding: 1.5rem
}

.card-footer {
	background-color: transparent;
	border-top: 1px solid #ededed;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.card-footer-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .75rem
}

.card-footer-item:not(:last-child) {
	border-right: 1px solid #ededed
}

.card .media:not(:last-child) {
	margin-bottom: 1.5rem
}

.dropdown {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	vertical-align: top
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
	display: block
}

.dropdown.is-right .dropdown-menu {
	left: auto;
	right: 0
}

.dropdown.is-up .dropdown-menu {
	bottom: 100%;
	padding-bottom: 4px;
	padding-top: initial;
	top: auto
}

.dropdown-menu {
	display: none;
	left: 0;
	min-width: 12rem;
	padding-top: 4px;
	position: absolute;
	top: 100%;
	z-index: 20
}

.dropdown-content {
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02);
	box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02);
	padding-bottom: .5rem;
	padding-top: .5rem
}

.dropdown-item {
	color: #4a4a4a;
	display: block;
	font-size: .875rem;
	line-height: 1.5;
	padding: .375rem 1rem;
	position: relative
}

a.dropdown-item,
button.dropdown-item {
	padding-right: 3rem;
	text-align: inherit;
	white-space: nowrap;
	width: 100%
}

a.dropdown-item:hover,
button.dropdown-item:hover {
	background-color: #f5f5f5;
	color: #0a0a0a
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
	background-color: #485fc7;
	color: #fff
}

.dropdown-divider {
	background-color: #ededed;
	border: none;
	display: block;
	height: 1px;
	margin: .5rem 0
}

.level {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.level code {
	border-radius: 4px
}

.level img {
	display: inline-block;
	vertical-align: top
}

.level.is-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.level.is-mobile .level-left+.level-right {
	margin-top: 0
}

.level.is-mobile .level-item:not(:last-child) {
	margin-bottom: 0;
	margin-right: .75rem
}

.level.is-mobile .level-item:not(.is-narrow) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media screen and (min-width: 769px),
print {
	.level {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.level>.level-item:not(.is-narrow) {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.level-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.level-item .title,
.level-item .subtitle {
	margin-bottom: 0
}

@media screen and (max-width: 768px) {
	.level-item:not(:last-child) {
		margin-bottom: .75rem
	}
}

.level-left,
.level-right {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media screen and (min-width: 769px),
print {

	.level-left .level-item:not(:last-child),
	.level-right .level-item:not(:last-child) {
		margin-right: .75rem
	}
}

.level-left {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media screen and (max-width: 768px) {
	.level-left+.level-right {
		margin-top: 1.5rem
	}
}

@media screen and (min-width: 769px),
print {
	.level-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.level-right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media screen and (min-width: 769px),
print {
	.level-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.media {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: inherit
}

.media .content:not(:last-child) {
	margin-bottom: .75rem
}

.media .media {
	border-top: 1px solid rgba(219, 219, 219, .5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: .75rem
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
	margin-bottom: .5rem
}

.media .media .media {
	padding-top: .5rem
}

.media .media .media+.media {
	margin-top: .5rem
}

.media+.media {
	border-top: 1px solid rgba(219, 219, 219, .5);
	margin-top: 1rem;
	padding-top: 1rem
}

.media.is-large+.media {
	margin-top: 1.5rem;
	padding-top: 1.5rem
}

.media-left,
.media-right {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.media-left {
	margin-right: 1rem
}

.media-right {
	margin-left: 1rem
}

.media-content {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	text-align: inherit
}

@media screen and (max-width: 768px) {
	.media-content {
		overflow-x: auto
	}
}

.menu {
	font-size: 1rem
}

.menu.is-small {
	font-size: .75rem
}

.menu.is-medium {
	font-size: 1.25rem
}

.menu.is-large {
	font-size: 1.5rem
}

.menu-list {
	line-height: 1.25
}

.menu-list a {
	border-radius: 2px;
	color: #4a4a4a;
	display: block;
	padding: .5em .75em
}

.menu-list a:hover {
	background-color: #f5f5f5;
	color: #363636
}

.menu-list a.is-active {
	background-color: #485fc7;
	color: #fff
}

.menu-list li ul {
	border-left: 1px solid #dbdbdb;
	margin: .75em;
	padding-left: .75em
}

.menu-label {
	color: #7a7a7a;
	font-size: .75em;
	letter-spacing: .1em;
	text-transform: uppercase
}

.menu-label:not(:first-child) {
	margin-top: 1em
}

.menu-label:not(:last-child) {
	margin-bottom: 1em
}

.message {
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 1rem
}

.message strong {
	color: currentColor
}

.message a:not(.button):not(.tag):not(.dropdown-item) {
	color: currentColor;
	text-decoration: underline
}

.message.is-small {
	font-size: .75rem
}

.message.is-medium {
	font-size: 1.25rem
}

.message.is-large {
	font-size: 1.5rem
}

.message.is-white {
	background-color: #fff
}

.message.is-white .message-header {
	background-color: #fff;
	color: #0a0a0a
}

.message.is-white .message-body {
	border-color: #fff
}

.message.is-black {
	background-color: #fafafa
}

.message.is-black .message-header {
	background-color: #0a0a0a;
	color: #fff
}

.message.is-black .message-body {
	border-color: #0a0a0a
}

.message.is-light {
	background-color: #fafafa
}

.message.is-light .message-header {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.message.is-light .message-body {
	border-color: #f5f5f5
}

.message.is-dark {
	background-color: #fafafa
}

.message.is-dark .message-header {
	background-color: #363636;
	color: #fff
}

.message.is-dark .message-body {
	border-color: #363636
}

.message.is-primary {
	background-color: #f4edfd
}

.message.is-primary .message-header {
	background-color: var(--primary-color);
	color: #fff
}

.message.is-primary .message-body {
	border-color: var(--primary-color);
	color: var(--primary-color)
}

.message.is-link {
	background-color: #eff1fa
}

.message.is-link .message-header {
	background-color: #485fc7;
	color: #fff
}

.message.is-link .message-body {
	border-color: #485fc7;
	color: #3850b7
}

.message.is-info {
	background-color: #ebf8ff
}

.message.is-info .message-header {
	background-color: #039be5;
	color: #fff
}

.message.is-info .message-body {
	border-color: #039be5;
	color: #0385c4
}

.message.is-success {
	background-color: #ebfef9
}

.message.is-success .message-header {
	background-color: #06d6a0;
	color: #fff
}

.message.is-success .message-body {
	border-color: #06d6a0;
	color: #04906c
}

.message.is-warning {
	background-color: #fef6eb
}

.message.is-warning .message-header {
	background-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.message.is-warning .message-body {
	border-color: #faae42;
	color: #905604
}

.message.is-danger {
	background-color: #fdedf2
}

.message.is-danger .message-header {
	background-color: #e62965;
	color: #fff
}

.message.is-danger .message-body {
	border-color: #e62965;
	color: #d21953
}

.message-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #4a4a4a;
	border-radius: 4px 4px 0 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.25;
	padding: .75em 1em;
	position: relative
}

.message-header .delete {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: .75em
}

.message-header+.message-body {
	border-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.message-body {
	border-color: #dbdbdb;
	border-radius: 4px;
	border-style: solid;
	border-width: 0 0 0 4px;
	color: #4a4a4a;
	padding: 1.25em 1.5em
}

.message-body code,
.message-body pre {
	background-color: #fff
}

.message-body pre code {
	background-color: transparent
}

.modal {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 40
}

.modal.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.modal-background {
	background-color: rgba(10, 10, 10, .86)
}

.modal-content,
.modal-card {
	margin: 0 20px;
	max-height: calc(100vh - 160px);
	overflow: auto;
	position: relative;
	width: 100%
}

@media screen and (min-width: 769px) {

	.modal-content,
	.modal-card {
		margin: 0 auto;
		max-height: calc(100vh - 40px);
		width: 640px
	}
}

.modal-close {
	background: none;
	height: 40px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 40px
}

.modal-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: calc(100vh - 40px);
	overflow: hidden;
	-ms-overflow-y: visible
}

.modal-card-foot {
	background-color: #fff;
	padding: 15px 20px;
	border-top: 1px solid #e5e5e5;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	display: flex;
	justify-content: flex-end !important;
}

.modal-card-head {
	border-bottom: 1px solid #dbdbdb;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

.modal-card-title {
	color: #363636;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.5rem;
	line-height: 1
}

.modal-card-foot {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px solid #dbdbdb
}

.modal-card-foot .button:not(:last-child) {
	margin-right: .5em
}

.modal-card-body {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	overflow: auto;
	padding: 20px
}

.navbar {
	background-color: #fff;
	min-height: 3.25rem;
	position: relative;
	z-index: 30
}

.navbar.is-white {
	background-color: #fff;
	color: #0a0a0a
}

.navbar.is-white .navbar-brand>.navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
	color: #0a0a0a
}

.navbar.is-white .navbar-brand>a.navbar-item:focus,
.navbar.is-white .navbar-brand>a.navbar-item:hover,
.navbar.is-white .navbar-brand>a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
	background-color: #f2f2f2;
	color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link::after {
	border-color: #0a0a0a
}

.navbar.is-white .navbar-burger {
	color: #0a0a0a
}

@media screen and (min-width: 1024px) {

	.navbar.is-white .navbar-start>.navbar-item,
	.navbar.is-white .navbar-start .navbar-link,
	.navbar.is-white .navbar-end>.navbar-item,
	.navbar.is-white .navbar-end .navbar-link {
		color: #0a0a0a
	}

	.navbar.is-white .navbar-start>a.navbar-item:focus,
	.navbar.is-white .navbar-start>a.navbar-item:hover,
	.navbar.is-white .navbar-start>a.navbar-item.is-active,
	.navbar.is-white .navbar-start .navbar-link:focus,
	.navbar.is-white .navbar-start .navbar-link:hover,
	.navbar.is-white .navbar-start .navbar-link.is-active,
	.navbar.is-white .navbar-end>a.navbar-item:focus,
	.navbar.is-white .navbar-end>a.navbar-item:hover,
	.navbar.is-white .navbar-end>a.navbar-item.is-active,
	.navbar.is-white .navbar-end .navbar-link:focus,
	.navbar.is-white .navbar-end .navbar-link:hover,
	.navbar.is-white .navbar-end .navbar-link.is-active {
		background-color: #f2f2f2;
		color: #0a0a0a
	}

	.navbar.is-white .navbar-start .navbar-link::after,
	.navbar.is-white .navbar-end .navbar-link::after {
		border-color: #0a0a0a
	}

	.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #f2f2f2;
		color: #0a0a0a
	}

	.navbar.is-white .navbar-dropdown a.navbar-item.is-active {
		background-color: #fff;
		color: #0a0a0a
	}
}

.navbar.is-black {
	background-color: #0a0a0a;
	color: #fff
}

.navbar.is-black .navbar-brand>.navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
	color: #fff
}

.navbar.is-black .navbar-brand>a.navbar-item:focus,
.navbar.is-black .navbar-brand>a.navbar-item:hover,
.navbar.is-black .navbar-brand>a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
	background-color: #000;
	color: #fff
}

.navbar.is-black .navbar-brand .navbar-link::after {
	border-color: #fff
}

.navbar.is-black .navbar-burger {
	color: #fff
}

@media screen and (min-width: 1024px) {

	.navbar.is-black .navbar-start>.navbar-item,
	.navbar.is-black .navbar-start .navbar-link,
	.navbar.is-black .navbar-end>.navbar-item,
	.navbar.is-black .navbar-end .navbar-link {
		color: #fff
	}

	.navbar.is-black .navbar-start>a.navbar-item:focus,
	.navbar.is-black .navbar-start>a.navbar-item:hover,
	.navbar.is-black .navbar-start>a.navbar-item.is-active,
	.navbar.is-black .navbar-start .navbar-link:focus,
	.navbar.is-black .navbar-start .navbar-link:hover,
	.navbar.is-black .navbar-start .navbar-link.is-active,
	.navbar.is-black .navbar-end>a.navbar-item:focus,
	.navbar.is-black .navbar-end>a.navbar-item:hover,
	.navbar.is-black .navbar-end>a.navbar-item.is-active,
	.navbar.is-black .navbar-end .navbar-link:focus,
	.navbar.is-black .navbar-end .navbar-link:hover,
	.navbar.is-black .navbar-end .navbar-link.is-active {
		background-color: #000;
		color: #fff
	}

	.navbar.is-black .navbar-start .navbar-link::after,
	.navbar.is-black .navbar-end .navbar-link::after {
		border-color: #fff
	}

	.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #000;
		color: #fff
	}

	.navbar.is-black .navbar-dropdown a.navbar-item.is-active {
		background-color: #0a0a0a;
		color: #fff
	}
}

.navbar.is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.navbar.is-light .navbar-brand>.navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
	color: rgba(0, 0, 0, .7)
}

.navbar.is-light .navbar-brand>a.navbar-item:focus,
.navbar.is-light .navbar-brand>a.navbar-item:hover,
.navbar.is-light .navbar-brand>a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
	background-color: #e8e8e8;
	color: rgba(0, 0, 0, .7)
}

.navbar.is-light .navbar-brand .navbar-link::after {
	border-color: rgba(0, 0, 0, .7)
}

.navbar.is-light .navbar-burger {
	color: rgba(0, 0, 0, .7)
}

@media screen and (min-width: 1024px) {

	.navbar.is-light .navbar-start>.navbar-item,
	.navbar.is-light .navbar-start .navbar-link,
	.navbar.is-light .navbar-end>.navbar-item,
	.navbar.is-light .navbar-end .navbar-link {
		color: rgba(0, 0, 0, .7)
	}

	.navbar.is-light .navbar-start>a.navbar-item:focus,
	.navbar.is-light .navbar-start>a.navbar-item:hover,
	.navbar.is-light .navbar-start>a.navbar-item.is-active,
	.navbar.is-light .navbar-start .navbar-link:focus,
	.navbar.is-light .navbar-start .navbar-link:hover,
	.navbar.is-light .navbar-start .navbar-link.is-active,
	.navbar.is-light .navbar-end>a.navbar-item:focus,
	.navbar.is-light .navbar-end>a.navbar-item:hover,
	.navbar.is-light .navbar-end>a.navbar-item.is-active,
	.navbar.is-light .navbar-end .navbar-link:focus,
	.navbar.is-light .navbar-end .navbar-link:hover,
	.navbar.is-light .navbar-end .navbar-link.is-active {
		background-color: #e8e8e8;
		color: rgba(0, 0, 0, .7)
	}

	.navbar.is-light .navbar-start .navbar-link::after,
	.navbar.is-light .navbar-end .navbar-link::after {
		border-color: rgba(0, 0, 0, .7)
	}

	.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #e8e8e8;
		color: rgba(0, 0, 0, .7)
	}

	.navbar.is-light .navbar-dropdown a.navbar-item.is-active {
		background-color: #f5f5f5;
		color: rgba(0, 0, 0, .7)
	}
}

.navbar.is-dark {
	background-color: #363636;
	color: #fff
}

.navbar.is-dark .navbar-brand>.navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
	color: #fff
}

.navbar.is-dark .navbar-brand>a.navbar-item:focus,
.navbar.is-dark .navbar-brand>a.navbar-item:hover,
.navbar.is-dark .navbar-brand>a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
	background-color: #292929;
	color: #fff
}

.navbar.is-dark .navbar-brand .navbar-link::after {
	border-color: #fff
}

.navbar.is-dark .navbar-burger {
	color: #fff
}

@media screen and (min-width: 1024px) {

	.navbar.is-dark .navbar-start>.navbar-item,
	.navbar.is-dark .navbar-start .navbar-link,
	.navbar.is-dark .navbar-end>.navbar-item,
	.navbar.is-dark .navbar-end .navbar-link {
		color: #fff
	}

	.navbar.is-dark .navbar-start>a.navbar-item:focus,
	.navbar.is-dark .navbar-start>a.navbar-item:hover,
	.navbar.is-dark .navbar-start>a.navbar-item.is-active,
	.navbar.is-dark .navbar-start .navbar-link:focus,
	.navbar.is-dark .navbar-start .navbar-link:hover,
	.navbar.is-dark .navbar-start .navbar-link.is-active,
	.navbar.is-dark .navbar-end>a.navbar-item:focus,
	.navbar.is-dark .navbar-end>a.navbar-item:hover,
	.navbar.is-dark .navbar-end>a.navbar-item.is-active,
	.navbar.is-dark .navbar-end .navbar-link:focus,
	.navbar.is-dark .navbar-end .navbar-link:hover,
	.navbar.is-dark .navbar-end .navbar-link.is-active {
		background-color: #292929;
		color: #fff
	}

	.navbar.is-dark .navbar-start .navbar-link::after,
	.navbar.is-dark .navbar-end .navbar-link::after {
		border-color: #fff
	}

	.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #292929;
		color: #fff
	}

	.navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
		background-color: #363636;
		color: #fff
	}
}

.navbar.is-primary {
	background-color: var(--primary-color);
	color: #fff
}

.navbar.is-primary .navbar-brand>.navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
	color: #fff
}

.navbar.is-primary .navbar-brand>a.navbar-item:focus,
.navbar.is-primary .navbar-brand>a.navbar-item:hover,
.navbar.is-primary .navbar-brand>a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
	background-color: #5c19b3;
	color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link::after {
	border-color: #fff
}

.navbar.is-primary .navbar-burger {
	color: #fff
}

@media screen and (min-width: 1024px) {

	.navbar.is-primary .navbar-start>.navbar-item,
	.navbar.is-primary .navbar-start .navbar-link,
	.navbar.is-primary .navbar-end>.navbar-item,
	.navbar.is-primary .navbar-end .navbar-link {
		color: #fff
	}

	.navbar.is-primary .navbar-start>a.navbar-item:focus,
	.navbar.is-primary .navbar-start>a.navbar-item:hover,
	.navbar.is-primary .navbar-start>a.navbar-item.is-active,
	.navbar.is-primary .navbar-start .navbar-link:focus,
	.navbar.is-primary .navbar-start .navbar-link:hover,
	.navbar.is-primary .navbar-start .navbar-link.is-active,
	.navbar.is-primary .navbar-end>a.navbar-item:focus,
	.navbar.is-primary .navbar-end>a.navbar-item:hover,
	.navbar.is-primary .navbar-end>a.navbar-item.is-active,
	.navbar.is-primary .navbar-end .navbar-link:focus,
	.navbar.is-primary .navbar-end .navbar-link:hover,
	.navbar.is-primary .navbar-end .navbar-link.is-active {
		background-color: #5c19b3;
		color: #fff
	}

	.navbar.is-primary .navbar-start .navbar-link::after,
	.navbar.is-primary .navbar-end .navbar-link::after {
		border-color: #fff
	}

	.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #5c19b3;
		color: #fff
	}

	.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
		background-color: var(--primary-color);
		color: #fff
	}
}

.navbar.is-link {
	background-color: #485fc7;
	color: #fff
}

.navbar.is-link .navbar-brand>.navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
	color: #fff
}

.navbar.is-link .navbar-brand>a.navbar-item:focus,
.navbar.is-link .navbar-brand>a.navbar-item:hover,
.navbar.is-link .navbar-brand>a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
	background-color: #3a51bb;
	color: #fff
}

.navbar.is-link .navbar-brand .navbar-link::after {
	border-color: #fff
}

.navbar.is-link .navbar-burger {
	color: #fff
}

@media screen and (min-width: 1024px) {

	.navbar.is-link .navbar-start>.navbar-item,
	.navbar.is-link .navbar-start .navbar-link,
	.navbar.is-link .navbar-end>.navbar-item,
	.navbar.is-link .navbar-end .navbar-link {
		color: #fff
	}

	.navbar.is-link .navbar-start>a.navbar-item:focus,
	.navbar.is-link .navbar-start>a.navbar-item:hover,
	.navbar.is-link .navbar-start>a.navbar-item.is-active,
	.navbar.is-link .navbar-start .navbar-link:focus,
	.navbar.is-link .navbar-start .navbar-link:hover,
	.navbar.is-link .navbar-start .navbar-link.is-active,
	.navbar.is-link .navbar-end>a.navbar-item:focus,
	.navbar.is-link .navbar-end>a.navbar-item:hover,
	.navbar.is-link .navbar-end>a.navbar-item.is-active,
	.navbar.is-link .navbar-end .navbar-link:focus,
	.navbar.is-link .navbar-end .navbar-link:hover,
	.navbar.is-link .navbar-end .navbar-link.is-active {
		background-color: #3a51bb;
		color: #fff
	}

	.navbar.is-link .navbar-start .navbar-link::after,
	.navbar.is-link .navbar-end .navbar-link::after {
		border-color: #fff
	}

	.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #3a51bb;
		color: #fff
	}

	.navbar.is-link .navbar-dropdown a.navbar-item.is-active {
		background-color: #485fc7;
		color: #fff
	}
}

.navbar.is-info {
	background-color: #039be5;
	color: #fff
}

.navbar.is-info .navbar-brand>.navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
	color: #fff
}

.navbar.is-info .navbar-brand>a.navbar-item:focus,
.navbar.is-info .navbar-brand>a.navbar-item:hover,
.navbar.is-info .navbar-brand>a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
	background-color: #038acc;
	color: #fff
}

.navbar.is-info .navbar-brand .navbar-link::after {
	border-color: #fff
}

.navbar.is-info .navbar-burger {
	color: #fff
}

@media screen and (min-width: 1024px) {

	.navbar.is-info .navbar-start>.navbar-item,
	.navbar.is-info .navbar-start .navbar-link,
	.navbar.is-info .navbar-end>.navbar-item,
	.navbar.is-info .navbar-end .navbar-link {
		color: #fff
	}

	.navbar.is-info .navbar-start>a.navbar-item:focus,
	.navbar.is-info .navbar-start>a.navbar-item:hover,
	.navbar.is-info .navbar-start>a.navbar-item.is-active,
	.navbar.is-info .navbar-start .navbar-link:focus,
	.navbar.is-info .navbar-start .navbar-link:hover,
	.navbar.is-info .navbar-start .navbar-link.is-active,
	.navbar.is-info .navbar-end>a.navbar-item:focus,
	.navbar.is-info .navbar-end>a.navbar-item:hover,
	.navbar.is-info .navbar-end>a.navbar-item.is-active,
	.navbar.is-info .navbar-end .navbar-link:focus,
	.navbar.is-info .navbar-end .navbar-link:hover,
	.navbar.is-info .navbar-end .navbar-link.is-active {
		background-color: #038acc;
		color: #fff
	}

	.navbar.is-info .navbar-start .navbar-link::after,
	.navbar.is-info .navbar-end .navbar-link::after {
		border-color: #fff
	}

	.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #038acc;
		color: #fff
	}

	.navbar.is-info .navbar-dropdown a.navbar-item.is-active {
		background-color: #039be5;
		color: #fff
	}
}

.navbar.is-success {
	background-color: #06d6a0;
	color: #fff
}

.navbar.is-success .navbar-brand>.navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
	color: #fff
}

.navbar.is-success .navbar-brand>a.navbar-item:focus,
.navbar.is-success .navbar-brand>a.navbar-item:hover,
.navbar.is-success .navbar-brand>a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
	background-color: #05bd8d;
	color: #fff
}

.navbar.is-success .navbar-brand .navbar-link::after {
	border-color: #fff
}

.navbar.is-success .navbar-burger {
	color: #fff
}

@media screen and (min-width: 1024px) {

	.navbar.is-success .navbar-start>.navbar-item,
	.navbar.is-success .navbar-start .navbar-link,
	.navbar.is-success .navbar-end>.navbar-item,
	.navbar.is-success .navbar-end .navbar-link {
		color: #fff
	}

	.navbar.is-success .navbar-start>a.navbar-item:focus,
	.navbar.is-success .navbar-start>a.navbar-item:hover,
	.navbar.is-success .navbar-start>a.navbar-item.is-active,
	.navbar.is-success .navbar-start .navbar-link:focus,
	.navbar.is-success .navbar-start .navbar-link:hover,
	.navbar.is-success .navbar-start .navbar-link.is-active,
	.navbar.is-success .navbar-end>a.navbar-item:focus,
	.navbar.is-success .navbar-end>a.navbar-item:hover,
	.navbar.is-success .navbar-end>a.navbar-item.is-active,
	.navbar.is-success .navbar-end .navbar-link:focus,
	.navbar.is-success .navbar-end .navbar-link:hover,
	.navbar.is-success .navbar-end .navbar-link.is-active {
		background-color: #05bd8d;
		color: #fff
	}

	.navbar.is-success .navbar-start .navbar-link::after,
	.navbar.is-success .navbar-end .navbar-link::after {
		border-color: #fff
	}

	.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #05bd8d;
		color: #fff
	}

	.navbar.is-success .navbar-dropdown a.navbar-item.is-active {
		background-color: #06d6a0;
		color: #fff
	}
}

.navbar.is-warning {
	background-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand>.navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
	color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand>a.navbar-item:focus,
.navbar.is-warning .navbar-brand>a.navbar-item:hover,
.navbar.is-warning .navbar-brand>a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
	background-color: #f9a329;
	color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand .navbar-link::after {
	border-color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-burger {
	color: rgba(0, 0, 0, .7)
}

@media screen and (min-width: 1024px) {

	.navbar.is-warning .navbar-start>.navbar-item,
	.navbar.is-warning .navbar-start .navbar-link,
	.navbar.is-warning .navbar-end>.navbar-item,
	.navbar.is-warning .navbar-end .navbar-link {
		color: rgba(0, 0, 0, .7)
	}

	.navbar.is-warning .navbar-start>a.navbar-item:focus,
	.navbar.is-warning .navbar-start>a.navbar-item:hover,
	.navbar.is-warning .navbar-start>a.navbar-item.is-active,
	.navbar.is-warning .navbar-start .navbar-link:focus,
	.navbar.is-warning .navbar-start .navbar-link:hover,
	.navbar.is-warning .navbar-start .navbar-link.is-active,
	.navbar.is-warning .navbar-end>a.navbar-item:focus,
	.navbar.is-warning .navbar-end>a.navbar-item:hover,
	.navbar.is-warning .navbar-end>a.navbar-item.is-active,
	.navbar.is-warning .navbar-end .navbar-link:focus,
	.navbar.is-warning .navbar-end .navbar-link:hover,
	.navbar.is-warning .navbar-end .navbar-link.is-active {
		background-color: #f9a329;
		color: rgba(0, 0, 0, .7)
	}

	.navbar.is-warning .navbar-start .navbar-link::after,
	.navbar.is-warning .navbar-end .navbar-link::after {
		border-color: rgba(0, 0, 0, .7)
	}

	.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #f9a329;
		color: rgba(0, 0, 0, .7)
	}

	.navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
		background-color: #faae42;
		color: rgba(0, 0, 0, .7)
	}
}

.navbar.is-danger {
	background-color: #e62965;
	color: #fff
}

.navbar.is-danger .navbar-brand>.navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
	color: #fff
}

.navbar.is-danger .navbar-brand>a.navbar-item:focus,
.navbar.is-danger .navbar-brand>a.navbar-item:hover,
.navbar.is-danger .navbar-brand>a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
	background-color: #dc1a57;
	color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link::after {
	border-color: #fff
}

.navbar.is-danger .navbar-burger {
	color: #fff
}

@media screen and (min-width: 1024px) {

	.navbar.is-danger .navbar-start>.navbar-item,
	.navbar.is-danger .navbar-start .navbar-link,
	.navbar.is-danger .navbar-end>.navbar-item,
	.navbar.is-danger .navbar-end .navbar-link {
		color: #fff
	}

	.navbar.is-danger .navbar-start>a.navbar-item:focus,
	.navbar.is-danger .navbar-start>a.navbar-item:hover,
	.navbar.is-danger .navbar-start>a.navbar-item.is-active,
	.navbar.is-danger .navbar-start .navbar-link:focus,
	.navbar.is-danger .navbar-start .navbar-link:hover,
	.navbar.is-danger .navbar-start .navbar-link.is-active,
	.navbar.is-danger .navbar-end>a.navbar-item:focus,
	.navbar.is-danger .navbar-end>a.navbar-item:hover,
	.navbar.is-danger .navbar-end>a.navbar-item.is-active,
	.navbar.is-danger .navbar-end .navbar-link:focus,
	.navbar.is-danger .navbar-end .navbar-link:hover,
	.navbar.is-danger .navbar-end .navbar-link.is-active {
		background-color: #dc1a57;
		color: #fff
	}

	.navbar.is-danger .navbar-start .navbar-link::after,
	.navbar.is-danger .navbar-end .navbar-link::after {
		border-color: #fff
	}

	.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #dc1a57;
		color: #fff
	}

	.navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
		background-color: #e62965;
		color: #fff
	}
}

.navbar>.container {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 3.25rem;
	width: 100%
}

.navbar.has-shadow {
	-webkit-box-shadow: 0 2px 0 0 #f5f5f5;
	box-shadow: 0 2px 0 0 #f5f5f5
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 30
}

.navbar.is-fixed-bottom {
	bottom: 0
}

.navbar.is-fixed-bottom.has-shadow {
	-webkit-box-shadow: 0 -2px 0 0 #f5f5f5;
	box-shadow: 0 -2px 0 0 #f5f5f5
}

.navbar.is-fixed-top {
	top: 0
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
	padding-top: 3.25rem
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
	padding-bottom: 3.25rem
}

.navbar-brand,
.navbar-tabs {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-height: 3.25rem
}

.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
	background-color: transparent
}

.navbar-tabs {
	-webkit-overflow-scrolling: touch;
	max-width: 100vw;
	overflow-x: auto;
	overflow-y: hidden
}

.navbar-burger {
	color: #4a4a4a;
	cursor: pointer;
	display: block;
	height: 3.25rem;
	position: relative;
	width: 3.25rem;
	margin-left: auto
}

.navbar-burger span {
	background-color: currentColor;
	display: block;
	height: 1px;
	left: calc(50% - 8px);
	position: absolute;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-duration: 86ms;
	transition-duration: 86ms;
	-webkit-transition-property: background-color, opacity, -webkit-transform;
	transition-property: background-color, opacity, -webkit-transform;
	transition-property: background-color, opacity, transform;
	transition-property: background-color, opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 16px
}

.navbar-burger span:nth-child(1) {
	top: calc(50% - 6px)
}

.navbar-burger span:nth-child(2) {
	top: calc(50% - 1px)
}

.navbar-burger span:nth-child(3) {
	top: calc(50% + 4px)
}

.navbar-burger:hover {
	background-color: rgba(0, 0, 0, .05)
}

.navbar-burger.is-active span:nth-child(1) {
	-webkit-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg)
}

.navbar-burger.is-active span:nth-child(2) {
	opacity: 0
}

.navbar-burger.is-active span:nth-child(3) {
	-webkit-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg)
}

.navbar-menu {
	display: none
}

.navbar-item,
.navbar-link {
	color: #4a4a4a;
	display: block;
	line-height: 1.5;
	padding: .5rem .75rem;
	position: relative
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
	margin-left: -0.25rem;
	margin-right: -0.25rem
}

a.navbar-item,
.navbar-link {
	cursor: pointer
}

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
	background-color: #fafafa;
	color: #485fc7
}

.navbar-item {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.navbar-item img {
	max-height: 1.75rem
}

.navbar-item.has-dropdown {
	padding: 0
}

.navbar-item.is-expanded {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.navbar-item.is-tab {
	border-bottom: 1px solid transparent;
	min-height: 3.25rem;
	padding-bottom: calc(0.5rem - 1px)
}

.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
	background-color: transparent;
	border-bottom-color: #485fc7
}

.navbar-item.is-tab.is-active {
	background-color: transparent;
	border-bottom-color: #485fc7;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #485fc7;
	padding-bottom: calc(0.5rem - 3px)
}

.navbar-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.navbar-link:not(.is-arrowless) {
	padding-right: 2.5em
}

.navbar-link:not(.is-arrowless)::after {
	border-color: #485fc7;
	margin-top: -0.375em;
	right: 1.125em
}

.navbar-dropdown {
	font-size: .875rem;
	padding-bottom: .5rem;
	padding-top: .5rem
}

.navbar-dropdown .navbar-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.navbar-divider {
	background-color: #f5f5f5;
	border: none;
	display: none;
	height: 2px;
	margin: .5rem 0
}

@media screen and (max-width: 1023px) {
	.navbar>.container {
		display: block
	}

	.navbar-brand .navbar-item,
	.navbar-tabs .navbar-item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.navbar-link::after {
		display: none
	}

	.navbar-menu {
		background-color: #fff;
		-webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
		box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
		padding: .5rem 0
	}

	.navbar-menu.is-active {
		display: block
	}

	.navbar.is-fixed-bottom-touch,
	.navbar.is-fixed-top-touch {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 30
	}

	.navbar.is-fixed-bottom-touch {
		bottom: 0
	}

	.navbar.is-fixed-bottom-touch.has-shadow {
		-webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, .1);
		box-shadow: 0 -2px 3px rgba(10, 10, 10, .1)
	}

	.navbar.is-fixed-top-touch {
		top: 0
	}

	.navbar.is-fixed-top .navbar-menu,
	.navbar.is-fixed-top-touch .navbar-menu {
		-webkit-overflow-scrolling: touch;
		max-height: calc(100vh - 3.25rem);
		overflow: auto
	}

	html.has-navbar-fixed-top-touch,
	body.has-navbar-fixed-top-touch {
		padding-top: 3.25rem
	}

	html.has-navbar-fixed-bottom-touch,
	body.has-navbar-fixed-bottom-touch {
		padding-bottom: 3.25rem
	}
}

@media screen and (min-width: 1024px) {

	.navbar,
	.navbar-menu,
	.navbar-start,
	.navbar-end {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.navbar {
		min-height: 3.25rem
	}

	.navbar.is-spaced {
		padding: 1rem 2rem
	}

	.navbar.is-spaced .navbar-start,
	.navbar.is-spaced .navbar-end {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.navbar.is-spaced a.navbar-item,
	.navbar.is-spaced .navbar-link {
		border-radius: 4px
	}

	.navbar.is-transparent a.navbar-item:focus,
	.navbar.is-transparent a.navbar-item:hover,
	.navbar.is-transparent a.navbar-item.is-active,
	.navbar.is-transparent .navbar-link:focus,
	.navbar.is-transparent .navbar-link:hover,
	.navbar.is-transparent .navbar-link.is-active {
		background-color: transparent !important
	}

	.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
	.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,
	.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,
	.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
		background-color: transparent !important
	}

	.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
	.navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
		background-color: #f5f5f5;
		color: #0a0a0a
	}

	.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
		background-color: #f5f5f5;
		color: #485fc7
	}

	.navbar-burger {
		display: none
	}

	.navbar-item,
	.navbar-link {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.navbar-item.has-dropdown {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.navbar-item.has-dropdown-up .navbar-link::after {
		-webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
		transform: rotate(135deg) translate(0.25em, -0.25em)
	}

	.navbar-item.has-dropdown-up .navbar-dropdown {
		border-bottom: 2px solid #dbdbdb;
		border-radius: 6px 6px 0 0;
		border-top: none;
		bottom: 100%;
		-webkit-box-shadow: 0 -8px 8px rgba(10, 10, 10, .1);
		box-shadow: 0 -8px 8px rgba(10, 10, 10, .1);
		top: auto
	}

	.navbar-item.is-active .navbar-dropdown,
	.navbar-item.is-hoverable:focus .navbar-dropdown,
	.navbar-item.is-hoverable:focus-within .navbar-dropdown,
	.navbar-item.is-hoverable:hover .navbar-dropdown {
		display: block
	}

	.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
	.navbar-item.is-active .navbar-dropdown.is-boxed,
	.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
	.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
	.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
	.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
	.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
	.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.navbar-menu {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.navbar-start {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-right: auto
	}

	.navbar-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: auto
	}

	.navbar-dropdown {
		background-color: #fff;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top: 2px solid #dbdbdb;
		-webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
		box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
		display: none;
		font-size: .875rem;
		left: 0;
		min-width: 100%;
		position: absolute;
		top: 100%;
		z-index: 20
	}

	.navbar-dropdown .navbar-item {
		padding: .375rem 1rem;
		white-space: nowrap
	}

	.navbar-dropdown a.navbar-item {
		padding-right: 3rem
	}

	.navbar-dropdown a.navbar-item:focus,
	.navbar-dropdown a.navbar-item:hover {
		background-color: #f5f5f5;
		color: #0a0a0a
	}

	.navbar-dropdown a.navbar-item.is-active {
		background-color: #f5f5f5;
		color: #485fc7
	}

	.navbar.is-spaced .navbar-dropdown,
	.navbar-dropdown.is-boxed {
		border-radius: 6px;
		border-top: none;
		-webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
		box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
		display: block;
		opacity: 0;
		pointer-events: none;
		top: calc(100% + (-4px));
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		-webkit-transition-duration: 86ms;
		transition-duration: 86ms;
		-webkit-transition-property: opacity, -webkit-transform;
		transition-property: opacity, -webkit-transform;
		transition-property: opacity, transform;
		transition-property: opacity, transform, -webkit-transform
	}

	.navbar-dropdown.is-right {
		left: auto;
		right: 0
	}

	.navbar-divider {
		display: block
	}

	.navbar>.container .navbar-brand,
	.container>.navbar .navbar-brand {
		margin-left: -0.75rem
	}

	.navbar>.container .navbar-menu,
	.container>.navbar .navbar-menu {
		margin-right: -0.75rem
	}

	.navbar.is-fixed-bottom-desktop,
	.navbar.is-fixed-top-desktop {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 30
	}

	.navbar.is-fixed-bottom-desktop {
		bottom: 0
	}

	.navbar.is-fixed-bottom-desktop.has-shadow {
		-webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, .1);
		box-shadow: 0 -2px 3px rgba(10, 10, 10, .1)
	}

	.navbar.is-fixed-top-desktop {
		top: 0
	}

	html.has-navbar-fixed-top-desktop,
	body.has-navbar-fixed-top-desktop {
		padding-top: 3.25rem
	}

	html.has-navbar-fixed-bottom-desktop,
	body.has-navbar-fixed-bottom-desktop {
		padding-bottom: 3.25rem
	}

	html.has-spaced-navbar-fixed-top,
	body.has-spaced-navbar-fixed-top {
		padding-top: 5.25rem
	}

	html.has-spaced-navbar-fixed-bottom,
	body.has-spaced-navbar-fixed-bottom {
		padding-bottom: 5.25rem
	}

	a.navbar-item.is-active,
	.navbar-link.is-active {
		color: #0a0a0a
	}

	a.navbar-item.is-active:not(:focus):not(:hover),
	.navbar-link.is-active:not(:focus):not(:hover) {
		background-color: transparent
	}

	.navbar-item.has-dropdown:focus .navbar-link,
	.navbar-item.has-dropdown:hover .navbar-link,
	.navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #fafafa
	}
}

.hero.is-fullheight-with-navbar {
	min-height: calc(100vh - 3.25rem)
}

.pagination {
	font-size: 1rem;
	margin: -0.25rem
}

.pagination.is-small {
	font-size: .75rem
}

.pagination.is-medium {
	font-size: 1.25rem
}

.pagination.is-large {
	font-size: 1.5rem
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 9999px
}

.pagination.is-rounded .pagination-link {
	border-radius: 9999px
}

.pagination,
.pagination-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
	font-size: 1em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: .25rem;
	padding-left: .5em;
	padding-right: .5em;
	text-align: center
}

.pagination-previous,
.pagination-next,
.pagination-link {
	border-color: #dbdbdb;
	color: #363636;
	min-width: 2.5em
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
	border-color: #b5b5b5;
	color: #363636
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
	border-color: #485fc7
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2);
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2)
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #7a7a7a;
	opacity: .5
}

.pagination-previous,
.pagination-next {
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap
}

.pagination-link.is-current {
	background-color: #485fc7;
	border-color: #485fc7;
	color: #fff
}

.pagination-ellipsis {
	color: #b5b5b5;
	pointer-events: none
}

.pagination-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pagination-list li {
	list-style: none
}

@media screen and (max-width: 768px) {
	.pagination {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.pagination-previous,
	.pagination-next {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.pagination-list li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}
}

@media screen and (min-width: 769px),
print {
	.pagination-list {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.pagination-previous,
	.pagination-next,
	.pagination-link,
	.pagination-ellipsis {
		margin-bottom: 0;
		margin-top: 0
	}

	.pagination-previous {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.pagination-next {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.pagination {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 0;
		margin-top: 0
	}

	.pagination.is-centered .pagination-previous {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.pagination.is-centered .pagination-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.pagination.is-centered .pagination-next {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.pagination.is-right .pagination-previous {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.pagination.is-right .pagination-next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.pagination.is-right .pagination-list {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.panel {
	border-radius: 6px;
	-webkit-box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02);
	box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02);
	font-size: 1rem
}

.panel:not(:last-child) {
	margin-bottom: 1.5rem
}

.panel.is-white .panel-heading {
	background-color: #fff;
	color: #0a0a0a
}

.panel.is-white .panel-tabs a.is-active {
	border-bottom-color: #fff
}

.panel.is-white .panel-block.is-active .panel-icon {
	color: #fff
}

.panel.is-black .panel-heading {
	background-color: #0a0a0a;
	color: #fff
}

.panel.is-black .panel-tabs a.is-active {
	border-bottom-color: #0a0a0a
}

.panel.is-black .panel-block.is-active .panel-icon {
	color: #0a0a0a
}

.panel.is-light .panel-heading {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.panel.is-light .panel-tabs a.is-active {
	border-bottom-color: #f5f5f5
}

.panel.is-light .panel-block.is-active .panel-icon {
	color: #f5f5f5
}

.panel.is-dark .panel-heading {
	background-color: #363636;
	color: #fff
}

.panel.is-dark .panel-tabs a.is-active {
	border-bottom-color: #363636
}

.panel.is-dark .panel-block.is-active .panel-icon {
	color: #363636
}

.panel.is-primary .panel-heading {
	background-color: var(--primary-color);
	color: #fff
}

.panel.is-primary .panel-tabs a.is-active {
	border-bottom-color: var(--primary-color)
}

.panel.is-primary .panel-block.is-active .panel-icon {
	color: var(--primary-color)
}

.panel.is-link .panel-heading {
	background-color: #485fc7;
	color: #fff
}

.panel.is-link .panel-tabs a.is-active {
	border-bottom-color: #485fc7
}

.panel.is-link .panel-block.is-active .panel-icon {
	color: #485fc7
}

.panel.is-info .panel-heading {
	background-color: #039be5;
	color: #fff
}

.panel.is-info .panel-tabs a.is-active {
	border-bottom-color: #039be5
}

.panel.is-info .panel-block.is-active .panel-icon {
	color: #039be5
}

.panel.is-success .panel-heading {
	background-color: #06d6a0;
	color: #fff
}

.panel.is-success .panel-tabs a.is-active {
	border-bottom-color: #06d6a0
}

.panel.is-success .panel-block.is-active .panel-icon {
	color: #06d6a0
}

.panel.is-warning .panel-heading {
	background-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.panel.is-warning .panel-tabs a.is-active {
	border-bottom-color: #faae42
}

.panel.is-warning .panel-block.is-active .panel-icon {
	color: #faae42
}

.panel.is-danger .panel-heading {
	background-color: #e62965;
	color: #fff
}

.panel.is-danger .panel-tabs a.is-active {
	border-bottom-color: #e62965
}

.panel.is-danger .panel-block.is-active .panel-icon {
	color: #e62965
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
	border-bottom: 1px solid #ededed
}

.panel-heading {
	background-color: #ededed;
	border-radius: 6px 6px 0 0;
	color: #363636;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.25;
	padding: .75em 1em
}

.panel-tabs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .875em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.panel-tabs a {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: -1px;
	padding: .5em
}

.panel-tabs a.is-active {
	border-bottom-color: #4a4a4a;
	color: #363636
}

.panel-list a {
	color: #4a4a4a
}

.panel-list a:hover {
	color: #485fc7
}

.panel-block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #363636;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: .5em .75em
}

.panel-block input[type=checkbox] {
	margin-right: .75em
}

.panel-block>.control {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	width: 100%
}

.panel-block.is-wrapped {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.panel-block.is-active {
	border-left-color: #485fc7;
	color: #363636
}

.panel-block.is-active .panel-icon {
	color: #485fc7
}

.panel-block:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}

a.panel-block,
label.panel-block {
	cursor: pointer
}

a.panel-block:hover,
label.panel-block:hover {
	background-color: #f5f5f5
}

.panel-icon {
	display: inline-block;
	font-size: 14px;
	height: 1em;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 1em;
	color: #7a7a7a;
	margin-right: .75em
}

.panel-icon .fa {
	font-size: inherit;
	line-height: inherit
}

.tabs {
	-webkit-overflow-scrolling: touch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap
}

.tabs a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom-color: #dbdbdb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #4a4a4a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: -1px;
	padding: .5em 1em;
	vertical-align: top
}

.tabs a:hover {
	border-bottom-color: #363636;
	color: #363636
}

.tabs li {
	display: block
}

.tabs li.is-active a {
	border-bottom-color: #485fc7;
	color: #485fc7
}

.tabs ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom-color: #dbdbdb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.tabs ul.is-left {
	padding-right: .75em
}

.tabs ul.is-center {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: .75em;
	padding-right: .75em
}

.tabs ul.is-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: .75em
}

.tabs .icon:first-child {
	margin-right: .5em
}

.tabs .icon:last-child {
	margin-left: .5em
}

.tabs.is-centered ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tabs.is-right ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.tabs.is-boxed a {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.tabs.is-boxed a:hover {
	background-color: #f5f5f5;
	border-bottom-color: #dbdbdb
}

.tabs.is-boxed li.is-active a {
	background-color: #fff;
	border-color: #dbdbdb;
	border-bottom-color: transparent !important
}

.tabs.is-fullwidth li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.tabs.is-toggle a {
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0;
	position: relative
}

.tabs.is-toggle a:hover {
	background-color: #f5f5f5;
	border-color: #b5b5b5;
	z-index: 2
}

.tabs.is-toggle li+li {
	margin-left: -1px
}

.tabs.is-toggle li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.tabs.is-toggle li:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.tabs.is-toggle li.is-active a {
	background-color: #485fc7;
	border-color: #485fc7;
	color: #fff;
	z-index: 1
}

.tabs.is-toggle ul {
	border-bottom: none
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
	border-bottom-left-radius: 9999px;
	border-top-left-radius: 9999px;
	padding-left: 1.25em
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
	border-bottom-right-radius: 9999px;
	border-top-right-radius: 9999px;
	padding-right: 1.25em
}

.tabs.is-small {
	font-size: .75rem
}

.tabs.is-medium {
	font-size: 1.25rem
}

.tabs.is-large {
	font-size: 1.5rem
}

.column {
	display: block;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding: .75rem
}

.columns.is-mobile>.column.is-narrow {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: unset
}

.columns.is-mobile>.column.is-full {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 75%
}

.columns.is-mobile>.column.is-two-thirds {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 66.6666%
}

.columns.is-mobile>.column.is-half {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 50%
}

.columns.is-mobile>.column.is-one-third {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 33.3333%
}

.columns.is-mobile>.column.is-one-quarter {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 25%
}

.columns.is-mobile>.column.is-one-fifth {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 20%
}

.columns.is-mobile>.column.is-two-fifths {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 40%
}

.columns.is-mobile>.column.is-three-fifths {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 60%
}

.columns.is-mobile>.column.is-four-fifths {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 80%
}

.columns.is-mobile>.column.is-offset-three-quarters {
	margin-left: 75%
}

.columns.is-mobile>.column.is-offset-two-thirds {
	margin-left: 66.6666%
}

.columns.is-mobile>.column.is-offset-half {
	margin-left: 50%
}

.columns.is-mobile>.column.is-offset-one-third {
	margin-left: 33.3333%
}

.columns.is-mobile>.column.is-offset-one-quarter {
	margin-left: 25%
}

.columns.is-mobile>.column.is-offset-one-fifth {
	margin-left: 20%
}

.columns.is-mobile>.column.is-offset-two-fifths {
	margin-left: 40%
}

.columns.is-mobile>.column.is-offset-three-fifths {
	margin-left: 60%
}

.columns.is-mobile>.column.is-offset-four-fifths {
	margin-left: 80%
}

.columns.is-mobile>.column.is-0 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 0%
}

.columns.is-mobile>.column.is-offset-0 {
	margin-left: 0%
}

.columns.is-mobile>.column.is-1 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 8.33333337%
}

.columns.is-mobile>.column.is-offset-1 {
	margin-left: 8.33333337%
}

.columns.is-mobile>.column.is-2 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 16.66666674%
}

.columns.is-mobile>.column.is-offset-2 {
	margin-left: 16.66666674%
}

.columns.is-mobile>.column.is-3 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
	margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 33.33333337%
}

.columns.is-mobile>.column.is-offset-4 {
	margin-left: 33.33333337%
}

.columns.is-mobile>.column.is-5 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 41.66666674%
}

.columns.is-mobile>.column.is-offset-5 {
	margin-left: 41.66666674%
}

.columns.is-mobile>.column.is-6 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
	margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 58.33333337%
}

.columns.is-mobile>.column.is-offset-7 {
	margin-left: 58.33333337%
}

.columns.is-mobile>.column.is-8 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 66.66666674%
}

.columns.is-mobile>.column.is-offset-8 {
	margin-left: 66.66666674%
}

.columns.is-mobile>.column.is-9 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
	margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 83.33333337%
}

.columns.is-mobile>.column.is-offset-10 {
	margin-left: 83.33333337%
}

.columns.is-mobile>.column.is-11 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 91.66666674%
}

.columns.is-mobile>.column.is-offset-11 {
	margin-left: 91.66666674%
}

.columns.is-mobile>.column.is-12 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
	margin-left: 100%
}

@media screen and (max-width: 768px) {
	.column.is-narrow-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: unset
	}

	.column.is-full-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-three-quarters-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-two-thirds-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.6666%
	}

	.column.is-half-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-one-third-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.3333%
	}

	.column.is-one-quarter-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-one-fifth-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 20%
	}

	.column.is-two-fifths-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 40%
	}

	.column.is-three-fifths-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 60%
	}

	.column.is-four-fifths-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 80%
	}

	.column.is-offset-three-quarters-mobile {
		margin-left: 75%
	}

	.column.is-offset-two-thirds-mobile {
		margin-left: 66.6666%
	}

	.column.is-offset-half-mobile {
		margin-left: 50%
	}

	.column.is-offset-one-third-mobile {
		margin-left: 33.3333%
	}

	.column.is-offset-one-quarter-mobile {
		margin-left: 25%
	}

	.column.is-offset-one-fifth-mobile {
		margin-left: 20%
	}

	.column.is-offset-two-fifths-mobile {
		margin-left: 40%
	}

	.column.is-offset-three-fifths-mobile {
		margin-left: 60%
	}

	.column.is-offset-four-fifths-mobile {
		margin-left: 80%
	}

	.column.is-0-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 0%
	}

	.column.is-offset-0-mobile {
		margin-left: 0%
	}

	.column.is-1-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 8.33333337%
	}

	.column.is-offset-1-mobile {
		margin-left: 8.33333337%
	}

	.column.is-2-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 16.66666674%
	}

	.column.is-offset-2-mobile {
		margin-left: 16.66666674%
	}

	.column.is-3-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-3-mobile {
		margin-left: 25%
	}

	.column.is-4-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.33333337%
	}

	.column.is-offset-4-mobile {
		margin-left: 33.33333337%
	}

	.column.is-5-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 41.66666674%
	}

	.column.is-offset-5-mobile {
		margin-left: 41.66666674%
	}

	.column.is-6-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-offset-6-mobile {
		margin-left: 50%
	}

	.column.is-7-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 58.33333337%
	}

	.column.is-offset-7-mobile {
		margin-left: 58.33333337%
	}

	.column.is-8-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.66666674%
	}

	.column.is-offset-8-mobile {
		margin-left: 66.66666674%
	}

	.column.is-9-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-offset-9-mobile {
		margin-left: 75%
	}

	.column.is-10-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 83.33333337%
	}

	.column.is-offset-10-mobile {
		margin-left: 83.33333337%
	}

	.column.is-11-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 91.66666674%
	}

	.column.is-offset-11-mobile {
		margin-left: 91.66666674%
	}

	.column.is-12-mobile {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-offset-12-mobile {
		margin-left: 100%
	}
}

@media screen and (min-width: 769px),
print {

	.column.is-narrow,
	.column.is-narrow-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: unset
	}

	.column.is-full,
	.column.is-full-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-three-quarters,
	.column.is-three-quarters-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-two-thirds,
	.column.is-two-thirds-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.6666%
	}

	.column.is-half,
	.column.is-half-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-one-third,
	.column.is-one-third-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.3333%
	}

	.column.is-one-quarter,
	.column.is-one-quarter-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-one-fifth,
	.column.is-one-fifth-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 20%
	}

	.column.is-two-fifths,
	.column.is-two-fifths-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 40%
	}

	.column.is-three-fifths,
	.column.is-three-fifths-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 60%
	}

	.column.is-four-fifths,
	.column.is-four-fifths-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 80%
	}

	.column.is-offset-three-quarters,
	.column.is-offset-three-quarters-tablet {
		margin-left: 75%
	}

	.column.is-offset-two-thirds,
	.column.is-offset-two-thirds-tablet {
		margin-left: 66.6666%
	}

	.column.is-offset-half,
	.column.is-offset-half-tablet {
		margin-left: 50%
	}

	.column.is-offset-one-third,
	.column.is-offset-one-third-tablet {
		margin-left: 33.3333%
	}

	.column.is-offset-one-quarter,
	.column.is-offset-one-quarter-tablet {
		margin-left: 25%
	}

	.column.is-offset-one-fifth,
	.column.is-offset-one-fifth-tablet {
		margin-left: 20%
	}

	.column.is-offset-two-fifths,
	.column.is-offset-two-fifths-tablet {
		margin-left: 40%
	}

	.column.is-offset-three-fifths,
	.column.is-offset-three-fifths-tablet {
		margin-left: 60%
	}

	.column.is-offset-four-fifths,
	.column.is-offset-four-fifths-tablet {
		margin-left: 80%
	}

	.column.is-0,
	.column.is-0-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 0%
	}

	.column.is-offset-0,
	.column.is-offset-0-tablet {
		margin-left: 0%
	}

	.column.is-1,
	.column.is-1-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 8.33333337%
	}

	.column.is-offset-1,
	.column.is-offset-1-tablet {
		margin-left: 8.33333337%
	}

	.column.is-2,
	.column.is-2-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 16.66666674%
	}

	.column.is-offset-2,
	.column.is-offset-2-tablet {
		margin-left: 16.66666674%
	}

	.column.is-3,
	.column.is-3-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-3,
	.column.is-offset-3-tablet {
		margin-left: 25%
	}

	.column.is-4,
	.column.is-4-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.33333337%
	}

	.column.is-offset-4,
	.column.is-offset-4-tablet {
		margin-left: 33.33333337%
	}

	.column.is-5,
	.column.is-5-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 41.66666674%
	}

	.column.is-offset-5,
	.column.is-offset-5-tablet {
		margin-left: 41.66666674%
	}

	.column.is-6,
	.column.is-6-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-offset-6,
	.column.is-offset-6-tablet {
		margin-left: 50%
	}

	.column.is-7,
	.column.is-7-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 58.33333337%
	}

	.column.is-offset-7,
	.column.is-offset-7-tablet {
		margin-left: 58.33333337%
	}

	.column.is-8,
	.column.is-8-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.66666674%
	}

	.column.is-offset-8,
	.column.is-offset-8-tablet {
		margin-left: 66.66666674%
	}

	.column.is-9,
	.column.is-9-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-offset-9,
	.column.is-offset-9-tablet {
		margin-left: 75%
	}

	.column.is-10,
	.column.is-10-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 83.33333337%
	}

	.column.is-offset-10,
	.column.is-offset-10-tablet {
		margin-left: 83.33333337%
	}

	.column.is-11,
	.column.is-11-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 91.66666674%
	}

	.column.is-offset-11,
	.column.is-offset-11-tablet {
		margin-left: 91.66666674%
	}

	.column.is-12,
	.column.is-12-tablet {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-offset-12,
	.column.is-offset-12-tablet {
		margin-left: 100%
	}
}

@media screen and (max-width: 1023px) {
	.column.is-narrow-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: unset
	}

	.column.is-full-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-three-quarters-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-two-thirds-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.6666%
	}

	.column.is-half-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-one-third-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.3333%
	}

	.column.is-one-quarter-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-one-fifth-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 20%
	}

	.column.is-two-fifths-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 40%
	}

	.column.is-three-fifths-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 60%
	}

	.column.is-four-fifths-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 80%
	}

	.column.is-offset-three-quarters-touch {
		margin-left: 75%
	}

	.column.is-offset-two-thirds-touch {
		margin-left: 66.6666%
	}

	.column.is-offset-half-touch {
		margin-left: 50%
	}

	.column.is-offset-one-third-touch {
		margin-left: 33.3333%
	}

	.column.is-offset-one-quarter-touch {
		margin-left: 25%
	}

	.column.is-offset-one-fifth-touch {
		margin-left: 20%
	}

	.column.is-offset-two-fifths-touch {
		margin-left: 40%
	}

	.column.is-offset-three-fifths-touch {
		margin-left: 60%
	}

	.column.is-offset-four-fifths-touch {
		margin-left: 80%
	}

	.column.is-0-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 0%
	}

	.column.is-offset-0-touch {
		margin-left: 0%
	}

	.column.is-1-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 8.33333337%
	}

	.column.is-offset-1-touch {
		margin-left: 8.33333337%
	}

	.column.is-2-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 16.66666674%
	}

	.column.is-offset-2-touch {
		margin-left: 16.66666674%
	}

	.column.is-3-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-3-touch {
		margin-left: 25%
	}

	.column.is-4-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.33333337%
	}

	.column.is-offset-4-touch {
		margin-left: 33.33333337%
	}

	.column.is-5-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 41.66666674%
	}

	.column.is-offset-5-touch {
		margin-left: 41.66666674%
	}

	.column.is-6-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-offset-6-touch {
		margin-left: 50%
	}

	.column.is-7-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 58.33333337%
	}

	.column.is-offset-7-touch {
		margin-left: 58.33333337%
	}

	.column.is-8-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.66666674%
	}

	.column.is-offset-8-touch {
		margin-left: 66.66666674%
	}

	.column.is-9-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-offset-9-touch {
		margin-left: 75%
	}

	.column.is-10-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 83.33333337%
	}

	.column.is-offset-10-touch {
		margin-left: 83.33333337%
	}

	.column.is-11-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 91.66666674%
	}

	.column.is-offset-11-touch {
		margin-left: 91.66666674%
	}

	.column.is-12-touch {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-offset-12-touch {
		margin-left: 100%
	}
}

@media screen and (min-width: 1024px) {
	.column.is-narrow-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: unset
	}

	.column.is-full-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-three-quarters-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-two-thirds-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.6666%
	}

	.column.is-half-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-one-third-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.3333%
	}

	.column.is-one-quarter-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-one-fifth-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 20%
	}

	.column.is-two-fifths-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 40%
	}

	.column.is-three-fifths-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 60%
	}

	.column.is-four-fifths-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 80%
	}

	.column.is-offset-three-quarters-desktop {
		margin-left: 75%
	}

	.column.is-offset-two-thirds-desktop {
		margin-left: 66.6666%
	}

	.column.is-offset-half-desktop {
		margin-left: 50%
	}

	.column.is-offset-one-third-desktop {
		margin-left: 33.3333%
	}

	.column.is-offset-one-quarter-desktop {
		margin-left: 25%
	}

	.column.is-offset-one-fifth-desktop {
		margin-left: 20%
	}

	.column.is-offset-two-fifths-desktop {
		margin-left: 40%
	}

	.column.is-offset-three-fifths-desktop {
		margin-left: 60%
	}

	.column.is-offset-four-fifths-desktop {
		margin-left: 80%
	}

	.column.is-0-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 0%
	}

	.column.is-offset-0-desktop {
		margin-left: 0%
	}

	.column.is-1-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 8.33333337%
	}

	.column.is-offset-1-desktop {
		margin-left: 8.33333337%
	}

	.column.is-2-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 16.66666674%
	}

	.column.is-offset-2-desktop {
		margin-left: 16.66666674%
	}

	.column.is-3-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-3-desktop {
		margin-left: 25%
	}

	.column.is-4-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.33333337%
	}

	.column.is-offset-4-desktop {
		margin-left: 33.33333337%
	}

	.column.is-5-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 41.66666674%
	}

	.column.is-offset-5-desktop {
		margin-left: 41.66666674%
	}

	.column.is-6-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-offset-6-desktop {
		margin-left: 50%
	}

	.column.is-7-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 58.33333337%
	}

	.column.is-offset-7-desktop {
		margin-left: 58.33333337%
	}

	.column.is-8-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.66666674%
	}

	.column.is-offset-8-desktop {
		margin-left: 66.66666674%
	}

	.column.is-9-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-offset-9-desktop {
		margin-left: 75%
	}

	.column.is-10-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 83.33333337%
	}

	.column.is-offset-10-desktop {
		margin-left: 83.33333337%
	}

	.column.is-11-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 91.66666674%
	}

	.column.is-offset-11-desktop {
		margin-left: 91.66666674%
	}

	.column.is-12-desktop {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-offset-12-desktop {
		margin-left: 100%
	}
}

@media screen and (min-width: 1216px) {
	.column.is-narrow-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: unset
	}

	.column.is-full-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-three-quarters-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-two-thirds-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.6666%
	}

	.column.is-half-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-one-third-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.3333%
	}

	.column.is-one-quarter-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-one-fifth-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 20%
	}

	.column.is-two-fifths-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 40%
	}

	.column.is-three-fifths-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 60%
	}

	.column.is-four-fifths-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 80%
	}

	.column.is-offset-three-quarters-widescreen {
		margin-left: 75%
	}

	.column.is-offset-two-thirds-widescreen {
		margin-left: 66.6666%
	}

	.column.is-offset-half-widescreen {
		margin-left: 50%
	}

	.column.is-offset-one-third-widescreen {
		margin-left: 33.3333%
	}

	.column.is-offset-one-quarter-widescreen {
		margin-left: 25%
	}

	.column.is-offset-one-fifth-widescreen {
		margin-left: 20%
	}

	.column.is-offset-two-fifths-widescreen {
		margin-left: 40%
	}

	.column.is-offset-three-fifths-widescreen {
		margin-left: 60%
	}

	.column.is-offset-four-fifths-widescreen {
		margin-left: 80%
	}

	.column.is-0-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 0%
	}

	.column.is-offset-0-widescreen {
		margin-left: 0%
	}

	.column.is-1-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 8.33333337%
	}

	.column.is-offset-1-widescreen {
		margin-left: 8.33333337%
	}

	.column.is-2-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 16.66666674%
	}

	.column.is-offset-2-widescreen {
		margin-left: 16.66666674%
	}

	.column.is-3-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.column.is-offset-3-widescreen {
		margin-left: 25%
	}

	.column.is-4-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.33333337%
	}

	.column.is-offset-4-widescreen {
		margin-left: 33.33333337%
	}

	.column.is-5-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 41.66666674%
	}

	.column.is-offset-5-widescreen {
		margin-left: 41.66666674%
	}

	.column.is-6-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.column.is-offset-6-widescreen {
		margin-left: 50%
	}

	.column.is-7-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 58.33333337%
	}

	.column.is-offset-7-widescreen {
		margin-left: 58.33333337%
	}

	.column.is-8-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.66666674%
	}

	.column.is-offset-8-widescreen {
		margin-left: 66.66666674%
	}

	.column.is-9-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.column.is-offset-9-widescreen {
		margin-left: 75%
	}

	.column.is-10-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 83.33333337%
	}

	.column.is-offset-10-widescreen {
		margin-left: 83.33333337%
	}

	.column.is-11-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 91.66666674%
	}

	.column.is-offset-11-widescreen {
		margin-left: 91.66666674%
	}

	.column.is-12-widescreen {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}

	.column.is-offset-12-widescreen {
		margin-left: 100%
	}
}

.columns {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-top: -0.75rem
}

.columns:last-child {
	margin-bottom: -0.75rem
}

.columns:not(:last-child) {
	margin-bottom: calc(1.5rem - 0.75rem)
}

.columns.is-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.columns.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}

.columns.is-gapless>.column {
	margin: 0;
	padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
	margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
	margin-bottom: 0
}

.columns.is-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.columns.is-multiline {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.columns.is-vcentered {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (min-width: 769px),
print {
	.columns:not(.is-desktop) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.columns.is-variable {
	--columnGap: 0.75rem;
	margin-left: calc(-1 * var(--columnGap));
	margin-right: calc(-1 * var(--columnGap))
}

.columns.is-variable>.column {
	padding-left: var(--columnGap);
	padding-right: var(--columnGap)
}

.columns.is-variable.is-0 {
	--columnGap: 0rem
}

@media screen and (max-width: 768px) {
	.columns.is-variable.is-0-mobile {
		--columnGap: 0rem
	}
}

@media screen and (min-width: 769px),
print {
	.columns.is-variable.is-0-tablet {
		--columnGap: 0rem
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.columns.is-variable.is-0-tablet-only {
		--columnGap: 0rem
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-0-touch {
		--columnGap: 0rem
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-0-desktop {
		--columnGap: 0rem
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.columns.is-variable.is-0-desktop-only {
		--columnGap: 0rem
	}
}

@media screen and (min-width: 1216px) {
	.columns.is-variable.is-0-widescreen {
		--columnGap: 0rem
	}
}

.columns.is-variable.is-1 {
	--columnGap: 0.25rem
}

@media screen and (max-width: 768px) {
	.columns.is-variable.is-1-mobile {
		--columnGap: 0.25rem
	}
}

@media screen and (min-width: 769px),
print {
	.columns.is-variable.is-1-tablet {
		--columnGap: 0.25rem
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.columns.is-variable.is-1-tablet-only {
		--columnGap: 0.25rem
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-1-touch {
		--columnGap: 0.25rem
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-1-desktop {
		--columnGap: 0.25rem
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.columns.is-variable.is-1-desktop-only {
		--columnGap: 0.25rem
	}
}

@media screen and (min-width: 1216px) {
	.columns.is-variable.is-1-widescreen {
		--columnGap: 0.25rem
	}
}

.columns.is-variable.is-2 {
	--columnGap: 0.5rem
}

@media screen and (max-width: 768px) {
	.columns.is-variable.is-2-mobile {
		--columnGap: 0.5rem
	}
}

@media screen and (min-width: 769px),
print {
	.columns.is-variable.is-2-tablet {
		--columnGap: 0.5rem
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.columns.is-variable.is-2-tablet-only {
		--columnGap: 0.5rem
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-2-touch {
		--columnGap: 0.5rem
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-2-desktop {
		--columnGap: 0.5rem
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.columns.is-variable.is-2-desktop-only {
		--columnGap: 0.5rem
	}
}

@media screen and (min-width: 1216px) {
	.columns.is-variable.is-2-widescreen {
		--columnGap: 0.5rem
	}
}

.columns.is-variable.is-3 {
	--columnGap: 0.75rem
}

@media screen and (max-width: 768px) {
	.columns.is-variable.is-3-mobile {
		--columnGap: 0.75rem
	}
}

@media screen and (min-width: 769px),
print {
	.columns.is-variable.is-3-tablet {
		--columnGap: 0.75rem
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.columns.is-variable.is-3-tablet-only {
		--columnGap: 0.75rem
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-3-touch {
		--columnGap: 0.75rem
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-3-desktop {
		--columnGap: 0.75rem
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.columns.is-variable.is-3-desktop-only {
		--columnGap: 0.75rem
	}
}

@media screen and (min-width: 1216px) {
	.columns.is-variable.is-3-widescreen {
		--columnGap: 0.75rem
	}
}

.columns.is-variable.is-4 {
	--columnGap: 1rem
}

@media screen and (max-width: 768px) {
	.columns.is-variable.is-4-mobile {
		--columnGap: 1rem
	}
}

@media screen and (min-width: 769px),
print {
	.columns.is-variable.is-4-tablet {
		--columnGap: 1rem
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.columns.is-variable.is-4-tablet-only {
		--columnGap: 1rem
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-4-touch {
		--columnGap: 1rem
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-4-desktop {
		--columnGap: 1rem
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.columns.is-variable.is-4-desktop-only {
		--columnGap: 1rem
	}
}

@media screen and (min-width: 1216px) {
	.columns.is-variable.is-4-widescreen {
		--columnGap: 1rem
	}
}

.columns.is-variable.is-5 {
	--columnGap: 1.25rem
}

@media screen and (max-width: 768px) {
	.columns.is-variable.is-5-mobile {
		--columnGap: 1.25rem
	}
}

@media screen and (min-width: 769px),
print {
	.columns.is-variable.is-5-tablet {
		--columnGap: 1.25rem
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.columns.is-variable.is-5-tablet-only {
		--columnGap: 1.25rem
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-5-touch {
		--columnGap: 1.25rem
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-5-desktop {
		--columnGap: 1.25rem
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.columns.is-variable.is-5-desktop-only {
		--columnGap: 1.25rem
	}
}

@media screen and (min-width: 1216px) {
	.columns.is-variable.is-5-widescreen {
		--columnGap: 1.25rem
	}
}

.columns.is-variable.is-6 {
	--columnGap: 1.5rem
}

@media screen and (max-width: 768px) {
	.columns.is-variable.is-6-mobile {
		--columnGap: 1.5rem
	}
}

@media screen and (min-width: 769px),
print {
	.columns.is-variable.is-6-tablet {
		--columnGap: 1.5rem
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.columns.is-variable.is-6-tablet-only {
		--columnGap: 1.5rem
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-6-touch {
		--columnGap: 1.5rem
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-6-desktop {
		--columnGap: 1.5rem
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.columns.is-variable.is-6-desktop-only {
		--columnGap: 1.5rem
	}
}

@media screen and (min-width: 1216px) {
	.columns.is-variable.is-6-widescreen {
		--columnGap: 1.5rem
	}
}

.columns.is-variable.is-7 {
	--columnGap: 1.75rem
}

@media screen and (max-width: 768px) {
	.columns.is-variable.is-7-mobile {
		--columnGap: 1.75rem
	}
}

@media screen and (min-width: 769px),
print {
	.columns.is-variable.is-7-tablet {
		--columnGap: 1.75rem
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.columns.is-variable.is-7-tablet-only {
		--columnGap: 1.75rem
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-7-touch {
		--columnGap: 1.75rem
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-7-desktop {
		--columnGap: 1.75rem
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.columns.is-variable.is-7-desktop-only {
		--columnGap: 1.75rem
	}
}

@media screen and (min-width: 1216px) {
	.columns.is-variable.is-7-widescreen {
		--columnGap: 1.75rem
	}
}

.columns.is-variable.is-8 {
	--columnGap: 2rem
}

@media screen and (max-width: 768px) {
	.columns.is-variable.is-8-mobile {
		--columnGap: 2rem
	}
}

@media screen and (min-width: 769px),
print {
	.columns.is-variable.is-8-tablet {
		--columnGap: 2rem
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.columns.is-variable.is-8-tablet-only {
		--columnGap: 2rem
	}
}

@media screen and (max-width: 1023px) {
	.columns.is-variable.is-8-touch {
		--columnGap: 2rem
	}
}

@media screen and (min-width: 1024px) {
	.columns.is-variable.is-8-desktop {
		--columnGap: 2rem
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.columns.is-variable.is-8-desktop-only {
		--columnGap: 2rem
	}
}

@media screen and (min-width: 1216px) {
	.columns.is-variable.is-8-widescreen {
		--columnGap: 2rem
	}
}

.tile {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: block;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	min-height: -webkit-min-content;
	min-height: -moz-min-content;
	min-height: min-content
}

.tile.is-ancestor {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-top: -0.75rem
}

.tile.is-ancestor:last-child {
	margin-bottom: -0.75rem
}

.tile.is-ancestor:not(:last-child) {
	margin-bottom: .75rem
}

.tile.is-child {
	margin: 0 !important
}

.tile.is-parent {
	padding: .75rem
}

.tile.is-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
	margin-bottom: 1.5rem !important
}

@media screen and (min-width: 769px),
print {
	.tile:not(.is-child) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.tile.is-1 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 8.33333337%
	}

	.tile.is-2 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 16.66666674%
	}

	.tile.is-3 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 25%
	}

	.tile.is-4 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 33.33333337%
	}

	.tile.is-5 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 41.66666674%
	}

	.tile.is-6 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.tile.is-7 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 58.33333337%
	}

	.tile.is-8 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 66.66666674%
	}

	.tile.is-9 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 75%
	}

	.tile.is-10 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 83.33333337%
	}

	.tile.is-11 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 91.66666674%
	}

	.tile.is-12 {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}
}

.has-text-white {
	color: #fff !important
}

a.has-text-white:hover,
a.has-text-white:focus {
	color: #e6e6e6 !important
}

.has-background-white {
	background-color: #fff !important
}

.has-text-black {
	color: #0a0a0a !important
}

a.has-text-black:hover,
a.has-text-black:focus {
	color: #000 !important
}

.has-background-black {
	background-color: #0a0a0a !important
}

.has-text-light {
	color: #f5f5f5 !important
}

a.has-text-light:hover,
a.has-text-light:focus {
	color: #dbdbdb !important
}

.has-background-light {
	background-color: #f5f5f5 !important
}

.has-text-dark {
	color: #363636 !important
}

a.has-text-dark:hover,
a.has-text-dark:focus {
	color: #1c1c1c !important
}

.has-background-dark {
	background-color: #363636 !important
}

.has-text-primary {
	color: var(--primary-color) !important
}

a.has-text-primary:hover,
a.has-text-primary:focus {
	color: #50169c !important
}

.has-background-primary {
	background-color: var(--primary-color) !important
}

.has-text-primary-light {
	color: #f4edfd !important
}

a.has-text-primary-light:hover,
a.has-text-primary-light:focus {
	color: #d8c0f6 !important
}

.has-background-primary-light {
	background-color: #f4edfd !important
}

.has-text-primary-dark {
	color: var(--primary-color) !important
}

a.has-text-primary-dark:hover,
a.has-text-primary-dark:focus {
	color: #9455e7 !important
}

.has-background-primary-dark {
	background-color: var(--primary-color) !important
}

.has-text-link {
	color: #485fc7 !important
}

a.has-text-link:hover,
a.has-text-link:focus {
	color: #3449a8 !important
}

.has-background-link {
	background-color: #485fc7 !important
}

.has-text-link-light {
	color: #eff1fa !important
}

a.has-text-link-light:hover,
a.has-text-link-light:focus {
	color: #c8cfee !important
}

.has-background-link-light {
	background-color: #eff1fa !important
}

.has-text-link-dark {
	color: #3850b7 !important
}

a.has-text-link-dark:hover,
a.has-text-link-dark:focus {
	color: #576dcb !important
}

.has-background-link-dark {
	background-color: #3850b7 !important
}

.has-text-info {
	color: #039be5 !important
}

a.has-text-info:hover,
a.has-text-info:focus {
	color: #0279b3 !important
}

.has-background-info {
	background-color: #039be5 !important
}

.has-text-info-light {
	color: #ebf8ff !important
}

a.has-text-info-light:hover,
a.has-text-info-light:focus {
	color: #b9e7fe !important
}

.has-background-info-light {
	background-color: #ebf8ff !important
}

.has-text-info-dark {
	color: #0385c4 !important
}

a.has-text-info-dark:hover,
a.has-text-info-dark:focus {
	color: #03a7f7 !important
}

.has-background-info-dark {
	background-color: #0385c4 !important
}

.has-text-success {
	color: #06d6a0 !important
}

a.has-text-success:hover,
a.has-text-success:focus {
	color: #05a47b !important
}

.has-background-success {
	background-color: #06d6a0 !important
}

.has-text-success-light {
	color: #ebfef9 !important
}

a.has-text-success-light:hover,
a.has-text-success-light:focus {
	color: #bafdec !important
}

.has-background-success-light {
	background-color: #ebfef9 !important
}

.has-text-success-dark {
	color: #04906c !important
}

a.has-text-success-dark:hover,
a.has-text-success-dark:focus {
	color: #05c191 !important
}

.has-background-success-dark {
	background-color: #04906c !important
}

.has-text-warning {
	color: #faae42 !important
}

a.has-text-warning:hover,
a.has-text-warning:focus {
	color: #f99910 !important
}

.has-background-warning {
	background-color: #faae42 !important
}

.has-text-warning-light {
	color: #fef6eb !important
}

a.has-text-warning-light:hover,
a.has-text-warning-light:focus {
	color: #fde1b9 !important
}

.has-background-warning-light {
	background-color: #fef6eb !important
}

.has-text-warning-dark {
	color: #905604 !important
}

a.has-text-warning-dark:hover,
a.has-text-warning-dark:focus {
	color: #c27405 !important
}

.has-background-warning-dark {
	background-color: #905604 !important
}

.has-text-danger {
	color: #e62965 !important
}

a.has-text-danger:hover,
a.has-text-danger:focus {
	color: #c5174e !important
}

.has-background-danger {
	background-color: #e62965 !important
}

.has-text-danger-light {
	color: #fdedf2 !important
}

a.has-text-danger-light:hover,
a.has-text-danger-light:focus {
	color: #f8bfd1 !important
}

.has-background-danger-light {
	background-color: #fdedf2 !important
}

.has-text-danger-dark {
	color: #d21953 !important
}

a.has-text-danger-dark:hover,
a.has-text-danger-dark:focus {
	color: #e8366e !important
}

.has-background-danger-dark {
	background-color: #d21953 !important
}

.has-text-black-bis {
	color: #121212 !important
}

.has-background-black-bis {
	background-color: #121212 !important
}

.has-text-black-ter {
	color: #242424 !important
}

.has-background-black-ter {
	background-color: #242424 !important
}

.has-text-grey-darker {
	color: #363636 !important
}

.has-background-grey-darker {
	background-color: #363636 !important
}

.has-text-grey-dark {
	color: #4a4a4a !important
}

.has-background-grey-dark {
	background-color: #4a4a4a !important
}

.has-text-grey {
	color: #7a7a7a !important
}

.has-background-grey {
	background-color: #7a7a7a !important
}

.has-text-grey-light {
	color: #b5b5b5 !important
}

.has-background-grey-light {
	background-color: #b5b5b5 !important
}

.has-text-grey-lighter {
	color: #dbdbdb !important
}

.has-background-grey-lighter {
	background-color: #dbdbdb !important
}

.has-text-white-ter {
	color: #f5f5f5 !important
}

.has-background-white-ter {
	background-color: #f5f5f5 !important
}

.has-text-white-bis {
	color: #fafafa !important
}

.has-background-white-bis {
	background-color: #fafafa !important
}

.is-flex-direction-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.is-flex-direction-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.is-flex-direction-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.is-flex-direction-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.is-flex-wrap-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.is-flex-wrap-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.is-flex-wrap-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.is-justify-content-flex-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.is-justify-content-flex-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.is-justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.is-justify-content-space-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.is-justify-content-space-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.is-justify-content-space-evenly {
	-webkit-box-pack: space-evenly !important;
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important
}

.is-justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: start !important
}

.is-justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: end !important
}

.is-justify-content-left {
	-webkit-box-pack: left !important;
	-ms-flex-pack: left !important;
	justify-content: left !important
}

.is-justify-content-right {
	-webkit-box-pack: right !important;
	-ms-flex-pack: right !important;
	justify-content: right !important
}

.is-align-content-flex-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.is-align-content-flex-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.is-align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.is-align-content-space-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.is-align-content-space-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.is-align-content-space-evenly {
	-ms-flex-line-pack: space-evenly !important;
	align-content: space-evenly !important
}

.is-align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.is-align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: start !important
}

.is-align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: end !important
}

.is-align-content-baseline {
	-ms-flex-line-pack: baseline !important;
	align-content: baseline !important
}

.is-align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.is-align-items-flex-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.is-align-items-flex-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.is-align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.is-align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.is-align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: start !important
}

.is-align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: end !important
}

.is-align-items-self-start {
	-webkit-box-align: self-start !important;
	-ms-flex-align: self-start !important;
	align-items: self-start !important
}

.is-align-items-self-end {
	-webkit-box-align: self-end !important;
	-ms-flex-align: self-end !important;
	align-items: self-end !important
}

.is-align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.is-align-self-flex-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.is-align-self-flex-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.is-align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.is-align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.is-align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

.is-flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

.is-flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

.is-flex-grow-2 {
	-webkit-box-flex: 2 !important;
	-ms-flex-positive: 2 !important;
	flex-grow: 2 !important
}

.is-flex-grow-3 {
	-webkit-box-flex: 3 !important;
	-ms-flex-positive: 3 !important;
	flex-grow: 3 !important
}

.is-flex-grow-4 {
	-webkit-box-flex: 4 !important;
	-ms-flex-positive: 4 !important;
	flex-grow: 4 !important
}

.is-flex-grow-5 {
	-webkit-box-flex: 5 !important;
	-ms-flex-positive: 5 !important;
	flex-grow: 5 !important
}

.is-flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

.is-flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

.is-flex-shrink-2 {
	-ms-flex-negative: 2 !important;
	flex-shrink: 2 !important
}

.is-flex-shrink-3 {
	-ms-flex-negative: 3 !important;
	flex-shrink: 3 !important
}

.is-flex-shrink-4 {
	-ms-flex-negative: 4 !important;
	flex-shrink: 4 !important
}

.is-flex-shrink-5 {
	-ms-flex-negative: 5 !important;
	flex-shrink: 5 !important
}

.is-clearfix::after {
	clear: both;
	content: " ";
	display: table
}

.is-pulled-left {
	float: left !important
}

.is-pulled-right {
	float: right !important
}

.is-radiusless {
	border-radius: 0 !important
}

.is-shadowless {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.is-clickable {
	cursor: pointer !important;
	pointer-events: all !important
}

.is-clipped {
	overflow: hidden !important
}

.is-relative {
	position: relative !important
}

.is-marginless {
	margin: 0 !important
}

.is-paddingless {
	padding: 0 !important
}

.m-0 {
	margin: 0 !important
}

.mt-0 {
	margin-top: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mr-1 {
	margin-right: .25rem !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.ml-1 {
	margin-left: .25rem !important
}

.mx-1 {
	margin-left: .25rem !important;
	margin-right: .25rem !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mr-2 {
	margin-right: .5rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.ml-2 {
	margin-left: .5rem !important
}

.mx-2 {
	margin-left: .5rem !important;
	margin-right: .5rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.m-3 {
	margin: .75rem !important
}

.mt-3 {
	margin-top: .75rem !important
}

.mr-3 {
	margin-right: .75rem !important
}

.mb-3 {
	margin-bottom: .75rem !important
}

.ml-3 {
	margin-left: .75rem !important
}

.mx-3 {
	margin-left: .75rem !important;
	margin-right: .75rem !important
}

.my-3 {
	margin-top: .75rem !important;
	margin-bottom: .75rem !important
}

.m-4 {
	margin: 1rem !important
}

.mt-4 {
	margin-top: 1rem !important
}

.mr-4 {
	margin-right: 1rem !important
}

.mb-4 {
	margin-bottom: 1rem !important
}

.ml-4 {
	margin-left: 1rem !important
}

.mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}

.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.m-5 {
	margin: 1.5rem !important
}

.mt-5 {
	margin-top: 1.5rem !important
}

.mr-5 {
	margin-right: 1.5rem !important
}

.mb-5 {
	margin-bottom: 1.5rem !important
}

.ml-5 {
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}

.my-5 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.m-6 {
	margin: 3rem !important
}

.mt-6 {
	margin-top: 3rem !important
}

.mr-6 {
	margin-right: 3rem !important
}

.mb-6 {
	margin-bottom: 3rem !important
}

.ml-6 {
	margin-left: 3rem !important
}

.mx-6 {
	margin-left: 3rem !important;
	margin-right: 3rem !important
}

.my-6 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto {
	margin-top: auto !important
}

.mr-auto {
	margin-right: auto !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ml-auto {
	margin-left: auto !important
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.p-0 {
	padding: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pr-1 {
	padding-right: .25rem !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pl-1 {
	padding-left: .25rem !important
}

.px-1 {
	padding-left: .25rem !important;
	padding-right: .25rem !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pr-2 {
	padding-right: .5rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pl-2 {
	padding-left: .5rem !important
}

.px-2 {
	padding-left: .5rem !important;
	padding-right: .5rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.p-3 {
	padding: .75rem !important
}

.pt-3 {
	padding-top: .75rem !important
}

.pr-3 {
	padding-right: .75rem !important
}

.pb-3 {
	padding-bottom: .75rem !important
}

.pl-3 {
	padding-left: .75rem !important
}

.px-3 {
	padding-left: .75rem !important;
	padding-right: .75rem !important
}

.py-3 {
	padding-top: .75rem !important;
	padding-bottom: .75rem !important
}

.p-4 {
	padding: 1rem !important
}

.pt-4 {
	padding-top: 1rem !important
}

.pr-4 {
	padding-right: 1rem !important
}

.pb-4 {
	padding-bottom: 1rem !important
}

.pl-4 {
	padding-left: 1rem !important
}

.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}

.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.p-5 {
	padding: 1.5rem !important
}

.pt-5 {
	padding-top: 1.5rem !important
}

.pr-5 {
	padding-right: 1.5rem !important
}

.pb-5 {
	padding-bottom: 1.5rem !important
}

.pl-5 {
	padding-left: 1.5rem !important
}

.px-5 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}

.py-5 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.p-6 {
	padding: 3rem !important
}

.pt-6 {
	padding-top: 3rem !important
}

.pr-6 {
	padding-right: 3rem !important
}

.pb-6 {
	padding-bottom: 3rem !important
}

.pl-6 {
	padding-left: 3rem !important
}

.px-6 {
	padding-left: 3rem !important;
	padding-right: 3rem !important
}

.py-6 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.p-auto {
	padding: auto !important
}

.pt-auto {
	padding-top: auto !important
}

.pr-auto {
	padding-right: auto !important
}

.pb-auto {
	padding-bottom: auto !important
}

.pl-auto {
	padding-left: auto !important
}

.px-auto {
	padding-left: auto !important;
	padding-right: auto !important
}

.py-auto {
	padding-top: auto !important;
	padding-bottom: auto !important
}

.is-size-1 {
	font-size: 3rem !important
}

.is-size-2 {
	font-size: 2.5rem !important
}

.is-size-3 {
	font-size: 2rem !important
}

.is-size-4 {
	font-size: 1.5rem !important
}

.is-size-5 {
	font-size: 1.25rem !important
}

.is-size-6 {
	font-size: 1rem !important
}

.is-size-7 {
	font-size: .75rem !important
}

@media screen and (max-width: 768px) {
	.is-size-1-mobile {
		font-size: 3rem !important
	}

	.is-size-2-mobile {
		font-size: 2.5rem !important
	}

	.is-size-3-mobile {
		font-size: 2rem !important
	}

	.is-size-4-mobile {
		font-size: 1.5rem !important
	}

	.is-size-5-mobile {
		font-size: 1.25rem !important
	}

	.is-size-6-mobile {
		font-size: 1rem !important
	}

	.is-size-7-mobile {
		font-size: .75rem !important
	}
}

@media screen and (min-width: 769px),
print {
	.is-size-1-tablet {
		font-size: 3rem !important
	}

	.is-size-2-tablet {
		font-size: 2.5rem !important
	}

	.is-size-3-tablet {
		font-size: 2rem !important
	}

	.is-size-4-tablet {
		font-size: 1.5rem !important
	}

	.is-size-5-tablet {
		font-size: 1.25rem !important
	}

	.is-size-6-tablet {
		font-size: 1rem !important
	}

	.is-size-7-tablet {
		font-size: .75rem !important
	}
}

@media screen and (max-width: 1023px) {
	.is-size-1-touch {
		font-size: 3rem !important
	}

	.is-size-2-touch {
		font-size: 2.5rem !important
	}

	.is-size-3-touch {
		font-size: 2rem !important
	}

	.is-size-4-touch {
		font-size: 1.5rem !important
	}

	.is-size-5-touch {
		font-size: 1.25rem !important
	}

	.is-size-6-touch {
		font-size: 1rem !important
	}

	.is-size-7-touch {
		font-size: .75rem !important
	}
}

@media screen and (min-width: 1024px) {
	.is-size-1-desktop {
		font-size: 3rem !important
	}

	.is-size-2-desktop {
		font-size: 2.5rem !important
	}

	.is-size-3-desktop {
		font-size: 2rem !important
	}

	.is-size-4-desktop {
		font-size: 1.5rem !important
	}

	.is-size-5-desktop {
		font-size: 1.25rem !important
	}

	.is-size-6-desktop {
		font-size: 1rem !important
	}

	.is-size-7-desktop {
		font-size: .75rem !important
	}
}

@media screen and (min-width: 1216px) {
	.is-size-1-widescreen {
		font-size: 3rem !important
	}

	.is-size-2-widescreen {
		font-size: 2.5rem !important
	}

	.is-size-3-widescreen {
		font-size: 2rem !important
	}

	.is-size-4-widescreen {
		font-size: 1.5rem !important
	}

	.is-size-5-widescreen {
		font-size: 1.25rem !important
	}

	.is-size-6-widescreen {
		font-size: 1rem !important
	}

	.is-size-7-widescreen {
		font-size: .75rem !important
	}
}

.has-text-centered {
	text-align: center !important
}

.has-text-justified {
	text-align: justify !important
}

.has-text-left {
	text-align: left !important
}

.has-text-right {
	text-align: right !important
}

@media screen and (max-width: 768px) {
	.has-text-centered-mobile {
		text-align: center !important
	}
}

@media screen and (min-width: 769px),
print {
	.has-text-centered-tablet {
		text-align: center !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.has-text-centered-tablet-only {
		text-align: center !important
	}
}

@media screen and (max-width: 1023px) {
	.has-text-centered-touch {
		text-align: center !important
	}
}

@media screen and (min-width: 1024px) {
	.has-text-centered-desktop {
		text-align: center !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.has-text-centered-desktop-only {
		text-align: center !important
	}
}

@media screen and (min-width: 1216px) {
	.has-text-centered-widescreen {
		text-align: center !important
	}
}

@media screen and (max-width: 768px) {
	.has-text-justified-mobile {
		text-align: justify !important
	}
}

@media screen and (min-width: 769px),
print {
	.has-text-justified-tablet {
		text-align: justify !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.has-text-justified-tablet-only {
		text-align: justify !important
	}
}

@media screen and (max-width: 1023px) {
	.has-text-justified-touch {
		text-align: justify !important
	}
}

@media screen and (min-width: 1024px) {
	.has-text-justified-desktop {
		text-align: justify !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.has-text-justified-desktop-only {
		text-align: justify !important
	}
}

@media screen and (min-width: 1216px) {
	.has-text-justified-widescreen {
		text-align: justify !important
	}
}

@media screen and (max-width: 768px) {
	.has-text-left-mobile {
		text-align: left !important
	}
}

@media screen and (min-width: 769px),
print {
	.has-text-left-tablet {
		text-align: left !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.has-text-left-tablet-only {
		text-align: left !important
	}
}

@media screen and (max-width: 1023px) {
	.has-text-left-touch {
		text-align: left !important
	}
}

@media screen and (min-width: 1024px) {
	.has-text-left-desktop {
		text-align: left !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.has-text-left-desktop-only {
		text-align: left !important
	}
}

@media screen and (min-width: 1216px) {
	.has-text-left-widescreen {
		text-align: left !important
	}
}

@media screen and (max-width: 768px) {
	.has-text-right-mobile {
		text-align: right !important
	}
}

@media screen and (min-width: 769px),
print {
	.has-text-right-tablet {
		text-align: right !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.has-text-right-tablet-only {
		text-align: right !important
	}
}

@media screen and (max-width: 1023px) {
	.has-text-right-touch {
		text-align: right !important
	}
}

@media screen and (min-width: 1024px) {
	.has-text-right-desktop {
		text-align: right !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.has-text-right-desktop-only {
		text-align: right !important
	}
}

@media screen and (min-width: 1216px) {
	.has-text-right-widescreen {
		text-align: right !important
	}
}

.is-capitalized {
	text-transform: capitalize !important
}

.is-lowercase {
	text-transform: lowercase !important
}

.is-uppercase {
	text-transform: uppercase !important
}

.is-italic {
	font-style: italic !important
}

.is-underlined {
	text-decoration: underline !important
}

.has-text-weight-light {
	font-weight: 300 !important
}

.has-text-weight-normal {
	font-weight: 400 !important
}

.has-text-weight-medium {
	font-weight: 500 !important
}

.has-text-weight-semibold {
	font-weight: 600 !important
}

.has-text-weight-bold {
	font-weight: 700 !important
}

.is-family-primary {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important
}

.is-family-secondary {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important
}

.is-family-sans-serif {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important
}

.is-family-monospace {
	font-family: monospace !important
}

.is-family-code {
	font-family: monospace !important
}

.is-block {
	display: block !important
}

@media screen and (max-width: 768px) {
	.is-block-mobile {
		display: block !important
	}
}

@media screen and (min-width: 769px),
print {
	.is-block-tablet {
		display: block !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.is-block-tablet-only {
		display: block !important
	}
}

@media screen and (max-width: 1023px) {
	.is-block-touch {
		display: block !important
	}
}

@media screen and (min-width: 1024px) {
	.is-block-desktop {
		display: block !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.is-block-desktop-only {
		display: block !important
	}
}

@media screen and (min-width: 1216px) {
	.is-block-widescreen {
		display: block !important
	}
}

.is-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

@media screen and (max-width: 768px) {
	.is-flex-mobile {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media screen and (min-width: 769px),
print {
	.is-flex-tablet {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.is-flex-tablet-only {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media screen and (max-width: 1023px) {
	.is-flex-touch {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media screen and (min-width: 1024px) {
	.is-flex-desktop {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.is-flex-desktop-only {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media screen and (min-width: 1216px) {
	.is-flex-widescreen {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

.is-inline {
	display: inline !important
}

@media screen and (max-width: 768px) {
	.is-inline-mobile {
		display: inline !important
	}
}

@media screen and (min-width: 769px),
print {
	.is-inline-tablet {
		display: inline !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.is-inline-tablet-only {
		display: inline !important
	}
}

@media screen and (max-width: 1023px) {
	.is-inline-touch {
		display: inline !important
	}
}

@media screen and (min-width: 1024px) {
	.is-inline-desktop {
		display: inline !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.is-inline-desktop-only {
		display: inline !important
	}
}

@media screen and (min-width: 1216px) {
	.is-inline-widescreen {
		display: inline !important
	}
}

.is-inline-block {
	display: inline-block !important
}

@media screen and (max-width: 768px) {
	.is-inline-block-mobile {
		display: inline-block !important
	}
}

@media screen and (min-width: 769px),
print {
	.is-inline-block-tablet {
		display: inline-block !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.is-inline-block-tablet-only {
		display: inline-block !important
	}
}

@media screen and (max-width: 1023px) {
	.is-inline-block-touch {
		display: inline-block !important
	}
}

@media screen and (min-width: 1024px) {
	.is-inline-block-desktop {
		display: inline-block !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.is-inline-block-desktop-only {
		display: inline-block !important
	}
}

@media screen and (min-width: 1216px) {
	.is-inline-block-widescreen {
		display: inline-block !important
	}
}

.is-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media screen and (max-width: 768px) {
	.is-inline-flex-mobile {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media screen and (min-width: 769px),
print {
	.is-inline-flex-tablet {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.is-inline-flex-tablet-only {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media screen and (max-width: 1023px) {
	.is-inline-flex-touch {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media screen and (min-width: 1024px) {
	.is-inline-flex-desktop {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.is-inline-flex-desktop-only {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media screen and (min-width: 1216px) {
	.is-inline-flex-widescreen {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.is-hidden {
	display: none !important
}

.is-sr-only {
	border: none !important;
	clip: rect(0, 0, 0, 0) !important;
	height: .01em !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: .01em !important
}

@media screen and (max-width: 768px) {
	.is-hidden-mobile {
		display: none !important
	}
}

@media screen and (min-width: 769px),
print {
	.is-hidden-tablet {
		display: none !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.is-hidden-tablet-only {
		display: none !important
	}
}

@media screen and (max-width: 1023px) {
	.is-hidden-touch {
		display: none !important
	}
}

@media screen and (min-width: 1024px) {
	.is-hidden-desktop {
		display: none !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.is-hidden-desktop-only {
		display: none !important
	}
}

@media screen and (min-width: 1216px) {
	.is-hidden-widescreen {
		display: none !important
	}
}

.is-invisible {
	visibility: hidden !important
}

@media screen and (max-width: 768px) {
	.is-invisible-mobile {
		visibility: hidden !important
	}
}

@media screen and (min-width: 769px),
print {
	.is-invisible-tablet {
		visibility: hidden !important
	}
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
	.is-invisible-tablet-only {
		visibility: hidden !important
	}
}

@media screen and (max-width: 1023px) {
	.is-invisible-touch {
		visibility: hidden !important
	}
}

@media screen and (min-width: 1024px) {
	.is-invisible-desktop {
		visibility: hidden !important
	}
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
	.is-invisible-desktop-only {
		visibility: hidden !important
	}
}

@media screen and (min-width: 1216px) {
	.is-invisible-widescreen {
		visibility: hidden !important
	}
}

.hero {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hero .navbar {
	background: none
}

.hero .tabs ul {
	border-bottom: none
}

.hero.is-white {
	background-color: #fff;
	color: #0a0a0a
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
	color: inherit
}

.hero.is-white .title {
	color: #0a0a0a
}

.hero.is-white .subtitle {
	color: rgba(10, 10, 10, .9)
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
	color: #0a0a0a
}

@media screen and (max-width: 1023px) {
	.hero.is-white .navbar-menu {
		background-color: #fff
	}
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
	color: rgba(10, 10, 10, .7)
}

.hero.is-white a.navbar-item:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
	background-color: #f2f2f2;
	color: #0a0a0a
}

.hero.is-white .tabs a {
	color: #0a0a0a;
	opacity: .9
}

.hero.is-white .tabs a:hover {
	opacity: 1
}

.hero.is-white .tabs li.is-active a {
	color: #fff !important;
	opacity: 1
}

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
	color: #0a0a0a
}

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff
}

.hero.is-white.is-bold {
	background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%)
}

@media screen and (max-width: 768px) {
	.hero.is-white.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%)
	}
}

.hero.is-black {
	background-color: #0a0a0a;
	color: #fff
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
	color: inherit
}

.hero.is-black .title {
	color: #fff
}

.hero.is-black .subtitle {
	color: rgba(255, 255, 255, .9)
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
	color: #fff
}

@media screen and (max-width: 1023px) {
	.hero.is-black .navbar-menu {
		background-color: #0a0a0a
	}
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
	color: rgba(255, 255, 255, .7)
}

.hero.is-black a.navbar-item:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
	background-color: #000;
	color: #fff
}

.hero.is-black .tabs a {
	color: #fff;
	opacity: .9
}

.hero.is-black .tabs a:hover {
	opacity: 1
}

.hero.is-black .tabs li.is-active a {
	color: #0a0a0a !important;
	opacity: 1
}

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
	color: #fff
}

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a
}

.hero.is-black.is-bold {
	background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%)
}

@media screen and (max-width: 768px) {
	.hero.is-black.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%)
	}
}

.hero.is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
	color: inherit
}

.hero.is-light .title {
	color: rgba(0, 0, 0, .7)
}

.hero.is-light .subtitle {
	color: rgba(0, 0, 0, .9)
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
	color: rgba(0, 0, 0, .7)
}

@media screen and (max-width: 1023px) {
	.hero.is-light .navbar-menu {
		background-color: #f5f5f5
	}
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
	color: rgba(0, 0, 0, .7)
}

.hero.is-light a.navbar-item:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
	background-color: #e8e8e8;
	color: rgba(0, 0, 0, .7)
}

.hero.is-light .tabs a {
	color: rgba(0, 0, 0, .7);
	opacity: .9
}

.hero.is-light .tabs a:hover {
	opacity: 1
}

.hero.is-light .tabs li.is-active a {
	color: #f5f5f5 !important;
	opacity: 1
}

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
	color: rgba(0, 0, 0, .7)
}

.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
	background-color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .7);
	color: #f5f5f5
}

.hero.is-light.is-bold {
	background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%)
}

@media screen and (max-width: 768px) {
	.hero.is-light.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%)
	}
}

.hero.is-dark {
	background-color: #363636;
	color: #fff
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
	color: inherit
}

.hero.is-dark .title {
	color: #fff
}

.hero.is-dark .subtitle {
	color: rgba(255, 255, 255, .9)
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
	color: #fff
}

@media screen and (max-width: 1023px) {
	.hero.is-dark .navbar-menu {
		background-color: #363636
	}
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
	color: rgba(255, 255, 255, .7)
}

.hero.is-dark a.navbar-item:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
	background-color: #292929;
	color: #fff
}

.hero.is-dark .tabs a {
	color: #fff;
	opacity: .9
}

.hero.is-dark .tabs a:hover {
	opacity: 1
}

.hero.is-dark .tabs li.is-active a {
	color: #363636 !important;
	opacity: 1
}

.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
	color: #fff
}

.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #363636
}

.hero.is-dark.is-bold {
	background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)
}

@media screen and (max-width: 768px) {
	.hero.is-dark.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)
	}
}

.hero.is-primary {
	background-color: var(--primary-color);
	color: #fff
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
	color: inherit
}

.hero.is-primary .title {
	color: #fff
}

.hero.is-primary .subtitle {
	color: rgba(255, 255, 255, .9)
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
	color: #fff
}

@media screen and (max-width: 1023px) {
	.hero.is-primary .navbar-menu {
		background-color: var(--primary-color)
	}
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
	color: rgba(255, 255, 255, .7)
}

.hero.is-primary a.navbar-item:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
	background-color: #5c19b3;
	color: #fff
}

.hero.is-primary .tabs a {
	color: #fff;
	opacity: .9
}

.hero.is-primary .tabs a:hover {
	opacity: 1
}

.hero.is-primary .tabs li.is-active a {
	color: var(--primary-color) !important;
	opacity: 1
}

.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
	color: #fff
}

.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--primary-color)
}

.hero.is-primary.is-bold {
	background-image: linear-gradient(141deg, #350da5 0%, var(--primary-color) 71%, #9419e6 100%)
}

@media screen and (max-width: 768px) {
	.hero.is-primary.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #350da5 0%, var(--primary-color) 71%, #9419e6 100%)
	}
}

.hero.is-link {
	background-color: #485fc7;
	color: #fff
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
	color: inherit
}

.hero.is-link .title {
	color: #fff
}

.hero.is-link .subtitle {
	color: rgba(255, 255, 255, .9)
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
	color: #fff
}

@media screen and (max-width: 1023px) {
	.hero.is-link .navbar-menu {
		background-color: #485fc7
	}
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
	color: rgba(255, 255, 255, .7)
}

.hero.is-link a.navbar-item:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
	background-color: #3a51bb;
	color: #fff
}

.hero.is-link .tabs a {
	color: #fff;
	opacity: .9
}

.hero.is-link .tabs a:hover {
	opacity: 1
}

.hero.is-link .tabs li.is-active a {
	color: #485fc7 !important;
	opacity: 1
}

.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
	color: #fff
}

.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-link .tabs.is-boxed li.is-active a,
.hero.is-link .tabs.is-boxed li.is-active a:hover,
.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #485fc7
}

.hero.is-link.is-bold {
	background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%)
}

@media screen and (max-width: 768px) {
	.hero.is-link.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%)
	}
}

.hero.is-info {
	background-color: #039be5;
	color: #fff
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
	color: inherit
}

.hero.is-info .title {
	color: #fff
}

.hero.is-info .subtitle {
	color: rgba(255, 255, 255, .9)
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
	color: #fff
}

@media screen and (max-width: 1023px) {
	.hero.is-info .navbar-menu {
		background-color: #039be5
	}
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
	color: rgba(255, 255, 255, .7)
}

.hero.is-info a.navbar-item:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
	background-color: #038acc;
	color: #fff
}

.hero.is-info .tabs a {
	color: #fff;
	opacity: .9
}

.hero.is-info .tabs a:hover {
	opacity: 1
}

.hero.is-info .tabs li.is-active a {
	color: #039be5 !important;
	opacity: 1
}

.hero.is-info .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a {
	color: #fff
}

.hero.is-info .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-info .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #039be5
}

.hero.is-info.is-bold {
	background-image: linear-gradient(141deg, #0098b5 0%, #039be5 71%, #0382ff 100%)
}

@media screen and (max-width: 768px) {
	.hero.is-info.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #0098b5 0%, #039be5 71%, #0382ff 100%)
	}
}

.hero.is-success {
	background-color: #06d6a0;
	color: #fff
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
	color: inherit
}

.hero.is-success .title {
	color: #fff
}

.hero.is-success .subtitle {
	color: rgba(255, 255, 255, .9)
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
	color: #fff
}

@media screen and (max-width: 1023px) {
	.hero.is-success .navbar-menu {
		background-color: #06d6a0
	}
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
	color: rgba(255, 255, 255, .7)
}

.hero.is-success a.navbar-item:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
	background-color: #05bd8d;
	color: #fff
}

.hero.is-success .tabs a {
	color: #fff;
	opacity: .9
}

.hero.is-success .tabs a:hover {
	opacity: 1
}

.hero.is-success .tabs li.is-active a {
	color: #06d6a0 !important;
	opacity: 1
}

.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
	color: #fff
}

.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #06d6a0
}

.hero.is-success.is-bold {
	background-image: linear-gradient(141deg, #00a961 0%, #06d6a0 71%, #01f5de 100%)
}

@media screen and (max-width: 768px) {
	.hero.is-success.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #00a961 0%, #06d6a0 71%, #01f5de 100%)
	}
}

.hero.is-warning {
	background-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
	color: inherit
}

.hero.is-warning .title {
	color: rgba(0, 0, 0, .7)
}

.hero.is-warning .subtitle {
	color: rgba(0, 0, 0, .9)
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
	color: rgba(0, 0, 0, .7)
}

@media screen and (max-width: 1023px) {
	.hero.is-warning .navbar-menu {
		background-color: #faae42
	}
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
	color: rgba(0, 0, 0, .7)
}

.hero.is-warning a.navbar-item:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
	background-color: #f9a329;
	color: rgba(0, 0, 0, .7)
}

.hero.is-warning .tabs a {
	color: rgba(0, 0, 0, .7);
	opacity: .9
}

.hero.is-warning .tabs a:hover {
	opacity: 1
}

.hero.is-warning .tabs li.is-active a {
	color: #faae42 !important;
	opacity: 1
}

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
	color: rgba(0, 0, 0, .7)
}

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
	background-color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .7);
	color: #faae42
}

.hero.is-warning.is-bold {
	background-image: linear-gradient(141deg, #ff710a 0%, #faae42 71%, #ffd557 100%)
}

@media screen and (max-width: 768px) {
	.hero.is-warning.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #ff710a 0%, #faae42 71%, #ffd557 100%)
	}
}

.hero.is-danger {
	background-color: #e62965;
	color: #fff
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
	color: inherit
}

.hero.is-danger .title {
	color: #fff
}

.hero.is-danger .subtitle {
	color: rgba(255, 255, 255, .9)
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
	color: #fff
}

@media screen and (max-width: 1023px) {
	.hero.is-danger .navbar-menu {
		background-color: #e62965
	}
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
	color: rgba(255, 255, 255, .7)
}

.hero.is-danger a.navbar-item:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
	background-color: #dc1a57;
	color: #fff
}

.hero.is-danger .tabs a {
	color: #fff;
	opacity: .9
}

.hero.is-danger .tabs a:hover {
	opacity: 1
}

.hero.is-danger .tabs li.is-active a {
	color: #e62965 !important;
	opacity: 1
}

.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
	color: #fff
}

.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}

.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #e62965
}

.hero.is-danger.is-bold {
	background-image: linear-gradient(141deg, #d00c6b 0%, #e62965 71%, #ee3a56 100%)
}

@media screen and (max-width: 768px) {
	.hero.is-danger.is-bold .navbar-menu {
		background-image: linear-gradient(141deg, #d00c6b 0%, #e62965 71%, #ee3a56 100%)
	}
}

.hero.is-small .hero-body {
	padding: 1.5rem
}

@media screen and (min-width: 769px),
print {
	.hero.is-medium .hero-body {
		padding: 9rem 4.5rem
	}
}

@media screen and (min-width: 769px),
print {
	.hero.is-large .hero-body {
		padding: 18rem 6rem
	}
}

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.hero.is-halfheight .hero-body>.container,
.hero.is-fullheight .hero-body>.container,
.hero.is-fullheight-with-navbar .hero-body>.container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.hero.is-halfheight {
	min-height: 50vh
}

.hero.is-fullheight {
	min-height: 100vh
}

.hero-video {
	overflow: hidden
}

.hero-video video {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.hero-video.is-transparent {
	opacity: .3
}

@media screen and (max-width: 768px) {
	.hero-video {
		display: none
	}
}

.hero-buttons {
	margin-top: 1.5rem
}

@media screen and (max-width: 768px) {
	.hero-buttons .button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.hero-buttons .button:not(:last-child) {
		margin-bottom: .75rem
	}
}

@media screen and (min-width: 769px),
print {
	.hero-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.hero-buttons .button:not(:last-child) {
		margin-right: 1.5rem
	}
}

.hero-head,
.hero-foot {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.hero-body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 3rem 1.5rem
}

@media screen and (min-width: 769px),
print {
	.hero-body {
		padding: 3rem 3rem
	}
}

.section {
	padding: 3rem 1.5rem
}

@media screen and (min-width: 1024px) {
	.section {
		padding: 3rem 3rem
	}

	.section.is-medium {
		padding: 9rem 4.5rem
	}

	.section.is-large {
		padding: 18rem 6rem
	}
}

.footer {
	background-color: #fafafa;
	padding: 3rem 1.5rem 6rem
}

.is-divider,
.is-divider-vertical {
	display: block;
	position: relative;
	border-top: .1rem solid #dbdbdb;
	height: .1rem;
	margin: 2rem 0;
	text-align: center
}

.is-divider[data-content]::after,
.is-divider-vertical[data-content]::after {
	background: #fff;
	color: #b5b5b5;
	content: attr(data-content);
	display: inline-block;
	font-size: .75rem;
	padding: .4rem .8rem;
	-webkit-transform: translateY(-1.1rem);
	transform: translateY(-1.1rem);
	text-align: center
}

@media screen and (min-width: 769px),
print {
	.is-divider-vertical {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: auto;
		height: auto;
		padding: 2rem;
		margin: 0;
		position: relative;
		border-top: none;
		min-height: 2rem
	}

	.is-divider-vertical::before {
		border-left: .1rem solid #dbdbdb;
		bottom: 1rem;
		content: "";
		display: block;
		left: 50%;
		position: absolute;
		top: 1rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.is-divider-vertical[data-content]::after {
		position: absolute;
		left: 50%;
		top: 50%;
		padding: .1rem;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%)
	}
}

.is-divider.is-white,
.is-divider-vertical.is-white {
	border-top-color: #fff
}

.is-divider.is-white[data-content]::after,
.is-divider.is-white[data-content]::after,
.is-divider-vertical.is-white[data-content]::after,
.is-divider-vertical.is-white[data-content]::after {
	background: #0a0a0a;
	color: #fff
}

.is-divider.is-white::before,
.is-divider-vertical.is-white::before {
	border-left-color: #fff
}

.is-divider.is-black,
.is-divider-vertical.is-black {
	border-top-color: #0a0a0a
}

.is-divider.is-black[data-content]::after,
.is-divider.is-black[data-content]::after,
.is-divider-vertical.is-black[data-content]::after,
.is-divider-vertical.is-black[data-content]::after {
	background: #fff;
	color: #0a0a0a
}

.is-divider.is-black::before,
.is-divider-vertical.is-black::before {
	border-left-color: #0a0a0a
}

.is-divider.is-light,
.is-divider-vertical.is-light {
	border-top-color: #f5f5f5
}

.is-divider.is-light[data-content]::after,
.is-divider.is-light[data-content]::after,
.is-divider-vertical.is-light[data-content]::after,
.is-divider-vertical.is-light[data-content]::after {
	background: rgba(0, 0, 0, .7);
	color: #f5f5f5
}

.is-divider.is-light::before,
.is-divider-vertical.is-light::before {
	border-left-color: #f5f5f5
}

.is-divider.is-dark,
.is-divider-vertical.is-dark {
	border-top-color: #363636
}

.is-divider.is-dark[data-content]::after,
.is-divider.is-dark[data-content]::after,
.is-divider-vertical.is-dark[data-content]::after,
.is-divider-vertical.is-dark[data-content]::after {
	background: #fff;
	color: #363636
}

.is-divider.is-dark::before,
.is-divider-vertical.is-dark::before {
	border-left-color: #363636
}

.is-divider.is-primary,
.is-divider-vertical.is-primary {
	border-top-color: var(--primary-color)
}

.is-divider.is-primary[data-content]::after,
.is-divider.is-primary[data-content]::after,
.is-divider-vertical.is-primary[data-content]::after,
.is-divider-vertical.is-primary[data-content]::after {
	background: #fff;
	color: var(--primary-color)
}

.is-divider.is-primary::before,
.is-divider-vertical.is-primary::before {
	border-left-color: var(--primary-color)
}

.is-divider.is-link,
.is-divider-vertical.is-link {
	border-top-color: #485fc7
}

.is-divider.is-link[data-content]::after,
.is-divider.is-link[data-content]::after,
.is-divider-vertical.is-link[data-content]::after,
.is-divider-vertical.is-link[data-content]::after {
	background: #fff;
	color: #485fc7
}

.is-divider.is-link::before,
.is-divider-vertical.is-link::before {
	border-left-color: #485fc7
}

.is-divider.is-info,
.is-divider-vertical.is-info {
	border-top-color: #039be5
}

.is-divider.is-info[data-content]::after,
.is-divider.is-info[data-content]::after,
.is-divider-vertical.is-info[data-content]::after,
.is-divider-vertical.is-info[data-content]::after {
	background: #fff;
	color: #039be5
}

.is-divider.is-info::before,
.is-divider-vertical.is-info::before {
	border-left-color: #039be5
}

.is-divider.is-success,
.is-divider-vertical.is-success {
	border-top-color: #06d6a0
}

.is-divider.is-success[data-content]::after,
.is-divider.is-success[data-content]::after,
.is-divider-vertical.is-success[data-content]::after,
.is-divider-vertical.is-success[data-content]::after {
	background: #fff;
	color: #06d6a0
}

.is-divider.is-success::before,
.is-divider-vertical.is-success::before {
	border-left-color: #06d6a0
}

.is-divider.is-warning,
.is-divider-vertical.is-warning {
	border-top-color: #faae42
}

.is-divider.is-warning[data-content]::after,
.is-divider.is-warning[data-content]::after,
.is-divider-vertical.is-warning[data-content]::after,
.is-divider-vertical.is-warning[data-content]::after {
	background: rgba(0, 0, 0, .7);
	color: #faae42
}

.is-divider.is-warning::before,
.is-divider-vertical.is-warning::before {
	border-left-color: #faae42
}

.is-divider.is-danger,
.is-divider-vertical.is-danger {
	border-top-color: #e62965
}

.is-divider.is-danger[data-content]::after,
.is-divider.is-danger[data-content]::after,
.is-divider-vertical.is-danger[data-content]::after,
.is-divider-vertical.is-danger[data-content]::after {
	background: #fff;
	color: #e62965
}

.is-divider.is-danger::before,
.is-divider-vertical.is-danger::before {
	border-left-color: #e62965
}

.is-divider.is-black-bis,
.is-divider-vertical.is-black-bis {
	border-top-color: #121212
}

.is-divider.is-black-bis[data-content]::after,
.is-divider.is-black-bis[data-content]::after,
.is-divider-vertical.is-black-bis[data-content]::after,
.is-divider-vertical.is-black-bis[data-content]::after {
	background: #fff;
	color: #121212
}

.is-divider.is-black-bis::before,
.is-divider-vertical.is-black-bis::before {
	border-left-color: #121212
}

.is-divider.is-black-ter,
.is-divider-vertical.is-black-ter {
	border-top-color: #242424
}

.is-divider.is-black-ter[data-content]::after,
.is-divider.is-black-ter[data-content]::after,
.is-divider-vertical.is-black-ter[data-content]::after,
.is-divider-vertical.is-black-ter[data-content]::after {
	background: #fff;
	color: #242424
}

.is-divider.is-black-ter::before,
.is-divider-vertical.is-black-ter::before {
	border-left-color: #242424
}

.is-divider.is-grey-darker,
.is-divider-vertical.is-grey-darker {
	border-top-color: #363636
}

.is-divider.is-grey-darker[data-content]::after,
.is-divider.is-grey-darker[data-content]::after,
.is-divider-vertical.is-grey-darker[data-content]::after,
.is-divider-vertical.is-grey-darker[data-content]::after {
	background: #fff;
	color: #363636
}

.is-divider.is-grey-darker::before,
.is-divider-vertical.is-grey-darker::before {
	border-left-color: #363636
}

.is-divider.is-grey-dark,
.is-divider-vertical.is-grey-dark {
	border-top-color: #4a4a4a
}

.is-divider.is-grey-dark[data-content]::after,
.is-divider.is-grey-dark[data-content]::after,
.is-divider-vertical.is-grey-dark[data-content]::after,
.is-divider-vertical.is-grey-dark[data-content]::after {
	background: #fff;
	color: #4a4a4a
}

.is-divider.is-grey-dark::before,
.is-divider-vertical.is-grey-dark::before {
	border-left-color: #4a4a4a
}

.is-divider.is-grey,
.is-divider-vertical.is-grey {
	border-top-color: #7a7a7a
}

.is-divider.is-grey[data-content]::after,
.is-divider.is-grey[data-content]::after,
.is-divider-vertical.is-grey[data-content]::after,
.is-divider-vertical.is-grey[data-content]::after {
	background: #fff;
	color: #7a7a7a
}

.is-divider.is-grey::before,
.is-divider-vertical.is-grey::before {
	border-left-color: #7a7a7a
}

.is-divider.is-grey-light,
.is-divider-vertical.is-grey-light {
	border-top-color: #b5b5b5
}

.is-divider.is-grey-light[data-content]::after,
.is-divider.is-grey-light[data-content]::after,
.is-divider-vertical.is-grey-light[data-content]::after,
.is-divider-vertical.is-grey-light[data-content]::after {
	background: #fff;
	color: #b5b5b5
}

.is-divider.is-grey-light::before,
.is-divider-vertical.is-grey-light::before {
	border-left-color: #b5b5b5
}

.is-divider.is-grey-lighter,
.is-divider-vertical.is-grey-lighter {
	border-top-color: #dbdbdb
}

.is-divider.is-grey-lighter[data-content]::after,
.is-divider.is-grey-lighter[data-content]::after,
.is-divider-vertical.is-grey-lighter[data-content]::after,
.is-divider-vertical.is-grey-lighter[data-content]::after {
	background: rgba(0, 0, 0, .7);
	color: #dbdbdb
}

.is-divider.is-grey-lighter::before,
.is-divider-vertical.is-grey-lighter::before {
	border-left-color: #dbdbdb
}

.is-divider.is-white-ter,
.is-divider-vertical.is-white-ter {
	border-top-color: #f5f5f5
}

.is-divider.is-white-ter[data-content]::after,
.is-divider.is-white-ter[data-content]::after,
.is-divider-vertical.is-white-ter[data-content]::after,
.is-divider-vertical.is-white-ter[data-content]::after {
	background: rgba(0, 0, 0, .7);
	color: #f5f5f5
}

.is-divider.is-white-ter::before,
.is-divider-vertical.is-white-ter::before {
	border-left-color: #f5f5f5
}

.is-divider.is-white-bis,
.is-divider-vertical.is-white-bis {
	border-top-color: #fafafa
}

.is-divider.is-white-bis[data-content]::after,
.is-divider.is-white-bis[data-content]::after,
.is-divider-vertical.is-white-bis[data-content]::after,
.is-divider-vertical.is-white-bis[data-content]::after {
	background: rgba(0, 0, 0, .7);
	color: #fafafa
}

.is-divider.is-white-bis::before,
.is-divider-vertical.is-white-bis::before {
	border-left-color: #fafafa
}

.datepicker-legacy {
	display: none
}

.datepicker-legacy.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.datepicker-legacy.is-active .calendar {
	position: fixed;
	z-index: 40;
	min-width: 20rem;
	max-width: 20rem;
	position: relative;
	margin: 0 auto;
	max-height: calc(100vh - 40px)
}

.datepicker-legacy.is-active .calendar-nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.datepicker-legacy .calendar-legacy {
	background: #fff;
	border: none;
	border-radius: 2px;
	display: block;
	min-width: 20rem;
	text-align: center;
	max-width: 20rem
}

.datepicker-legacy .calendar-legacy.is-active {
	display: initial
}

.datepicker-legacy .calendar-legacy .calendar-nav {
	background: var(--primary-color);
	color: #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.25rem;
	padding: .5em
}

.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-month,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-day,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-year {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.datepicker-legacy .calendar-legacy .calendar-nav .calendar-month,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-day,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-year {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.datepicker-legacy .calendar-legacy .calendar-nav .calendar-month {
	font-size: 1.5rem
}

.datepicker-legacy .calendar-legacy .calendar-nav .calendar-day {
	font-size: 2.5rem
}

.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none;
	color: #fff
}

.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month:hover,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month:hover,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year:hover,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year:hover {
	background-color: transparent
}

.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month:hover svg,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month:hover svg,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year:hover svg,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year:hover svg {
	stroke-width: 1em
}

.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month svg,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month svg,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year svg,
.datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year svg {
	stroke: currentColor;
	width: 11.25px;
	height: 18px
}

.datepicker-legacy .calendar-legacy .calendar-header,
.datepicker-legacy .calendar-legacy .calendar-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.datepicker-legacy .calendar-legacy .calendar-header .calendar-date,
.datepicker-legacy .calendar-legacy .calendar-body .calendar-date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14.28%;
	flex: 0 0 14.28%;
	max-width: 14.28%
}

.datepicker-legacy .calendar-legacy .calendar-header {
	padding: 1em 1em 0 1em;
	background: transparent;
	color: #fff;
	font-size: .75rem
}

.datepicker-legacy .calendar-legacy .calendar-header .calendar-date {
	color: #b5b5b5
}

.datepicker-legacy .calendar-legacy .calendar-body {
	padding: 0 1em 1em 1em;
	color: #7a7a7a
}

.datepicker-legacy .calendar-legacy .calendar-date {
	border: 0;
	padding: .4rem 0
}

.datepicker-legacy .calendar-legacy .calendar-date .date-item {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: .1rem solid transparent;
	border-radius: 100%;
	color: #4a4a4a;
	cursor: pointer;
	height: 2.2rem;
	line-height: 1.4rem;
	outline: none;
	padding: .3rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: middle;
	white-space: nowrap;
	width: 2.2rem
}

.datepicker-legacy .calendar-legacy .calendar-date .date-item.is-today {
	background: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color)
}

.datepicker-legacy .calendar-legacy .calendar-date .date-item:focus {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0, 0, 0, .7);
	text-decoration: none
}

.datepicker-legacy .calendar-legacy .calendar-date .date-item:hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0, 0, 0, .7);
	text-decoration: none
}

.datepicker-legacy .calendar-legacy .calendar-date .date-item.is-active {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff
}

.datepicker-legacy .calendar-legacy .calendar-date.is-disabled .date-item,
.datepicker-legacy .calendar-legacy .calendar-date.is-disabled .calendar-event,
.datepicker-legacy .calendar-legacy .calendar-date[disabled] .date-item,
.datepicker-legacy .calendar-legacy .calendar-date[disabled] .calendar-event {
	cursor: default;
	opacity: .25;
	pointer-events: none
}

.datepicker-legacy .calendar-legacy .calendar-range {
	position: relative
}

.datepicker-legacy .calendar-legacy .calendar-range::before {
	background: #f1e8fc;
	content: "";
	height: 2.2rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.datepicker-legacy .calendar-legacy .calendar-range.calendar-range-start::before {
	left: 50%
}

.datepicker-legacy .calendar-legacy .calendar-range.calendar-range-end::before {
	right: 50%
}

.datepicker-legacy .calendar-legacy .calendar-range .date-item {
	color: var(--primary-color)
}

.datepicker-legacy .calendar-legacy.is-large {
	max-width: 100%
}

.datepicker-legacy .calendar-legacy.is-large .calendar-body .calendar-date {
	border-bottom: none;
	border-right: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 11rem;
	padding: 0
}

.datepicker-legacy .calendar-legacy.is-large .calendar-body .calendar-date:nth-child(7n) {
	border-right: 0
}

.datepicker-legacy .calendar-legacy.is-large .calendar-body .calendar-date:nth-last-child(-n+7) {
	border-bottom: 0
}

.datepicker-legacy .calendar-legacy.is-large .date-item {
	-ms-flex-item-align: end;
	align-self: flex-end;
	height: 2.2rem;
	margin-right: .5rem;
	margin-top: .5rem
}

.datepicker-legacy .calendar-legacy.is-large .calendar-range::before {
	top: 1.9rem
}

.datepicker-legacy .calendar-legacy.is-large .calendar-range.calendar-range-start::before {
	left: auto;
	width: 1.9rem
}

.datepicker-legacy .calendar-legacy.is-large .calendar-range.calendar-range-end::before {
	right: 1.9rem
}

.datepicker-legacy .calendar-legacy.is-large .calendar-events {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1;
	overflow-y: auto;
	padding: .5rem
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event {
	background-color: #7a7a7a;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 1rem;
	margin: .2rem auto;
	overflow: hidden;
	padding: .3rem .4rem;
	text-align: left;
	text-overflow: ellipsis;
	vertical-align: baseline;
	white-space: nowrap
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-white {
	background-color: #fff;
	color: #0a0a0a
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-black {
	background-color: #0a0a0a;
	color: #fff
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-dark {
	background-color: #363636;
	color: #fff
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-primary {
	background-color: var(--primary-color);
	color: #fff
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-link {
	background-color: #485fc7;
	color: #fff
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-info {
	background-color: #039be5;
	color: #fff
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-success {
	background-color: #06d6a0;
	color: #fff
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-warning {
	background-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.datepicker-legacy .calendar-legacy.is-large .calendar-event.is-danger {
	background-color: #e62965;
	color: #fff
}

.calendar-legacy {
	background: #fff;
	border: none;
	border-radius: 2px;
	display: block;
	min-width: 20rem;
	text-align: center;
	max-width: 20rem
}

.calendar-legacy.is-active {
	display: initial
}

.calendar-legacy .calendar-nav {
	background: var(--primary-color);
	color: #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.25rem;
	padding: .5em
}

.calendar-legacy .calendar-nav .calendar-nav-month,
.calendar-legacy .calendar-nav .calendar-nav-day,
.calendar-legacy .calendar-nav .calendar-nav-year {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.calendar-legacy .calendar-nav .calendar-month,
.calendar-legacy .calendar-nav .calendar-day,
.calendar-legacy .calendar-nav .calendar-year {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.calendar-legacy .calendar-nav .calendar-month {
	font-size: 1.5rem
}

.calendar-legacy .calendar-nav .calendar-day {
	font-size: 2.5rem
}

.calendar-legacy .calendar-nav .calendar-nav-previous-month,
.calendar-legacy .calendar-nav .calendar-nav-next-month,
.calendar-legacy .calendar-nav .calendar-nav-previous-year,
.calendar-legacy .calendar-nav .calendar-nav-next-year {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none;
	color: #fff
}

.calendar-legacy .calendar-nav .calendar-nav-previous-month:hover,
.calendar-legacy .calendar-nav .calendar-nav-next-month:hover,
.calendar-legacy .calendar-nav .calendar-nav-previous-year:hover,
.calendar-legacy .calendar-nav .calendar-nav-next-year:hover {
	background-color: transparent
}

.calendar-legacy .calendar-nav .calendar-nav-previous-month:hover svg,
.calendar-legacy .calendar-nav .calendar-nav-next-month:hover svg,
.calendar-legacy .calendar-nav .calendar-nav-previous-year:hover svg,
.calendar-legacy .calendar-nav .calendar-nav-next-year:hover svg {
	stroke-width: 1em
}

.calendar-legacy .calendar-nav .calendar-nav-previous-month svg,
.calendar-legacy .calendar-nav .calendar-nav-next-month svg,
.calendar-legacy .calendar-nav .calendar-nav-previous-year svg,
.calendar-legacy .calendar-nav .calendar-nav-next-year svg {
	stroke: currentColor;
	width: 11.25px;
	height: 18px
}

.calendar-legacy .calendar-header,
.calendar-legacy .calendar-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.calendar-legacy .calendar-header .calendar-date,
.calendar-legacy .calendar-body .calendar-date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14.28%;
	flex: 0 0 14.28%;
	max-width: 14.28%
}

.calendar-legacy .calendar-header {
	padding: 1em 1em 0 1em;
	background: transparent;
	color: #fff;
	font-size: .75rem
}

.calendar-legacy .calendar-header .calendar-date {
	color: #b5b5b5
}

.calendar-legacy .calendar-body {
	padding: 0 1em 1em 1em;
	color: #7a7a7a
}

.calendar-legacy .calendar-date {
	border: 0;
	padding: .4rem 0
}

.calendar-legacy .calendar-date .date-item {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: .1rem solid transparent;
	border-radius: 100%;
	color: #4a4a4a;
	cursor: pointer;
	height: 2.2rem;
	line-height: 1.4rem;
	outline: none;
	padding: .3rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: middle;
	white-space: nowrap;
	width: 2.2rem
}

.calendar-legacy .calendar-date .date-item.is-today {
	background: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color)
}

.calendar-legacy .calendar-date .date-item:focus {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0, 0, 0, .7);
	text-decoration: none
}

.calendar-legacy .calendar-date .date-item:hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0, 0, 0, .7);
	text-decoration: none
}

.calendar-legacy .calendar-date .date-item.is-active {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff
}

.calendar-legacy .calendar-date.is-disabled .date-item,
.calendar-legacy .calendar-date.is-disabled .calendar-event,
.calendar-legacy .calendar-date[disabled] .date-item,
.calendar-legacy .calendar-date[disabled] .calendar-event {
	cursor: default;
	opacity: .25;
	pointer-events: none
}

.calendar-legacy .calendar-range {
	position: relative
}

.calendar-legacy .calendar-range::before {
	background: #f1e8fc;
	content: "";
	height: 2.2rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.calendar-legacy .calendar-range.calendar-range-start::before {
	left: 50%
}

.calendar-legacy .calendar-range.calendar-range-end::before {
	right: 50%
}

.calendar-legacy .calendar-range .date-item {
	color: var(--primary-color)
}

.calendar-legacy.is-large {
	max-width: 100%
}

.calendar-legacy.is-large .calendar-body .calendar-date {
	border-bottom: none;
	border-right: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 11rem;
	padding: 0
}

.calendar-legacy.is-large .calendar-body .calendar-date:nth-child(7n) {
	border-right: 0
}

.calendar-legacy.is-large .calendar-body .calendar-date:nth-last-child(-n+7) {
	border-bottom: 0
}

.calendar-legacy.is-large .date-item {
	-ms-flex-item-align: end;
	align-self: flex-end;
	height: 2.2rem;
	margin-right: .5rem;
	margin-top: .5rem
}

.calendar-legacy.is-large .calendar-range::before {
	top: 1.9rem
}

.calendar-legacy.is-large .calendar-range.calendar-range-start::before {
	left: auto;
	width: 1.9rem
}

.calendar-legacy.is-large .calendar-range.calendar-range-end::before {
	right: 1.9rem
}

.calendar-legacy.is-large .calendar-events {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1;
	overflow-y: auto;
	padding: .5rem
}

.calendar-legacy.is-large .calendar-event {
	background-color: #7a7a7a;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 1rem;
	margin: .2rem auto;
	overflow: hidden;
	padding: .3rem .4rem;
	text-align: left;
	text-overflow: ellipsis;
	vertical-align: baseline;
	white-space: nowrap
}

.calendar-legacy.is-large .calendar-event.is-white {
	background-color: #fff;
	color: #0a0a0a
}

.calendar-legacy.is-large .calendar-event.is-black {
	background-color: #0a0a0a;
	color: #fff
}

.calendar-legacy.is-large .calendar-event.is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.calendar-legacy.is-large .calendar-event.is-dark {
	background-color: #363636;
	color: #fff
}

.calendar-legacy.is-large .calendar-event.is-primary {
	background-color: var(--primary-color);
	color: #fff
}

.calendar-legacy.is-large .calendar-event.is-link {
	background-color: #485fc7;
	color: #fff
}

.calendar-legacy.is-large .calendar-event.is-info {
	background-color: #039be5;
	color: #fff
}

.calendar-legacy.is-large .calendar-event.is-success {
	background-color: #06d6a0;
	color: #fff
}

.calendar-legacy.is-large .calendar-event.is-warning {
	background-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.calendar-legacy.is-large .calendar-event.is-danger {
	background-color: #e62965;
	color: #fff
}

@-webkit-keyframes decrement-prev {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes decrement-prev {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes decrement-next {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}
}

@keyframes decrement-next {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}
}

@-webkit-keyframes increment-prev {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes increment-prev {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes increment-next {
	from {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
}

@keyframes increment-next {
	from {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
}

.datetimepicker {
	-webkit-transition: width .8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity .2s ease, visibility .2s ease, margin .2s ease;
	transition: width .8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity .2s ease, visibility .2s ease, margin .2s ease;
	display: none;
	background: #fff;
	border-radius: 2px;
	max-width: 320px;
	z-index: 1;
	-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
	box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1)
}

.datetimepicker.is-active {
	display: block
}

.datetimepicker .datetimepicker-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	position: relative;
	padding: .5rem 1rem;
	font-size: 1rem;
	-webkit-box-shadow: 0 .2rem .2rem -0.2rem rgba(10, 10, 10, .1);
	box-shadow: 0 .2rem .2rem -0.2rem rgba(10, 10, 10, .1)
}

.datetimepicker .datetimepicker-header.is-date-only {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.datetimepicker .datetimepicker-header.is-date-only .datetimepicker-selection-end .datetimepicker-selection-wrapper {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-from,
.datetimepicker .datetimepicker-header .datetimepicker-selection-to {
	font-size: .65rem;
	color: #b5b5b5;
	text-transform: uppercase;
	padding: 0
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-start,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-wrapper,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 2.5rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 2rem;
	flex: 1 1 2rem
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-day,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-day {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	text-transform: capitalize;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-right: .5rem;
	color: var(--primary-color);
	font-weight: 100
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-date,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-date {
	font-size: .85rem;
	line-height: .85rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 300
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-month,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-month {
	color: #4a4a4a;
	text-transform: capitalize
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-weekday,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-weekday {
	font-size: .75em;
	color: #b6b4b6;
	text-transform: capitalize;
	text-align: left
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-hour,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-hour {
	font-size: 1.5rem;
	font-weight: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-start,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-start.is-centered .datetimepicker-selection-wrapper,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end.is-centered .datetimepicker-selection-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-time {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.datetimepicker .datetimepicker-header .datetimepicker-selection-time .datetimepicker-selection-time-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1rem;
	color: #b5b5b5
}

.datetimepicker .datepicker-nav {
	background: var(--primary-color);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5em;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.datetimepicker .datepicker-nav .datepicker-nav-month-year {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.datetimepicker .datepicker-nav .datepicker-nav-month,
.datetimepicker .datepicker-nav .datepicker-nav-year {
	text-decoration: none;
	font-size: 1rem;
	color: #fff
}

.datetimepicker .datepicker-nav .datepicker-nav-month:hover,
.datetimepicker .datepicker-nav .datepicker-nav-year:hover {
	cursor: pointer
}

.datetimepicker .datepicker-nav .datepicker-nav-month {
	text-transform: capitalize
}

.datetimepicker .datepicker-nav .datepicker-nav-year {
	font-weight: 700
}

.datetimepicker .datepicker-nav .datepicker-nav-previous,
.datetimepicker .datepicker-nav .datepicker-nav-next {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none;
	color: #fff
}

.datetimepicker .datepicker-nav .datepicker-nav-previous:hover,
.datetimepicker .datepicker-nav .datepicker-nav-next:hover {
	background-color: transparent
}

.datetimepicker .datepicker-nav .datepicker-nav-previous:hover svg,
.datetimepicker .datepicker-nav .datepicker-nav-next:hover svg {
	stroke-width: 1em
}

.datetimepicker .datepicker-nav .datepicker-nav-previous svg,
.datetimepicker .datepicker-nav .datepicker-nav-next svg {
	stroke: currentColor;
	width: 11.25px;
	height: .75rem
}

.datetimepicker .datepicker-body {
	overflow: hidden
}

.datetimepicker .datepicker-body .datepicker-dates {
	display: none
}

.datetimepicker .datepicker-body .datepicker-dates.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.datetimepicker .datepicker-body .datepicker-months,
.datetimepicker .datepicker-body .datepicker-years {
	display: none
}

.datetimepicker .datepicker-body .datepicker-months.is-active,
.datetimepicker .datepicker-body .datepicker-years.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.datetimepicker .datepicker-body .datepicker-weekdays {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: .3rem 0;
	background: transparent;
	color: #fff;
	font-size: .75rem
}

.datetimepicker .datepicker-body .datepicker-weekdays .datepicker-date {
	background: transparent !important;
	color: #b5b5b5;
	padding: .3rem
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0;
	color: #7a7a7a
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 14.28571%;
	-ms-flex: 14.28571%;
	flex: 14.28571%;
	margin: .1rem 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
	margin: 0 auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 25091983px;
	color: #4a4a4a;
	cursor: pointer;
	height: 2.2rem;
	outline: none;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: middle;
	white-space: nowrap;
	width: 2.2rem;
	-webkit-animation: bounce-button-in .45s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
	animation: bounce-button-in .45s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	background: transparent;
	border: .1rem dotted var(--primary-color);
	color: var(--primary-color)
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:focus {
	background: #fff;
	border-color: #fff;
	color: rgba(0, 0, 0, .7);
	text-decoration: none
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: var(--primary-color);
	border-color: var(--primary-color);
	border-radius: 25091983px;
	color: #fff
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	background: #fff;
	border: .1rem solid var(--primary-color);
	color: rgba(0, 0, 0, .7);
	text-decoration: none
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-current-month {
	background: transparent
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled,
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] {
	background-color: #f5f5f5;
	background-image: url(data:image/gif;base64,R0lGODlhBQAFAOMAAP/14////93uHt3uHt3uHt3uHv///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAFAAUAAAQL0ACAzpG0YnonNxEAOw==) !important
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled .date-item,
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled .calendar-event,
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] .date-item,
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] .calendar-event {
	cursor: default;
	opacity: .25;
	pointer-events: none
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	position: relative;
	background: var(--primary-color);
	z-index: 1
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border: .1rem solid var(--primary-color);
	color: var(--primary-color);
	-webkit-box-shadow: 0 .2rem .2rem rgba(10, 10, 10, .1);
	box-shadow: 0 .2rem .2rem rgba(10, 10, 10, .1)
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start {
	border-top-left-radius: 25091983px;
	border-bottom-left-radius: 25091983px
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end {
	border-top-right-radius: 25091983px;
	border-bottom-right-radius: 25091983px
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: var(--primary-color);
	color: #fff
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker .datepicker-body .datepicker-months,
.datetimepicker .datepicker-body .datepicker-years {
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .5rem;
	max-height: 17rem;
	overflow-y: auto
}

.datetimepicker .datepicker-body .datepicker-months.is-active,
.datetimepicker .datepicker-body .datepicker-years.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.datetimepicker .datepicker-body .datepicker-months .datepicker-month,
.datetimepicker .datepicker-body .datepicker-months .datepicker-year,
.datetimepicker .datepicker-body .datepicker-years .datepicker-month,
.datetimepicker .datepicker-body .datepicker-years .datepicker-year {
	padding: .5rem;
	margin: .5rem;
	font-size: .75rem;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 25%;
	flex: 1 25%;
	text-transform: capitalize;
	border-radius: 25091983px;
	border: .1rem solid transparent
}

.datetimepicker .datepicker-body .datepicker-months .datepicker-month.is-active,
.datetimepicker .datepicker-body .datepicker-months .datepicker-year.is-active,
.datetimepicker .datepicker-body .datepicker-years .datepicker-month.is-active,
.datetimepicker .datepicker-body .datepicker-years .datepicker-year.is-active {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff
}

.datetimepicker .datepicker-body .datepicker-months .datepicker-month:hover,
.datetimepicker .datepicker-body .datepicker-months .datepicker-year:hover,
.datetimepicker .datepicker-body .datepicker-years .datepicker-month:hover,
.datetimepicker .datepicker-body .datepicker-years .datepicker-year:hover {
	cursor: pointer;
	background: #fff;
	border: .1rem solid var(--primary-color);
	color: rgba(0, 0, 0, .7)
}

.datetimepicker .datetimepicker-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin: 0
}

.datetimepicker .datetimepicker-footer>* {
	text-decoration: none !important
}

.datetimepicker.is-datetimepicker-default .datetimepicker-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.datetimepicker.is-datetimepicker-default .datetimepicker-container:after,
.datetimepicker.is-datetimepicker-default .datetimepicker-container:before {
	bottom: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.datetimepicker.is-datetimepicker-default .datetimepicker-container:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: .75rem;
	margin-left: -0.75rem
}

.datetimepicker.is-datetimepicker-default .datetimepicker-container:before {
	border-color: rgba(74, 74, 74, 0);
	border-bottom-color: #4a4a4a;
	border-width: .75rem;
	margin-left: -0.75rem
}

.datetimepicker.is-datetimepicker-default .datetimepicker-container.has-header-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.datetimepicker.is-large {
	max-width: 100%
}

.datetimepicker.is-large .datepicker-body .datepicker-date {
	border-bottom: .1rem solid #f5f5f5;
	border-right: .1rem solid #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 11rem;
	padding: 0
}

.datetimepicker.is-large .datepicker-body .datepicker-date:nth-child(7n) {
	border-right: 0
}

.datetimepicker.is-large .datepicker-body .datepicker-date:nth-last-child(-n+7) {
	border-bottom: 0
}

.datetimepicker.is-large .date-item {
	-ms-flex-item-align: end;
	align-self: flex-end;
	height: 2.2rem;
	margin-right: .5rem;
	margin-top: .5rem
}

.datetimepicker.is-large .datepicker-range:before,
.datetimepicker.is-large .datepicker-range::before {
	top: 1.9rem
}

.datetimepicker.is-large .datepicker-range.datepicker-range-start::before {
	left: auto;
	width: 1.9rem
}

.datetimepicker.is-large .datepicker-range.datepicker-range-end::before {
	right: 1.9rem
}

.datetimepicker.is-large .datepicker-events {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1;
	overflow-y: auto;
	padding: .5rem
}

.datetimepicker.is-large .datepicker-event {
	background-color: #7a7a7a;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 1rem;
	margin: .2rem auto;
	overflow: hidden;
	padding: .3rem .4rem;
	text-align: left;
	text-overflow: ellipsis;
	vertical-align: baseline;
	white-space: nowrap
}

.datetimepicker.is-large .datepicker-event.is-white {
	background-color: #fff;
	color: #0a0a0a
}

.datetimepicker.is-large .datepicker-event.is-black {
	background-color: #0a0a0a;
	color: #fff
}

.datetimepicker.is-large .datepicker-event.is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-large .datepicker-event.is-dark {
	background-color: #363636;
	color: #fff
}

.datetimepicker.is-large .datepicker-event.is-primary {
	background-color: var(--primary-color);
	color: #fff
}

.datetimepicker.is-large .datepicker-event.is-link {
	background-color: #485fc7;
	color: #fff
}

.datetimepicker.is-large .datepicker-event.is-info {
	background-color: #039be5;
	color: #fff
}

.datetimepicker.is-large .datepicker-event.is-success {
	background-color: #06d6a0;
	color: #fff
}

.datetimepicker.is-large .datepicker-event.is-warning {
	background-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-large .datepicker-event.is-danger {
	background-color: #e62965;
	color: #fff
}

.datetimepicker .timepicker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto
}

.datetimepicker .timepicker .timepicker-start,
.datetimepicker .timepicker .timepicker-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-ms-flex: 1 50%;
	flex: 1 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.datetimepicker .timepicker .timepicker-start .timepicker-hours,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes,
.datetimepicker .timepicker .timepicker-end .timepicker-hours,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input {
	position: relative;
	color: var(--primary-color);
	text-align: center;
	overflow: hidden;
	font-size: 2rem;
	font-weight: 400
}

.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input .timepicker-input-number {
	visability: hidden;
	opacity: 0;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in
}

.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input input {
	visability: visible;
	opacity: 1;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in
}

.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input input,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input input {
	width: 4rem;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
	opacity: 0;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in
}

.datetimepicker .timepicker .timepicker-start .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visability: visible;
	opacity: 1;
	-webkit-transition: opacity 1000ms ease-in;
	transition: opacity 1000ms ease-in;
	font-weight: 300
}

.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-increment-hide,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-increment-hide {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-animation: increment-prev 100ms ease-in;
	animation: increment-prev 100ms ease-in
}

.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-increment-visible,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-increment-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: increment-next 100ms ease-out;
	animation: increment-next 100ms ease-out
}

.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-decrement-hide,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-decrement-hide {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-animation: decrement-prev 100ms ease-in;
	animation: decrement-prev 100ms ease-in
}

.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-decrement-visible,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-decrement-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: decrement-next 100ms ease-out;
	animation: decrement-next 100ms ease-out
}

.datetimepicker .timepicker .timepicker-end {
	margin-left: 1rem;
	padding-left: 1rem
}

.datetimepicker .timepicker .timepicker-end:before,
.datetimepicker .timepicker .timepicker-end::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 50%;
	width: .1rem;
	background-color: #f5f5f5
}

.datetimepicker .timepicker .timepicker-previous,
.datetimepicker .timepicker .timepicker-next {
	font-size: 1rem;
	line-height: 1rem;
	display: block;
	color: #adbcda;
	text-align: center;
	margin: 1rem 0 0;
	font-size: 1rem;
	padding: .5rem;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datetimepicker .timepicker .timepicker-previous:hover,
.datetimepicker .timepicker .timepicker-next:hover {
	cursor: pointer;
	background-color: #f5f5f5
}

.datetimepicker .timepicker .timepicker-previous {
	margin: 0 0 1rem
}

.datetimepicker .timepicker .timepicker-time-divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
	color: var(--primary-color)
}

.datetimepicker .timepicker.is-white .timepicker-input,
.datetimepicker .timepicker.is-white .timepicker-input-number,
.datetimepicker .timepicker.is-white .timepicker-time-divider {
	color: #fff !important
}

.datetimepicker .timepicker.is-black .timepicker-input,
.datetimepicker .timepicker.is-black .timepicker-input-number,
.datetimepicker .timepicker.is-black .timepicker-time-divider {
	color: #0a0a0a !important
}

.datetimepicker .timepicker.is-light .timepicker-input,
.datetimepicker .timepicker.is-light .timepicker-input-number,
.datetimepicker .timepicker.is-light .timepicker-time-divider {
	color: #f5f5f5 !important
}

.datetimepicker .timepicker.is-dark .timepicker-input,
.datetimepicker .timepicker.is-dark .timepicker-input-number,
.datetimepicker .timepicker.is-dark .timepicker-time-divider {
	color: #363636 !important
}

.datetimepicker .timepicker.is-primary .timepicker-input,
.datetimepicker .timepicker.is-primary .timepicker-input-number,
.datetimepicker .timepicker.is-primary .timepicker-time-divider {
	color: var(--primary-color) !important
}

.datetimepicker .timepicker.is-link .timepicker-input,
.datetimepicker .timepicker.is-link .timepicker-input-number,
.datetimepicker .timepicker.is-link .timepicker-time-divider {
	color: #485fc7 !important
}

.datetimepicker .timepicker.is-info .timepicker-input,
.datetimepicker .timepicker.is-info .timepicker-input-number,
.datetimepicker .timepicker.is-info .timepicker-time-divider {
	color: #039be5 !important
}

.datetimepicker .timepicker.is-success .timepicker-input,
.datetimepicker .timepicker.is-success .timepicker-input-number,
.datetimepicker .timepicker.is-success .timepicker-time-divider {
	color: #06d6a0 !important
}

.datetimepicker .timepicker.is-warning .timepicker-input,
.datetimepicker .timepicker.is-warning .timepicker-input-number,
.datetimepicker .timepicker.is-warning .timepicker-time-divider {
	color: #faae42 !important
}

.datetimepicker .timepicker.is-danger .timepicker-input,
.datetimepicker .timepicker.is-danger .timepicker-input-number,
.datetimepicker .timepicker.is-danger .timepicker-time-divider {
	color: #e62965 !important
}

.datetimepicker .timepicker.is-black-bis .timepicker-input,
.datetimepicker .timepicker.is-black-bis .timepicker-input-number,
.datetimepicker .timepicker.is-black-bis .timepicker-time-divider {
	color: #121212 !important
}

.datetimepicker .timepicker.is-black-ter .timepicker-input,
.datetimepicker .timepicker.is-black-ter .timepicker-input-number,
.datetimepicker .timepicker.is-black-ter .timepicker-time-divider {
	color: #242424 !important
}

.datetimepicker .timepicker.is-grey-darker .timepicker-input,
.datetimepicker .timepicker.is-grey-darker .timepicker-input-number,
.datetimepicker .timepicker.is-grey-darker .timepicker-time-divider {
	color: #363636 !important
}

.datetimepicker .timepicker.is-grey-dark .timepicker-input,
.datetimepicker .timepicker.is-grey-dark .timepicker-input-number,
.datetimepicker .timepicker.is-grey-dark .timepicker-time-divider {
	color: #4a4a4a !important
}

.datetimepicker .timepicker.is-grey .timepicker-input,
.datetimepicker .timepicker.is-grey .timepicker-input-number,
.datetimepicker .timepicker.is-grey .timepicker-time-divider {
	color: #7a7a7a !important
}

.datetimepicker .timepicker.is-grey-light .timepicker-input,
.datetimepicker .timepicker.is-grey-light .timepicker-input-number,
.datetimepicker .timepicker.is-grey-light .timepicker-time-divider {
	color: #b5b5b5 !important
}

.datetimepicker .timepicker.is-grey-lighter .timepicker-input,
.datetimepicker .timepicker.is-grey-lighter .timepicker-input-number,
.datetimepicker .timepicker.is-grey-lighter .timepicker-time-divider {
	color: #dbdbdb !important
}

.datetimepicker .timepicker.is-white-ter .timepicker-input,
.datetimepicker .timepicker.is-white-ter .timepicker-input-number,
.datetimepicker .timepicker.is-white-ter .timepicker-time-divider {
	color: #f5f5f5 !important
}

.datetimepicker .timepicker.is-white-bis .timepicker-input,
.datetimepicker .timepicker.is-white-bis .timepicker-input-number,
.datetimepicker .timepicker.is-white-bis .timepicker-time-divider {
	color: #fafafa !important
}

.datetimepicker.is-white .datetimepicker-header .datetimepicker-selection-day {
	color: #fff
}

.datetimepicker.is-white .datepicker-nav {
	background: #fff;
	color: #0a0a0a
}

.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #fff;
	border-color: #fff
}

.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #fff;
	color: #fff
}

.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #fff
}

.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #fff
}

.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #fff
}

.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #fff;
	color: #0a0a0a
}

.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #0a0a0a !important;
	color: #0a0a0a !important
}

.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #0a0a0a;
	border-color: #fff;
	color: #fff
}

.datetimepicker.is-black .datetimepicker-header .datetimepicker-selection-day {
	color: #0a0a0a
}

.datetimepicker.is-black .datepicker-nav {
	background: #0a0a0a;
	color: #fff
}

.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #0a0a0a;
	border-color: #0a0a0a
}

.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #0a0a0a;
	color: #0a0a0a
}

.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #0a0a0a
}

.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #0a0a0a
}

.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #0a0a0a
}

.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #0a0a0a;
	color: #fff
}

.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #0a0a0a;
	color: #0a0a0a
}

.datetimepicker.is-light .datetimepicker-header .datetimepicker-selection-day {
	color: #f5f5f5
}

.datetimepicker.is-light .datepicker-nav {
	background: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #f5f5f5;
	border-color: #f5f5f5
}

.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #f5f5f5;
	color: #f5f5f5
}

.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #f5f5f5
}

.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #f5f5f5
}

.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #f5f5f5
}

.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: rgba(0, 0, 0, .7) !important;
	color: rgba(0, 0, 0, .7) !important
}

.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: rgba(0, 0, 0, .7);
	border-color: #f5f5f5;
	color: #f5f5f5
}

.datetimepicker.is-dark .datetimepicker-header .datetimepicker-selection-day {
	color: #363636
}

.datetimepicker.is-dark .datepicker-nav {
	background: #363636;
	color: #fff
}

.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #363636;
	border-color: #363636
}

.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #363636;
	color: #363636
}

.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #363636
}

.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #363636
}

.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #363636
}

.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #363636;
	color: #fff
}

.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #363636;
	color: #363636
}

.datetimepicker.is-primary .datetimepicker-header .datetimepicker-selection-day {
	color: var(--primary-color)
}

.datetimepicker.is-primary .datepicker-nav {
	background: var(--primary-color);
	color: #fff
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: var(--primary-color);
	border-color: var(--primary-color)
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: var(--primary-color);
	color: var(--primary-color)
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: var(--primary-color)
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: var(--primary-color)
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: var(--primary-color)
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: var(--primary-color);
	color: #fff
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: var(--primary-color);
	color: var(--primary-color)
}

.datetimepicker.is-link .datetimepicker-header .datetimepicker-selection-day {
	color: #485fc7
}

.datetimepicker.is-link .datepicker-nav {
	background: #485fc7;
	color: #fff
}

.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #485fc7;
	border-color: #485fc7
}

.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #485fc7;
	color: #485fc7
}

.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #485fc7
}

.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #485fc7
}

.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #485fc7
}

.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #485fc7;
	color: #fff
}

.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #485fc7;
	color: #485fc7
}

.datetimepicker.is-info .datetimepicker-header .datetimepicker-selection-day {
	color: #039be5
}

.datetimepicker.is-info .datepicker-nav {
	background: #039be5;
	color: #fff
}

.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #039be5;
	border-color: #039be5
}

.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #039be5;
	color: #039be5
}

.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #039be5
}

.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #039be5
}

.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #039be5
}

.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #039be5;
	color: #fff
}

.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #039be5;
	color: #039be5
}

.datetimepicker.is-success .datetimepicker-header .datetimepicker-selection-day {
	color: #06d6a0
}

.datetimepicker.is-success .datepicker-nav {
	background: #06d6a0;
	color: #fff
}

.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #06d6a0;
	border-color: #06d6a0
}

.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #06d6a0;
	color: #06d6a0
}

.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #06d6a0
}

.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #06d6a0
}

.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #06d6a0
}

.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #06d6a0;
	color: #fff
}

.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #06d6a0;
	color: #06d6a0
}

.datetimepicker.is-warning .datetimepicker-header .datetimepicker-selection-day {
	color: #faae42
}

.datetimepicker.is-warning .datepicker-nav {
	background: #faae42;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #faae42;
	border-color: #faae42
}

.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #faae42;
	color: #faae42
}

.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #faae42
}

.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #faae42
}

.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #faae42
}

.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #faae42;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: rgba(0, 0, 0, .7) !important;
	color: rgba(0, 0, 0, .7) !important
}

.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: rgba(0, 0, 0, .7);
	border-color: #faae42;
	color: #faae42
}

.datetimepicker.is-danger .datetimepicker-header .datetimepicker-selection-day {
	color: #e62965
}

.datetimepicker.is-danger .datepicker-nav {
	background: #e62965;
	color: #fff
}

.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #e62965;
	border-color: #e62965
}

.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #e62965;
	color: #e62965
}

.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #e62965
}

.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #e62965
}

.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #e62965
}

.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #e62965;
	color: #fff
}

.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #e62965;
	color: #e62965
}

.datetimepicker.is-black-bis .datetimepicker-header .datetimepicker-selection-day {
	color: #121212
}

.datetimepicker.is-black-bis .datepicker-nav {
	background: #121212;
	color: #fff
}

.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #121212;
	border-color: #121212
}

.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #121212;
	color: #121212
}

.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #121212
}

.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #121212
}

.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #121212
}

.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #121212;
	color: #fff
}

.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #121212;
	color: #121212
}

.datetimepicker.is-black-ter .datetimepicker-header .datetimepicker-selection-day {
	color: #242424
}

.datetimepicker.is-black-ter .datepicker-nav {
	background: #242424;
	color: #fff
}

.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #242424;
	border-color: #242424
}

.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #242424;
	color: #242424
}

.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #242424
}

.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #242424
}

.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #242424
}

.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #242424;
	color: #fff
}

.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #242424;
	color: #242424
}

.datetimepicker.is-grey-darker .datetimepicker-header .datetimepicker-selection-day {
	color: #363636
}

.datetimepicker.is-grey-darker .datepicker-nav {
	background: #363636;
	color: #fff
}

.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #363636;
	border-color: #363636
}

.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #363636;
	color: #363636
}

.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #363636
}

.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #363636
}

.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #363636
}

.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #363636;
	color: #fff
}

.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #363636;
	color: #363636
}

.datetimepicker.is-grey-dark .datetimepicker-header .datetimepicker-selection-day {
	color: #4a4a4a
}

.datetimepicker.is-grey-dark .datepicker-nav {
	background: #4a4a4a;
	color: #fff
}

.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #4a4a4a;
	border-color: #4a4a4a
}

.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #4a4a4a;
	color: #4a4a4a
}

.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #4a4a4a
}

.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #4a4a4a
}

.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #4a4a4a
}

.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #4a4a4a;
	color: #fff
}

.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #4a4a4a;
	color: #4a4a4a
}

.datetimepicker.is-grey .datetimepicker-header .datetimepicker-selection-day {
	color: #7a7a7a
}

.datetimepicker.is-grey .datepicker-nav {
	background: #7a7a7a;
	color: #fff
}

.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #7a7a7a;
	border-color: #7a7a7a
}

.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #7a7a7a;
	color: #7a7a7a
}

.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #7a7a7a
}

.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #7a7a7a
}

.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #7a7a7a
}

.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #7a7a7a;
	color: #fff
}

.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #7a7a7a;
	color: #7a7a7a
}

.datetimepicker.is-grey-light .datetimepicker-header .datetimepicker-selection-day {
	color: #b5b5b5
}

.datetimepicker.is-grey-light .datepicker-nav {
	background: #b5b5b5;
	color: #fff
}

.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #b5b5b5;
	border-color: #b5b5b5
}

.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #b5b5b5;
	color: #b5b5b5
}

.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #b5b5b5
}

.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #b5b5b5
}

.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #b5b5b5
}

.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #b5b5b5;
	color: #fff
}

.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: #fff !important;
	color: #fff !important
}

.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: #fff;
	border-color: #b5b5b5;
	color: #b5b5b5
}

.datetimepicker.is-grey-lighter .datetimepicker-header .datetimepicker-selection-day {
	color: #dbdbdb
}

.datetimepicker.is-grey-lighter .datepicker-nav {
	background: #dbdbdb;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #dbdbdb;
	border-color: #dbdbdb
}

.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #dbdbdb;
	color: #dbdbdb
}

.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #dbdbdb
}

.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #dbdbdb
}

.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #dbdbdb
}

.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #dbdbdb;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: rgba(0, 0, 0, .7) !important;
	color: rgba(0, 0, 0, .7) !important
}

.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: rgba(0, 0, 0, .7);
	border-color: #dbdbdb;
	color: #dbdbdb
}

.datetimepicker.is-white-ter .datetimepicker-header .datetimepicker-selection-day {
	color: #f5f5f5
}

.datetimepicker.is-white-ter .datepicker-nav {
	background: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #f5f5f5;
	border-color: #f5f5f5
}

.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #f5f5f5;
	color: #f5f5f5
}

.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #f5f5f5
}

.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #f5f5f5
}

.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #f5f5f5
}

.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: rgba(0, 0, 0, .7) !important;
	color: rgba(0, 0, 0, .7) !important
}

.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: rgba(0, 0, 0, .7);
	border-color: #f5f5f5;
	color: #f5f5f5
}

.datetimepicker.is-white-bis .datetimepicker-header .datetimepicker-selection-day {
	color: #fafafa
}

.datetimepicker.is-white-bis .datepicker-nav {
	background: #fafafa;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	background: #fafafa;
	border-color: #fafafa
}

.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #fafafa;
	color: #fafafa
}

.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #fafafa
}

.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
	background: #fafafa
}

.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before,
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
	background: #fafafa
}

.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
	background-color: #fafafa;
	color: rgba(0, 0, 0, .7)
}

.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
	border-color: rgba(0, 0, 0, .7) !important;
	color: rgba(0, 0, 0, .7) !important
}

.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item,
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
	background: rgba(0, 0, 0, .7);
	border-color: #fafafa;
	color: #fafafa
}

.datetimepicker-dummy {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 2.5rem
}

.datetimepicker-dummy:before,
.datetimepicker-dummy::before {
	content: "";
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9ImN1cnJlbnRjb2xvciIgZD0iTTU3LDRoLTdWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIMTlWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIM0MyLjQ0Nyw0LDIsNC40NDcsMiw1djExdjQzYzAsMC41NTMsMC40NDcsMSwxLDFoNTRjMC41NTMsMCwxLTAuNDQ3LDEtMVYxNlY1QzU4LDQuNDQ3LDU3LjU1Myw0LDU3LDR6IE00MywyaDV2M3YzaC01VjVWMnogTTEyLDJoNXYzdjNoLTVWNVYyeiBNNCw2aDZ2M2MwLDAuNTUzLDAuNDQ3LDEsMSwxaDdjMC41NTMsMCwxLTAuNDQ3LDEtMVY2aDIydjNjMCwwLjU1MywwLjQ0NywxLDEsMWg3YzAuNTUzLDAsMS0wLjQ0NywxLTFWNmg2djlINFY2ek00LDU4VjE3aDUydjQxSDR6Ii8+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBkPSJNMzgsMjNoLTdoLTJoLTdoLTJoLTl2OXYydjd2MnY5aDloMmg3aDJoN2gyaDl2LTl2LTJ2LTd2LTJ2LTloLTlIMzh6TTMxLDI1aDd2N2gtN1YyNXpNMzgsNDFoLTd2LTdoN1Y0MXpNMjIsMzRoN3Y3aC03VjM0ek0yMiwyNWg3djdoLTdWMjV6TTEzLDI1aDd2N2gtN1YyNXpNMTMsMzRoN3Y3aC03VjM0ek0yMCw1MGgtN3YtN2g3VjUwek0yOSw1MGgtN3YtN2g3VjUweiBNMzgsNTBoLTd2LTdoN1Y1MHogTTQ3LDUwaC03di03aDdWNTB6IE00Nyw0MWgtN3YtN2g3VjQxek00NywyNXY3aC03di03SDQ3eiIvPjwvZz48L3N2Zz4=);
	mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9ImN1cnJlbnRjb2xvciIgZD0iTTU3LDRoLTdWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIMTlWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIM0MyLjQ0Nyw0LDIsNC40NDcsMiw1djExdjQzYzAsMC41NTMsMC40NDcsMSwxLDFoNTRjMC41NTMsMCwxLTAuNDQ3LDEtMVYxNlY1QzU4LDQuNDQ3LDU3LjU1Myw0LDU3LDR6IE00MywyaDV2M3YzaC01VjVWMnogTTEyLDJoNXYzdjNoLTVWNVYyeiBNNCw2aDZ2M2MwLDAuNTUzLDAuNDQ3LDEsMSwxaDdjMC41NTMsMCwxLTAuNDQ3LDEtMVY2aDIydjNjMCwwLjU1MywwLjQ0NywxLDEsMWg3YzAuNTUzLDAsMS0wLjQ0NywxLTFWNmg2djlINFY2ek00LDU4VjE3aDUydjQxSDR6Ii8+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBkPSJNMzgsMjNoLTdoLTJoLTdoLTJoLTl2OXYydjd2MnY5aDloMmg3aDJoN2gyaDl2LTl2LTJ2LTd2LTJ2LTloLTlIMzh6TTMxLDI1aDd2N2gtN1YyNXpNMzgsNDFoLTd2LTdoN1Y0MXpNMjIsMzRoN3Y3aC03VjM0ek0yMiwyNWg3djdoLTdWMjV6TTEzLDI1aDd2N2gtN1YyNXpNMTMsMzRoN3Y3aC03VjM0ek0yMCw1MGgtN3YtN2g3VjUwek0yOSw1MGgtN3YtN2g3VjUweiBNMzgsNTBoLTd2LTdoN1Y1MHogTTQ3LDUwaC03di03aDdWNTB6IE00Nyw0MWgtN3YtN2g3VjQxek00NywyNXY3aC03di03SDQ3eiIvPjwvZz48L3N2Zz4=);
	position: absolute;
	top: .65rem;
	left: .75rem;
	width: 1.25rem;
	height: 1.25rem;
	background-color: var(--primary-color)
}

.datetimepicker-dummy .datetimepicker-clear-button {
	background: transparent;
	border: 0;
	color: var(--primary-color);
	cursor: pointer;
	font-weight: 400;
	outline: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 1.5rem;
	height: 1.75rem;
	margin: .4rem .2rem 0 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.75rem
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper {
	border: 1px solid #b5b5b5;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 100%;
	flex: 1 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	max-width: 100%
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
	color: #4a4a4a;
	font-size: 1rem;
	text-align: left;
	text-indent: 1rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	max-width: 50%
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child {
	text-indent: 2.5rem
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input.is-datetimepicker-range {
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgOCAxOCI+CiAgICA8cGF0aCBmaWxsPSIjOTU5OUFBIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0uMTE5LjcxOGw3LjE1OCA3LjQwNy0uMDMzLS41NTEtNi43MzcgOC44ODlhLjQyNS40MjUgMCAwIDAgLjA4LjU5My40Mi40MiAwIDAgMCAuNTktLjA4bDYuNzM3LTguODg5YS40MjUuNDI1IDAgMCAwLS4wMzMtLjU1MUwuNzIzLjEyOEEuNDIuNDIgMCAwIDAgLjEyOC4xMmEuNDI1LjQyNSAwIDAgMC0uMDA5LjU5OHoiLz4KPC9zdmc+Cg==) no-repeat 100%/8px
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper input {
	background: transparent;
	outline: none;
	word-spacing: .5rem;
	border: 0
}

.datetimepicker-dummy.is-white:before,
.datetimepicker-dummy.is-white::before {
	background-color: #fff
}

.datetimepicker-dummy.is-white .datetimepicker-clear-button {
	color: #fff
}

.datetimepicker-dummy.is-black:before,
.datetimepicker-dummy.is-black::before {
	background-color: #0a0a0a
}

.datetimepicker-dummy.is-black .datetimepicker-clear-button {
	color: #0a0a0a
}

.datetimepicker-dummy.is-light:before,
.datetimepicker-dummy.is-light::before {
	background-color: #f5f5f5
}

.datetimepicker-dummy.is-light .datetimepicker-clear-button {
	color: #f5f5f5
}

.datetimepicker-dummy.is-dark:before,
.datetimepicker-dummy.is-dark::before {
	background-color: #363636
}

.datetimepicker-dummy.is-dark .datetimepicker-clear-button {
	color: #363636
}

.datetimepicker-dummy.is-primary:before,
.datetimepicker-dummy.is-primary::before {
	background-color: var(--primary-color)
}

.datetimepicker-dummy.is-primary .datetimepicker-clear-button {
	color: var(--primary-color)
}

.datetimepicker-dummy.is-link:before,
.datetimepicker-dummy.is-link::before {
	background-color: #485fc7
}

.datetimepicker-dummy.is-link .datetimepicker-clear-button {
	color: #485fc7
}

.datetimepicker-dummy.is-info:before,
.datetimepicker-dummy.is-info::before {
	background-color: #039be5
}

.datetimepicker-dummy.is-info .datetimepicker-clear-button {
	color: #039be5
}

.datetimepicker-dummy.is-success:before,
.datetimepicker-dummy.is-success::before {
	background-color: #06d6a0
}

.datetimepicker-dummy.is-success .datetimepicker-clear-button {
	color: #06d6a0
}

.datetimepicker-dummy.is-warning:before,
.datetimepicker-dummy.is-warning::before {
	background-color: #faae42
}

.datetimepicker-dummy.is-warning .datetimepicker-clear-button {
	color: #faae42
}

.datetimepicker-dummy.is-danger:before,
.datetimepicker-dummy.is-danger::before {
	background-color: #e62965
}

.datetimepicker-dummy.is-danger .datetimepicker-clear-button {
	color: #e62965
}

.datetimepicker-dummy.is-black-bis:before,
.datetimepicker-dummy.is-black-bis::before {
	background-color: #121212
}

.datetimepicker-dummy.is-black-bis .datetimepicker-clear-button {
	color: #121212
}

.datetimepicker-dummy.is-black-ter:before,
.datetimepicker-dummy.is-black-ter::before {
	background-color: #242424
}

.datetimepicker-dummy.is-black-ter .datetimepicker-clear-button {
	color: #242424
}

.datetimepicker-dummy.is-grey-darker:before,
.datetimepicker-dummy.is-grey-darker::before {
	background-color: #363636
}

.datetimepicker-dummy.is-grey-darker .datetimepicker-clear-button {
	color: #363636
}

.datetimepicker-dummy.is-grey-dark:before,
.datetimepicker-dummy.is-grey-dark::before {
	background-color: #4a4a4a
}

.datetimepicker-dummy.is-grey-dark .datetimepicker-clear-button {
	color: #4a4a4a
}

.datetimepicker-dummy.is-grey:before,
.datetimepicker-dummy.is-grey::before {
	background-color: #7a7a7a
}

.datetimepicker-dummy.is-grey .datetimepicker-clear-button {
	color: #7a7a7a
}

.datetimepicker-dummy.is-grey-light:before,
.datetimepicker-dummy.is-grey-light::before {
	background-color: #b5b5b5
}

.datetimepicker-dummy.is-grey-light .datetimepicker-clear-button {
	color: #b5b5b5
}

.datetimepicker-dummy.is-grey-lighter:before,
.datetimepicker-dummy.is-grey-lighter::before {
	background-color: #dbdbdb
}

.datetimepicker-dummy.is-grey-lighter .datetimepicker-clear-button {
	color: #dbdbdb
}

.datetimepicker-dummy.is-white-ter:before,
.datetimepicker-dummy.is-white-ter::before {
	background-color: #f5f5f5
}

.datetimepicker-dummy.is-white-ter .datetimepicker-clear-button {
	color: #f5f5f5
}

.datetimepicker-dummy.is-white-bis:before,
.datetimepicker-dummy.is-white-bis::before {
	background-color: #fafafa
}

.datetimepicker-dummy.is-white-bis .datetimepicker-clear-button {
	color: #fafafa
}

.modal .datetimepicker {
	display: block;
	max-height: 95vh;
	width: 22rem;
	max-width: 95vw;
	overflow-y: auto
}

.steps:not(:last-child) {
	margin-bottom: 1.5rem
}

.steps .steps-segment {
	position: relative
}

.steps .steps-segment:not(:last-child):after {
	content: " ";
	display: block;
	position: absolute
}

@media screen and (max-width: 768px) {
	.steps:not(.is-horizontal) .steps-segment {
		display: block
	}

	.steps:not(.is-horizontal) .steps-segment:not(:last-child) {
		min-height: 4em
	}

	.steps:not(.is-horizontal).is-short .steps-segment {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.steps:not(.is-horizontal).is-short.is-centered {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.steps:not(.is-horizontal).is-short.is-bottom {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.steps:not(.is-horizontal):not(.is-short) {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.steps:not(.is-horizontal):not(.is-short) .steps-segment:not(:last-child) {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.steps.is-vertical .steps-segment {
	display: block
}

.steps.is-vertical .steps-segment:not(:last-child) {
	min-height: 4em
}

.steps.is-vertical.is-short .steps-segment {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.steps.is-vertical.is-short.is-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.steps.is-vertical.is-short.is-bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.steps.is-vertical:not(.is-short) {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.steps.is-vertical:not(.is-short) .steps-segment:not(:last-child) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media screen and (min-width: 769px),
print {
	.steps:not(.is-vertical) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.steps:not(.is-vertical) .steps-segment:not(:last-child) {
		-ms-flex-preferred-size: 1rem;
		flex-basis: 1rem;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.steps:not(.is-vertical).is-narrow .steps-segment {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.steps:not(.is-vertical).is-narrow .steps-segment:not(:last-child) {
		min-width: 10em
	}

	.steps:not(.is-vertical).is-narrow.is-centered {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.steps:not(.is-vertical).is-narrow.is-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.steps:not(.is-vertical).has-content-centered {
		text-align: center
	}

	.steps:not(.is-vertical).is-balanced .steps-segment:last-child,
	.steps:not(.is-vertical).has-content-centered .steps-segment:last-child {
		-ms-flex-preferred-size: 1rem;
		flex-basis: 1rem;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.steps:not(.is-vertical).is-narrow.has-content-centered .steps-segment:last-child {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		min-width: 10em
	}

	.steps:not(.is-vertical) .steps-content.is-divider-content {
		text-align: center
	}
}

.steps.is-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.steps.is-horizontal .steps-segment:not(:last-child) {
	-ms-flex-preferred-size: 1rem;
	flex-basis: 1rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.steps.is-horizontal.is-narrow .steps-segment {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.steps.is-horizontal.is-narrow .steps-segment:not(:last-child) {
	min-width: 10em
}

.steps.is-horizontal.is-narrow.is-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.steps.is-horizontal.is-narrow.is-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.steps.is-horizontal.has-content-centered {
	text-align: center
}

.steps.is-horizontal.is-balanced .steps-segment:last-child,
.steps.is-horizontal.has-content-centered .steps-segment:last-child {
	-ms-flex-preferred-size: 1rem;
	flex-basis: 1rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.steps.is-horizontal.is-narrow.has-content-centered .steps-segment:last-child {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 10em
}

.steps.is-horizontal .steps-content.is-divider-content {
	text-align: center
}

.steps .steps-marker {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 5
}

.steps {
	font-size: 1rem
}

.steps .steps-marker {
	height: 2rem;
	width: 2rem;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.steps:not(.is-horizontal) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.steps:not(.is-horizontal) .steps-segment:not(:last-child):after {
		bottom: -0.24rem;
		left: calc(1rem - (0.2em));
		top: 1.76rem;
		width: .4em
	}

	.steps:not(.is-horizontal) .steps-content {
		margin-left: calc(1rem + .5em);
		margin-top: -2rem;
		padding-left: 1em;
		padding-bottom: 1em
	}

	.steps:not(.is-horizontal) .steps-content.is-divider-content {
		margin-top: 0;
		padding-bottom: 0
	}

	.steps:not(.is-horizontal).has-content-centered .steps-content {
		padding-top: calc(1rem - .5em)
	}

	.steps:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
	.steps:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
		top: 2.3rem;
		bottom: .3rem
	}
}

.steps.is-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.steps.is-vertical .steps-segment:not(:last-child):after {
	bottom: -0.24rem;
	left: calc(1rem - (0.2em));
	top: 1.76rem;
	width: .4em
}

.steps.is-vertical .steps-content {
	margin-left: calc(1rem + .5em);
	margin-top: -2rem;
	padding-left: 1em;
	padding-bottom: 1em
}

.steps.is-vertical .steps-content.is-divider-content {
	margin-top: 0;
	padding-bottom: 0
}

.steps.is-vertical.has-content-centered .steps-content {
	padding-top: calc(1rem - .5em)
}

.steps.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
.steps.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
	top: 2.3rem;
	bottom: .3rem
}

@media screen and (min-width: 769px),
print {
	.steps:not(.is-vertical) .steps-segment:not(:last-child):after {
		height: .4em;
		left: 1.76rem;
		right: -0.24rem;
		top: calc(1rem - (0.2em))
	}

	.steps:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
		bottom: calc(1rem - (0.2em));
		top: auto
	}

	.steps:not(.is-vertical) .extra-data {
		left: calc(50% + 1.3rem);
		right: calc(-50% + 1.3rem);
		bottom: 100%;
		position: absolute
	}

	.steps:not(.is-vertical) .extra-data.has-overflow-right {
		overflow: visible;
		right: auto;
		white-space: nowrap;
		min-width: calc(100% - 1rem - (0.2em))
	}

	.steps:not(.is-vertical) .extra-data.has-overflow-left {
		overflow: visible;
		left: auto;
		white-space: nowrap;
		min-width: calc(100% - 1rem - (0.2em))
	}

	.steps:not(.is-vertical) .extra-data.has-overflow-centered {
		overflow: visible;
		left: auto;
		white-space: nowrap;
		min-width: calc(100% - 1rem - (0.2em))
	}

	.steps:not(.is-vertical).has-content-above .extra-data {
		top: 100%;
		bottom: auto
	}

	.steps:not(.is-vertical) .steps-content {
		margin-left: 1rem
	}

	.steps:not(.is-vertical) .steps-content:not(:last-child) {
		margin-right: -1rem
	}

	.steps:not(.is-vertical) .steps-content.is-divider-content {
		margin-right: -1rem;
		padding-left: 2em;
		padding-right: 2em
	}

	.steps:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
		left: 50%;
		right: -50%
	}

	.steps:not(.is-vertical).has-content-centered .steps-marker {
		position: absolute;
		left: calc(50% - 1rem)
	}

	.steps:not(.is-vertical).has-content-centered .steps-content {
		margin-top: 2rem;
		margin-left: .5em;
		margin-right: .5em;
		padding-top: .2em
	}

	.steps:not(.is-vertical).has-content-above.has-content-centered .steps-content {
		margin-bottom: 2rem;
		padding-bottom: .2em
	}

	.steps:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
	.steps:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
		left: 2.3rem;
		right: .3rem
	}

	.steps:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after,
	.steps:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
		left: calc(50% + 1.3rem);
		right: calc(-50% + 1.3rem)
	}
}

.steps.is-horizontal .steps-segment:not(:last-child):after {
	height: .4em;
	left: 1.76rem;
	right: -0.24rem;
	top: calc(1rem - (0.2em))
}

.steps.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
	bottom: calc(1rem - (0.2em));
	top: auto
}

.steps.is-horizontal .extra-data {
	left: calc(50% + 1.3rem);
	right: calc(-50% + 1.3rem);
	bottom: 100%;
	position: absolute
}

.steps.is-horizontal .extra-data.has-overflow-right {
	overflow: visible;
	right: auto;
	white-space: nowrap;
	min-width: calc(100% - 1rem - (0.2em))
}

.steps.is-horizontal .extra-data.has-overflow-left {
	overflow: visible;
	left: auto;
	white-space: nowrap;
	min-width: calc(100% - 1rem - (0.2em))
}

.steps.is-horizontal .extra-data.has-overflow-centered {
	overflow: visible;
	left: auto;
	white-space: nowrap;
	min-width: calc(100% - 1rem - (0.2em))
}

.steps.is-horizontal.has-content-above .extra-data {
	top: 100%;
	bottom: auto
}

.steps.is-horizontal .steps-content {
	margin-left: 1rem
}

.steps.is-horizontal .steps-content:not(:last-child) {
	margin-right: -1rem
}

.steps.is-horizontal .steps-content.is-divider-content {
	margin-right: -1rem;
	padding-left: 2em;
	padding-right: 2em
}

.steps.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
	left: 50%;
	right: -50%
}

.steps.is-horizontal.has-content-centered .steps-marker {
	position: absolute;
	left: calc(50% - 1rem)
}

.steps.is-horizontal.has-content-centered .steps-content {
	margin-top: 2rem;
	margin-left: .5em;
	margin-right: .5em;
	padding-top: .2em
}

.steps.is-horizontal.has-content-above.has-content-centered .steps-content {
	margin-bottom: 2rem;
	padding-bottom: .2em
}

.steps.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
.steps.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
	left: 2.3rem;
	right: .3rem
}

.steps.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after,
.steps.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
	left: calc(50% + 1.3rem);
	right: calc(-50% + 1.3rem)
}

.steps.is-small {
	font-size: .75rem
}

.steps.is-small .steps-marker {
	height: 1.5rem;
	width: 1.5rem;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.steps.is-small:not(.is-horizontal) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.steps.is-small:not(.is-horizontal) .steps-segment:not(:last-child):after {
		bottom: -0.24rem;
		left: calc(0.75rem - (0.2em));
		top: 1.26rem;
		width: .4em
	}

	.steps.is-small:not(.is-horizontal) .steps-content {
		margin-left: calc(0.75rem + .5em);
		margin-top: -1.5rem;
		padding-left: 1em;
		padding-bottom: 1em
	}

	.steps.is-small:not(.is-horizontal) .steps-content.is-divider-content {
		margin-top: 0;
		padding-bottom: 0
	}

	.steps.is-small:not(.is-horizontal).has-content-centered .steps-content {
		padding-top: calc(0.75rem - .5em)
	}

	.steps.is-small:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
	.steps.is-small:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
		top: 1.8rem;
		bottom: .3rem
	}
}

.steps.is-small.is-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.steps.is-small.is-vertical .steps-segment:not(:last-child):after {
	bottom: -0.24rem;
	left: calc(0.75rem - (0.2em));
	top: 1.26rem;
	width: .4em
}

.steps.is-small.is-vertical .steps-content {
	margin-left: calc(0.75rem + .5em);
	margin-top: -1.5rem;
	padding-left: 1em;
	padding-bottom: 1em
}

.steps.is-small.is-vertical .steps-content.is-divider-content {
	margin-top: 0;
	padding-bottom: 0
}

.steps.is-small.is-vertical.has-content-centered .steps-content {
	padding-top: calc(0.75rem - .5em)
}

.steps.is-small.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
.steps.is-small.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
	top: 1.8rem;
	bottom: .3rem
}

@media screen and (min-width: 769px),
print {
	.steps.is-small:not(.is-vertical) .steps-segment:not(:last-child):after {
		height: .4em;
		left: 1.26rem;
		right: -0.24rem;
		top: calc(0.75rem - (0.2em))
	}

	.steps.is-small:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
		bottom: calc(0.75rem - (0.2em));
		top: auto
	}

	.steps.is-small:not(.is-vertical) .extra-data {
		left: calc(50% + 1.05rem);
		right: calc(-50% + 1.05rem);
		bottom: 100%;
		position: absolute
	}

	.steps.is-small:not(.is-vertical) .extra-data.has-overflow-right {
		overflow: visible;
		right: auto;
		white-space: nowrap;
		min-width: calc(100% - 0.75rem - (0.2em))
	}

	.steps.is-small:not(.is-vertical) .extra-data.has-overflow-left {
		overflow: visible;
		left: auto;
		white-space: nowrap;
		min-width: calc(100% - 0.75rem - (0.2em))
	}

	.steps.is-small:not(.is-vertical) .extra-data.has-overflow-centered {
		overflow: visible;
		left: auto;
		white-space: nowrap;
		min-width: calc(100% - 0.75rem - (0.2em))
	}

	.steps.is-small:not(.is-vertical).has-content-above .extra-data {
		top: 100%;
		bottom: auto
	}

	.steps.is-small:not(.is-vertical) .steps-content {
		margin-left: .75rem
	}

	.steps.is-small:not(.is-vertical) .steps-content:not(:last-child) {
		margin-right: -0.75rem
	}

	.steps.is-small:not(.is-vertical) .steps-content.is-divider-content {
		margin-right: -0.75rem;
		padding-left: 2em;
		padding-right: 2em
	}

	.steps.is-small:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
		left: 50%;
		right: -50%
	}

	.steps.is-small:not(.is-vertical).has-content-centered .steps-marker {
		position: absolute;
		left: calc(50% - 0.75rem)
	}

	.steps.is-small:not(.is-vertical).has-content-centered .steps-content {
		margin-top: 1.5rem;
		margin-left: .5em;
		margin-right: .5em;
		padding-top: .2em
	}

	.steps.is-small:not(.is-vertical).has-content-above.has-content-centered .steps-content {
		margin-bottom: 1.5rem;
		padding-bottom: .2em
	}

	.steps.is-small:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
	.steps.is-small:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
		left: 1.8rem;
		right: .3rem
	}

	.steps.is-small:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after,
	.steps.is-small:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
		left: calc(50% + 1.05rem);
		right: calc(-50% + 1.05rem)
	}
}

.steps.is-small.is-horizontal .steps-segment:not(:last-child):after {
	height: .4em;
	left: 1.26rem;
	right: -0.24rem;
	top: calc(0.75rem - (0.2em))
}

.steps.is-small.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
	bottom: calc(0.75rem - (0.2em));
	top: auto
}

.steps.is-small.is-horizontal .extra-data {
	left: calc(50% + 1.05rem);
	right: calc(-50% + 1.05rem);
	bottom: 100%;
	position: absolute
}

.steps.is-small.is-horizontal .extra-data.has-overflow-right {
	overflow: visible;
	right: auto;
	white-space: nowrap;
	min-width: calc(100% - 0.75rem - (0.2em))
}

.steps.is-small.is-horizontal .extra-data.has-overflow-left {
	overflow: visible;
	left: auto;
	white-space: nowrap;
	min-width: calc(100% - 0.75rem - (0.2em))
}

.steps.is-small.is-horizontal .extra-data.has-overflow-centered {
	overflow: visible;
	left: auto;
	white-space: nowrap;
	min-width: calc(100% - 0.75rem - (0.2em))
}

.steps.is-small.is-horizontal.has-content-above .extra-data {
	top: 100%;
	bottom: auto
}

.steps.is-small.is-horizontal .steps-content {
	margin-left: .75rem
}

.steps.is-small.is-horizontal .steps-content:not(:last-child) {
	margin-right: -0.75rem
}

.steps.is-small.is-horizontal .steps-content.is-divider-content {
	margin-right: -0.75rem;
	padding-left: 2em;
	padding-right: 2em
}

.steps.is-small.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
	left: 50%;
	right: -50%
}

.steps.is-small.is-horizontal.has-content-centered .steps-marker {
	position: absolute;
	left: calc(50% - 0.75rem)
}

.steps.is-small.is-horizontal.has-content-centered .steps-content {
	margin-top: 1.5rem;
	margin-left: .5em;
	margin-right: .5em;
	padding-top: .2em
}

.steps.is-small.is-horizontal.has-content-above.has-content-centered .steps-content {
	margin-bottom: 1.5rem;
	padding-bottom: .2em
}

.steps.is-small.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
.steps.is-small.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
	left: 1.8rem;
	right: .3rem
}

.steps.is-small.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after,
.steps.is-small.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
	left: calc(50% + 1.05rem);
	right: calc(-50% + 1.05rem)
}

.steps.is-medium {
	font-size: 1.25rem
}

.steps.is-medium .steps-marker {
	height: 2.5rem;
	width: 2.5rem;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.steps.is-medium:not(.is-horizontal) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.steps.is-medium:not(.is-horizontal) .steps-segment:not(:last-child):after {
		bottom: -0.24rem;
		left: calc(1.25rem - (0.2em));
		top: 2.26rem;
		width: .4em
	}

	.steps.is-medium:not(.is-horizontal) .steps-content {
		margin-left: calc(1.25rem + .5em);
		margin-top: -2.5rem;
		padding-left: 1em;
		padding-bottom: 1em
	}

	.steps.is-medium:not(.is-horizontal) .steps-content.is-divider-content {
		margin-top: 0;
		padding-bottom: 0
	}

	.steps.is-medium:not(.is-horizontal).has-content-centered .steps-content {
		padding-top: calc(1.25rem - .5em)
	}

	.steps.is-medium:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
	.steps.is-medium:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
		top: 2.8rem;
		bottom: .3rem
	}
}

.steps.is-medium.is-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.steps.is-medium.is-vertical .steps-segment:not(:last-child):after {
	bottom: -0.24rem;
	left: calc(1.25rem - (0.2em));
	top: 2.26rem;
	width: .4em
}

.steps.is-medium.is-vertical .steps-content {
	margin-left: calc(1.25rem + .5em);
	margin-top: -2.5rem;
	padding-left: 1em;
	padding-bottom: 1em
}

.steps.is-medium.is-vertical .steps-content.is-divider-content {
	margin-top: 0;
	padding-bottom: 0
}

.steps.is-medium.is-vertical.has-content-centered .steps-content {
	padding-top: calc(1.25rem - .5em)
}

.steps.is-medium.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
.steps.is-medium.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
	top: 2.8rem;
	bottom: .3rem
}

@media screen and (min-width: 769px),
print {
	.steps.is-medium:not(.is-vertical) .steps-segment:not(:last-child):after {
		height: .4em;
		left: 2.26rem;
		right: -0.24rem;
		top: calc(1.25rem - (0.2em))
	}

	.steps.is-medium:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
		bottom: calc(1.25rem - (0.2em));
		top: auto
	}

	.steps.is-medium:not(.is-vertical) .extra-data {
		left: calc(50% + 1.55rem);
		right: calc(-50% + 1.55rem);
		bottom: 100%;
		position: absolute
	}

	.steps.is-medium:not(.is-vertical) .extra-data.has-overflow-right {
		overflow: visible;
		right: auto;
		white-space: nowrap;
		min-width: calc(100% - 1.25rem - (0.2em))
	}

	.steps.is-medium:not(.is-vertical) .extra-data.has-overflow-left {
		overflow: visible;
		left: auto;
		white-space: nowrap;
		min-width: calc(100% - 1.25rem - (0.2em))
	}

	.steps.is-medium:not(.is-vertical) .extra-data.has-overflow-centered {
		overflow: visible;
		left: auto;
		white-space: nowrap;
		min-width: calc(100% - 1.25rem - (0.2em))
	}

	.steps.is-medium:not(.is-vertical).has-content-above .extra-data {
		top: 100%;
		bottom: auto
	}

	.steps.is-medium:not(.is-vertical) .steps-content {
		margin-left: 1.25rem
	}

	.steps.is-medium:not(.is-vertical) .steps-content:not(:last-child) {
		margin-right: -1.25rem
	}

	.steps.is-medium:not(.is-vertical) .steps-content.is-divider-content {
		margin-right: -1.25rem;
		padding-left: 2em;
		padding-right: 2em
	}

	.steps.is-medium:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
		left: 50%;
		right: -50%
	}

	.steps.is-medium:not(.is-vertical).has-content-centered .steps-marker {
		position: absolute;
		left: calc(50% - 1.25rem)
	}

	.steps.is-medium:not(.is-vertical).has-content-centered .steps-content {
		margin-top: 2.5rem;
		margin-left: .5em;
		margin-right: .5em;
		padding-top: .2em
	}

	.steps.is-medium:not(.is-vertical).has-content-above.has-content-centered .steps-content {
		margin-bottom: 2.5rem;
		padding-bottom: .2em
	}

	.steps.is-medium:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
	.steps.is-medium:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
		left: 2.8rem;
		right: .3rem
	}

	.steps.is-medium:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after,
	.steps.is-medium:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
		left: calc(50% + 1.55rem);
		right: calc(-50% + 1.55rem)
	}
}

.steps.is-medium.is-horizontal .steps-segment:not(:last-child):after {
	height: .4em;
	left: 2.26rem;
	right: -0.24rem;
	top: calc(1.25rem - (0.2em))
}

.steps.is-medium.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
	bottom: calc(1.25rem - (0.2em));
	top: auto
}

.steps.is-medium.is-horizontal .extra-data {
	left: calc(50% + 1.55rem);
	right: calc(-50% + 1.55rem);
	bottom: 100%;
	position: absolute
}

.steps.is-medium.is-horizontal .extra-data.has-overflow-right {
	overflow: visible;
	right: auto;
	white-space: nowrap;
	min-width: calc(100% - 1.25rem - (0.2em))
}

.steps.is-medium.is-horizontal .extra-data.has-overflow-left {
	overflow: visible;
	left: auto;
	white-space: nowrap;
	min-width: calc(100% - 1.25rem - (0.2em))
}

.steps.is-medium.is-horizontal .extra-data.has-overflow-centered {
	overflow: visible;
	left: auto;
	white-space: nowrap;
	min-width: calc(100% - 1.25rem - (0.2em))
}

.steps.is-medium.is-horizontal.has-content-above .extra-data {
	top: 100%;
	bottom: auto
}

.steps.is-medium.is-horizontal .steps-content {
	margin-left: 1.25rem
}

.steps.is-medium.is-horizontal .steps-content:not(:last-child) {
	margin-right: -1.25rem
}

.steps.is-medium.is-horizontal .steps-content.is-divider-content {
	margin-right: -1.25rem;
	padding-left: 2em;
	padding-right: 2em
}

.steps.is-medium.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
	left: 50%;
	right: -50%
}

.steps.is-medium.is-horizontal.has-content-centered .steps-marker {
	position: absolute;
	left: calc(50% - 1.25rem)
}

.steps.is-medium.is-horizontal.has-content-centered .steps-content {
	margin-top: 2.5rem;
	margin-left: .5em;
	margin-right: .5em;
	padding-top: .2em
}

.steps.is-medium.is-horizontal.has-content-above.has-content-centered .steps-content {
	margin-bottom: 2.5rem;
	padding-bottom: .2em
}

.steps.is-medium.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
.steps.is-medium.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
	left: 2.8rem;
	right: .3rem
}

.steps.is-medium.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after,
.steps.is-medium.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
	left: calc(50% + 1.55rem);
	right: calc(-50% + 1.55rem)
}

.steps.is-large {
	font-size: 1.5rem
}

.steps.is-large .steps-marker {
	height: 3rem;
	width: 3rem;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.steps.is-large:not(.is-horizontal) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.steps.is-large:not(.is-horizontal) .steps-segment:not(:last-child):after {
		bottom: -0.24rem;
		left: calc(1.5rem - (0.2em));
		top: 2.76rem;
		width: .4em
	}

	.steps.is-large:not(.is-horizontal) .steps-content {
		margin-left: calc(1.5rem + .5em);
		margin-top: -3rem;
		padding-left: 1em;
		padding-bottom: 1em
	}

	.steps.is-large:not(.is-horizontal) .steps-content.is-divider-content {
		margin-top: 0;
		padding-bottom: 0
	}

	.steps.is-large:not(.is-horizontal).has-content-centered .steps-content {
		padding-top: calc(1.5rem - .5em)
	}

	.steps.is-large:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
	.steps.is-large:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
		top: 3.3rem;
		bottom: .3rem
	}
}

.steps.is-large.is-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.steps.is-large.is-vertical .steps-segment:not(:last-child):after {
	bottom: -0.24rem;
	left: calc(1.5rem - (0.2em));
	top: 2.76rem;
	width: .4em
}

.steps.is-large.is-vertical .steps-content {
	margin-left: calc(1.5rem + .5em);
	margin-top: -3rem;
	padding-left: 1em;
	padding-bottom: 1em
}

.steps.is-large.is-vertical .steps-content.is-divider-content {
	margin-top: 0;
	padding-bottom: 0
}

.steps.is-large.is-vertical.has-content-centered .steps-content {
	padding-top: calc(1.5rem - .5em)
}

.steps.is-large.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
.steps.is-large.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
	top: 3.3rem;
	bottom: .3rem
}

@media screen and (min-width: 769px),
print {
	.steps.is-large:not(.is-vertical) .steps-segment:not(:last-child):after {
		height: .4em;
		left: 2.76rem;
		right: -0.24rem;
		top: calc(1.5rem - (0.2em))
	}

	.steps.is-large:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
		bottom: calc(1.5rem - (0.2em));
		top: auto
	}

	.steps.is-large:not(.is-vertical) .extra-data {
		left: calc(50% + 1.8rem);
		right: calc(-50% + 1.8rem);
		bottom: 100%;
		position: absolute
	}

	.steps.is-large:not(.is-vertical) .extra-data.has-overflow-right {
		overflow: visible;
		right: auto;
		white-space: nowrap;
		min-width: calc(100% - 1.5rem - (0.2em))
	}

	.steps.is-large:not(.is-vertical) .extra-data.has-overflow-left {
		overflow: visible;
		left: auto;
		white-space: nowrap;
		min-width: calc(100% - 1.5rem - (0.2em))
	}

	.steps.is-large:not(.is-vertical) .extra-data.has-overflow-centered {
		overflow: visible;
		left: auto;
		white-space: nowrap;
		min-width: calc(100% - 1.5rem - (0.2em))
	}

	.steps.is-large:not(.is-vertical).has-content-above .extra-data {
		top: 100%;
		bottom: auto
	}

	.steps.is-large:not(.is-vertical) .steps-content {
		margin-left: 1.5rem
	}

	.steps.is-large:not(.is-vertical) .steps-content:not(:last-child) {
		margin-right: -1.5rem
	}

	.steps.is-large:not(.is-vertical) .steps-content.is-divider-content {
		margin-right: -1.5rem;
		padding-left: 2em;
		padding-right: 2em
	}

	.steps.is-large:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
		left: 50%;
		right: -50%
	}

	.steps.is-large:not(.is-vertical).has-content-centered .steps-marker {
		position: absolute;
		left: calc(50% - 1.5rem)
	}

	.steps.is-large:not(.is-vertical).has-content-centered .steps-content {
		margin-top: 3rem;
		margin-left: .5em;
		margin-right: .5em;
		padding-top: .2em
	}

	.steps.is-large:not(.is-vertical).has-content-above.has-content-centered .steps-content {
		margin-bottom: 3rem;
		padding-bottom: .2em
	}

	.steps.is-large:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
	.steps.is-large:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
		left: 3.3rem;
		right: .3rem
	}

	.steps.is-large:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after,
	.steps.is-large:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
		left: calc(50% + 1.8rem);
		right: calc(-50% + 1.8rem)
	}
}

.steps.is-large.is-horizontal .steps-segment:not(:last-child):after {
	height: .4em;
	left: 2.76rem;
	right: -0.24rem;
	top: calc(1.5rem - (0.2em))
}

.steps.is-large.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
	bottom: calc(1.5rem - (0.2em));
	top: auto
}

.steps.is-large.is-horizontal .extra-data {
	left: calc(50% + 1.8rem);
	right: calc(-50% + 1.8rem);
	bottom: 100%;
	position: absolute
}

.steps.is-large.is-horizontal .extra-data.has-overflow-right {
	overflow: visible;
	right: auto;
	white-space: nowrap;
	min-width: calc(100% - 1.5rem - (0.2em))
}

.steps.is-large.is-horizontal .extra-data.has-overflow-left {
	overflow: visible;
	left: auto;
	white-space: nowrap;
	min-width: calc(100% - 1.5rem - (0.2em))
}

.steps.is-large.is-horizontal .extra-data.has-overflow-centered {
	overflow: visible;
	left: auto;
	white-space: nowrap;
	min-width: calc(100% - 1.5rem - (0.2em))
}

.steps.is-large.is-horizontal.has-content-above .extra-data {
	top: 100%;
	bottom: auto
}

.steps.is-large.is-horizontal .steps-content {
	margin-left: 1.5rem
}

.steps.is-large.is-horizontal .steps-content:not(:last-child) {
	margin-right: -1.5rem
}

.steps.is-large.is-horizontal .steps-content.is-divider-content {
	margin-right: -1.5rem;
	padding-left: 2em;
	padding-right: 2em
}

.steps.is-large.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
	left: 50%;
	right: -50%
}

.steps.is-large.is-horizontal.has-content-centered .steps-marker {
	position: absolute;
	left: calc(50% - 1.5rem)
}

.steps.is-large.is-horizontal.has-content-centered .steps-content {
	margin-top: 3rem;
	margin-left: .5em;
	margin-right: .5em;
	padding-top: .2em
}

.steps.is-large.is-horizontal.has-content-above.has-content-centered .steps-content {
	margin-bottom: 3rem;
	padding-bottom: .2em
}

.steps.is-large.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after,
.steps.is-large.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
	left: 3.3rem;
	right: .3rem
}

.steps.is-large.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after,
.steps.is-large.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
	left: calc(50% + 1.8rem);
	right: calc(-50% + 1.8rem)
}

.steps-segment:after {
	background-color: var(--primary-color)
}

.steps-segment.is-active:after {
	background-color: #dbdbdb
}

.steps-segment.is-active~.steps-segment:after {
	background-color: #dbdbdb
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow) {
	background-color: var(--primary-color);
	color: #fff
}

.steps:not(.is-hollow) .steps-segment.is-active .steps-marker:not(.is-hollow) {
	background-color: var(--primary-color);
	color: #fff
}

.steps:not(.is-hollow) .steps-segment.is-active~.steps-segment .steps-marker:not(.is-hollow) {
	background-color: #dbdbdb;
	color: rgba(0, 0, 0, .7)
}

.steps.is-hollow .steps-marker,
.steps-marker.is-hollow {
	border: .3em solid var(--primary-color)
}

.steps.is-hollow .is-active .steps-marker,
.steps .is-active .steps-marker.is-hollow {
	border-color: var(--primary-color)
}

.steps.is-hollow .steps-segment.is-active~.steps-segment .steps-marker,
.steps-segment.is-active~.steps-segment .steps-marker.is-hollow {
	border-color: #dbdbdb
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-white {
	background-color: #fff !important;
	color: #0a0a0a !important
}

.steps.is-hollow .steps-marker.is-white,
.steps .steps-marker.is-hollow.is-white {
	border-color: #fff !important
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-black {
	background-color: #0a0a0a !important;
	color: #fff !important
}

.steps.is-hollow .steps-marker.is-black,
.steps .steps-marker.is-hollow.is-black {
	border-color: #0a0a0a !important
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-light {
	background-color: #f5f5f5 !important;
	color: rgba(0, 0, 0, .7) !important
}

.steps.is-hollow .steps-marker.is-light,
.steps .steps-marker.is-hollow.is-light {
	border-color: #f5f5f5 !important
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-dark {
	background-color: #363636 !important;
	color: #fff !important
}

.steps.is-hollow .steps-marker.is-dark,
.steps .steps-marker.is-hollow.is-dark {
	border-color: #363636 !important
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-primary {
	background-color: var(--primary-color) !important;
	color: #fff !important
}

.steps.is-hollow .steps-marker.is-primary,
.steps .steps-marker.is-hollow.is-primary {
	border-color: var(--primary-color) !important
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-link {
	background-color: #485fc7 !important;
	color: #fff !important
}

.steps.is-hollow .steps-marker.is-link,
.steps .steps-marker.is-hollow.is-link {
	border-color: #485fc7 !important
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-info {
	background-color: #039be5 !important;
	color: #fff !important
}

.steps.is-hollow .steps-marker.is-info,
.steps .steps-marker.is-hollow.is-info {
	border-color: #039be5 !important
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-success {
	background-color: #06d6a0 !important;
	color: #fff !important
}

.steps.is-hollow .steps-marker.is-success,
.steps .steps-marker.is-hollow.is-success {
	border-color: #06d6a0 !important
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-warning {
	background-color: #faae42 !important;
	color: rgba(0, 0, 0, .7) !important
}

.steps.is-hollow .steps-marker.is-warning,
.steps .steps-marker.is-hollow.is-warning {
	border-color: #faae42 !important
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-danger {
	background-color: #e62965 !important;
	color: #fff !important
}

.steps.is-hollow .steps-marker.is-danger,
.steps .steps-marker.is-hollow.is-danger {
	border-color: #e62965 !important
}

@media screen and (max-width: 768px) {

	.steps:not(.is-horizontal).is-dashed .steps-segment:after,
	.steps:not(.is-horizontal) .steps-segment.is-dashed:after {
		background: repeating-linear-gradient(0deg, var(--primary-color), var(--primary-color) 5px, transparent 5px, transparent 10px)
	}

	.steps:not(.is-horizontal).is-dashed .steps-segment.is-active:after,
	.steps:not(.is-horizontal).is-dashed .steps-segment.is-active~.steps-segment:after,
	.steps:not(.is-horizontal) .steps-segment.is-active.is-dashed:after,
	.steps:not(.is-horizontal) .steps-segment.is-active~.steps-segment.is-dashed:after {
		background: repeating-linear-gradient(0deg, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px)
	}
}

.steps.is-vertical.is-dashed .steps-segment:after,
.steps.is-vertical .steps-segment.is-dashed:after {
	background: repeating-linear-gradient(0deg, var(--primary-color), var(--primary-color) 5px, transparent 5px, transparent 10px)
}

.steps.is-vertical.is-dashed .steps-segment.is-active:after,
.steps.is-vertical.is-dashed .steps-segment.is-active~.steps-segment:after,
.steps.is-vertical .steps-segment.is-active.is-dashed:after,
.steps.is-vertical .steps-segment.is-active~.steps-segment.is-dashed:after {
	background: repeating-linear-gradient(0deg, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px)
}

@media screen and (min-width: 769px),
print {

	.steps:not(.is-vertical).is-dashed .steps-segment:after,
	.steps:not(.is-vertical) .steps-segment.is-dashed:after {
		background: repeating-linear-gradient(90deg, var(--primary-color), var(--primary-color) 10px, transparent 10px, transparent 20px)
	}

	.steps:not(.is-vertical).is-dashed .steps-segment.is-active:after,
	.steps:not(.is-vertical).is-dashed .steps-segment.is-active~.steps-segment:after,
	.steps:not(.is-vertical) .steps-segment.is-active.is-dashed:after,
	.steps:not(.is-vertical) .steps-segment.is-active~.steps-segment.is-dashed:after {
		background: repeating-linear-gradient(90deg, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px)
	}
}

.steps.is-horizontal.is-dashed .steps-segment:after,
.steps.is-horizontal .steps-segment.is-dashed:after {
	background: repeating-linear-gradient(90deg, var(--primary-color), var(--primary-color) 10px, transparent 10px, transparent 20px)
}

.steps.is-horizontal.is-dashed .steps-segment.is-active:after,
.steps.is-horizontal.is-dashed .steps-segment.is-active~.steps-segment:after,
.steps.is-horizontal .steps-segment.is-active.is-dashed:after,
.steps.is-horizontal .steps-segment.is-active~.steps-segment.is-dashed:after {
	background: repeating-linear-gradient(90deg, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px)
}

.steps.is-thin .steps-marker {
	width: .8em;
	height: .8em
}

.steps.is-thin.is-hollow .steps-marker,
.steps.is-thin .steps-marker.is-hollow {
	border-width: 1px;
	height: calc(0.8em + 1px);
	width: calc(0.8em + 1px)
}

@media screen and (max-width: 768px) {
	.steps.is-thin:not(.is-horizontal) .steps-segment:not(:last-child):after {
		bottom: 0;
		left: calc(0.4em - 0.5px);
		top: .8em;
		width: 1px
	}

	.steps.is-thin:not(.is-horizontal) .steps-content {
		margin-top: -1.2em;
		margin-left: .8em
	}

	.steps.is-thin:not(.is-horizontal).has-gaps .steps-segment:not(:last-child):after,
	.steps.is-thin:not(.is-horizontal) .steps-segment.has-gaps:not(:last-child):after {
		bottom: .4em;
		top: 1.2em
	}

	.steps.is-thin:not(.is-horizontal).has-content-centered .steps-content {
		padding-top: 1.6em
	}
}

.steps.is-thin.is-vertical .steps-segment:not(:last-child):after {
	bottom: 0;
	left: calc(0.4em - 0.5px);
	top: .8em;
	width: 1px
}

.steps.is-thin.is-vertical .steps-content {
	margin-top: -1.2em;
	margin-left: .8em
}

.steps.is-thin.is-vertical.has-gaps .steps-segment:not(:last-child):after,
.steps.is-thin.is-vertical .steps-segment.has-gaps:not(:last-child):after {
	bottom: .4em;
	top: 1.2em
}

.steps.is-thin.is-vertical.has-content-centered .steps-content {
	padding-top: 1.6em
}

@media screen and (min-width: 769px),
print {
	.steps.is-thin:not(.is-vertical) .steps-segment:not(:last-child):after {
		left: .8em;
		right: 0;
		top: calc(0.4em - 0.5px);
		height: 1px
	}

	.steps.is-thin:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
		bottom: calc(0.4em - 0.5px);
		top: auto
	}

	.steps.is-thin:not(.is-vertical) .steps-content {
		margin-top: .8em
	}

	.steps.is-thin:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
		left: calc(50% + 0.4em);
		right: calc(-50% + 0.4em)
	}

	.steps.is-thin:not(.is-vertical).has-content-centered .steps-marker {
		position: absolute;
		left: calc(50% - 0.4em)
	}

	.steps.is-thin:not(.is-vertical).has-gaps .steps-segment:not(:last-child):after,
	.steps.is-thin:not(.is-vertical) .steps-segment.has-gaps:not(:last-child):after {
		left: 1.2em;
		right: .4em
	}

	.steps.is-thin:not(.is-vertical).has-content-centered.has-gaps .steps-segment:not(:last-child):after,
	.steps.is-thin:not(.is-vertical).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
		left: calc(50% + 0.8em);
		right: calc(-50% + 0.8em)
	}
}

.steps.is-thin.is-horizontal .steps-segment:not(:last-child):after {
	left: .8em;
	right: 0;
	top: calc(0.4em - 0.5px);
	height: 1px
}

.steps.is-thin.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
	bottom: calc(0.4em - 0.5px);
	top: auto
}

.steps.is-thin.is-horizontal .steps-content {
	margin-top: .8em
}

.steps.is-thin.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
	left: calc(50% + 0.4em);
	right: calc(-50% + 0.4em)
}

.steps.is-thin.is-horizontal.has-content-centered .steps-marker {
	position: absolute;
	left: calc(50% - 0.4em)
}

.steps.is-thin.is-horizontal.has-gaps .steps-segment:not(:last-child):after,
.steps.is-thin.is-horizontal .steps-segment.has-gaps:not(:last-child):after {
	left: 1.2em;
	right: .4em
}

.steps.is-thin.is-horizontal.has-content-centered.has-gaps .steps-segment:not(:last-child):after,
.steps.is-thin.is-horizontal.has-content-centered .steps-segment.has-gaps:not(:last-child):after {
	left: calc(50% + 0.8em);
	right: calc(-50% + 0.8em)
}

.steps:not(.is-vertical).has-content-above .steps-segment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.steps:not(.is-vertical).has-content-above .steps-segment .steps-content {
	margin-top: 0;
	padding-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.tagsinput {
	height: auto !important
}

.tagsinput .control {
	margin-bottom: .1em !important;
	margin-top: .1em !important
}

.tagsinput input {
	border: none;
	margin-bottom: .1em !important;
	margin-top: .1em !important
}

.tagsinput .tag.is-active {
	background-color: var(--primary-color);
	color: #fff
}

/*! _shadows.scss | Huro | Css ninja 2020-2021 */
.has-light-shadow {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.has-light-shadow.has-light-border {
	border: 1px solid #e5e5e5
}

/*! _typography.scss | Huro | Css ninja 2020-2021 */
.title {
	font-family: "Montserrat", sans-serif;
	color: #283252
}

.title.is-narrow {
	margin-bottom: 0
}

.title.is-thin {
	font-weight: 300
}

.title.is-heavy {
	font-weight: 600
}

.title.is-bold {
	font-weight: 700
}

.title.is-bolder {
	font-weight: 800
}

.subtitle {
	font-family: "Roboto", sans-serif;
	color: #283252
}

.subtitle.is-narrow {
	margin-bottom: 0
}

.subtitle.is-thin {
	font-weight: 300
}

.subtitle.is-heavy {
	font-weight: 600
}

.subtitle.is-bold {
	font-weight: 700
}

.subtitle.is-bolder {
	font-weight: 800
}

p {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: #a2a5b9
}

p.white-text {
	color: #fff
}

div {
	color: #283252
}

var {
	font-style: normal
}

.font-size-base {
	font-size: 1rem
}

.has-dark-text {
	color: #283252
}

body.is-dark .title,
body.is-dark .dark-inverted {
	color: #aaaab3 !important
}

body.is-dark .light-inverted {
	color: #fff !important
}

body.is-dark .subtitle {
	color: #a2a5b9
}

body.is-dark a.dark-inverted {
	color: #797bf2 !important
}

body.is-dark a.dark-inverted-hover:hover {
	color: #797bf2 !important
}

.is-font {
	font-family: "Roboto", sans-serif
}

.is-font-alt {
	font-family: "Montserrat", sans-serif !important
}

.is-weight-300 {
	font-weight: 300 !important
}

.is-weight-400 {
	font-weight: 400 !important
}

.is-weight-500 {
	font-weight: 500 !important
}

.is-weight-600 {
	font-weight: 600 !important
}

.is-weight-700 {
	font-weight: 700 !important
}

.is-weight-500 {
	font-weight: 500 !important
}

.is-weight-900 {
	font-weight: 900 !important
}

.rem-70 {
	font-size: .7rem
}

.rem-75 {
	font-size: .75rem
}

.rem-80 {
	font-size: .8rem
}

.rem-85 {
	font-size: .85rem
}

.rem-90 {
	font-size: .9rem
}

.rem-95 {
	font-size: .95rem
}

.rem-100 {
	font-size: 1rem
}

/*! _animations.scss | Huro | Css ninja 2020-2021 */
.animated {
	animation-duration: .5s;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	-webkit-animation-fill-mode: both
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0
	}
}

@keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0
	}
}

.pulsate {
	-webkit-animation: pulsate 1.5s ease-out;
	animation: pulsate 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0
}

@keyframes rotating {
	from {
		transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes rotating {
	from {
		transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.preFadeInUp {
	opacity: 0
}

.fadeInUp {
	opacity: 0;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
	from {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes fadeInDown {
	from {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.preFadeInDown {
	opacity: 0
}

.fadeInDown {
	opacity: 0;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	from {
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes fadeInLeft {
	from {
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.preFadeInLeft {
	opacity: 0
}

.fadeInLeft {
	opacity: 0;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes scaleIn {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes scaleIn {
	from {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.scaleIn {
	-webkit-animation: scaleIn .5s;
	animation: scaleIn .5s;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.scaleInTooltip {
	-webkit-animation: scaleIn .3s;
	animation: scaleIn .3s;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

@-webkit-keyframes scaleOut {
	from {
		-webkit-transform: scale(1)
	}

	to {
		-webkit-transform: scale(0)
	}
}

@keyframes scaleOut {
	from {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
}

.scaleOut {
	-webkit-animation: scaleOut .5s;
	animation: scaleOut .5s;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.scaleOutTooltip {
	-webkit-animation: scaleOut .3s;
	animation: scaleOut .3s;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

@-webkit-keyframes scaleInCircle {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(7)
	}
}

@keyframes scaleInCircle {
	from {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	to {
		-webkit-transform: scale(7);
		transform: scale(7)
	}
}

.scaleInCircle {
	-webkit-animation: scaleInCircle .6s;
	animation: scaleInCircle .6s;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

@-webkit-keyframes gelatine {

	from,
	to {
		-webkit-transform: scale(1, 1)
	}

	25% {
		-webkit-transform: scale(0.9, 1.1)
	}

	50% {
		-webkit-transform: scale(1.1, 0.9)
	}

	75% {
		-webkit-transform: scale(0.95, 1.05)
	}
}

@keyframes gelatine {

	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1)
	}

	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9)
	}

	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05)
	}
}

.gelatine {
	-webkit-animation: gelatine .6s;
	animation: gelatine .6s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes wave {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(4.5);
		transform: scale(4.5);
		opacity: 0
	}
}

@keyframes wave {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(4.5);
		transform: scale(4.5);
		opacity: 0
	}
}

@-webkit-keyframes levitate {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px)
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes levitate {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px)
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.levitate {
	-webkit-animation-name: levitate;
	animation-name: levitate;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes glowing {
	0% {
		-webkit-box-shadow: 0 0 -10px #fafafa;
		box-shadow: 0 0 -10px #fafafa
	}

	40% {
		-webkit-box-shadow: 0 0 20px #fafafa;
		box-shadow: 0 0 20px #fafafa
	}

	60% {
		-webkit-box-shadow: 0 0 20px #fafafa;
		box-shadow: 0 0 20px #fafafa
	}

	100% {
		-webkit-box-shadow: 0 0 -10px #fafafa;
		box-shadow: 0 0 -10px #fafafa
	}
}

@keyframes glowing {
	0% {
		-webkit-box-shadow: 0 0 -10px #fafafa;
		box-shadow: 0 0 -10px #fafafa
	}

	40% {
		-webkit-box-shadow: 0 0 20px #fafafa;
		box-shadow: 0 0 20px #fafafa
	}

	60% {
		-webkit-box-shadow: 0 0 20px #fafafa;
		box-shadow: 0 0 20px #fafafa
	}

	100% {
		-webkit-box-shadow: 0 0 -10px #fafafa;
		box-shadow: 0 0 -10px #fafafa
	}
}

@-webkit-keyframes translateLeft {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes translateLeft {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.translateLeft {
	-webkit-animation-name: translateLeft;
	animation-name: translateLeft;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

/*! _helpers.scss | Huro | Css ninja 2020-2021 */
.m-t-5 {
	margin-top: 5px !important
}

.p-t-5 {
	padding-top: 5px !important
}

.m-b-5 {
	margin-bottom: 5px !important
}

.p-b-5 {
	padding-bottom: 5px !important
}

.m-l-5 {
	margin-left: 5px !important
}

.p-l-5 {
	padding-left: 5px !important
}

.m-r-5 {
	margin-right: 5px !important
}

.p-r-5 {
	padding-right: 5px !important
}

.m-t-10 {
	margin-top: 10px !important
}

.p-t-10 {
	padding-top: 10px !important
}

.m-b-10 {
	margin-bottom: 10px !important
}

.p-b-10 {
	padding-bottom: 10px !important
}

.m-l-10 {
	margin-left: 10px !important
}

.p-l-10 {
	padding-left: 10px !important
}

.m-r-10 {
	margin-right: 10px !important
}

.p-r-10 {
	padding-right: 10px !important
}

.m-t-15 {
	margin-top: 15px !important
}

.p-t-15 {
	padding-top: 15px !important
}

.m-b-15 {
	margin-bottom: 15px !important
}

.p-b-15 {
	padding-bottom: 15px !important
}

.m-l-15 {
	margin-left: 15px !important
}

.p-l-15 {
	padding-left: 15px !important
}

.m-r-15 {
	margin-right: 15px !important
}

.p-r-15 {
	padding-right: 15px !important
}

.m-t-20 {
	margin-top: 20px !important
}

.p-t-20 {
	padding-top: 20px !important
}

.m-b-20 {
	margin-bottom: 20px !important
}

.p-b-20 {
	padding-bottom: 20px !important
}

.m-l-20 {
	margin-left: 20px !important
}

.p-l-20 {
	padding-left: 20px !important
}

.m-r-20 {
	margin-right: 20px !important
}

.p-r-20 {
	padding-right: 20px !important
}

.m-t-25 {
	margin-top: 25px !important
}

.p-t-25 {
	padding-top: 25px !important
}

.m-b-25 {
	margin-bottom: 25px !important
}

.p-b-25 {
	padding-bottom: 25px !important
}

.m-l-25 {
	margin-left: 25px !important
}

.p-l-25 {
	padding-left: 25px !important
}

.m-r-25 {
	margin-right: 25px !important
}

.p-r-25 {
	padding-right: 25px !important
}

.m-t-30 {
	margin-top: 30px !important
}

.p-t-30 {
	padding-top: 30px !important
}

.m-b-30 {
	margin-bottom: 30px !important
}

.p-b-30 {
	padding-bottom: 30px !important
}

.m-l-30 {
	margin-left: 30px !important
}

.p-l-30 {
	padding-left: 30px !important
}

.m-r-30 {
	margin-right: 30px !important
}

.p-r-30 {
	padding-right: 30px !important
}

.m-t-35 {
	margin-top: 35px !important
}

.p-t-35 {
	padding-top: 35px !important
}

.m-b-35 {
	margin-bottom: 35px !important
}

.p-b-35 {
	padding-bottom: 35px !important
}

.m-l-35 {
	margin-left: 35px !important
}

.p-l-35 {
	padding-left: 35px !important
}

.m-r-35 {
	margin-right: 35px !important
}

.p-r-35 {
	padding-right: 35px !important
}

.m-t-40 {
	margin-top: 40px !important
}

.p-t-40 {
	padding-top: 40px !important
}

.m-b-40 {
	margin-bottom: 40px !important
}

.p-b-40 {
	padding-bottom: 40px !important
}

.m-l-40 {
	margin-left: 40px !important
}

.p-l-40 {
	padding-left: 40px !important
}

.m-r-40 {
	margin-right: 40px !important
}

.p-r-40 {
	padding-right: 40px !important
}

.m-t-45 {
	margin-top: 45px !important
}

.p-t-45 {
	padding-top: 45px !important
}

.m-b-45 {
	margin-bottom: 45px !important
}

.p-b-45 {
	padding-bottom: 45px !important
}

.m-l-45 {
	margin-left: 45px !important
}

.p-l-45 {
	padding-left: 45px !important
}

.m-r-45 {
	margin-right: 45px !important
}

.p-r-45 {
	padding-right: 45px !important
}

.m-t-50 {
	margin-top: 50px !important
}

.p-t-50 {
	padding-top: 50px !important
}

.m-b-50 {
	margin-bottom: 50px !important
}

.p-b-50 {
	padding-bottom: 50px !important
}

.m-l-50 {
	margin-left: 50px !important
}

.p-l-50 {
	padding-left: 50px !important
}

.m-r-50 {
	margin-right: 50px !important
}

.p-r-50 {
	padding-right: 50px !important
}

.m-t-60 {
	margin-top: 60px !important
}

.p-t-60 {
	padding-top: 60px !important
}

.m-b-60 {
	margin-bottom: 60px !important
}

.p-b-60 {
	padding-bottom: 60px !important
}

.m-l-60 {
	margin-left: 60px !important
}

.p-l-60 {
	padding-left: 60px !important
}

.m-r-60 {
	margin-right: 60px !important
}

.p-r-60 {
	padding-right: 60px !important
}

.m-t-70 {
	margin-top: 70px !important
}

.p-t-70 {
	padding-top: 70px !important
}

.m-b-70 {
	margin-bottom: 70px !important
}

.p-b-70 {
	padding-bottom: 70px !important
}

.m-l-70 {
	margin-left: 70px !important
}

.p-l-70 {
	padding-left: 70px !important
}

.m-r-70 {
	margin-right: 70px !important
}

.p-r-70 {
	padding-right: 70px !important
}

.m-t-80 {
	margin-top: 80px !important
}

.p-t-80 {
	padding-top: 80px !important
}

.m-b-80 {
	margin-bottom: 80px !important
}

.p-b-80 {
	padding-bottom: 80px !important
}

.m-l-80 {
	margin-left: 80px !important
}

.p-l-80 {
	padding-left: 80px !important
}

.m-r-80 {
	margin-right: 80px !important
}

.p-r-80 {
	padding-right: 80px !important
}

.m-t-90 {
	margin-top: 90px !important
}

.p-t-90 {
	padding-top: 90px !important
}

.m-b-90 {
	margin-bottom: 90px !important
}

.p-b-90 {
	padding-bottom: 90px !important
}

.m-l-90 {
	margin-left: 90px !important
}

.p-l-90 {
	padding-left: 90px !important
}

.m-r-90 {
	margin-right: 90px !important
}

.p-r-90 {
	padding-right: 90px !important
}

.m-t-100 {
	margin-top: 100px !important
}

.p-t-100 {
	padding-top: 100px !important
}

.m-b-100 {
	margin-bottom: 100px !important
}

.p-b-100 {
	padding-bottom: 100px !important
}

.m-l-100 {
	margin-left: 100px !important
}

.p-l-100 {
	padding-left: 100px !important
}

.m-r-100 {
	margin-right: 100px !important
}

.p-r-100 {
	padding-right: 100px !important
}

.no-padding-all {
	padding: 0 !important
}

.no-padding-top {
	padding-top: 0 !important
}

.no-padding-bottom {
	padding-bottom: 0 !important
}

.no-padding-left {
	padding-left: 0 !important
}

.no-padding-right {
	padding-right: 0 !important
}

.no-margin-all {
	margin: 0 !important
}

.no-margin-top {
	margin-top: 0 !important
}

.no-margin-bottom {
	margin-bottom: 0 !important
}

.no-margin-left {
	margin-left: 0 !important
}

.no-margin-right {
	margin-right: 0 !important
}

.has-fullheight {
	height: 100%
}

.has-fullwidth {
	width: 100%
}

.text-primary {
	color: var(--primary-color)
}

.text-secondary {
	color: #ff227d
}

.text-accent {
	color: #797bf2
}

.text-info {
	color: #039be5
}

.text-success {
	color: #06d6a0
}

.text-warning {
	color: #faae42
}

.text-danger {
	color: #e62965
}

.text-h-purple {
	color: #8269b2
}

.text-h-blue {
	color: #37c3ff
}

.text-h-green {
	color: #93e088
}

.text-h-orange {
	color: #ffa981
}

.text-h-red {
	color: #f92b60
}

.text-h-yellow {
	color: #ffd66e
}

.text-javascript {
	color: #f7df1e
}

.text-angular {
	color: #dd1b16
}

.text-reactjs {
	color: #00d8ff
}

.text-android {
	color: #a4c639
}

.text-swift {
	color: #ef3e31
}

.text-vuejs {
	color: #4dba87
}

.text-wordpress {
	color: #21759b
}

.text-csharp {
	color: #9a4993
}

.text-nodejs {
	color: #6cc24a
}

.text-html {
	color: #f16529
}

.text-facebook {
	color: #3b5998
}

.text-twitter {
	color: #1dcaff
}

.text-linkedin {
	color: #007bb6
}

.text-tumblr {
	color: #35465c
}

.text-github {
	color: #444
}

.text-dribbble {
	color: #ea4c89
}

.text-google-plus {
	color: #d34836
}

.text-youtube {
	color: #cc181e
}

.text-reddit {
	color: #ff4500
}

.text-invision {
	color: #f36
}

.text-amazon {
	color: #f90
}

.text-instagram {
	color: #e1306c
}

.bg-primary {
	background: var(--primary-color)
}

.bg-secondary {
	background: #ff227d
}

.bg-accent {
	background: #797bf2
}

.bg-info {
	background: #039be5
}

.bg-success {
	background: #06d6a0
}

.bg-warning {
	background: #faae42
}

.bg-danger {
	background: #e62965
}

.bg-h-purple {
	background: #8269b2
}

.bg-h-blue {
	background: #37c3ff
}

.bg-h-green {
	background: #93e088
}

.bg-h-orange {
	background: #ffa981
}

.bg-h-red {
	background: #f92b60
}

.bg-h-yellow {
	background: #ffd66e
}

.bg-javascript {
	background: #f7df1e
}

.bg-angular {
	background: #dd1b16
}

.bg-reactjs {
	background: #00d8ff
}

.bg-android {
	background: #a4c639
}

.bg-swift {
	background: #ef3e31
}

.bg-vuejs {
	background: #4dba87
}

.bg-wordpress {
	background: #21759b
}

.bg-csharp {
	background: #9a4993
}

.bg-nodejs {
	background: #6cc24a
}

.bg-html {
	background: #f16529
}

.bg-facebook {
	background: #3b5998
}

.bg-twitter {
	background: #1dcaff
}

.bg-linkedin {
	background: #007bb6
}

.bg-tumblr {
	background: #35465c
}

.bg-github {
	background: #444
}

.bg-dribbble {
	background: #ea4c89
}

.bg-google-plus {
	background: #d34836
}

.bg-youtube {
	background: #cc181e
}

.bg-reddit {
	background: #ff4500
}

.bg-invision {
	background: #f36
}

.bg-amazon {
	background: #f90
}

.bg-instagram {
	background: #e1306c
}

body.is-dark .is-dark-card-bordered,
body.is-dark .is-dark-bordered-12 {
	border-color: #404046 !important
}

body.is-dark .is-dark-primary {
	color: #797bf2 !important
}

body.is-dark .is-dark-primary-hover:hover {
	color: #797bf2 !important
}

body.is-dark .is-dark-bg-2 {
	background: #28282b !important
}

body.is-dark .is-dark-bg-3 {
	background: #2a2a2e !important
}

body.is-dark .is-dark-bg-4 {
	background: #2d2d31 !important
}

body.is-dark .is-dark-bg-6 {
	background: #323236 !important
}

/*! _pageloader.scss | Huro | Css ninja 2020-2021 */
.pageloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 80px;
	width: calc(100% - 80px);
	background-color: #ededed;
	z-index: 999998;
	opacity: 0;
	transition: -webkit-opacity .35s ease-out;
	-webkit-transition: opacity .35s ease-out;
	transition: opacity .35s ease-out;
	transition: opacity .35s ease-out, -webkit-transform .35s ease-out;
	will-change: opacity;
	pointer-events: none
}

.pageloader.is-active {
	opacity: 1
}

.pageloader.is-full {
	width: 100% !important;
	left: 0 !important
}

.pageloader::after,
.pageloader::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-radius: 100%;
	content: "";
	z-index: 999999
}

.pageloader::after {
	margin-top: -100px;
	margin-left: -100px;
	width: 200px;
	height: 200px;
	background-color: rgba(255, 255, 255, .5);
	border: 3px solid rgba(255, 255, 255, .75);
	-webkit-animation: page-loader-inner 1.5s infinite ease-out;
	animation: page-loader-inner 1.5s infinite ease-out
}

.pageloader::before {
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	-webkit-animation: page-loader-outer 1.5s infinite ease-in;
	animation: page-loader-outer 1.5s infinite ease-in
}

@-webkit-keyframes page-loader-inner {

	0%,
	40% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes page-loader-inner {

	0%,
	40% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes page-loader-outer {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100%,
	40% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

@keyframes page-loader-outer {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100%,
	40% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

.infraloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 80px;
	width: calc(100% - 80px);
	background: #f0f0f0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}

.infraloader.is-active {
	opacity: 1;
	z-index: 999997
}

.infraloader.is-full {
	width: 100% !important;
	left: 0 !important
}

/*! _layout.scss | Huro | Css ninja 2020-2021 */
body {
	background: #f9f9f9
}

body.opened {
	background: #fff
}

body.is-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden
}

body.is-curved {
	background: #f2f2f2
}

.app-wrapper {
	background: #f2f2f2 !important
}

.app-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.app-overlay.is-active {
	opacity: .8;
	z-index: 9999
}

.overlay-highlight {
	position: relative;
	z-index: 99999 !important
}

.view-wrapper {
	position: relative;
	height: 100%;
	/* min-height: 100vh; */
	width: calc(100% - 80px);
	/* padding: 0 0 60px 0; */
	margin-left: 80px;
	background: #f0f0f0;
	background: #f2f2f2;
	-webkit-transition: all .3s;
	transition: all .3s
}

html,
body {
	background: #f2f2f2;
}

.view-wrapper.is-pushed-full {
	margin-left: 320px;
	width: calc(100% - 320px)
}

.view-wrapper.is-pushed-full .is-stuck {
	margin-left: 320px;
	width: calc(100% - 320px)
}

.view-wrapper.view-wrapper-full {
	width: 100%;
	margin-left: 0
}

.view-wrapper.view-wrapper-full.is-pushed-block {
	margin-left: 280px;
	width: calc(100% - 280px)
}

.view-wrapper.view-wrapper-full.is-pushed-block .is-stuck {
	margin-left: 280px;
	width: calc(100% - 280px)
}

.view-wrapper.is-pushed-messages {
	margin-left: 160px !important;
	width: calc(100% - 160px) !important
}

.view-wrapper.is-webapp {
	padding-top: 80px;
	margin-left: 0 !important;
	width: 100% !important
}

.view-wrapper.is-webapp.is-webapp-lg {
	padding-top: 100px
}

.view-wrapper.is-webapp .is-stuck {
	position: fixed;
	top: 78px;
	left: 0;
	margin-left: 0;
	width: 100%;
	z-index: 69
}

.view-wrapper.is-webapp .is-stuck.stuck-header {
	padding-right: 20px !important
}

.view-wrapper.is-webapp .is-stuck.stuck-header .form-head-inner,
.view-wrapper.is-webapp .is-stuck.stuck-header .form-header-inner {
	max-width: 1240px;
	margin: 0 auto
}

.view-wrapper.is-webapp .has-webapp-spacing {
	margin-top: 30px
}

.view-wrapper.is-webapp .page-content-inner {
	margin-top: 30px
}

.view-wrapper.is-webapp .card-grid-toolbar,
.view-wrapper.is-webapp .tile-grid-toolbar,
.view-wrapper.is-webapp .user-grid-toolbar,
.view-wrapper.is-webapp .list-view-toolbar,
.view-wrapper.is-webapp .list-flex-toolbar,
.view-wrapper.is-webapp .datatable-toolbar,
.view-wrapper.is-webapp .kanban-toolbar {
	margin-top: 30px
}

.view-wrapper.is-webapp .flex-list-v1 {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto
}

.view-wrapper.is-webapp .flex-list-v2 {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto
}

.view-wrapper .is-stuck {
	position: fixed;
	top: 0;
	left: 0;
	margin-left: 80px;
	width: calc(100% - 80px);
	z-index: 69
}

.page-content-wrapper {
	width: 100%;
	margin: 0 auto;

}

.page-content-wrapper .page-content {
	padding: 0 40px
}

.page-content-wrapper .page-content.is-relative {
	position: relative
}

.page-content-wrapper .page-content.kanban-content {
	padding: 0 20px
}

.page-content-wrapper .page-content.chat-content {
	padding: 0 40px
}

.page-content-wrapper .page-content.card-content {
	padding: 0 20px
}

.page-content-wrapper .page-content.waterfall-content {
	overflow: hidden
}

.page-content-wrapper .page-content.projects-content {
	padding: 0 40px
}

.page-title {
	position: relative;
	height: 60px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 6
}

.page-title.is-webapp {
	display: none;
	margin-bottom: 0
}

.page-title .title-wrap {
	margin-left: 1rem
}

.page-title .title-wrap h1 {
	text-align: left;
	margin-bottom: 0
}

.page-title .title-wrap p {
	line-height: 1;
	color: #a2a5b9;
	font-size: 1.1rem
}

.toolbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1
}

.toolbar .control {
	min-width: 280px;
	margin-right: 1rem
}

.toolbar .dark-mode {
	-webkit-transform: scale(0.55);
	transform: scale(0.55)
}

.toolbar .toolbar-notifications {
	margin: 0 4px
}

.toolbar .toolbar-notifications .dropdown:hover .is-trigger {
	background: #fff;
	border-color: #ededed;
	border-radius: 50%;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.toolbar .toolbar-notifications .dropdown .is-trigger {
	position: relative;
	height: 34px;
	width: 34px
}

.toolbar .toolbar-notifications .dropdown .is-trigger .new-indicator {
	position: absolute;
	top: 1px;
	right: 1px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e62965
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content {
	top: 2.5rem;
	line-height: 1.5;
	color: #283252;
	width: 20rem;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	padding-top: 0
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: .01rem solid #eee;
	margin-bottom: 0
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content .heading .heading-left h6 {
	font-size: .8rem;
	font-weight: 500;
	color: #a2a5b9;
	line-height: 1.6
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content .heading .heading-right .notification-link {
	margin: .4rem 0;
	color: var(--primary-color);
	font-weight: 500
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content .notification-list {
	list-style-type: none;
	padding: .5rem 1rem;
	margin: 0
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content .notification-list .notification-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .65rem 0
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content .notification-list .notification-item .img-left img {
	display: inline-block;
	vertical-align: middle;
	height: 2.25rem;
	width: 2.25rem;
	margin: 0 .5rem 0 0;
	border-radius: 50%;
	max-width: 100%
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content .notification-list .notification-item .user-content {
	text-align: left;
	font-family: "Roboto", sans-serif
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content .notification-list .notification-item .user-content .user-info {
	color: #283252;
	font-size: .95rem
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content .notification-list .notification-item .user-content .user-info span {
	font-weight: 500
}

.toolbar .toolbar-notifications .dropdown .dropdown-menu .dropdown-content .notification-list .notification-item .user-content .time {
	margin: 0;
	font-size: .85rem;
	color: #a2a5b9
}

.toolbar .toolbar-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	width: 34px;
	border-radius: 50%;
	margin: 0 4px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.toolbar .toolbar-link:hover {
	background: #fff;
	border-color: #ededed;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.toolbar .toolbar-link svg {
	height: 18px;
	width: 18px;
	stroke-width: 1.6px;
	stroke: #a2a5b9;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.toolbar .toolbar-link img {
	display: block;
	height: 24px;
	width: 24px;
	min-width: 24px;
	border-radius: 50%
}

.minimal-wrapper {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.minimal-wrapper.light {
	background: #fff
}

.minimal-wrapper.lighter {
	background: #fcfcfc
}

.minimal-wrapper.darker {
	background: #f2f2f2
}

.minimal-wrapper .minimal-wrap {
	min-height: calc(100vh - 60px)
}

.circular-menu {
	position: fixed;
	top: .6em;
	right: 1em;
	z-index: 70;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
	pointer-events: none;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.circular-menu.is-active {
	pointer-events: all;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.circular-menu.active:after {
	-webkit-transform: scale3d(5.5, 5.5, 1);
	transform: scale3d(5.5, 5.5, 1);
	-webkit-transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
	transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1)
}

.circular-menu.active .floating-btn {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3)
}

.circular-menu.active .floating-btn i:first-child {
	display: none
}

.circular-menu.active .floating-btn i:nth-child(2) {
	display: block
}

.circular-menu.active .menu-item {
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.circular-menu.active .menu-item:nth-child(1) {
	-webkit-transform: translate3d(-7em, -0.5em, 0);
	transform: translate3d(-7em, -0.5em, 0)
}

.circular-menu.active .menu-item:nth-child(2) {
	-webkit-transform: translate3d(-6.25em, 3.25em, 0);
	transform: translate3d(-6.25em, 3.25em, 0)
}

.circular-menu.active .menu-item:nth-child(3) {
	-webkit-transform: translate3d(-3.45em, 6.25em, 0);
	transform: translate3d(-3.45em, 6.25em, 0)
}

.circular-menu.active .menu-item:nth-child(4) {
	-webkit-transform: translate3d(0.5em, 7em, 0);
	transform: translate3d(0.5em, 7em, 0)
}

.circular-menu:after {
	display: block;
	content: " ";
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
	background-color: #5c19b3;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.circular-menu .floating-btn {
	display: block;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	background-color: #6e1ed6;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	outline: 0
}

.circular-menu .floating-btn i {
	font-size: .9rem;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.circular-menu .floating-btn i:first-child {
	display: block
}

.circular-menu .floating-btn i:nth-child(2) {
	display: none
}

.circular-menu .items-wrapper {
	padding: 0;
	margin: 0
}

.circular-menu .menu-item {
	position: absolute;
	top: .2em;
	right: .2em;
	z-index: -1;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	text-align: center;
	line-height: 3;
	background-color: rgba(0, 0, 0, .2);
	-webkit-transition: background-color .2s ease, -webkit-transform .3s ease;
	transition: background-color .2s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, background-color .2s ease;
	transition: transform .3s ease, background-color .2s ease, -webkit-transform .3s ease
}

.circular-menu .menu-item:hover {
	background-color: rgba(0, 0, 0, .3)
}

.circular-menu .menu-item.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.circular-menu .menu-item.is-flex .dark-mode {
	-webkit-transform: scale(0.5);
	transform: scale(0.5)
}

.circular-menu .menu-item.is-flex>img {
	display: block;
	height: 24px;
	width: 24px;
	min-width: 24px;
	border-radius: 50%
}

.circular-menu .menu-item.is-flex svg {
	height: 18px;
	width: 18px;
	stroke: #fcfcfc;
	stroke-width: 1.6px
}

body.is-dark .circular-menu:after {
	background: #1e1e21;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3) !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3) !important
}

body.is-dark .circular-menu.active .floating-btn {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3) !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3) !important
}

body.is-dark .circular-menu .floating-btn {
	background: #28282b;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3) !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3) !important
}

@media(max-width: 767px) {

	.view-wrapper.is-webapp .card-grid-toolbar,
	.view-wrapper.is-webapp .tile-grid-toolbar,
	.view-wrapper.is-webapp .user-grid-toolbar,
	.view-wrapper.is-webapp .list-view-toolbar,
	.view-wrapper.is-webapp .list-flex-toolbar,
	.view-wrapper.is-webapp .datatable-toolbar,
	.view-wrapper.is-webapp .kanban-toolbar {
		margin-top: 0 !important
	}

	#huro-messaging .page-content-wrapper {
		padding-left: 100px;
	}

	.page-title .toolbar .control {
		display: none
	}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {

	.view-wrapper.is-webapp .card-grid-toolbar,
	.view-wrapper.is-webapp .tile-grid-toolbar,
	.view-wrapper.is-webapp .user-grid-toolbar,
	.view-wrapper.is-webapp .list-view-toolbar,
	.view-wrapper.is-webapp .list-flex-toolbar,
	.view-wrapper.is-webapp .datatable-toolbar,
	.view-wrapper.is-webapp .kanban-toolbar {
		margin-top: 0 !important
	}

	.page-content-wrapper .page-content {
		padding: 0
	}

	.page-title .title-wrap {
		margin-left: 0
	}
}

/*! _navbar.scss | Huro | Css ninja 2020-2021 */
.mobile-navbar {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	z-index: 100;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
	-webkit-transition: all .3s;
	transition: all .3s
}

.mobile-navbar.no-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.mobile-navbar .navbar-brand .is-brand img {
	position: relative;
	height: 32px !important;
	max-height: 32px !important
}

.mobile-navbar .navbar-brand .navbar-burger {
	background: transparent !important
}

.mobile-navbar .navbar-brand .navbar-burger.is-active,
.mobile-navbar .navbar-brand .navbar-burger:hover {
	background: transparent !important
}

.mobile-navbar .navbar-brand .user-dropdown {
	margin-left: auto;
	width: 32px;
	height: 32px
}

.mobile-navbar .navbar-brand .user-dropdown.is-active svg {
	stroke: #999
}

.mobile-navbar .navbar-brand .user-dropdown .is-trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.mobile-navbar .navbar-brand .user-dropdown .is-trigger .profile-avatar {
	position: relative;
	min-width: 32px;
	min-height: 32px
}

.mobile-navbar .navbar-brand .user-dropdown .is-trigger .profile-avatar .avatar {
	display: block;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	border-radius: 50%
}

.mobile-navbar .navbar-brand .user-dropdown .is-trigger .profile-avatar .badge {
	position: absolute;
	top: unset !important;
	right: -6px;
	bottom: -2px;
	width: 18px;
	min-width: 18px;
	height: 18px;
	max-height: 18px;
	border: 2px solid #fff;
	border-radius: 50%
}

.mobile-navbar .navbar-brand .user-dropdown .is-trigger svg {
	margin-left: 3px;
	width: 22px;
	height: 22px;
	stroke: #232326;
	-webkit-transition: all .3s;
	transition: all .3s
}

.mobile-navbar .navbar-brand .user-dropdown .dropdown-menu {
	right: -12px;
	margin-top: 20px
}

.mobile-navbar .navbar-brand .user-dropdown .dropdown-menu .dropdown-content {
	padding-top: 0;
	overflow: hidden
}

.mobile-navbar .navbar-brand .user-dropdown .dropdown-menu .dropdown-content .dropdown-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 16px 20px 16px;
	margin-bottom: 12px;
	background: #fafafa
}

.mobile-navbar .navbar-brand .user-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta {
	margin-left: 12px;
	font-family: "Roboto", sans-serif
}

.mobile-navbar .navbar-brand .user-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span {
	display: block
}

.mobile-navbar .navbar-brand .user-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:first-child {
	font-size: 1.1rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.2
}

.mobile-navbar .navbar-brand .user-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:nth-child(2) {
	text-transform: uppercase;
	color: #a2a5b9;
	font-size: .7rem
}

.mobile-navbar .navbar-brand .user-dropdown .dropdown-menu .dropdown-content .logout-button svg {
	stroke: #fcfcfc !important
}

.mobile-navbar .navbar-brand .user-dropdown .dropdown-menu .dropdown-item {
	font-size: .9rem
}

.mobile-navbar .navbar-brand .user-dropdown .flex-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 15px
}

.mobile-navbar .navbar-brand .user-dropdown .flex-item .toggler svg {
	stroke: #fcfcfc !important
}

.mobile-navbar .navbar-brand .user-dropdown .flex-item .toggle-title {
	font-size: .8rem;
	color: #999
}

.mobile-navbar .navbar-brand .user-dropdown .flex-item .toggle-title:hover {
	background: transparent !important
}

.mobile-navbar .navbar-brand .user-dropdown .flex-item:hover {
	background: transparent !important
}

.mobile-navbar .navbar-item.has-icon {
	padding: .75rem !important;
	border-bottom: 1px solid #ededed
}

.mobile-navbar .navbar-item.has-icon:last-child {
	border-bottom: none !important
}

.mobile-navbar .navbar-item.has-icon svg {
	stroke: var(--primary-color)
}

.mobile-navbar .navbar-item.has-icon .sidebar-icon .path {
	fill: var(--primary-color)
}

.mobile-navbar .navbar-item.is-sidebar-toggler svg {
	stroke: #999 !important
}

.mobile-navbar .navbar-item.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mobile-navbar .navbar-item.is-flex span {
	display: block
}

.mobile-navbar .navbar-item.is-flex span.menu-badge {
	color: var(--primary-color);
	width: 20px;
	height: 20px;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 90%;
	font-weight: 500
}

.mobile-navbar .navbar-item.is-notification {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
	width: 38px;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
	margin-right: 12px
}

.mobile-navbar .navbar-item.is-notification .navbar-link {
	padding: 0;
	display: block;
	width: 18px;
	height: 18px
}

.mobile-navbar .navbar-item.is-notification svg {
	height: 18px;
	width: 18px;
	stroke: #999;
	-webkit-transition: all .3s;
	transition: all .3s
}

.mobile-navbar .navbar-item.is-notification .new-indicator {
	position: absolute;
	top: -9px;
	right: -9px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e62965
}

.mobile-navbar .navbar-item.is-notification:hover,
.mobile-navbar .navbar-item.is-notification.is-active {
	-webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .07);
	box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .07)
}

.mobile-navbar .navbar-item.is-notification:hover svg,
.mobile-navbar .navbar-item.is-notification.is-active svg {
	stroke: var(--primary-color)
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown {
	position: fixed;
	padding-bottom: 15px;
	top: 68px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 96%
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .title .count,
.mobile-navbar .navbar-item.is-notification .navbar-dropdown .title .view-all {
	font-size: .8rem;
	color: #e62965;
	text-transform: uppercase;
	font-weight: 500
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: .01rem solid #eee
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .heading .heading-left h6 {
	font-size: .9rem;
	font-weight: 500;
	color: #a2a5b9;
	line-height: 1.1
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .heading .heading-right .notification-link {
	margin: .4rem 0;
	color: var(--primary-color);
	font-weight: 500
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .inner {
	position: relative;
	width: 100%;
	height: 264px;
	overflow: auto
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .inner .notification-list {
	list-style-type: none;
	padding: .5rem 1rem;
	margin: 0 0 .5rem
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .inner .notification-list .notification-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .65rem 0
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .inner .notification-list .notification-item .img-left img {
	display: inline-block;
	vertical-align: middle;
	height: 3rem;
	max-height: 3rem;
	width: 3rem;
	margin: 0 .5rem 0 0;
	border-radius: 50%;
	max-width: 100%
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .inner .notification-list .notification-item .user-content {
	text-align: left
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .inner .notification-list .notification-item .user-content .user-info {
	color: #283252;
	margin: .15rem 0 0
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .inner .notification-list .notification-item .user-content .user-info span {
	font-weight: 500
}

.mobile-navbar .navbar-item.is-notification .navbar-dropdown .inner .notification-list .notification-item .user-content .time {
	margin: 0;
	color: #a2a5b9
}

.mobile-navbar .navbar-burger {
	margin-left: 0 !important
}

.mobile-navbar .navbar-burger:hover {
	background-color: rgba(0, 0, 0, .02)
}

.mobile-navbar .navbar-burger span {
	background-color: #999
}

.mobile-navbar .navbar-menu {
	background: #fff
}

.mobile-navbar .navbar-menu .navbar-item,
.mobile-navbar .navbar-menu .navbar-link {
	color: #344258
}

.mobile-navbar .navbar-menu .navbar-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px !important
}

.mobile-navbar .navbar-menu .navbar-link.is-active .link-chevron {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.mobile-navbar .navbar-menu .navbar-link img {
	height: 36px;
	width: 36px;
	max-height: 36px !important;
	border-radius: 50%
}

.mobile-navbar .navbar-menu .navbar-link svg {
	height: 16px;
	width: 16px;
	stroke: var(--primary-color)
}

.mobile-navbar .navbar-menu .navbar-link span {
	margin: 0 10px
}

.mobile-navbar .navbar-menu .navbar-link span.is-heading {
	font-size: 12px;
	font-weight: 500;
	color: #344258;
	letter-spacing: 1px;
	text-transform: uppercase
}

.mobile-navbar .navbar-menu .navbar-link span.is-subheading {
	font-size: 10px;
	font-weight: 400;
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase
}

.mobile-navbar .navbar-menu .navbar-link span.is-block span {
	display: block
}

.mobile-navbar .navbar-menu .navbar-link span.link-chevron {
	margin-left: auto;
	height: 30px;
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.mobile-navbar .navbar-menu .navbar-link span.link-chevron svg {
	height: 18px;
	width: 18px;
	stroke: #999
}

.mobile-navbar .navbar-menu .navbar-link:hover {
	background: transparent !important
}

.mobile-navbar .navbar-menu .navbar-dropdown .navbar-item {
	font-size: 95%;
	padding: .75rem 1.5rem !important;
	color: #999
}

.mobile-navbar .navbar-menu .navbar-dropdown .navbar-item.is-active,
.mobile-navbar .navbar-menu .navbar-dropdown .navbar-item:hover {
	color: var(--primary-color);
	background: #f7f7f7
}

body.is-dark .mobile-navbar {
	background: #232326
}

body.is-dark .mobile-navbar .navbar-menu.is-active {
	background: #2a2a2e
}

body.is-dark .mobile-navbar .navbar-menu.is-active .navbar-link .is-heading {
	color: #e6e6e6
}

body.is-dark .mobile-navbar .navbar-menu.is-active .navbar-link svg {
	stroke: #797bf2
}

body.is-dark .mobile-navbar .navbar-menu.is-active .navbar-item.has-icon {
	border-bottom-color: #3b3b41 !important
}

body.is-dark .mobile-navbar .navbar-menu.is-active .navbar-dropdown .navbar-item {
	color: #bfbfbf !important
}

body.is-dark .mobile-navbar .navbar-menu.is-active .is-search .control input {
	background: #3b3b41 !important;
	border-color: #3b3b41 !important;
	color: #ccc
}

body.is-dark .mobile-navbar .navbar-menu.is-active .is-search .control input:focus~span svg {
	stroke: #797bf2
}

body.is-dark .is-notification.is-active .navbar-link svg {
	stroke: #797bf2 !important
}

body.is-dark .is-notification .navbar-dropdown {
	background: #232326 !important;
	border-color: #232326 !important
}

body.is-dark .is-notification .navbar-dropdown .heading {
	border-color: #404046 !important
}

body.is-dark .is-notification .navbar-dropdown .heading .heading-right .notification-link {
	color: #797bf2 !important
}

body.is-dark .is-notification .navbar-dropdown .inner .notification-list li .notification-item .user-content p {
	color: #aaaab3 !important
}

.webapp-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-bottom: 1px solid #ededed;
	z-index: 100
}

.webapp-navbar.is-transparent {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-color: transparent
}

.webapp-navbar.is-transparent.is-solid,
.webapp-navbar.is-transparent.is-scrolled {
	background: #fff;
	border-bottom-color: #ededed
}

.webapp-navbar.is-transparent.is-solid {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.webapp-navbar.is-transparent.is-scrolled {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
}

.webapp-navbar.is-colored {
	background: var(--primary-color);
	border-bottom-color: var(--primary-color)
}

.webapp-navbar.is-colored .webapp-navbar-inner .left .separator {
	border-color: #9759e8
}

.webapp-navbar.is-colored .webapp-navbar-inner .left .title {
	color: #fcfcfc
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link:hover {
	background: #5918ae
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link:hover svg {
	stroke: #fcfcfc
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link:hover span {
	color: #fcfcfc
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link.is-active {
	background: #4b1593;
	border-color: #7523e0
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link.is-active:hover {
	background: #4b1593
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link.is-active svg {
	stroke: #fcfcfc
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link.is-active span {
	color: #fcfcfc
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link svg {
	stroke: #ab78ec
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link span {
	color: #ab78ec
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown:hover .is-trigger .button {
	background: #5918ae;
	color: #fcfcfc
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.is-active .is-trigger .button {
	background: #4b1593;
	border-color: #7523e0
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown .is-trigger .button {
	background: var(--primary-color);
	color: #e3d2f9
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-button .button {
	background: var(--primary-color);
	color: #e3d2f9
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-button .button:hover {
	background: #5918ae;
	color: #fcfcfc
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input {
	background: #50169c;
	border-color: #5918ae;
	color: #fcfcfc
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input::-webkit-input-placeholder {
	color: #6c1dd2
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input::-moz-placeholder {
	color: #6c1dd2
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input:-ms-input-placeholder {
	color: #6c1dd2
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input::-ms-input-placeholder {
	color: #6c1dd2
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input::placeholder {
	color: #6c1dd2
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input:focus~.form-icon svg {
	stroke: #fcfcfc
}

.webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .form-icon svg {
	stroke: #7523e0
}

.webapp-navbar.is-colored .webapp-navbar-inner .right .toolbar .toolbar-link:hover {
	background: #50169c;
	border-color: #5918ae
}

.webapp-navbar.is-colored .webapp-navbar-inner .right .toolbar .toolbar-link>svg {
	stroke: #fcfcfc
}

.webapp-navbar.is-colored .webapp-navbar-inner .right .toolbar .dropdown:hover .is-trigger {
	background: #50169c;
	border-color: #5918ae
}

.webapp-navbar.is-colored .webapp-navbar-inner .right .toolbar .dropdown .is-trigger svg {
	stroke: #fcfcfc
}

.webapp-navbar .webapp-navbar-inner {
	position: relative;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px
}

.webapp-navbar .webapp-navbar-inner .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 25%
}

.webapp-navbar .webapp-navbar-inner .left .brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.webapp-navbar .webapp-navbar-inner .left .brand img {
	display: block;
	min-width: 38px;
	height: 38px
}

.webapp-navbar .webapp-navbar-inner .left .brand span {
	font-family: "Roboto", sans-serif;
	font-size: .95rem;
	color: #999;
	letter-spacing: 1px;
	max-width: 50px;
	line-height: 1.2;
	margin-left: 8px
}

.webapp-navbar .webapp-navbar-inner .left .separator {
	height: 38px;
	width: 2px;
	border-right: 1px solid #e3e3e3;
	margin: 0 20px 0 16px
}

.webapp-navbar .webapp-navbar-inner .left .project-dropdown {
	margin-right: 12px;
	cursor: pointer !important
}

.webapp-navbar .webapp-navbar-inner .left .project-dropdown>img {
	height: 32px;
	width: 32px;
	border-radius: 50%
}

.webapp-navbar .webapp-navbar-inner .left .project-dropdown .dropdown-menu {
	margin-top: 28px
}

.webapp-navbar .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content {
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden
}

.webapp-navbar .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px
}

.webapp-navbar .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block:hover {
	background: #f7f7f7
}

.webapp-navbar .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta {
	margin-left: 12px;
	font-family: "Roboto", sans-serif
}

.webapp-navbar .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span {
	display: block
}

.webapp-navbar .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span:first-child {
	font-size: .95rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.2;
	max-width: 140px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.webapp-navbar .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span:nth-child(2) {
	color: #a2a5b9;
	font-size: .85rem
}

.webapp-navbar .webapp-navbar-inner .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	width: 50%
}

.webapp-navbar .webapp-navbar-inner .center .centered-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 580px
}

.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	text-align: center;
	padding: 10px 0;
	border-radius: 8px;
	border: 1px solid transparent;
	margin: 0 4px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link:hover {
	background: #f7f7f7
}

.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link.is-active {
	background: #fff;
	border-color: #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link.is-active:hover {
	background: #fff
}

.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link.is-active svg {
	stroke: var(--primary-color)
}

.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link.is-active span {
	color: #5517a5
}

.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link svg {
	height: 20px;
	width: 20px;
	stroke: #b3b6c6;
	stroke-width: 1.6px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.webapp-navbar .webapp-navbar-inner .center .centered-links .centered-link span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: .65rem;
	color: #999;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 580px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	text-align: center;
	padding: 10px 0;
	border-radius: 8px;
	border: 1px solid transparent;
	margin: 0 4px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop>.button,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button>.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	height: 40px;
	width: 40px;
	border: none;
	margin: 0 auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 50%;
	color: #a2a5b9;
	-webkit-transition: all .3s;
	transition: all .3s
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop>.button:hover,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button>.button:hover {
	background: #f5f5f5;
	color: var(--primary-color)
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop>.button svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button>.button svg {
	height: 20px;
	width: 20px;
	stroke-width: 1.6px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown:hover .is-trigger .button,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown:hover .is-trigger .button {
	background: #f5f5f5
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.is-active .is-trigger .button,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.is-active .is-trigger .button {
	background: #fff;
	border-color: #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu {
	width: 600px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content {
	padding: 0
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .content-wrap,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .content-wrap {
	position: relative
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .content-wrap:hover .back-button,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .content-wrap:hover .back-button {
	opacity: 1;
	pointer-events: all
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .content-wrap .back-button,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .content-wrap .back-button {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .content-wrap .mega-menus,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .content-wrap .mega-menus {
	display: none;
	-webkit-animation: fadeInLeft .5s;
	animation: fadeInLeft .5s
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .content-wrap .mega-menus.is-active,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .content-wrap .mega-menus.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector {
	padding: 20px 30px;
	-webkit-animation: fadeInLeft .5s;
	animation: fadeInLeft .5s
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .title-wrap,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .title-wrap h4,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .title-wrap h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item {
	width: calc(20% - 16px);
	margin: 8px;
	text-align: center;
	padding: 16px 12px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item:hover,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item:hover i,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item:hover i {
	color: var(--primary-color)
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item:hover span,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item:hover span {
	color: var(--primary-color)
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item i,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item i {
	color: #a2a5b9;
	font-size: 1.6rem;
	margin-bottom: 10px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item span,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item span {
	display: block;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 500;
	color: #283252
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .placeholder-image,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .placeholder-image {
	margin-left: auto;
	max-width: 140px;
	max-height: 100px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .columns,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .columns {
	height: 100%
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .column,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .column {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	height: 100%
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group.has-margin-top,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group.has-margin-top {
	margin-top: 20px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-size: .85rem;
	font-weight: 600;
	color: #283252;
	text-transform: uppercase;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-primary svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-primary svg {
	stroke: var(--primary-color)
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-secondary svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-secondary svg {
	stroke: #ff227d
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-info svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-info svg {
	stroke: #039be5
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-success svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-success svg {
	stroke: #06d6a0
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-warning svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-warning svg {
	stroke: #faae42
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-danger svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-danger svg {
	stroke: #e62965
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-green svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-green svg {
	stroke: #93e088
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-yellow svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-yellow svg {
	stroke: #ffd66e
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-purple svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-purple svg {
	stroke: #8269b2
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-orange svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading.is-orange svg {
	stroke: #ffa981
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading svg,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-heading svg {
	stroke-width: 3px;
	height: 12px;
	width: 12px;
	margin-right: 6px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-content,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item-group .column-content {
	padding: 10px 20px 20px 20px;
	max-height: 240px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item {
	border: 1px solid transparent;
	border-radius: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: .9rem
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item.is-media:hover .meta span,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item.is-media.is-active .meta span,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item.is-media:hover .meta span,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item.is-media.is-active .meta span {
	color: #283252
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item.is-media.is-active,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item.is-media.is-active {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item.is-media .meta,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item.is-media .meta {
	margin-left: 6px
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item.is-media .meta span,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .dropdown-item.is-media .meta span {
	font-weight: 500;
	font-size: .85rem;
	color: #a2a5b9
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown .is-trigger .button,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown .is-trigger .button {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	color: #283252;
	min-height: 40px;
	border-color: transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown .dropdown-menu,
.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button .dropdown .dropdown-menu {
	margin-top: 28px;
	text-align: left
}

.webapp-navbar .webapp-navbar-inner .center .centered-drops .centered-button {
	max-width: 50px
}

.webapp-navbar .webapp-navbar-inner .center .centered-search {
	width: 100%;
	max-width: 580px
}

.webapp-navbar .webapp-navbar-inner .center .centered-search .field {
	margin-bottom: 0
}

.webapp-navbar .webapp-navbar-inner .center .centered-search .field .control .form-icon.is-right {
	left: unset !important;
	right: 6px;
	cursor: pointer
}

.webapp-navbar .webapp-navbar-inner .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 25%
}

.webapp-navbar .webapp-navbar-inner .right .toolbar .dropdown .dropdown-menu {
	margin-top: 28px
}

.webapp-navbar .webapp-navbar-inner .right .profile-dropdown>img {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	margin: 0 4px;
	cursor: pointer
}

.webapp-navbar .webapp-navbar-inner .right .profile-dropdown .dropdown-menu {
	margin-top: 28px
}

.webapp-navbar .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content {
	padding-top: 0;
	overflow: hidden
}

.webapp-navbar .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 16px 20px 16px;
	margin-bottom: 12px;
	background: #fafafa
}

.webapp-navbar .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta {
	margin-left: 12px;
	font-family: "Roboto", sans-serif
}

.webapp-navbar .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span {
	display: block
}

.webapp-navbar .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:first-child {
	font-size: 1.1rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.2
}

.webapp-navbar .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:nth-child(2) {
	text-transform: uppercase;
	color: #a2a5b9;
	font-size: .7rem
}

.webapp-navbar .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .logout-button svg {
	stroke: #fcfcfc !important
}

body.is-dark .webapp-navbar:not(.is-colored) {
	background: #1e1e21;
	border-color: #252529
}

body.is-dark .webapp-navbar:not(.is-colored).is-transparent {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-color: transparent
}

body.is-dark .webapp-navbar:not(.is-colored).is-transparent.is-solid,
body.is-dark .webapp-navbar:not(.is-colored).is-transparent.is-scrolled {
	background: #1e1e21;
	border-color: #252529
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .left .separator {
	border-color: #404046
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block {
	background: #28282b !important
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block:hover {
	background: #2f2f33 !important
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span:first-child {
	color: #aaaab3 !important
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-links .centered-link:hover {
	background: #2a2a2e
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-links .centered-link.is-active {
	background: #28282b;
	border-color: #404046
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-links .centered-link.is-active:hover {
	background: #28282b
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-links .centered-link.is-active span {
	color: #797bf2
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-links .centered-link.is-active svg {
	stroke: #797bf2
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-drops .centered-drop>.dropdown:hover .is-trigger .button {
	background: #28282b;
	border-color: #28282b
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-drops .centered-drop>.dropdown.is-active .is-trigger .button {
	background: #28282b;
	border-color: #404046 !important
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-drops .centered-drop>.dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .title-wrap h4 {
	color: #aaaab3
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-drops .centered-drop>.dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-drops .centered-drop>.dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item:hover i,
body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-drops .centered-drop>.dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item:hover span {
	color: #797bf2
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-drops .centered-drop>.dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item span {
	color: #aaaab3
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-drops .centered-drop>.dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .mega-menus .dropdown-item-group .column-heading {
	color: #aaaab3;
	border-color: #404046
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-drops .centered-drop>.dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .mega-menus .dropdown-item-group .column-content .is-media:hover .meta span:first-child {
	color: #fcfcfc
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-drops .centered-drop>.dropdown .is-trigger .button {
	background: transparent;
	border: none
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-button>.button {
	background: transparent !important;
	border: none
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .center .centered-button>.button:hover {
	background: #2a2a2e !important
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head {
	background: #28282b !important
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head:hover {
	background: #28282b !important
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta:hover {
	background: #28282b !important
}

body.is-dark .webapp-navbar:not(.is-colored) .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:first-child {
	color: #aaaab3 !important
}

body.is-dark .webapp-navbar.is-colored {
	background: #7072f1
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .left .separator {
	border-color: #8789f3
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .left .title {
	color: #fcfcfc !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link:hover {
	background: #6264f0
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link:hover svg {
	stroke: #fcfcfc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link:hover span {
	color: #fcfcfc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link.is-active {
	background: #5456ee;
	border-color: #7072f1
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link.is-active:hover {
	background: #5456ee
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link.is-active svg {
	stroke: #fcfcfc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link.is-active span {
	color: #fcfcfc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link svg {
	stroke: #b1b2f7
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-links .centered-link span {
	color: #b1b2f7
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown:hover .is-trigger .button {
	background: #5456ee;
	border-color: #6669f0;
	color: #fcfcfc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.is-active .is-trigger .button {
	background: #5456ee;
	border-color: #5d60ef;
	color: #fcfcfc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .title-wrap h4 {
	color: #aaaab3
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item:hover i,
body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item:hover span {
	color: #797bf2
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .category-selector .category-selector-inner .category-item span {
	color: #aaaab3
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .mega-menus .dropdown-item-group .column-heading {
	color: #aaaab3;
	border-color: #404046
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown.has-mega-dropdown .dropdown-menu .dropdown-content .mega-menus .dropdown-item-group .column-content .is-media:hover .meta span:first-child {
	color: #fcfcfc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown .is-trigger .button {
	background: #7072f1;
	border-color: #7072f1;
	color: #dfe0fc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-drop .dropdown .is-trigger .button svg {
	stroke: #e9e9fd
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-button .button {
	background: #7072f1 !important;
	border-color: #7072f1 !important;
	color: #dfe0fc !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-drops .centered-button .button:hover {
	background: #5456ee !important;
	color: #fcfcfc !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input {
	background: #4b4ded;
	border-color: #5d60ef;
	color: #fcfcfc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input::-webkit-input-placeholder {
	color: #8c8df4 !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input::-moz-placeholder {
	color: #8c8df4 !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input:-ms-input-placeholder {
	color: #8c8df4 !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input::-ms-input-placeholder {
	color: #8c8df4 !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input::placeholder {
	color: #8c8df4 !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .input:focus~.form-icon svg {
	stroke: #fcfcfc !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .center .centered-search .field .control .form-icon svg {
	stroke: #9596f5
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .right .toolbar .toolbar-link:hover {
	background: #4b4ded !important;
	border-color: #5d60ef !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .right .toolbar .toolbar-link>svg {
	stroke: #fcfcfc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .right .toolbar .dropdown:hover .is-trigger,
body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .right .toolbar .dropdown.is-active .is-trigger {
	background: #4b4ded !important;
	border-color: #5d60ef !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .right .toolbar .dropdown .is-trigger svg {
	stroke: #fcfcfc
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head {
	background: #28282b !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head:hover {
	background: #28282b !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta:hover {
	background: #28282b !important
}

body.is-dark .webapp-navbar.is-colored .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:first-child {
	color: #aaaab3 !important
}

body.is-dark .webapp-subnavbar {
	background: #28282b;
	border-color: #2d2d31
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tabs li.is-active a {
	border-color: #404046;
	background: #1e1e21;
	color: #797bf2;
	opacity: 1
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tabs li.is-active:hover a {
	background: #1e1e21
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tabs li:hover a {
	background: #37373b
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tabs li a {
	opacity: .6
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column {
	border-color: #404046
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-heading {
	color: #aaaab3
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder:hover {
	border-color: #797bf2
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder:hover h3 {
	color: #797bf2
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder h3 {
	color: #aaaab3
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li:hover a {
	opacity: 1;
	color: #797bf2
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li.is-active {
	border-color: #797bf2
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li.is-active a {
	opacity: 1;
	color: #797bf2
}

body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a {
	opacity: .6
}

.webapp-subnavbar {
	position: fixed;
	width: 100%;
	height: 0;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	z-index: 99;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	-webkit-transition: all .3s;
	transition: all .3s;
	max-width: 800px;
	top: 85px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 6px
}

.webapp-subnavbar.is-active {
	height: 320px;
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.webapp-subnavbar .webapp-subnavbar-inner {
	position: relative;
	height: 100%;
	width: 100%;
	display: none
}

.webapp-subnavbar .webapp-subnavbar-inner.is-active {
	display: block
}

.webapp-subnavbar .webapp-subnavbar-inner .tabs {
	margin: 0 auto 10px auto
}

.webapp-subnavbar .webapp-subnavbar-inner .tabs.is-3 {
	max-width: 410px
}

.webapp-subnavbar .webapp-subnavbar-inner .tabs.is-2 {
	max-width: 280px
}

.webapp-subnavbar .webapp-subnavbar-inner .tabs.is-4 {
	max-width: 460px
}

.webapp-subnavbar .webapp-subnavbar-inner .tabs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none !important;
	padding: 10px 0
}

.webapp-subnavbar .webapp-subnavbar-inner .tabs ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.webapp-subnavbar .webapp-subnavbar-inner .tabs ul li.is-active a {
	font-weight: 600;
	color: var(--primary-color);
	background: #fff;
	border-color: #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.webapp-subnavbar .webapp-subnavbar-inner .tabs ul li.is-active:hover a {
	background: #fff
}

.webapp-subnavbar .webapp-subnavbar-inner .tabs ul li:hover a {
	background: #f7f7f7
}

.webapp-subnavbar .webapp-subnavbar-inner .tabs ul li a {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: .65rem;
	letter-spacing: 1px;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	margin: 0 10px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content {
	padding: 0 20px
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 220px
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	max-width: 940px;
	max-height: 220px;
	margin: 0 auto;
	padding: 10px 20px 0 20px
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .columns {
	height: 100%
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	height: 100%
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column:not(:last-child) {
	border-right: 1px solid #e5e5e5
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-heading {
	font-family: "Montserrat", sans-serif;
	font-size: .7rem;
	font-weight: 600;
	color: #283252;
	text-transform: uppercase;
	margin-bottom: 12px
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder {
	text-align: center;
	padding: 16px !important;
	margin-top: 4px;
	margin-bottom: 10px
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder:hover {
	border-color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder:hover h3 {
	color: var(--primary-color)
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder>img {
	display: block;
	width: 100%;
	max-width: 34px;
	margin: 0 auto 6px auto
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder h3 {
	font-family: "Montserrat", sans-serif;
	font-size: .85rem;
	font-weight: 600;
	color: #283252;
	-webkit-transition: color .3s;
	transition: color .3s
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li {
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-bottom: 6px
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li:hover a {
	color: var(--primary-color)
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li.is-active {
	border-radius: 0
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li.is-active a {
	color: #47138a
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li.is-active a svg {
	opacity: 1;
	fill: var(--primary-color)
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #b1b3c4
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a span {
	font-family: "Roboto", sans-serif;
	font-size: .9rem
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a .lnil,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a .lnir,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a .fas,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a .fal,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a .fab,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a .far {
	margin-right: 10px
}

.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center ul li a svg {
	opacity: 0;
	position: relative;
	top: 0;
	margin-left: 12px;
	height: 6px;
	width: 6px;
	stroke-width: 2px;
	fill: var(--primary-color);
	-webkit-transition: all .3s;
	transition: all .3s
}

/*! _navbar-extension.scss | Huro | Css ninja 2020-2021 */
.webapp-navbar-clean {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 15;
	-webkit-transition: all .3s;
	transition: all .3s
}

.webapp-navbar-clean.is-transparent {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-color: transparent
}

.webapp-navbar-clean.is-transparent.is-solid,
.webapp-navbar-clean.is-transparent.is-scrolled {
	background: #fff;
	border-bottom-color: #ededed
}

.webapp-navbar-clean.is-transparent.is-solid {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.webapp-navbar-clean.is-transparent.is-scrolled {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
}

.webapp-navbar-clean.is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-between .left .button:not(:hover),
.webapp-navbar-clean.is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-between .center .button:not(:hover),
.webapp-navbar-clean.is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-centered .left .button:not(:hover),
.webapp-navbar-clean.is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-centered .center .button:not(:hover) {
	background: transparent;
	border-color: transparent
}

.webapp-navbar-clean.is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-between .left .button:hover,
.webapp-navbar-clean.is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-between .center .button:hover,
.webapp-navbar-clean.is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-centered .left .button:hover,
.webapp-navbar-clean.is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-centered .center .button:hover {
	background: #fff;
	border-color: #fff
}

.webapp-navbar-clean .webapp-navbar-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	padding: 0 20px
}

.webapp-navbar-clean .webapp-navbar-inner .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 25%
}

.webapp-navbar-clean .webapp-navbar-inner .left .brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.webapp-navbar-clean .webapp-navbar-inner .left .brand img {
	display: block;
	min-width: 38px;
	height: 38px
}

.webapp-navbar-clean .webapp-navbar-inner .left .brand span {
	font-family: "Roboto", sans-serif;
	font-size: .95rem;
	color: #999;
	letter-spacing: 1px;
	max-width: 50px;
	line-height: 1.2;
	margin-left: 8px
}

.webapp-navbar-clean .webapp-navbar-inner .left .separator {
	height: 38px;
	width: 2px;
	border-right: 1px solid #e3e3e3;
	margin: 0 20px 0 16px
}

.webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown {
	margin-right: 12px;
	cursor: pointer !important
}

.webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown>img {
	height: 32px;
	width: 32px;
	border-radius: 50%
}

.webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu {
	margin-top: 28px
}

.webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content {
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden
}

.webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px
}

.webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block:hover {
	background: #f7f7f7
}

.webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta {
	margin-left: 12px;
	font-family: "Roboto", sans-serif
}

.webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span {
	display: block
}

.webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span:first-child {
	font-size: .95rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.2;
	max-width: 140px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span:nth-child(2) {
	color: #a2a5b9;
	font-size: .85rem
}

.webapp-navbar-clean .webapp-navbar-inner .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.webapp-navbar-clean .webapp-navbar-inner .center .centered-search {
	width: 100%
}

.webapp-navbar-clean .webapp-navbar-inner .center .centered-search .field {
	margin-bottom: 0
}

.webapp-navbar-clean .webapp-navbar-inner .center .centered-search .field .control .input {
	border-radius: .5rem
}

.webapp-navbar-clean .webapp-navbar-inner .center .centered-search .field .control .form-icon.is-right {
	left: unset !important;
	right: 6px;
	cursor: pointer
}

.webapp-navbar-clean .webapp-navbar-inner .center .centered-search .field .control .search-results {
	top: 48px
}

.webapp-navbar-clean .webapp-navbar-inner .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 25%;
	margin-left: auto
}

.webapp-navbar-clean .webapp-navbar-inner .right .toolbar .dropdown .dropdown-menu {
	margin-top: 28px
}

.webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown>img {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	margin: 0 4px;
	cursor: pointer
}

.webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu {
	margin-top: 12px
}

.webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content {
	padding-top: 0;
	overflow: hidden
}

.webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 16px 20px 16px;
	margin-bottom: 12px;
	background: #fafafa
}

.webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta {
	margin-left: 12px;
	font-family: "Roboto", sans-serif
}

.webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span {
	display: block
}

.webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:first-child {
	font-size: 1.1rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.2
}

.webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:nth-child(2) {
	text-transform: uppercase;
	color: #a2a5b9;
	font-size: .7rem
}

.webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .logout-button svg {
	stroke: #fcfcfc !important
}

.webapp-navbar-clean .webapp-navbar-lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding: 0 20px
}

.webapp-navbar-clean .webapp-navbar-lower.is-between,
.webapp-navbar-clean .webapp-navbar-lower.is-centered {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.webapp-navbar-clean .webapp-navbar-lower.is-between .left,
.webapp-navbar-clean .webapp-navbar-lower.is-between .center,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .left,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.webapp-navbar-clean .webapp-navbar-lower.is-between .left .button,
.webapp-navbar-clean .webapp-navbar-lower.is-between .center .button,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .left .button,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .center .button {
	font-size: .9rem;
	font-weight: 500;
	border-radius: .5rem;
	border: none;
	color: #a2a5b9
}

.webapp-navbar-clean .webapp-navbar-lower.is-between .left .button:hover,
.webapp-navbar-clean .webapp-navbar-lower.is-between .center .button:hover,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .left .button:hover,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .center .button:hover {
	background: #eef0f7;
	color: #283252
}

.webapp-navbar-clean .webapp-navbar-lower.is-between .left .welcome-text,
.webapp-navbar-clean .webapp-navbar-lower.is-between .center .welcome-text,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .left .welcome-text,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .center .welcome-text {
	font-size: .9rem;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.webapp-navbar-clean .webapp-navbar-lower.is-between .right,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.webapp-navbar-clean .webapp-navbar-lower.is-between .right .avatar-stack,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .right .avatar-stack {
	margin-right: 1rem
}

.webapp-navbar-clean .webapp-navbar-lower.is-between .right .dropdown .button.is-circle,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .right .dropdown .button.is-circle {
	min-width: 35px
}

.webapp-navbar-clean .webapp-navbar-lower.is-centered .left,
.webapp-navbar-clean .webapp-navbar-lower.is-centered .right {
	width: 25%
}

.webapp-navbar-clean .webapp-navbar-lower.is-centered .center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

body.is-dark .webapp-navbar-clean:not(.is-colored) {
	background: #1e1e21;
	border-color: #252529
}

body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-color: transparent
}

body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent.is-solid,
body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent.is-scrolled {
	background: #1e1e21;
	border-color: #252529
}

body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-between .left .button:not(:hover),
body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-between .center .button:not(:hover),
body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-centered .left .button:not(:hover),
body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-centered .center .button:not(:hover) {
	background: transparent !important;
	border-color: transparent !important
}

body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-between .left .button:hover,
body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-between .center .button:hover,
body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-centered .left .button:hover,
body.is-dark .webapp-navbar-clean:not(.is-colored).is-transparent:not(.is-scrolled) .webapp-navbar-lower.is-centered .center .button:hover {
	background: #1e1e21 !important;
	border-color: #1e1e21 !important
}

body.is-dark .webapp-navbar-clean .webapp-navbar-inner .left .separator {
	border-color: #404046
}

body.is-dark .webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block {
	background: #28282b !important
}

body.is-dark .webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block:hover {
	background: #2f2f33 !important
}

body.is-dark .webapp-navbar-clean .webapp-navbar-inner .left .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span:first-child {
	color: #aaaab3 !important
}

body.is-dark .webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head {
	background: #28282b !important
}

body.is-dark .webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head:hover {
	background: #28282b !important
}

body.is-dark .webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta:hover {
	background: #28282b !important
}

body.is-dark .webapp-navbar-clean .webapp-navbar-inner .right .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:first-child {
	color: #aaaab3 !important
}

body.is-dark .webapp-navbar-clean .webapp-navbar-lower.is-between .left .button,
body.is-dark .webapp-navbar-clean .webapp-navbar-lower.is-between .center .button,
body.is-dark .webapp-navbar-clean .webapp-navbar-lower.is-centered .left .button,
body.is-dark .webapp-navbar-clean .webapp-navbar-lower.is-centered .center .button {
	background: #1e1e21 !important;
	border-color: #1e1e21 !important
}

body.is-dark .webapp-navbar-clean .webapp-navbar-lower.is-between .left .button:hover,
body.is-dark .webapp-navbar-clean .webapp-navbar-lower.is-between .center .button:hover,
body.is-dark .webapp-navbar-clean .webapp-navbar-lower.is-centered .left .button:hover,
body.is-dark .webapp-navbar-clean .webapp-navbar-lower.is-centered .center .button:hover {
	background: #2d2d31 !important;
	border-color: #2d2d31 !important;
	color: #fff !important
}

/*! _sidebar.scss | Huro | Css ninja 2020-2021 */
.main-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 80px;
	background-color: #f9f9f9;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 35;
	-webkit-transition: border-radius .3s;
	transition: border-radius .3s
}

.main-sidebar.is-bordered {
	border-right: 1px solid #ededed !important
}

.main-sidebar.is-open {
	-webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, .02);
	box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, .02)
}

.main-sidebar.is-curved:not(.is-bordered) {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-right: 1px solid #e3e3e3 !important
}

.main-sidebar.is-curved:not(.is-bordered) .sidebar-brand {
	border-top-right-radius: 20px
}

.main-sidebar.is-colored {
	background: var(--primary-color);
	border-color: #621bc0
}

.main-sidebar.is-colored .sidebar-inner .naver {
	background: #fff
}

.main-sidebar.is-colored .sidebar-inner .icon-menu li a:hover .sidebar-svg,
.main-sidebar.is-colored .sidebar-inner .icon-menu li a.is-active .sidebar-svg,
.main-sidebar.is-colored .sidebar-inner .bottom-menu li a:hover .sidebar-svg,
.main-sidebar.is-colored .sidebar-inner .bottom-menu li a.is-active .sidebar-svg {
	stroke: #fcfcfc
}

.main-sidebar.is-colored .sidebar-inner .icon-menu li a .sidebar-svg,
.main-sidebar.is-colored .sidebar-inner .bottom-menu li a .sidebar-svg {
	stroke: #ab78ec
}

.main-sidebar.is-colored .sidebar-inner .icon-menu .profile-dropdown .status-indicator,
.main-sidebar.is-colored .sidebar-inner .bottom-menu .profile-dropdown .status-indicator {
	border-color: var(--primary-color)
}

.main-sidebar.has-labels.has-hover-labels .sidebar-inner .icon-menu li:hover a::after,
.main-sidebar.has-labels.has-hover-labels .sidebar-inner .bottom-menu li:hover a::after {
	opacity: 1
}

.main-sidebar.has-labels.has-hover-labels .sidebar-inner .icon-menu li a.is-active::after,
.main-sidebar.has-labels.has-hover-labels .sidebar-inner .bottom-menu li a.is-active::after {
	opacity: 1 !important
}

.main-sidebar.has-labels.has-hover-labels .sidebar-inner .icon-menu li a::after,
.main-sidebar.has-labels.has-hover-labels .sidebar-inner .bottom-menu li a::after {
	opacity: 0
}

.main-sidebar.has-labels .sidebar-inner .icon-menu li a::after,
.main-sidebar.has-labels .sidebar-inner .bottom-menu li a::after {
	content: attr(data-content);
	position: absolute;
	bottom: -8px;
	left: -29px;
	right: 0;
	margin: 0 auto;
	font-family: "Roboto", sans-serif;
	font-size: .5rem;
	font-weight: 500;
	color: #a2a5b9;
	text-transform: uppercase;
	text-align: center;
	width: 80px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.main-sidebar.has-labels .sidebar-inner .icon-menu li a svg,
.main-sidebar.has-labels .sidebar-inner .bottom-menu li a svg {
	position: relative;
	top: -4px
}

.main-sidebar.is-float {
	border-radius: 1000px;
	overflow: hidden;
	width: 74px;
	margin-left: 6px;
	top: 6px;
	height: calc(100vh - 12px);
	border: none !important;
	-webkit-transition: all .3s;
	transition: all .3s
}

.main-sidebar.is-float:not(.is-bordered) {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.main-sidebar.is-float.is-bordered {
	width: 80px;
	margin-left: 0;
	top: 0;
	height: 100vh;
	border-radius: 0
}

.main-sidebar.is-float.is-bordered .sidebar-brand {
	width: 80px
}

.main-sidebar.is-float.is-bordered .sidebar-inner .icon-menu li,
.main-sidebar.is-float.is-bordered .sidebar-inner .bottom-menu li {
	width: 80px
}

.main-sidebar.is-float .sidebar-brand {
	width: 74px
}

.main-sidebar.is-float .sidebar-inner .icon-menu li,
.main-sidebar.is-float .sidebar-inner .bottom-menu li {
	width: 74px
}

.main-sidebar.is-float .sidebar-inner .bottom-menu {
	padding-bottom: 4px
}

.main-sidebar .sidebar-brand {
	width: 80px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-sidebar .sidebar-brand img {
	margin-top: 5px;
	width: 36px;
	height: auto
}

.main-sidebar .sidebar-inner {
	height: calc(100% - 60px);
	width: 100%;
	position: relative
}

.main-sidebar .sidebar-inner .naver {
	position: absolute;
	top: -150px;
	left: 0;
	height: 64px;
	width: 4px;
	border-radius: 100px;
	background: var(--primary-color);
	-webkit-transition: all .3s;
	transition: all .3s
}

.main-sidebar .sidebar-inner .naver.is-search-results {
	margin-top: 240px
}

.main-sidebar .sidebar-inner .naver.from-bottom {
	top: unset !important;
	bottom: -64px;
	margin-top: 0 !important
}

.main-sidebar .sidebar-inner .icon-menu li,
.main-sidebar .sidebar-inner .bottom-menu li {
	position: relative;
	width: 80px;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-sidebar .sidebar-inner .icon-menu li.is-active a svg,
.main-sidebar .sidebar-inner .bottom-menu li.is-active a svg {
	stroke: var(--primary-color)
}

.main-sidebar .sidebar-inner .icon-menu li .is-messages-counter,
.main-sidebar .sidebar-inner .bottom-menu li .is-messages-counter {
	position: absolute;
	top: 6px;
	right: 16px;
	display: block;
	line-height: 17px;
	background: #e62965;
	color: #fff;
	font-weight: 500;
	font-size: .6rem;
	border-radius: 100px;
	border: 1px solid #fff;
	-webkit-transform: scale(0.8);
	transform: scale(0.8)
}

.main-sidebar .sidebar-inner .icon-menu li a,
.main-sidebar .sidebar-inner .bottom-menu li a {
	display: block;
	position: relative;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.main-sidebar .sidebar-inner .icon-menu li a:hover .sidebar-svg,
.main-sidebar .sidebar-inner .icon-menu li a.is-selected .sidebar-svg,
.main-sidebar .sidebar-inner .bottom-menu li a:hover .sidebar-svg,
.main-sidebar .sidebar-inner .bottom-menu li a.is-selected .sidebar-svg {
	stroke: var(--primary-color)
}

.main-sidebar .sidebar-inner .icon-menu li a .sidebar-svg,
.main-sidebar .sidebar-inner .bottom-menu li a .sidebar-svg {
	height: 20px;
	width: 20px;
	stroke: #a9abac;
	stroke-width: 1.6px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.main-sidebar .sidebar-inner .icon-menu li a:hover svg,
.main-sidebar .sidebar-inner .icon-menu li a.is-active svg,
.main-sidebar .sidebar-inner .bottom-menu li a:hover svg,
.main-sidebar .sidebar-inner .bottom-menu li a.is-active svg {
	stroke: var(--primary-color)
}

.main-sidebar .sidebar-inner .icon-menu li a.is-opened,
.main-sidebar .sidebar-inner .bottom-menu li a.is-opened {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0
}

.main-sidebar .sidebar-inner .icon-menu li a.is-inactive,
.main-sidebar .sidebar-inner .bottom-menu li a.is-inactive {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0
}

.main-sidebar .sidebar-inner .icon-menu li a.is-active::after,
.main-sidebar .sidebar-inner .bottom-menu li a.is-active::after {
	color: var(--primary-color)
}

.main-sidebar .sidebar-inner .bottom-menu {
	position: absolute;
	bottom: 0;
	padding: 0
}

.main-sidebar .sidebar-inner .bottom-menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.main-sidebar .sidebar-inner .bottom-menu li.is-rotate a:hover {
	-webkit-animation: rotating 1s linear infinite;
	animation: rotating 1s linear infinite
}

.main-sidebar .sidebar-inner .bottom-menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-sidebar .sidebar-inner .bottom-menu li .dropdown {
	position: relative;
	display: block;
	height: 48px;
	width: 48px !important
}

.main-sidebar .sidebar-inner .bottom-menu li .dropdown>img {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	position: relative;
	z-index: 1
}

.main-sidebar .sidebar-inner .bottom-menu li .dropdown .status-indicator {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #06d6a0;
	z-index: 2
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu {
	bottom: 0;
	left: 145%
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .dropdown-content {
	padding-top: 0;
	overflow: hidden
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 16px 20px 16px;
	margin-bottom: 12px;
	background: #fafafa
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta {
	margin-left: 12px;
	font-family: "Roboto", sans-serif
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span {
	display: block
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:first-child {
	font-size: 1.1rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.2
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:nth-child(2) {
	text-transform: uppercase;
	color: #a2a5b9;
	font-size: .7rem
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .dropdown-content .logout-button svg {
	stroke: #fcfcfc !important
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .dropdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100% !important
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .dropdown-item:hover:not(.is-button) {
	background: #f5f5f5
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .flex-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 15px
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .flex-item .toggle-title {
	font-size: .8rem;
	color: #999
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .flex-item .toggle-title:hover {
	background: transparent !important
}

.main-sidebar .sidebar-inner .bottom-menu .profile-dropdown .dropdown-menu .flex-item:hover {
	background: transparent !important
}

body.is-dark .main-sidebar:not(.is-colored) {
	background: #232326
}

body.is-dark .main-sidebar:not(.is-colored).is-bordered {
	border-right: 1px solid #232326 !important
}

body.is-dark .main-sidebar:not(.is-colored).is-curved:not(.is-bordered) {
	border-color: #4a4a50 !important
}

body.is-dark .main-sidebar:not(.is-colored) .naver {
	background: #797bf2
}

body.is-dark .main-sidebar:not(.is-colored) .icon-menu li a.is-selected svg,
body.is-dark .main-sidebar:not(.is-colored) .bottom-menu li a.is-selected svg {
	stroke: #797bf2 !important
}

body.is-dark .main-sidebar:not(.is-colored) .icon-menu li a.is-selected .sidebar-icon .path,
body.is-dark .main-sidebar:not(.is-colored) .bottom-menu li a.is-selected .sidebar-icon .path {
	fill: #797bf2 !important
}

body.is-dark .main-sidebar:not(.is-colored) .icon-menu li a.is-active::after,
body.is-dark .main-sidebar:not(.is-colored) .bottom-menu li a.is-active::after {
	color: #797bf2
}

body.is-dark .main-sidebar:not(.is-colored) .icon-menu li a:hover svg,
body.is-dark .main-sidebar:not(.is-colored) .bottom-menu li a:hover svg {
	stroke: #797bf2 !important
}

body.is-dark .main-sidebar:not(.is-colored) .icon-menu li a:hover .sidebar-icon .path,
body.is-dark .main-sidebar:not(.is-colored) .bottom-menu li a:hover .sidebar-icon .path {
	fill: #797bf2 !important
}

body.is-dark .main-sidebar:not(.is-colored) .icon-menu li a .sidebar-icon.is-active .path,
body.is-dark .main-sidebar:not(.is-colored) .bottom-menu li a .sidebar-icon.is-active .path {
	fill: #797bf2 !important
}

body.is-dark .main-sidebar:not(.is-colored) .icon-menu li svg,
body.is-dark .main-sidebar:not(.is-colored) .bottom-menu li svg {
	stroke: #d4d4d4
}

body.is-dark .main-sidebar:not(.is-colored) .icon-menu li .status-indicator,
body.is-dark .main-sidebar:not(.is-colored) .bottom-menu li .status-indicator {
	border-color: #232326 !important
}

body.is-dark .main-sidebar:not(.is-colored) .profile-dropdown .dropdown-content {
	background: #232326
}

body.is-dark .main-sidebar:not(.is-colored) .profile-dropdown .dropdown-content .dropdown-head {
	background: #28282b !important
}

body.is-dark .main-sidebar:not(.is-colored) .profile-dropdown .dropdown-content .dropdown-head:hover {
	background: #28282b !important
}

body.is-dark .main-sidebar:not(.is-colored) .profile-dropdown .dropdown-content .dropdown-head .meta:hover {
	background: #28282b !important
}

body.is-dark .main-sidebar:not(.is-colored) .profile-dropdown .dropdown-content .dropdown-head .meta span:first-child {
	color: #aaaab3 !important
}

body.is-dark .main-sidebar:not(.is-colored) .profile-dropdown .dropdown-content .dropdown-item {
	color: #fff
}

body.is-dark .main-sidebar:not(.is-colored) .profile-dropdown .dropdown-content .dropdown-item:not(.is-button):hover {
	background: #2f2f33
}

body.is-dark .main-sidebar:not(.is-colored) .profile-dropdown .dropdown-content .dropdown-item.is-button:hover {
	background: #28282b !important
}

body.is-dark .main-sidebar:not(.is-colored) .profile-dropdown .dropdown-content .dropdown-divider {
	background: #2f2f33
}

body.is-dark .main-sidebar:not(.is-colored) .sidebar-inner .icon-menu li a.is-active svg,
body.is-dark .main-sidebar:not(.is-colored) .sidebar-inner .bottom-menu li a.is-active svg {
	stroke: #797bf2 !important
}

body.is-dark .main-sidebar.is-colored {
	background: #7072f1;
	border-color: #7072f1 !important
}

body.is-dark .main-sidebar.is-colored .sidebar-inner .naver {
	opacity: .8
}

body.is-dark .main-sidebar.is-colored .sidebar-inner .icon-menu li a:hover .sidebar-svg,
body.is-dark .main-sidebar.is-colored .sidebar-inner .icon-menu li a.is-active .sidebar-svg,
body.is-dark .main-sidebar.is-colored .sidebar-inner .bottom-menu li a:hover .sidebar-svg,
body.is-dark .main-sidebar.is-colored .sidebar-inner .bottom-menu li a.is-active .sidebar-svg {
	stroke: #fcfcfc;
	opacity: 1
}

body.is-dark .main-sidebar.is-colored .sidebar-inner .icon-menu li a .sidebar-svg,
body.is-dark .main-sidebar.is-colored .sidebar-inner .bottom-menu li a .sidebar-svg {
	stroke: #fff;
	opacity: .5
}

body.is-dark .main-sidebar.is-colored .profile-dropdown .status-indicator {
	border-color: #7072f1 !important
}

body.is-dark .main-sidebar.is-colored .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head {
	background: #28282b !important
}

body.is-dark .main-sidebar.is-colored .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head:hover {
	background: #28282b !important
}

body.is-dark .main-sidebar.is-colored .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta:hover {
	background: #28282b !important
}

body.is-dark .main-sidebar.is-colored .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:first-child {
	color: #aaaab3 !important
}

/*! _sidebar-block.scss | Huro | Css ninja 2020-2021 */
.sidebar-block {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 280px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 35;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: border-radius .3s, -webkit-transform .3s;
	transition: border-radius .3s, -webkit-transform .3s;
	transition: border-radius .3s, transform .3s;
	transition: border-radius .3s, transform .3s, -webkit-transform .3s
}

.sidebar-block.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.sidebar-block.is-curved {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-right: 1px solid #e3e3e3 !important;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sidebar-block .sidebar-block-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	width: 100%;
	padding: 0 2.5rem
}

.sidebar-block .sidebar-block-header .sidebar-block-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 40px;
	margin-right: .5rem
}

.sidebar-block .sidebar-block-header .sidebar-block-logo img {
	height: 38px
}

.sidebar-block .sidebar-block-header h3 {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-size: 1.3rem
}

.sidebar-block .sidebar-block-header .sidebar-block-close {
	margin-left: auto;
	display: block;
	width: 18px;
	height: 18px
}

.sidebar-block .sidebar-block-header .sidebar-block-close svg {
	width: 18px;
	height: 18px
}

.sidebar-block .sidebar-block-inner {
	position: relative;
	height: calc(100vh - 160px);
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	margin-top: 40px
}

.sidebar-block .sidebar-block-inner::-webkit-scrollbar {
	width: 3px
}

.sidebar-block .sidebar-block-inner::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(0, 0, 0, .2)
}

.sidebar-block .sidebar-block-inner ul {
	padding: 10px 0
}

.sidebar-block .sidebar-block-inner li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 2px solid transparent;
	cursor: pointer
}

.sidebar-block .sidebar-block-inner li.is-active a {
	font-weight: 500;
	color: var(--primary-color)
}

.sidebar-block .sidebar-block-inner li.is-active>a {
	font-weight: 600
}

.sidebar-block .sidebar-block-inner li.divider {
	cursor: default;
	pointer-events: none;
	height: 10px;
	margin: 5px 20px 10px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.sidebar-block .sidebar-block-inner li.has-children {
	display: block;
	height: unset;
	min-height: 36px;
	margin-bottom: 4px
}

.sidebar-block .sidebar-block-inner li.has-children.active .collapse-wrap {
	margin-bottom: .5rem
}

.sidebar-block .sidebar-block-inner li.has-children.active .collapse-wrap>a {
	color: #283252;
	font-weight: 600;
	background: #f5f6fa;
	margin-bottom: .25rem
}

.sidebar-block .sidebar-block-inner li.has-children.active .collapse-wrap>a .icon {
	color: var(--primary-color)
}

.sidebar-block .sidebar-block-inner li.has-children.active .collapse-wrap>a>svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sidebar-block .sidebar-block-inner li.has-children:hover .collapse-wrap>a {
	color: #283252
}

.sidebar-block .sidebar-block-inner li.has-children:hover .collapse-wrap>a .icon {
	color: var(--primary-color)
}

.sidebar-block .sidebar-block-inner li.has-children.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sidebar-block .sidebar-block-inner li.has-children.is-flex .tag {
	margin-left: auto;
	margin-right: 20px;
	border-radius: 100px;
	background: #e62965;
	color: #fff;
	font-size: .8rem;
	font-weight: 600
}

.sidebar-block .sidebar-block-inner li.has-children .collapse-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.sidebar-block .sidebar-block-inner li.has-children .collapse-wrap>a {
	font-family: "Montserrat", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9rem;
	font-weight: 500;
	color: #a2a5b9;
	padding: .85rem;
	margin: 0 2rem;
	border-radius: .75rem
}

.sidebar-block .sidebar-block-inner li.has-children .collapse-wrap>a .icon {
	color: #a2a5b9;
	font-size: 1.25rem;
	margin-right: 1rem
}

.sidebar-block .sidebar-block-inner li.has-children .collapse-wrap>a .icon i {
	font-size: 1.25rem
}

.sidebar-block .sidebar-block-inner li.has-children .collapse-wrap>a .icon svg {
	stroke-width: 1.5px
}

.sidebar-block .sidebar-block-inner li.has-children .collapse-wrap>a>svg {
	position: relative;
	top: 1px;
	height: 18px;
	width: 18px;
	margin-left: auto;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	stroke: #a2a5b9;
	-webkit-transition: all .3s;
	transition: all .3s
}

.sidebar-block .sidebar-block-inner li.has-children ul {
	padding: 0px;
	display: none
}

.sidebar-block .sidebar-block-inner li.has-children ul li {
	height: 32px;
	font-family: "Roboto", sans-serif
}

.sidebar-block .sidebar-block-inner li.has-children ul li.is-active .is-submenu {
	font-weight: 500
}

.sidebar-block .sidebar-block-inner li.has-children ul li.is-active .is-submenu svg {
	display: block
}

.sidebar-block .sidebar-block-inner li.has-children ul li .is-submenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2rem 0 3.5rem;
	font-size: .9rem
}

.sidebar-block .sidebar-block-inner li.has-children ul li .is-submenu.is-active {
	font-weight: 500;
	color: var(--primary-color)
}

.sidebar-block .sidebar-block-inner li.has-children ul li .is-submenu .lnil,
.sidebar-block .sidebar-block-inner li.has-children ul li .is-submenu .lnir {
	font-size: 1.2rem;
	margin-right: 10px
}

.sidebar-block .sidebar-block-inner li.has-children ul li .is-submenu>span {
	font-family: "Roboto", sans-serif
}

.sidebar-block .sidebar-block-inner li.has-children ul li .is-submenu svg {
	display: none;
	height: 8px;
	width: 8px;
	max-width: 8px;
	min-width: 8px;
	stroke-width: 2px;
	margin-right: 8px
}

.sidebar-block .sidebar-block-inner li.has-children ul li .is-submenu svg.is-auto {
	margin-left: auto;
	height: 15px;
	width: 15px;
	max-width: 15px;
	min-width: 15px;
	stroke-width: 2px;
	margin-right: 4px
}

.sidebar-block .sidebar-block-inner li a:not(.single-link) {
	font-family: "Roboto", sans-serif;
	display: block;
	width: 100%;
	padding: 0 20px;
	font-size: .95rem;
	color: #a2a5b9
}

.sidebar-block .sidebar-block-inner li a:not(.single-link):hover {
	color: #283252
}

.sidebar-block .sidebar-block-inner li>a {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 500;
	color: #a2a5b9
}

.sidebar-block .sidebar-block-inner .single-link {
	font-family: "Montserrat", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9rem;
	font-weight: 500;
	color: #a2a5b9;
	padding: .85rem;
	margin: 0 2rem .25rem 2rem;
	width: 100%;
	border-radius: .65rem;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.sidebar-block .sidebar-block-inner .single-link:hover,
.sidebar-block .sidebar-block-inner .single-link.active {
	background: #f5f6fa;
	color: #283252
}

.sidebar-block .sidebar-block-inner .single-link:hover .icon i,
.sidebar-block .sidebar-block-inner .single-link.active .icon i {
	color: var(--primary-color)
}

.sidebar-block .sidebar-block-inner .single-link:hover .icon svg,
.sidebar-block .sidebar-block-inner .single-link.active .icon svg {
	stroke: var(--primary-color)
}

.sidebar-block .sidebar-block-inner .single-link .icon {
	font-size: 1.25rem;
	margin-right: 1rem
}

.sidebar-block .sidebar-block-inner .single-link .icon i {
	font-size: 1.25rem
}

.sidebar-block .sidebar-block-inner .single-link .icon svg {
	stroke-width: 1.5px
}

.sidebar-block .sidebar-block-inner .single-link .badge {
	margin-left: auto;
	color: #fff;
	background: var(--primary-color);
	height: 1.5rem;
	padding: .5rem;
	font-size: .8rem;
	font-weight: 500;
	line-height: .6;
	border-radius: 10rem
}

.sidebar-block .sidebar-block-footer {
	height: 60px;
	width: 100%;
	padding: 0 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sidebar-block .sidebar-block-footer a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sidebar-block .sidebar-block-footer .search-link {
	height: 48px;
	width: 48px;
	color: #a2a5b9;
	border-radius: 50%;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.sidebar-block .sidebar-block-footer .search-link svg {
	height: 20px;
	width: 20px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.sidebar-block .sidebar-block-footer .search-link:hover {
	background: #f5f6fa;
	color: var(--primary-color)
}

.sidebar-block .sidebar-block-footer .dropdown {
	position: relative;
	display: block;
	height: 42px;
	width: 42px !important
}

.sidebar-block .sidebar-block-footer .dropdown>img {
	height: 42px;
	width: 42px;
	border-radius: 50%;
	position: relative;
	z-index: 1
}

.sidebar-block .sidebar-block-footer .dropdown .status-indicator {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #06d6a0;
	z-index: 2
}

.sidebar-block .profile-dropdown .dropdown-menu {
	bottom: 0;
	left: 145%
}

.sidebar-block .profile-dropdown .dropdown-menu .dropdown-content {
	padding-top: 0;
	overflow: hidden
}

.sidebar-block .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 16px 20px 16px;
	margin-bottom: 12px;
	background: #fafafa
}

.sidebar-block .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta {
	margin-left: 12px;
	font-family: "Roboto", sans-serif
}

.sidebar-block .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span {
	display: block
}

.sidebar-block .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:first-child {
	font-size: 1.1rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.2
}

.sidebar-block .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:nth-child(2) {
	text-transform: uppercase;
	color: #a2a5b9;
	font-size: .7rem
}

.sidebar-block .profile-dropdown .dropdown-menu .dropdown-content .logout-button svg {
	stroke: #fcfcfc !important
}

.sidebar-block .profile-dropdown .dropdown-menu .dropdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100% !important
}

.sidebar-block .profile-dropdown .dropdown-menu .dropdown-item:hover:not(.is-button) {
	background: #f5f5f5
}

.sidebar-block .profile-dropdown .dropdown-menu .flex-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 15px
}

.sidebar-block .profile-dropdown .dropdown-menu .flex-item .toggle-title {
	font-size: .8rem;
	color: #999
}

.sidebar-block .profile-dropdown .dropdown-menu .flex-item .toggle-title:hover {
	background: transparent !important
}

.sidebar-block .profile-dropdown .dropdown-menu .flex-item:hover {
	background: transparent !important
}

body.is-dark .sidebar-block {
	background: #2f2f33;
	border-color: #2f2f33 !important
}

body.is-dark .sidebar-block .panel-close svg {
	stroke: #999 !important
}

body.is-dark .sidebar-block .sidebar-block-header h3 {
	color: #fcfcfc
}

body.is-dark .sidebar-block .sidebar-block-inner {
	background: #2f2f33
}

body.is-dark .sidebar-block .sidebar-block-inner li.has-children.active .collapse-wrap>a {
	color: #fcfcfc;
	background: #37373b
}

body.is-dark .sidebar-block .sidebar-block-inner li.has-children.active .collapse-wrap>a .icon {
	color: #797bf2
}

body.is-dark .sidebar-block .sidebar-block-inner li.has-children:hover .collapse-wrap>a {
	color: #fcfcfc
}

body.is-dark .sidebar-block .sidebar-block-inner li.has-children:hover .collapse-wrap>a .icon {
	color: #797bf2
}

body.is-dark .sidebar-block .sidebar-block-inner a:not(.single-link):hover {
	color: #fcfcfc
}

body.is-dark .sidebar-block .sidebar-block-inner .single-link:hover,
body.is-dark .sidebar-block .sidebar-block-inner .single-link.active {
	background: #37373b;
	color: #fcfcfc
}

body.is-dark .sidebar-block .sidebar-block-inner .single-link:hover .icon i,
body.is-dark .sidebar-block .sidebar-block-inner .single-link.active .icon i {
	color: #797bf2
}

body.is-dark .sidebar-block .sidebar-block-inner .single-link:hover .icon svg,
body.is-dark .sidebar-block .sidebar-block-inner .single-link.active .icon svg {
	stroke: #797bf2
}

body.is-dark .sidebar-block .sidebar-block-inner .single-link .badge {
	background: #797bf2
}

body.is-dark .sidebar-block .sidebar-block-footer .search-link {
	color: #a2a5b9
}

body.is-dark .sidebar-block .sidebar-block-footer .search-link:hover {
	background: #37373b;
	color: #797bf2
}

body.is-dark .sidebar-block .sidebar-block-footer .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head {
	background: #28282b
}

body.is-dark .sidebar-block .sidebar-block-footer .profile-dropdown .dropdown-menu .dropdown-content .dropdown-head .meta span:first-child {
	color: #fcfcfc
}

@media only screen and (max-width: 767px) {
	.sidebar-block {
		display: none
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.sidebar-block {
		display: none
	}
}

body:not(.is-dark) .sidebar-block.is-colored {
	background: #1d2532 !important;
	border-color: #3d4e68 !important
}

body:not(.is-dark) .sidebar-block.is-colored .panel-close svg {
	stroke: #999 !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-header h3 {
	color: #fcfcfc !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner {
	background: #1d2532 !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner li.has-children.active .collapse-wrap>a {
	color: #fcfcfc !important;
	background: #273142 !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner li.has-children.active .collapse-wrap>a .icon {
	color: var(--primary-color) !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner li.has-children:hover .collapse-wrap>a {
	color: #fcfcfc !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner li.has-children:hover .collapse-wrap>a .icon {
	color: var(--primary-color) !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner a:not(.single-link):hover {
	color: #fcfcfc !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner .single-link:hover,
body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner .single-link.active {
	background: #273142 !important;
	color: #fcfcfc !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner .single-link:hover .icon i,
body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner .single-link.active .icon i {
	color: var(--primary-color) !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner .single-link:hover .icon svg,
body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner .single-link.active .icon svg {
	stroke: var(--primary-color) !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-inner .single-link .badge {
	background: var(--primary-color) !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-footer .search-link {
	color: #a2a5b9 !important
}

body:not(.is-dark) .sidebar-block.is-colored .sidebar-block-footer .search-link:hover {
	background: #273142 !important;
	color: var(--primary-color) !important
}

/*! _sidebar-panel.scss | Huro | Css ninja 2020-2021 */
.sidebar-panel {
	position: fixed;
	top: 0;
	left: 80px;
	height: 100%;
	width: 240px;
	background: #fff;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: -1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.sidebar-panel.is-active {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	z-index: 31
}

.sidebar-panel .inner {
	position: relative;
	height: calc(100vh - 60px);
	width: 240px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff
}

.sidebar-panel .inner::-webkit-scrollbar {
	width: 3px
}

.sidebar-panel .inner::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(0, 0, 0, .2)
}

body.is-dark .sidebar-panel {
	background: #2f2f33;
	border-color: #2f2f33 !important
}

body.is-dark .sidebar-panel .panel-close svg {
	stroke: #999 !important
}

body.is-dark .sidebar-panel .subpanel-header {
	background: #2f2f33
}

body.is-dark .sidebar-panel .inner {
	background: #2f2f33
}

.sidebar-panel.is-generic .subpanel-header {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px
}

.sidebar-panel.is-generic .subpanel-header .project-dropdown {
	margin-right: 12px;
	cursor: pointer !important
}

.sidebar-panel.is-generic .subpanel-header .project-dropdown>img {
	height: 32px;
	width: 32px;
	border-radius: 50%
}

.sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu {
	margin-top: 12px
}

.sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu .dropdown-content {
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden
}

.sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu .dropdown-content .dropdown-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px
}

.sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu .dropdown-content .dropdown-block:hover {
	background: #f7f7f7
}

.sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta {
	margin-left: 12px;
	font-family: "Roboto", sans-serif
}

.sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span {
	display: block
}

.sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span:first-child {
	font-size: .95rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.2;
	max-width: 140px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span:nth-child(2) {
	color: #a2a5b9;
	font-size: .85rem
}

.sidebar-panel.is-generic .subpanel-header h3 {
	font-family: "Montserrat", sans-serif;
	color: #a2a5b9;
	font-size: 1.3rem
}

.sidebar-panel.is-generic .subpanel-header .panel-close {
	margin-left: auto;
	display: block;
	width: 18px;
	height: 18px
}

.sidebar-panel.is-generic .subpanel-header .panel-close svg {
	width: 18px;
	height: 18px
}

.sidebar-panel.is-generic .inner ul {
	padding: 10px 0
}

.sidebar-panel.is-generic .inner li {
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 2px solid transparent;
	cursor: pointer
}

.sidebar-panel.is-generic .inner li.is-active a {
	font-weight: 500;
	color: var(--primary-color)
}

.sidebar-panel.is-generic .inner li.is-active>a {
	font-weight: 600
}

.sidebar-panel.is-generic .inner li.divider {
	cursor: default;
	pointer-events: none;
	height: 10px;
	margin: 5px 20px 10px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.sidebar-panel.is-generic .inner li.has-children {
	display: block;
	height: unset;
	min-height: 36px;
	margin-bottom: 4px
}

.sidebar-panel.is-generic .inner li.has-children.active .collapse-wrap>a {
	color: #283252;
	font-weight: 600
}

.sidebar-panel.is-generic .inner li.has-children.active .collapse-wrap>a svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sidebar-panel.is-generic .inner li.has-children:hover .collapse-wrap>a {
	color: #283252
}

.sidebar-panel.is-generic .inner li.has-children.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sidebar-panel.is-generic .inner li.has-children.is-flex .tag {
	margin-left: auto;
	margin-right: 20px;
	border-radius: 100px;
	background: #e62965;
	color: #fff;
	font-size: .8rem;
	font-weight: 600
}

.sidebar-panel.is-generic .inner li.has-children .collapse-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	min-height: 36px
}

.sidebar-panel.is-generic .inner li.has-children .collapse-wrap>a {
	font-family: "Montserrat", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9rem;
	font-weight: 500;
	color: #a2a5b9
}

.sidebar-panel.is-generic .inner li.has-children .collapse-wrap>a svg {
	position: relative;
	top: 1px;
	height: 18px;
	width: 18px;
	margin-left: auto;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	stroke: #a2a5b9;
	-webkit-transition: all .3s;
	transition: all .3s
}

.sidebar-panel.is-generic .inner li.has-children ul {
	padding: 0px;
	display: none
}

.sidebar-panel.is-generic .inner li.has-children ul li {
	height: 32px;
	font-family: "Roboto", sans-serif
}

.sidebar-panel.is-generic .inner li.has-children ul li.is-active .is-submenu {
	font-weight: 500
}

.sidebar-panel.is-generic .inner li.has-children ul li.is-active .is-submenu svg {
	display: block
}

.sidebar-panel.is-generic .inner li.has-children ul li .is-submenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 32px;
	font-size: .9rem
}

.sidebar-panel.is-generic .inner li.has-children ul li .is-submenu.is-active {
	font-weight: 500;
	color: var(--primary-color)
}

.sidebar-panel.is-generic .inner li.has-children ul li .is-submenu .lnil,
.sidebar-panel.is-generic .inner li.has-children ul li .is-submenu .lnir {
	font-size: 1.2rem;
	margin-right: 10px
}

.sidebar-panel.is-generic .inner li.has-children ul li .is-submenu>span {
	font-family: "Roboto", sans-serif
}

.sidebar-panel.is-generic .inner li.has-children ul li .is-submenu svg {
	display: none;
	height: 8px;
	width: 8px;
	max-width: 8px;
	min-width: 8px;
	stroke-width: 2px;
	margin-right: 8px
}

.sidebar-panel.is-generic .inner li.has-children ul li .is-submenu svg.is-auto {
	margin-left: auto;
	height: 15px;
	width: 15px;
	max-width: 15px;
	min-width: 15px;
	stroke-width: 2px;
	margin-right: 4px
}

.sidebar-panel.is-generic .inner li a {
	font-family: "Roboto", sans-serif;
	display: block;
	width: 100%;
	padding: 0 20px;
	font-size: .95rem;
	color: #a2a5b9
}

.sidebar-panel.is-generic .inner li a:hover {
	color: #283252
}

.sidebar-panel.is-generic .inner li>a {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 500;
	color: #a2a5b9
}

.sidebar-panel.is-generic .inner .docked-action {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	width: 100%;
	padding: 0 26px 0 16px;
	margin: 0
}

.sidebar-panel.is-generic .inner .docked-action.has-search {
	bottom: 160px
}

.sidebar-panel.is-generic .inner .docked-action.action-wrap .button {
	height: 36px !important
}

.sidebar-panel.is-generic .inner .docked-action.action-wrap .button svg {
	height: 16px;
	width: 16px;
	margin-right: 2px;
	margin-left: -2px
}

body.is-dark .sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu .dropdown-content .dropdown-block {
	background: #28282b
}

body.is-dark .sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu .dropdown-content .dropdown-block:hover {
	background: #2f2f33 !important
}

body.is-dark .sidebar-panel.is-generic .subpanel-header .project-dropdown .dropdown-menu .dropdown-content .dropdown-block .meta span:first-child {
	color: #aaaab3 !important
}

body.is-dark .sidebar-panel.is-generic .inner ul li.is-active a {
	color: #797bf2 !important
}

body.is-dark .sidebar-panel.is-generic .inner ul li.has-children.active .collapse-wrap>a {
	color: #fcfcfc
}

body.is-dark .sidebar-panel.is-generic .inner ul li.has-children:hover .collapse-wrap>a {
	color: #d0d0d5
}

body.is-dark .sidebar-panel.is-generic .inner ul li a:hover {
	color: #aaaab3
}

body.is-dark .sidebar-panel.is-generic .inner ul li .is-submenu:hover {
	color: #797bf2
}

.sidebar-panel.is-messages .messages-header {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px
}

.sidebar-panel.is-messages .messages-header h3 {
	color: #999;
	font-size: 1.4rem
}

.sidebar-panel.is-messages .messages-header .huro-hamburger {
	position: relative;
	top: 2px
}

.sidebar-panel.is-messages .inner {
	overflow-y: hidden !important
}

.sidebar-panel.is-messages .inner #conversations-list {
	position: relative;
	height: 100%;
	overflow-y: auto !important
}

.sidebar-panel.is-messages .inner #conversations-list::-webkit-scrollbar {
	width: 3px
}

.sidebar-panel.is-messages .inner #conversations-list::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(0, 0, 0, .2)
}

.sidebar-panel.is-messages .inner #conversations-list li .recipient-meta span:nth-child(2) {
	max-width: 135px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.sidebar-panel.is-messages .inner #conversations-list li .group-message {
	max-width: 230px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.sidebar-panel.is-messages .inner .is-new-conversation {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	cursor: pointer
}

.sidebar-panel.is-messages .inner .is-new-conversation .button {
	height: 36px !important;
	margin: 0 20px
}

.sidebar-panel.is-messages .inner .is-new-conversation .button svg {
	height: 16px;
	width: 16px;
	margin-right: 10px;
	margin-left: -10px
}

.sidebar-panel.is-messages .inner .new-chat-sidebar {
	overflow: auto;
	height: 100%
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete.is-active,
.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete:hover {
	background: transparent !important
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control {
	position: relative
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .icon {
	position: absolute;
	top: 7px;
	left: 7px;
	color: #cecece
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .icon svg {
	width: 20px;
	height: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .easy-autocomplete {
	width: 100% !important
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .easy-autocomplete input {
	padding-left: 40px;
	background: #ededed;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	-webkit-transition: all .3s;
	transition: all .3s
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .easy-autocomplete input:focus {
	background: #f9f9f9
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .easy-autocomplete input:focus+.icon {
	color: var(--primary-color)
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .easy-autocomplete .template-wrapper {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper {
	position: relative;
	width: 40px !important;
	height: 40px !important
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper .autocpl-avatar {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper .avatar-badge {
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 50%
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .easy-autocomplete .template-wrapper .entry-text {
	margin-left: 15px
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .control .easy-autocomplete .template-wrapper .entry-text span {
	font-size: .8rem;
	color: #a9abac
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete li {
	height: auto !important;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: none !important;
	border-right: none !important
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .easy-autocomplete-container {
	top: 120% !important;
	border: none !important
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-autocomplete .easy-autocomplete-container ul {
	border-radius: 4px !important;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-cancel {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sidebar-panel.is-messages .inner .new-chat-sidebar .is-cancel button {
	height: 36px;
	margin: 0 20px
}

.sidebar-panel.is-messages .inner ul {
	overflow: auto;
	height: 100%
}

.sidebar-panel.is-messages .inner li {
	position: relative;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 2px solid transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	cursor: pointer
}

.sidebar-panel.is-messages .inner li.is-active {
	border-left-color: var(--primary-color);
	background: #f4edfc
}

.sidebar-panel.is-messages .inner li.is-active:hover {
	background: #f4edfc
}

.sidebar-panel.is-messages .inner li .recent-user {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
	cursor: pointer
}

.sidebar-panel.is-messages .inner li .recent-user .user-container {
	position: relative
}

.sidebar-panel.is-messages .inner li .recent-user .user-container img {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	display: block
}

.sidebar-panel.is-messages .inner li .recent-user .user-container img.is-user {
	min-width: 36px
}

.sidebar-panel.is-messages .inner li .recent-user .user-container img.is-badge {
	display: block;
	position: absolute;
	right: -5px;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	height: 16px;
	width: 16px;
	border-radius: 50%
}

.sidebar-panel.is-messages .inner li .recent-user .recipient-meta {
	margin-left: 10px
}

.sidebar-panel.is-messages .inner li .recent-user .recipient-meta span {
	display: block
}

.sidebar-panel.is-messages .inner li .recent-user .recipient-meta span:first-child {
	color: #283252;
	font-weight: 500;
	font-size: .9rem
}

.sidebar-panel.is-messages .inner li .recent-user .recipient-meta span:nth-child(2) {
	font-size: .75rem;
	color: #999
}

.sidebar-panel.is-messages .inner li .user-group {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 20px;
	cursor: pointer
}

.sidebar-panel.is-messages .inner li .user-group img {
	height: 36px;
	width: 36px;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block
}

.sidebar-panel.is-messages .inner li .user-group img.is-user {
	min-width: 36px
}

.sidebar-panel.is-messages .inner li .user-group img:nth-child(2),
.sidebar-panel.is-messages .inner li .user-group img:nth-child(3),
.sidebar-panel.is-messages .inner li .user-group img:nth-child(4) {
	margin-left: -15px
}

.sidebar-panel.is-messages .inner li .user-group .more-indicator {
	display: block;
	height: 36px;
	width: 36px;
	min-width: 36px;
	border-radius: 50%;
	background: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -15px;
	border: 2px solid #fff
}

.sidebar-panel.is-messages .inner li .user-group .more-indicator span {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: .8rem
}

.sidebar-panel.is-messages .inner li time {
	display: block;
	position: absolute;
	top: 2px;
	right: 20px;
	font-size: .75rem;
	color: #999
}

.sidebar-panel.is-messages .inner li .group-message {
	padding: 0 20px;
	margin-top: -20px;
	font-size: .75rem;
	color: #999
}

.sidebar-panel.is-messages .inner li .group-message.is-unread {
	color: #283252;
	font-weight: 500
}

.sidebar-panel.is-messages .inner li:hover {
	background: #fafafa
}

body.is-dark .sidebar-panel.is-messages li.is-active {
	background: #3b3b41 !important
}

body.is-dark .sidebar-panel.is-messages li.is-active:hover {
	background: #3b3b41 !important
}

body.is-dark .sidebar-panel.is-messages li.is-active img,
body.is-dark .sidebar-panel.is-messages li.is-active .more-indicator {
	border-color: #3b3b41 !important
}

body.is-dark .sidebar-panel.is-messages li:hover {
	background: #323236 !important
}

body.is-dark .sidebar-panel.is-messages li img,
body.is-dark .sidebar-panel.is-messages li .more-indicator {
	border-color: #323236 !important
}

body.is-dark .sidebar-panel.is-messages li .more-indicator {
	background: #797bf2 !important
}

body.is-dark .sidebar-panel.is-messages li .recipient-meta span:first-child {
	color: #dbdbdb !important
}

body.is-dark .sidebar-panel.is-messages li .recipient-meta span.is-unread {
	color: #dbdbdb !important
}

body.is-dark .sidebar-panel.is-messages .start-conversation {
	background: #797bf2 !important;
	border: 1px solid #797bf2 !important
}

.collapsed-messaging {
	position: fixed;
	top: 0;
	left: 80px;
	height: 100%;
	width: 80px;
	background-color: #f9f9f9;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 34;
	border-left: 1px solid #ededed;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.collapsed-messaging.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.collapsed-messaging .inner {
	position: relative;
	height: 100%;
	width: 100%
}

.collapsed-messaging .inner .collapsed-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	width: 100%
}

.collapsed-messaging .inner .collapsed-add {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	width: 100%
}

.collapsed-messaging .inner .collapsed-add .button {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	padding: 4px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.collapsed-messaging .inner .collapsed-add .button:hover {
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.collapsed-messaging .inner .collapsed-add .button svg {
	height: 18px;
	width: 18px
}

.collapsed-messaging .inner .collapsed-conversations {
	height: calc(100vh - 80px)
}

.collapsed-messaging .inner .collapsed-conversations li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	border-left: 2px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.collapsed-messaging .inner .collapsed-conversations li.is-active {
	border-left-color: var(--primary-color);
	background: #f4edfc
}

.collapsed-messaging .inner .collapsed-conversations li.is-active:hover {
	background: #f4edfc
}

.collapsed-messaging .inner .collapsed-conversations li .user-container {
	position: relative
}

.collapsed-messaging .inner .collapsed-conversations li .user-container img {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	display: block
}

.collapsed-messaging .inner .collapsed-conversations li .user-container img.is-user {
	min-width: 36px
}

.collapsed-messaging .inner .collapsed-conversations li .user-container img.is-badge {
	display: block;
	position: absolute;
	right: -5px;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	height: 16px;
	width: 16px;
	border-radius: 50%
}

.collapsed-messaging .inner .collapsed-conversations li .user-container .is-count {
	display: block;
	position: absolute;
	right: -12px;
	bottom: -5px;
	border-radius: 50%;
	border: 2px solid #fff;
	height: 28px;
	width: 28px;
	background: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.collapsed-messaging .inner .collapsed-conversations li .user-container .is-count span {
	display: block;
	font-size: .7rem;
	font-size: 700;
	color: #fcfcfc
}

.collapsed-messaging .inner .collapsed-conversations li .user-container .is-count span:before {
	content: "+"
}

/*! _sidebar-mobile.scss | Huro | Css ninja 2020-2021 */
.mobile-main-sidebar {
	position: fixed;
	top: 60px;
	left: 0;
	height: calc(100% - 60px);
	width: 60px;
	background: #fff;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	z-index: 100;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.mobile-main-sidebar.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.mobile-main-sidebar .inner {
	height: 100%;
	width: 100%;
	position: relative
}

.mobile-main-sidebar .inner .icon-side-menu li,
.mobile-main-sidebar .inner .bottom-icon-side-menu li {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.mobile-main-sidebar .inner .icon-side-menu li a,
.mobile-main-sidebar .inner .bottom-icon-side-menu li a {
	display: block;
	position: relative;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.mobile-main-sidebar .inner .icon-side-menu li a:hover>svg,
.mobile-main-sidebar .inner .icon-side-menu li a.is-active>svg,
.mobile-main-sidebar .inner .bottom-icon-side-menu li a:hover>svg,
.mobile-main-sidebar .inner .bottom-icon-side-menu li a.is-active>svg {
	stroke: var(--primary-color)
}

.mobile-main-sidebar .inner .icon-side-menu li a>svg,
.mobile-main-sidebar .inner .bottom-icon-side-menu li a>svg {
	stroke: #a9abac;
	height: 20px;
	width: 20px;
	stroke-width: 1.6px
}

.mobile-main-sidebar .inner .icon-side-menu li a .sidebar-icon,
.mobile-main-sidebar .inner .bottom-icon-side-menu li a .sidebar-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 24px;
	width: 24px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.mobile-main-sidebar .inner .icon-side-menu li a:hover svg,
.mobile-main-sidebar .inner .icon-side-menu li a.is-active svg,
.mobile-main-sidebar .inner .bottom-icon-side-menu li a:hover svg,
.mobile-main-sidebar .inner .bottom-icon-side-menu li a.is-active svg {
	stroke: var(--primary-color)
}

.mobile-main-sidebar .inner .icon-side-menu li a.is-opened,
.mobile-main-sidebar .inner .bottom-icon-side-menu li a.is-opened {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0
}

.mobile-main-sidebar .inner .icon-side-menu li a.is-inactive,
.mobile-main-sidebar .inner .bottom-icon-side-menu li a.is-inactive {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0
}

.mobile-main-sidebar .inner .icon-side-menu li a.is-selected svg,
.mobile-main-sidebar .inner .bottom-icon-side-menu li a.is-selected svg {
	stroke: var(--primary-color)
}

.mobile-main-sidebar .inner .icon-side-menu li #open-filters svg,
.mobile-main-sidebar .inner .bottom-icon-side-menu li #open-filters svg {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s;
	transition: all .3s
}

.mobile-main-sidebar .inner .icon-side-menu li #open-filters:hover svg,
.mobile-main-sidebar .inner .bottom-icon-side-menu li #open-filters:hover svg {
	-webkit-transform: rotate(145deg);
	transform: rotate(145deg)
}

.mobile-main-sidebar .inner .icon-side-menu li.is-active a svg,
.mobile-main-sidebar .inner .bottom-icon-side-menu li.is-active a svg {
	stroke: var(--primary-color)
}

.mobile-main-sidebar .inner .bottom-icon-side-menu {
	position: absolute;
	bottom: 0;
	left: 0
}

.mobile-subsidebar {
	position: fixed;
	top: 60px;
	left: 0;
	height: calc(100% - 60px);
	width: 280px;
	background: #fff;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	z-index: 99;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

.mobile-subsidebar.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.mobile-subsidebar .inner {
	position: relative;
	height: 100%;
	width: calc(100% - 60px);
	margin-left: 60px
}

.mobile-subsidebar .inner .sidebar-title {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px
}

.mobile-subsidebar .inner .sidebar-title h3 {
	font-family: "Montserrat", sans-serif;
	color: #999;
	font-weight: 500;
	font-size: 1.4rem
}

.mobile-subsidebar .inner .submenu {
	height: calc(100% - 70px);
	overflow-y: auto;
	margin-top: 10px;
	padding: 0 20px 20px 20px
}

.mobile-subsidebar .inner .submenu li.is-active a {
	color: var(--primary-color);
	font-weight: 500
}

.mobile-subsidebar .inner .submenu li.has-children {
	display: block;
	height: unset;
	min-height: 36px
}

.mobile-subsidebar .inner .submenu li.has-children.active .collapse-wrap a {
	color: #283252;
	font-weight: 600
}

.mobile-subsidebar .inner .submenu li.has-children.active .collapse-wrap a svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.mobile-subsidebar .inner .submenu li.has-children.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mobile-subsidebar .inner .submenu li.has-children.is-flex .tag {
	margin-left: auto;
	margin-right: 20px;
	border-radius: 100px;
	background: #e62965;
	color: #fff;
	font-size: .8rem;
	font-weight: 600
}

.mobile-subsidebar .inner .submenu li.has-children .collapse-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	min-height: 36px
}

.mobile-subsidebar .inner .submenu li.has-children .collapse-wrap>a {
	font-family: "Montserrat", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9rem;
	font-weight: 500;
	color: #a2a5b9
}

.mobile-subsidebar .inner .submenu li.has-children .collapse-wrap>a svg {
	position: relative;
	top: 1px;
	height: 18px;
	width: 18px;
	margin-left: auto;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s;
	transition: all .3s
}

.mobile-subsidebar .inner .submenu li.has-children ul {
	padding: 0px;
	display: none
}

.mobile-subsidebar .inner .submenu li.has-children ul li {
	height: 32px
}

.mobile-subsidebar .inner .submenu li.has-children ul li .is-submenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 16px;
	font-size: .95rem
}

.mobile-subsidebar .inner .submenu li.has-children ul li .is-submenu.is-active {
	font-weight: 500;
	color: var(--primary-color)
}

.mobile-subsidebar .inner .submenu li.has-children ul li .is-submenu i {
	margin-right: 8px
}

.mobile-subsidebar .inner .submenu li.has-children ul li .is-submenu svg {
	height: 8px;
	width: 8px;
	max-width: 8px;
	min-width: 8px;
	stroke-width: 2px;
	margin-right: 8px
}

.mobile-subsidebar .inner .submenu li.divider {
	cursor: default;
	pointer-events: none;
	height: 10px;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.mobile-subsidebar .inner .submenu li a {
	padding: 6px 0;
	width: 100%;
	display: block;
	color: #a2a5b9
}

.mobile-subsidebar .inner .bottom-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px
}

.mobile-subsidebar .inner .bottom-action .button svg {
	height: 18px;
	width: 18px
}

.mobile-subsidebar.is-messaging ul {
	overflow: auto;
	height: 100%
}

.mobile-subsidebar.is-messaging li {
	position: relative;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 2px solid transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	cursor: pointer
}

.mobile-subsidebar.is-messaging li.is-active {
	border-left-color: var(--primary-color);
	background: #f4edfc
}

.mobile-subsidebar.is-messaging li.is-active:hover {
	background: #f4edfc
}

.mobile-subsidebar.is-messaging li .recent-user {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 8px;
	cursor: pointer
}

.mobile-subsidebar.is-messaging li .recent-user .user-container {
	position: relative
}

.mobile-subsidebar.is-messaging li .recent-user .user-container img {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	display: block
}

.mobile-subsidebar.is-messaging li .recent-user .user-container img.is-user {
	min-width: 32px
}

.mobile-subsidebar.is-messaging li .recent-user .user-container img.is-badge {
	display: block;
	position: absolute;
	right: -5px;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	height: 16px;
	width: 16px;
	border-radius: 50%
}

.mobile-subsidebar.is-messaging li .recent-user .recipient-meta {
	margin: 0 15px
}

.mobile-subsidebar.is-messaging li .recent-user .recipient-meta span {
	display: block
}

.mobile-subsidebar.is-messaging li .recent-user .recipient-meta span:first-child {
	color: #283252;
	font-weight: 500;
	font-size: .9rem
}

.mobile-subsidebar.is-messaging li .recent-user .recipient-meta span:nth-child(2) {
	font-size: .75rem;
	color: #999
}

.mobile-subsidebar.is-messaging li .user-group {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 8px;
	cursor: pointer
}

.mobile-subsidebar.is-messaging li .user-group img {
	height: 32px;
	width: 32px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block
}

.mobile-subsidebar.is-messaging li .user-group img.is-user {
	min-width: 32px
}

.mobile-subsidebar.is-messaging li .user-group img:nth-child(2),
.mobile-subsidebar.is-messaging li .user-group img:nth-child(3),
.mobile-subsidebar.is-messaging li .user-group img:nth-child(4) {
	margin-left: -15px
}

.mobile-subsidebar.is-messaging li .user-group .more-indicator {
	display: block;
	height: 36px;
	width: 36px;
	min-width: 36px;
	border-radius: 50%;
	background: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -15px;
	border: 2px solid #fff
}

.mobile-subsidebar.is-messaging li .user-group .more-indicator span {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: .8rem
}

.mobile-subsidebar.is-messaging li time {
	display: block;
	position: absolute;
	top: 2px;
	right: 20px;
	font-size: .75rem;
	color: #999
}

.mobile-subsidebar.is-messaging li .group-message {
	padding: 0 10px;
	margin-top: -20px;
	font-size: .75rem;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	max-width: 220px;
	text-overflow: ellipsis
}

.mobile-subsidebar.is-messaging li .group-message.is-unread {
	color: #283252;
	font-weight: 500
}

.mobile-subsidebar.is-messaging li:hover {
	background: #fafafa
}

.mobile-subsidebar.is-wallet .wallet-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	width: 100%;
	padding: 10px;
	border-left: 2px solid transparent;
	border-bottom: 1px solid #ededed;
	opacity: .8;
	cursor: pointer
}

.mobile-subsidebar.is-wallet .wallet-item.is-active {
	opacity: 1;
	background: #f4edfc;
	border-left-color: var(--primary-color)
}

.mobile-subsidebar.is-wallet .wallet-item.is-active.is-eth .wallet-meta small {
	color: var(--primary-color)
}

.mobile-subsidebar.is-wallet .wallet-item.is-active .currency-value span {
	color: #283252
}

.mobile-subsidebar.is-wallet .wallet-item .currency-coin {
	position: relative;
	height: 30px;
	width: 30px
}

.mobile-subsidebar.is-wallet .wallet-item .currency-coin .kodr-coin-fill,
.mobile-subsidebar.is-wallet .wallet-item .currency-coin .eth-coin-fill {
	height: 30px;
	width: 30px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s
}

.mobile-subsidebar.is-wallet .wallet-item .currency-coin .kodr-coin-fill .st9,
.mobile-subsidebar.is-wallet .wallet-item .currency-coin .kodr-coin-fill .st10,
.mobile-subsidebar.is-wallet .wallet-item .currency-coin .eth-coin-fill .st9,
.mobile-subsidebar.is-wallet .wallet-item .currency-coin .eth-coin-fill .st10 {
	fill: #999
}

.mobile-subsidebar.is-wallet .wallet-item .wallet-meta {
	margin-left: 10px
}

.mobile-subsidebar.is-wallet .wallet-item .wallet-meta span {
	display: block;
	font-size: 1rem;
	color: #999
}

.mobile-subsidebar.is-wallet .wallet-item .wallet-meta span small {
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 500
}

.mobile-subsidebar.is-wallet .wallet-item .wallet-meta .currency-value span {
	font-size: .75rem;
	font-weight: 500;
	color: #999 !important
}

.mobile-subsidebar.is-wallet .wallet-item .button {
	padding: .75rem;
	height: 32px;
	width: 32px;
	padding: 0;
	border-radius: 4px
}

.mobile-subsidebar.is-wallet .buy-wrap {
	padding: 16px
}

.mobile-subsidebar.is-wallet .buy-wrap .button .kodr-coin-fill {
	height: 24px;
	width: 24px;
	margin-right: 5px;
	margin-left: -5px
}

.mobile-subsidebar.is-wallet .buy-wrap .button .kodr-coin-fill .path {
	fill: #fcfcfc
}

.mobile-subsidebar.is-wallet .request-payout {
	width: 100%
}

.mobile-subsidebar.is-wallet .request-payout .button {
	height: 40px !important;
	padding: 0 26px 0 26px
}

.mobile-subsidebar.is-wallet .request-payout .button:hover svg {
	fill: #fff
}

.mobile-subsidebar.is-wallet .request-payout .button svg {
	height: 24px;
	width: 24px;
	fill: var(--primary-color);
	margin-right: 5px;
	margin-left: -12px;
	-webkit-transition: all .3s;
	transition: all .3s
}

body.is-dark .mobile-main-sidebar {
	background: #141416;
	border-color: #252529 !important
}

body.is-dark .mobile-main-sidebar .inner .icon-side-menu li a.is-active svg {
	stroke: #797bf2
}

body.is-dark .mobile-subsidebar {
	background: #28282b;
	border-color: #2d2d31
}

body.is-dark .mobile-subsidebar .submenu li.is-active a {
	color: #797bf2 !important
}

body.is-dark .mobile-subsidebar .submenu li.has-children.active .collapse-wrap>a {
	color: #fcfcfc
}

body.is-dark .mobile-subsidebar.is-messaging ul li.is-active {
	background: #19191b;
	border-left-color: #797bf2 !important
}

body.is-dark .mobile-subsidebar.is-messaging ul li .recipient-meta span:first-child,
body.is-dark .mobile-subsidebar.is-messaging ul li .recipient-meta span.is-unread {
	color: #ccc !important
}

body.is-dark .mobile-subsidebar.is-messaging ul li .user-group img,
body.is-dark .mobile-subsidebar.is-messaging ul li .user-group span {
	border-color: #28282b !important
}

/*! _right-panel.scss | Huro | Css ninja 2020-2021 */
.right-panel-wrapper.is-active .panel-overlay {
	opacity: .8;
	pointer-events: all
}

.right-panel-wrapper.is-active .right-panel {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.right-panel-wrapper.is-left.is-active .right-panel {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important
}

.right-panel-wrapper.is-left .right-panel {
	right: unset;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.right-panel-wrapper .panel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #232326;
	opacity: 0;
	pointer-events: none;
	z-index: 101;
	-webkit-transition: all .3s;
	transition: all .3s
}

.right-panel-wrapper .right-panel {
	position: fixed;
	top: 0;
	right: 0;
	width: 360px;
	height: 100%;
	background: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 102;
	-webkit-transition: all .3s;
	transition: all .3s
}

.right-panel-wrapper .right-panel .right-panel-head {
	position: relative;
	height: 60px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px
}

.right-panel-wrapper .right-panel .right-panel-head h3 {
	color: #999;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem
}

.right-panel-wrapper .right-panel .right-panel-head>img {
	max-width: 36px
}

.right-panel-wrapper .right-panel .right-panel-head .close-panel {
	height: 32px;
	width: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.right-panel-wrapper .right-panel .right-panel-head .close-panel:hover {
	background: #ededed
}

.right-panel-wrapper .right-panel .right-panel-head .close-panel:hover svg {
	stroke: var(--primary-color)
}

.right-panel-wrapper .right-panel .right-panel-head .close-panel svg {
	stroke: #a2a5b9;
	height: 22px;
	width: 22px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.right-panel-wrapper .right-panel .right-panel-body {
	position: relative;
	height: calc(100% - 60px);
	width: 100%
}

body.is-dark .right-panel-wrapper .right-panel {
	background: #232326
}

body.is-dark .right-panel-wrapper .right-panel .right-panel-head h3 {
	color: #aaaab3
}

body.is-dark .right-panel-wrapper .right-panel .right-panel-head .close-panel:hover {
	background: #323236
}

body.is-dark .right-panel-wrapper .right-panel .right-panel-head .close-panel:hover svg {
	stroke: #797bf2
}

.right-panel-wrapper.is-languages .right-panel-head {
	padding: 0 30px
}

.right-panel-wrapper.is-languages .right-panel-body .languages-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0
}

.right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box {
	margin: 8px 8px 16px 8px;
	width: calc(33.3% - 16px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option {
	position: relative
}

.right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 3
}

.right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option input:checked+.language-option-inner {
	border-color: var(--primary-color)
}

.right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option input:checked+.language-option-inner .indicator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option .language-option-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 55px;
	width: 55px;
	border-radius: 50%;
	border: 1.6px solid #ededed;
	background: #fff;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	-webkit-transition: all .3s;
	transition: all .3s
}

.right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option .language-option-inner img {
	display: block;
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 50%
}

.right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option .language-option-inner .indicator {
	position: absolute;
	top: -4px;
	right: -4px;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--primary-color);
	border: 3px solid #fff
}

.right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option .language-option-inner .indicator svg {
	height: 10px;
	width: 10px;
	stroke-width: 3px;
	stroke: #fff
}

.right-panel-wrapper.is-languages .right-panel-body .img-wrap>img {
	display: block;
	max-width: 280px;
	margin: 0 auto
}

body.is-dark .right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option input:checked+.language-option-inner {
	border-color: #797bf2
}

body.is-dark .right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option .language-option-inner {
	border-color: #404046;
	background: #232326
}

body.is-dark .right-panel-wrapper.is-languages .right-panel-body .languages-boxes .language-box .language-option .language-option-inner .indicator {
	background: #797bf2;
	border-color: #232326
}

.right-panel-wrapper.is-activity .right-panel .right-panel-head {
	padding: 0 30px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body {
	padding: 0 30px;
	height: calc(100% - 55px)
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px !important;
	margin-bottom: 16px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .meta {
	margin-left: 12px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .meta span {
	display: block
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .meta span:first-child {
	color: #283252;
	font-weight: 500
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .meta span:nth-child(2) {
	color: #a2a5b9;
	font-size: .9rem
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .meta span:nth-child(2) svg {
	height: 12px;
	width: 12px;
	stroke-width: 1.4px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	height: 34px;
	width: 34px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .link:hover {
	border-color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .link:hover svg {
	stroke: var(--primary-color)
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .link svg {
	height: 16px;
	width: 16px;
	stroke: #a2a5b9
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card {
	padding: 16px !important;
	margin-bottom: 16px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-inner .project-avatar {
	display: block;
	height: 38px;
	width: 38px;
	border-radius: 12px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-inner .meta {
	margin-left: 12px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-inner .meta span {
	display: block
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-inner .meta span:first-child {
	color: #283252;
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 600
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-inner .meta span:nth-child(2) {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	font-size: .9rem
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-inner .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	height: 34px;
	width: 34px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-inner .link:hover {
	border-color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-inner .link:hover svg {
	stroke: var(--primary-color)
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-inner .link svg {
	height: 16px;
	width: 16px;
	stroke: #a2a5b9
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-foot {
	margin-top: 12px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-foot .progress {
	margin-bottom: 10px;
	margin-top: 18px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-foot .foot-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .project-foot .foot-stats span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .icon-timeline {
	margin-top: 30px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .icon-timeline .timeline-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .icon-timeline .timeline-item:after {
	content: "";
	position: absolute;
	top: 36px;
	left: 18px;
	width: 1px;
	height: calc(100% - 36px);
	border-left: 1px solid #e5e5e5
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .icon-timeline .timeline-item .timeline-icon {
	position: relative;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	color: #a2a5b9;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .icon-timeline .timeline-item .timeline-icon:after {
	content: "";
	position: absolute;
	top: 17px;
	left: 40px;
	width: 20px;
	height: 1px;
	border-top: 1px solid #e5e5e5
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .icon-timeline .timeline-item .timeline-icon img {
	display: block;
	height: 28px;
	width: 28px;
	border-radius: 50%
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .icon-timeline .timeline-item .timeline-icon svg {
	height: 16px;
	width: 16px;
	stroke-width: 1.6px
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .icon-timeline .timeline-item .timeline-content {
	margin-left: 34px;
	line-height: 1.2
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .icon-timeline .timeline-item .timeline-content p {
	font-size: .95rem;
	font-family: "Montserrat", sans-serif
}

.right-panel-wrapper.is-activity .right-panel .right-panel-body .icon-timeline .timeline-item .timeline-content span {
	font-size: .85rem;
	color: #a2a5b9
}

.right-panel-wrapper.is-activity .right-panel .tabs-wrapper {
	height: calc(100% - 60px)
}

.right-panel-wrapper.is-activity .right-panel .tabs-wrapper .tabs-inner .tabs {
	margin-left: auto;
	margin-right: auto
}

body.is-dark .right-panel-wrapper.is-activity .right-panel-body .team-card,
body.is-dark .right-panel-wrapper.is-activity .right-panel-body .project-card {
	background: #28282b !important;
	border-color: #37373b !important
}

body.is-dark .right-panel-wrapper.is-activity .right-panel-body .team-card .meta span:first-child,
body.is-dark .right-panel-wrapper.is-activity .right-panel-body .project-card .project-inner .meta span:first-child {
	color: #aaaab3
}

body.is-dark .right-panel-wrapper.is-activity .right-panel-body .team-card .link,
body.is-dark .right-panel-wrapper.is-activity .right-panel-body .project-card .project-inner .link {
	background: #323236 !important;
	border-color: #404046 !important
}

body.is-dark .right-panel-wrapper.is-activity .right-panel-body .team-card .link:hover,
body.is-dark .right-panel-wrapper.is-activity .right-panel-body .project-card .project-inner .link:hover {
	border-color: #797bf2 !important
}

body.is-dark .right-panel-wrapper.is-activity .right-panel-body .team-card .link:hover svg,
body.is-dark .right-panel-wrapper.is-activity .right-panel-body .project-card .project-inner .link:hover svg {
	stroke: #797bf2 !important
}

body.is-dark .right-panel-wrapper.is-activity .right-panel-body .icon-timeline .timeline-item:after {
	border-color: #404046 !important
}

body.is-dark .right-panel-wrapper.is-activity .right-panel-body .icon-timeline .timeline-item .timeline-icon {
	background: #323236 !important;
	border-color: #404046 !important
}

body.is-dark .right-panel-wrapper.is-activity .right-panel-body .icon-timeline .timeline-item .timeline-icon:after {
	border-color: #404046 !important
}

.right-panel-wrapper.is-task .right-panel {
	width: 420px
}

.right-panel-wrapper.is-task .right-panel .right-panel-head {
	padding: 0 30px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body {
	padding: 0 30px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1.6px dashed #e5e5e5
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group h3 {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: .8rem;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 10px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252;
	margin-bottom: 5px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group h5 {
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-size: .8rem;
	color: #a2a5b9
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-description {
	margin-bottom: 20px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-description p {
	margin-bottom: 10px;
	font-size: .95rem
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-description p a {
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: .75rem;
	color: #a2a5b9
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-participants .participants-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-participants .participants-inner button {
	height: 40px;
	width: 40px;
	border-right: 50%;
	background: none;
	border: 1.8px dashed #a2a5b9;
	border-radius: 50%;
	color: #a2a5b9;
	cursor: pointer;
	outline: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-participants .participants-inner button:hover {
	border: 1.8px solid var(--primary-color);
	color: var(--primary-color)
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-participants .participants-inner button svg {
	height: 18px;
	width: 18px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats *:last-child {
	margin-left: auto
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats .task-stat,
.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a2a5b9
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats .task-stat span,
.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats a span {
	margin-left: 3px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats .task-stat svg,
.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats a svg {
	height: 18px;
	width: 18px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats .task-stat {
	margin-right: 15px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats a {
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: .75rem;
	color: var(--primary-color)
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats a span {
	margin-left: 5px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats a svg {
	height: 14px;
	width: 14px;
	stroke-width: 3px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 12px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box:hover {
	border-color: #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box img {
	display: block;
	width: 38px;
	min-width: 38px;
	height: 38px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box .meta {
	margin-left: 12px;
	line-height: 1.3
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box .meta span {
	display: block
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box .meta span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 600;
	color: #283252
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box .meta span:nth-child(2) {
	font-size: .9rem;
	color: #a2a5b9
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box .meta span:nth-child(2) i {
	position: relative;
	top: -3px;
	font-size: .3rem;
	color: #a2a5b9;
	margin: 0 4px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box .dropdown {
	margin-left: auto
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .has-textarea-addon .control .end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .has-textarea-addon .control .end .message-action {
	height: 32px;
	width: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a2a5b9;
	border-radius: 50%;
	border: 1px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .has-textarea-addon .control .end .message-action:hover {
	border-color: #e3e3e3;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	color: var(--primary-color)
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .has-textarea-addon .control .end .message-action svg {
	height: 16px;
	width: 16px
}

.right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .has-textarea-addon .control .end .button {
	margin-left: 10px
}

body.is-dark .right-panel-wrapper.is-task .right-panel .right-panel-body .task-group {
	border-color: #404046 !important
}

body.is-dark .right-panel-wrapper.is-task .right-panel .right-panel-body .task-group h3 {
	color: #797bf2
}

body.is-dark .right-panel-wrapper.is-task .right-panel .right-panel-body .task-group h4 {
	color: #aaaab3
}

body.is-dark .right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-participants .participants-inner .avatar-stack .h-avatar img {
	border-color: #232326
}

body.is-dark .right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-participants .participants-inner button:hover {
	border-color: #797bf2;
	color: #797bf2
}

body.is-dark .right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-stats>a {
	color: #797bf2
}

body.is-dark .right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box {
	background: #232326 !important;
	border-color: #232326 !important
}

body.is-dark .right-panel-wrapper.is-task .right-panel .right-panel-body .task-group .task-files .file-box .meta span:first-child {
	color: #aaaab3
}

.right-panel-wrapper.is-search .right-panel {
	width: 420px
}

.right-panel-wrapper.is-search .right-panel .right-panel-head {
	padding: 0 30px
}

.right-panel-wrapper.is-search .right-panel .right-panel-body {
	padding: 20px 30px
}

.right-panel-wrapper.is-search .right-panel .right-panel-body .field {
	position: relative;
	margin-bottom: 30px
}

.right-panel-wrapper.is-search .right-panel .right-panel-body .field .control .input {
	min-height: 48px;
	padding-left: 48px
}

.right-panel-wrapper.is-search .right-panel .right-panel-body .field .control .form-icon {
	height: 48px;
	width: 48px
}

.right-panel-wrapper.is-search .right-panel .right-panel-body .recent {
	font-family: "Roboto", sans-serif;
	margin-bottom: 30px;
	padding: 0 20px
}

.right-panel-wrapper.is-search .right-panel .right-panel-body .recent h4 {
	text-transform: uppercase;
	font-size: .8rem;
	color: #a2a5b9;
	margin-bottom: 12px
}

.right-panel-wrapper.is-search .right-panel .right-panel-body .recent .media-flex-center .flex-meta span:first-child {
	font-weight: 500
}

@media only screen and (max-width: 767px) {
	.right-panel-wrapper .right-panel {
		width: 100%;
		max-width: 100%
	}
}

/*! _utilities.scss | Huro | Css ninja 2020-2021 */
.title.light-mb,
.subtitle.light-mb {
	margin-bottom: 10px
}

.title.no-mb,
.subtitle.no-mb {
	margin-bottom: 0
}

.title.has-margin-top,
.subtitle.has-margin-top {
	margin-top: 20px
}

.title.has-margin-top-lg,
.subtitle.has-margin-top-lg {
	margin-top: 50px
}

.title.is-purple,
.subtitle.is-purple {
	color: var(--primary-color)
}

.title.is-light,
.subtitle.is-light {
	color: #fff
}

var {
	font-style: inherit
}

.has-text-centered {
	text-align: center
}

.divider-container {
	max-width: 640px;
	margin: 0 auto
}

.divider-container .divider {
	text-align: center;
	margin: 1.5em auto 1em auto;
	width: 100%;
	position: relative
}

.divider-container .divider span {
	display: inline-block;
	margin-top: 1px;
	font-size: 1rem;
	text-transform: none;
	color: #ccc
}

.divider-container .divider span:before,
.divider-container .divider span:after {
	width: 36%;
	display: block;
	position: absolute;
	left: 0;
	top: .9em;
	height: 1px;
	content: " ";
	border-top: 1px solid #ccc
}

.divider-container .divider span:after {
	right: 0;
	left: auto
}

@media(max-width: 768px) {

	.divider span:before,
	.divider span:after {
		width: 22% !important
	}
}

.is-flex-wrapped {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.is-hidden {
	display: none !important
}

.is-vhidden {
	visibility: hidden !important
}

.no-click {
	pointer-events: none !important
}

.is-disabled {
	pointer-events: none;
	opacity: .4;
	cursor: default !important
}

.ml-auto {
	margin-left: auto !important
}

.no-padding {
	padding: 0 !important
}

.no-margin {
	margin: 0 !important
}

.no-mb {
	margin-bottom: 0 !important
}

.mb-20 {
	margin-bottom: 20px
}

.is-green {
	color: #06d6a0
}

.is-purple {
	color: var(--primary-color)
}

.has-slimscroll {
	overflow-y: auto;
	overflow-x: hidden
}

.has-slimscroll::-webkit-scrollbar {
	width: 6px !important
}

.has-slimscroll::-webkit-scrollbar-thumb {
	border-radius: 10px !important;
	background: rgba(0, 0, 0, .2) !important
}

.has-slimscroll-sm::-webkit-scrollbar {
	width: 3px !important
}

.has-slimscroll-sm::-webkit-scrollbar-thumb {
	border-radius: 10px !important;
	background: rgba(0, 0, 0, .2) !important
}

.dark-text {
	color: #283252
}

.light-text {
	color: #a2a5b9
}

.success-text {
	color: #06d6a0
}

.info-text {
	color: #039be5
}

.warning-text {
	color: #faae42
}

.danger-text {
	color: #e62965
}

.inverted-text {
	color: #fcfcfc
}

.menu-toggle {
	font-size: 20px;
	color: #666;
	text-align: center;
	background: transparent;
	display: block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	padding: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	opacity: 1;
	position: relative
}

.menu-toggle.has-chevron .icon-box-toggle.active .icon-line-top {
	width: 13px !important;
	top: 17px !important
}

.menu-toggle.has-chevron .icon-box-toggle.active .icon-line-bottom {
	width: 13px !important;
	top: 9px !important
}

.menu-toggle .icon-box-toggle {
	height: 100%;
	width: 100%;
	background: transparent;
	position: relative;
	display: block;
	width: 30px;
	height: 30px
}

.menu-toggle .icon-box-toggle.active>span.rotate {
	-webkit-transform: rotate(90deg);
	transform: translate(0px, 0px) rotate(90deg)
}

.menu-toggle .icon-box-toggle.active>span>i.icon-line-center {
	visibility: hidden;
	width: 1px;
	height: 3px;
	left: 70%
}

.menu-toggle .icon-box-toggle.active>span>i.icon-line-bottom {
	margin: -2px 0 0 -10px;
	left: 50%;
	top: 12px;
	-webkit-transform: rotate(135deg);
	transform: translate(0px, 0px) rotate(135deg)
}

.menu-toggle .icon-box-toggle.active>span>i.icon-line-top {
	margin: -2px 0 0 -10px;
	left: 50%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: translate(0px, 0px) rotate(45deg)
}

.menu-toggle .icon-line-center {
	position: absolute;
	width: 12px;
	height: 2px;
	background: var(--primary-color);
	margin: -1px 0 0 -10px;
	left: 50%;
	top: 12px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.menu-toggle .icon-line-top {
	position: absolute;
	width: 20px;
	height: 2px;
	background: var(--primary-color);
	margin: -3px 0 0 -10px;
	left: 50%;
	top: 6px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.menu-toggle .icon-line-bottom {
	position: absolute;
	width: 20px;
	height: 2px;
	background: var(--primary-color);
	margin: 2px 0 0 -10px;
	left: 50%;
	top: 17px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.alertify .ajs-dialog {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	border-radius: 8px !important
}

.ajs-dimmer {
	background-color: #232326 !important
}

.ajs-header {
	font-weight: 600 !important;
	font-family: "Montserrat", sans-serif !important;
	border-radius: 8px 8px 0 0 !important
}

.ajs-footer {
	border-radius: 0 0 6px 6px !important;
	border: none !important;
	background: transparent !important
}

.ajs-content {
	padding: 16px 0 !important;
	font-family: "Roboto", sans-serif !important
}

.ajs-content b {
	font-weight: 500 !important;
	color: var(--primary-color) !important
}

.ajs-buttons {
	padding: 6px 10px
}

.ajs-close {
	outline: none !important
}

.ajs-ok {
	padding: 8px 22px 8px 22px;
	font-weight: 600;
	height: 33px;
	min-width: 82px !important;
	line-height: 0;
	text-transform: capitalize !important;
	font-weight: 500 !important;
	font-size: .75rem;
	border-radius: 3px;
	background: var(--primary-color) !important;
	color: #fff !important;
	border: 1px solid var(--primary-color);
	border-radius: 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	outline: none !important
}

.ajs-ok:hover {
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.ajs-cancel {
	padding: 8px 22px 8px 22px;
	font-weight: 600;
	height: 33px;
	min-width: 82px !important;
	line-height: 0;
	text-transform: capitalize !important;
	font-weight: 500 !important;
	font-size: .75rem;
	border-radius: 3px;
	background: #fff !important;
	color: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
	border-radius: 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	outline: none !important
}

body.is-dark .ajs-dialog {
	background: #323236 !important;
	border-color: #28282b !important
}

body.is-dark .ajs-header {
	background: #323236 !important;
	border-color: #323236 !important;
	color: #ccc !important
}

body.is-dark .ajs-content {
	color: #aaaab3 !important
}

body.is-dark .ajs-content span {
	color: #aaaab3 !important
}

body.is-dark .ajs-content span b {
	color: #797bf2 !important
}

body.is-dark .ajs-footer {
	background: #323236 !important;
	border-color: #323236 !important
}

body.is-dark .ajs-footer .ajs-ok {
	background: #797bf2 !important
}

body.is-dark .ajs-footer .ajs-cancel {
	background: #28282b !important;
	border-color: #28282b !important;
	color: #999 !important
}

.divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #999;
	outline: none !important;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 500
}

.divider:before,
.divider:after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.divider.line {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1em -1em
}

.divider.line:before,
.divider.line:after {
	height: 1px;
	margin: 0 1em
}

.divider.one-line:before,
.divider.one-line:after {
	background: #e0e0e0
}

.has-text-tip,
.has-small-text-tip {
	position: relative;
	cursor: pointer
}

.text-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 999
}

.text-tooltip .tooltip-content {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 16px;
	background: #fff;
	color: #283252;
	border: 1px solid #ccc;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border-radius: 6px;
	font-size: .9rem
}

body.is-dark .text-tooltip .tooltip-content {
	background: #232326;
	border-color: #232326;
	color: #ccc
}

.app-wrapper {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.app-wrapper.is-pushed-bottom {
	-webkit-transform: translateY(50px);
	transform: translateY(50px)
}

.hopscotch-bubble .hopscotch-bubble-container .hopscotch-bubble-number {
	padding: 0;
	background: var(--primary-color);
	border-radius: 50%;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	font-size: .8rem
}

.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .hopscotch-nav-button {
	background: #fff;
	text-shadow: none;
	color: var(--primary-color);
	border-color: var(--primary-color);
	font-weight: 500;
	height: 32px;
	min-width: 80px;
	border-radius: 100px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .hopscotch-nav-button:hover {
	background: var(--primary-color);
	color: #fcfcfc
}

.demo-wrapper {
	position: fixed;
	bottom: -50px;
	right: -50px;
	height: 140px;
	width: 140px;
	background: transparent;
	border-radius: 50%;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all .3s;
	transition: all .3s
}

.demo-wrapper:hover {
	background: #fff;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.demo-wrapper:hover .form-switch {
	opacity: 1 !important;
	pointer-events: all !important
}

.demo-wrapper .inner {
	position: relative;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.demo-wrapper .inner .form-switch {
	position: relative;
	top: -10px;
	left: -10px;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	pointer-events: none
}

.has-background-image {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important
}

.has-background-image.is-top {
	background-position: top !important
}

.has-background-image.is-bottom {
	background-position: bottom !important
}

body.is-dark .light-image {
	display: none !important
}

body.is-dark .dark-image {
	display: inline-block !important
}

body.is-dark .light-image-block {
	display: none !important
}

body.is-dark .dark-image-block {
	display: block !important
}

body .light-image {
	display: inline-block !important
}

body .dark-image {
	display: none !important
}

body .light-image-block {
	display: block
}

body .dark-image-block {
	display: none
}

.demo-spacer {
	width: 100%;
	height: 2px;
	padding: 80px 0
}

.simplebar-scrollbar:before {
	background: rgba(0, 0, 0, .2) !important
}

#backtotop {
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 25px;
	margin: 0 25px 0 0;
	z-index: 9999;
	-webkit-transition: .35s;
	transition: .35s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all .5s;
	transition: all .5s
}

#backtotop.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

#backtotop.visible a:hover {
	outline: none;
	opacity: .9;
	background: #797bf2;
	color: #fff
}

#backtotop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: none;
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 46px;
	height: 46px;
	background-color: #ddd;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	outline: none;
	color: #283252
}

#backtotop a i {
	position: relative;
	top: 6px
}

/*! _buttons.scss | Huro | Css ninja 2020-2021 */
.button {
	font-family: "Roboto", sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s
}

.button.h-action {
	padding: 8px 16px;
	font-weight: 500;
	font-size: .9rem;
	line-height: 0;
	border-radius: 3px;
	background: #fff;
	color: #283252;
	border: 1px solid #cecece;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.button.h-action.is-rounded {
	border-radius: 500px
}

.button.h-action.is-hoverable:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.button.h-action.is-grey {
	background: #f2f2f2;
	border-color: #f2f2f2;
	color: #999
}

.button.h-action.is-active {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

body.is-dark .button.h-action {
	background: #3b3b41;
	border-color: #404046;
	color: #aaaab3
}

body.is-dark .button.h-action:hover {
	background: #797bf2;
	border-color: #797bf2;
	color: #fcfcfc
}

body.is-dark .button.h-action.is-hoverable:hover {
	border-color: #797bf2 !important;
	background: #797bf2 !important;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important
}

.button.is-circle {
	border-radius: 50%
}

.button.h-button {
	padding: 8px 22px 8px 22px;
	height: 38px;
	line-height: 1.1;
	font-size: .95rem;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s
}

.button.h-button:not([disabled]) {
	cursor: pointer
}

.button.h-button:active,
.button.h-button:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	border-color: #e8e8e8
}

.button.h-button.is-bold {
	font-weight: 500
}

.button.h-button.is-primary.is-raised:hover {
	opacity: .9;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.button.h-button.is-primary.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.button.h-button.is-success.is-raised:hover {
	opacity: .9;
	-webkit-box-shadow: 0 14px 26px -12px rgba(6, 214, 160, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(6, 214, 160, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(6, 214, 160, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(6, 214, 160, .2) !important
}

.button.h-button.is-success.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(6, 214, 160, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(6, 214, 160, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(6, 214, 160, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(6, 214, 160, .2) !important
}

.button.h-button.is-info.is-raised:hover {
	opacity: .9;
	-webkit-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important
}

.button.h-button.is-info.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important
}

.button.h-button.is-warning.is-raised:hover {
	opacity: .9;
	-webkit-box-shadow: 0 14px 26px -12px rgba(250, 174, 66, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(250, 174, 66, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(250, 174, 66, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(250, 174, 66, .2) !important
}

.button.h-button.is-warning.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(250, 174, 66, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(250, 174, 66, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(250, 174, 66, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(250, 174, 66, .2) !important
}

.button.h-button.is-danger.is-raised:hover {
	opacity: .9;
	-webkit-box-shadow: 0 14px 26px -12px rgba(230, 41, 101, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(230, 41, 101, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(230, 41, 101, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(230, 41, 101, .2) !important
}

.button.h-button.is-danger.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(230, 41, 101, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(230, 41, 101, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(230, 41, 101, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(230, 41, 101, .2) !important
}

.button.h-button.is-lower {
	text-transform: none !important;
	font-size: .9rem
}

.button.h-button.is-big {
	height: 40px
}

.button.h-button.is-huge {
	height: 50px;
	width: 220px
}

.button.simple-action {
	height: 32px;
	padding: 0 24px;
	line-height: 0;
	border-radius: 100px;
	font-size: .9rem;
	font-weight: 500;
	-webkit-transition: all .3s;
	transition: all .3s
}

.button.simple-action.is-purple {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fcfcfc
}

.button.simple-action.is-purple:hover {
	opacity: .95;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	color: #fcfcfc !important
}

.button.simple-action.has-icon svg {
	height: 16px;
	width: 16px
}

.button.simple-action:hover {
	border-color: var(--primary-color);
	color: var(--primary-color)
}

.button.simple-action svg {
	height: 18px;
	width: 18px
}

.button .icon svg {
	height: 14px;
	width: 14px
}

body.is-dark .h-button:not(.is-primary):not(.is-success):not(.is-info):not(.is-warning):not(.is-danger):not(.is-light):not(.is-white) {
	background: #3b3b41;
	border-color: #404046;
	color: #aaaab3
}

body.is-dark .h-button:not(.is-primary):not(.is-success):not(.is-info):not(.is-warning):not(.is-danger):not(.is-light):not(.is-white):hover {
	border-color: #4f4f56
}

body.is-dark .h-button.is-primary {
	border-color: #797bf2;
	background: #797bf2
}

body.is-dark .h-button.is-primary.is-raised:hover {
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important
}

body.is-dark .h-button.is-primary.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important
}

body.is-dark .h-button.is-primary.is-outlined {
	background: transparent;
	border-color: #797bf2 !important;
	color: #797bf2
}

body.is-dark .h-button.is-primary.is-outlined:hover {
	background: #797bf2 !important;
	border-color: #797bf2 !important;
	color: #fff !important
}

body.is-dark .h-button.is-primary.is-light {
	background: #ededfd !important;
	color: #797bf2
}

body.is-dark .h-button.is-white {
	background: #323236 !important;
	border-color: #999 !important;
	color: #999 !important
}

body.is-dark .h-button.is-dark-outlined {
	background: #3b3b41;
	border-color: #404046;
	color: #aaaab3
}

body.is-dark .h-button.is-dark-outlined:hover {
	border-color: #797bf2 !important;
	color: #797bf2 !important
}

body.is-dark .button:not(.is-primary):not(.is-success):not(.is-info):not(.is-warning):not(.is-danger):not(.is-light):not(.is-white) {
	background: #3b3b41;
	border-color: #404046;
	color: #aaaab3
}

body.is-dark .button:not(.is-primary):not(.is-success):not(.is-info):not(.is-warning):not(.is-danger):not(.is-light):not(.is-white):hover {
	border-color: #4f4f56
}

body.is-dark .button.is-primary {
	border-color: #797bf2;
	background: #797bf2
}

body.is-dark .button.is-white {
	background: #323236 !important;
	border-color: #999 !important;
	color: #999 !important
}

body.is-dark .button.is-dark-outlined {
	background: #3b3b41;
	border-color: #404046;
	color: #aaaab3
}

body.is-dark .button.is-dark-outlined:hover {
	border-color: #797bf2 !important;
	color: #797bf2 !important
}

body.is-dark .button.h-action.is-active {
	background: #797bf2 !important;
	border-color: #797bf2 !important;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	color: #fcfcfc !important
}

/*! _blocks.scss | Huro | Css ninja 2020-2021 */
.media-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem
}

.media-flex:last-child,
.media-flex.no-margin {
	margin-bottom: 0
}

.media-flex .flex-meta {
	margin-left: 12px;
	line-height: 1.3
}

.media-flex .flex-meta.is-lighter span:first-child,
.media-flex .flex-meta.is-lighter>a:first-child {
	font-weight: 400
}

.media-flex .flex-meta.is-light span:first-child,
.media-flex .flex-meta.is-light>a:first-child {
	font-weight: 500
}

.media-flex .flex-meta span,
.media-flex .flex-meta>a {
	display: block
}

.media-flex .flex-meta span:first-child,
.media-flex .flex-meta>a:first-child {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 600
}

.media-flex .flex-meta span:nth-child(2),
.media-flex .flex-meta>a:nth-child(2) {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	font-size: .9rem
}

.media-flex .flex-meta a:hover {
	color: var(--primary-color)
}

.media-flex .flex-end {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.media-flex .flex-end .end-action {
	margin-left: 1rem
}

.media-flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem
}

.media-flex-center:last-child,
.media-flex-center.no-margin {
	margin-bottom: 0
}

.media-flex-center .flex-meta {
	margin-left: 12px;
	line-height: 1.4
}

.media-flex-center .flex-meta.is-lighter span:first-child,
.media-flex-center .flex-meta.is-lighter>a:first-child {
	font-weight: 400
}

.media-flex-center .flex-meta.is-light span:first-child,
.media-flex-center .flex-meta.is-light>a:first-child {
	font-weight: 500
}

.media-flex-center .flex-meta span,
.media-flex-center .flex-meta>a {
	display: block
}

.media-flex-center .flex-meta span:first-child,
.media-flex-center .flex-meta>a:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	color: #283252;
	font-weight: 600
}

.media-flex-center .flex-meta span:nth-child(2),
.media-flex-center .flex-meta>a:nth-child(2) {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	font-size: .9rem
}

.media-flex-center .flex-meta a:hover {
	color: var(--primary-color)
}

.media-flex-center .flex-end {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.media-flex-center .flex-end .end-action {
	margin-left: 1rem
}

body.is-dark .media-flex-center .flex-meta span:first-child,
body.is-dark .media-flex-center .flex-meta a:first-child,
body.is-dark .media-flex .flex-meta span:first-child,
body.is-dark .media-flex .flex-meta a:first-child {
	color: #aaaab3
}

body.is-dark .media-flex-center .flex-meta a:hover,
body.is-dark .media-flex .flex-meta a:hover {
	color: #797bf2
}

@media only screen and (max-width: 767px) {

	.media-flex.is-responsive-mobile,
	.media-flex-center.is-responsive-mobile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.media-flex.is-responsive-mobile .h-avatar,
	.media-flex.is-responsive-mobile .h-icon,
	.media-flex-center.is-responsive-mobile .h-avatar,
	.media-flex-center.is-responsive-mobile .h-icon {
		display: block;
		margin: 0 auto
	}

	.media-flex.is-responsive-mobile .flex-meta,
	.media-flex-center.is-responsive-mobile .flex-meta {
		margin: 10px auto 16px auto
	}

	.media-flex.is-responsive-mobile .flex-end,
	.media-flex-center.is-responsive-mobile .flex-end {
		margin: 0 auto 10px auto
	}

	.media-flex.is-responsive-mobile .flex-end .end-action,
	.media-flex-center.is-responsive-mobile .flex-end .end-action {
		margin-left: 0
	}

	.media-flex.is-responsive-mobile .flex-end .button,
	.media-flex-center.is-responsive-mobile .flex-end .button {
		min-width: 140px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {

	.media-flex.is-responsive-tablet-p,
	.media-flex-center.is-responsive-tablet-p {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.media-flex.is-responsive-tablet-p .h-avatar,
	.media-flex.is-responsive-tablet-p .h-icon,
	.media-flex-center.is-responsive-tablet-p .h-avatar,
	.media-flex-center.is-responsive-tablet-p .h-icon {
		display: block;
		margin: 0 auto
	}

	.media-flex.is-responsive-tablet-p .flex-meta,
	.media-flex-center.is-responsive-tablet-p .flex-meta {
		margin: 10px auto 16px auto
	}

	.media-flex.is-responsive-tablet-p .flex-end,
	.media-flex-center.is-responsive-tablet-p .flex-end {
		margin: 0 auto 10px auto
	}

	.media-flex.is-responsive-tablet-p .flex-end .end-action,
	.media-flex-center.is-responsive-tablet-p .flex-end .end-action {
		margin-left: 0
	}

	.media-flex.is-responsive-tablet-p .flex-end .button,
	.media-flex-center.is-responsive-tablet-p .flex-end .button {
		min-width: 140px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {

	.media-flex.is-responsive-tablet-l,
	.media-flex-center.is-responsive-tablet-l {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.media-flex.is-responsive-tablet-l .h-avatar,
	.media-flex.is-responsive-tablet-l .h-icon,
	.media-flex-center.is-responsive-tablet-l .h-avatar,
	.media-flex-center.is-responsive-tablet-l .h-icon {
		display: block;
		margin: 0 auto
	}

	.media-flex.is-responsive-tablet-l .flex-meta,
	.media-flex-center.is-responsive-tablet-l .flex-meta {
		margin: 10px auto 16px auto
	}

	.media-flex.is-responsive-tablet-l .flex-end,
	.media-flex-center.is-responsive-tablet-l .flex-end {
		margin: 0 auto 10px auto
	}

	.media-flex.is-responsive-tablet-l .flex-end .end-action,
	.media-flex-center.is-responsive-tablet-l .flex-end .end-action {
		margin-left: 0
	}

	.media-flex.is-responsive-tablet-l .flex-end .button,
	.media-flex-center.is-responsive-tablet-l .flex-end .button {
		min-width: 140px
	}
}

/*! _cards.scss | Huro | Css ninja 2020-2021 */
.r-card,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card,
.list-view.list-view-v4 .list-view-item,
.list-view.list-view-v3 .list-view-item,
.list-view.list-view-v1 .list-view-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item,
.finance-dashboard.stock-dashboard .stock-card,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.s-card,
.stat-widget.is-straight,
.cart-widget.is-straight,
.followers-widget.is-straight,
.contact-widget.is-straight,
.avatar-list-widget.is-straight,
.call-widget.is-straight,
.social-buttons-widget.is-straight,
.creative-list-widget.is-straight,
.illustration-widget.illustration-widget-v3.is-straight,
.illustration-widget.illustration-widget-v2.is-straight,
.illustration-widget.illustration-widget-v1.is-straight,
.inbox-widget.is-straight,
.video-widget.is-straight,
.icon-list-widget.is-straight,
.search-widget.is-straight,
.stats-widget.is-straight,
.picker-widget.is-straight,
.list-widget.is-straight,
.image-widget.is-straight,
.tags-widget.is-straight,
.text-widget.is-straight,
.icon-toolbar-widget.is-straight,
.gauge-widget.is-straight,
.invoice-wrapper .invoice-body .invoice-card,
.promotion-page-wrapper .wrapper-outer,
.confirm-account-wrapper .wrapper-inner .action-box,
.promotion-page-wrapper .wrapper-inner .action-box,
.form-layout .form-outer,
.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner,
.action-page-wrapper.action-page-v2 .wrapper-outer,
.action-page-wrapper.action-page-v1 .wrapper-inner .action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box,
.saas-billing-wrapper .billing-options-wrapper .left .option-block,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item,
.search-results-wrapper .search-results-body .filter-box,
.account-wrapper .account-box,
.profile-wrapper .profile-body .profile-card,
.project-details .project-details-inner .task-grid .task-card,
.project-details .project-details-inner .project-team-card,
.project-details .project-details-inner .side-card,
.project-details .project-details-inner .project-details-card,
.all-projects .project-grid .project-grid-item,
.color-card,
.demo-card,
.tile-grid.tile-grid-v3 .tile-grid-item,
.tile-grid.tile-grid-v2 .tile-grid-item,
.tile-grid.tile-grid-v1 .tile-grid-item,
.card-grid.card-grid-v4 .card-grid-item,
.card-grid.card-grid-v3 .card-grid-item,
.user-grid.user-grid-v4 .grid-item,
.user-grid.user-grid-v3 .grid-item,
.user-grid.user-grid-v1 .grid-item,
.user-grid.user-grid-v2 .grid-item,
.list-view.list-view-v2 .list-view-item,
.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile,
.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card,
.business-dashboard.company-dashboard .dashboard-card,
.business-dashboard.flights-dashboard .filters-card,
.business-dashboard.flights-dashboard .company-card,
.business-dashboard.flights-dashboard .flights .flight-card,
.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary,
.business-dashboard.flights-dashboard .booking-bar-wrapper,
.banking-dashboard.banking-dashboard-v3 .dashboard-card,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile,
.banking-dashboard.banking-dashboard-v2 .dashboard-card,
.banking-dashboard.banking-dashboard-v1 .dashboard-card,
.finance-dashboard.sales-dashboard .dashboard-card,
.finance-dashboard.sales-dashboard .spark-tiles .spark-tile,
.finance-dashboard.analytics-dashboard .dashboard-card,
.finance-dashboard.analytics-dashboard .dashboard-tile,
.personal-dashboard.personal-dashboard-v2 .dashboard-card,
.personal-dashboard.personal-dashboard-v2 .dashboard-header,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap,
.collapse,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.l-card,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions,
.wizard-v1-wrapper .step-content .wizard-types .wizard-card,
.stat-widget,
.cart-widget,
.followers-widget,
.contact-widget,
.avatar-list-widget,
.call-widget,
.social-buttons-widget,
.creative-list-widget,
.illustration-widget.illustration-widget-v3,
.illustration-widget.illustration-widget-v2,
.illustration-widget.illustration-widget-v1,
.inbox-widget,
.video-widget,
.icon-list-widget,
.search-widget,
.stats-widget,
.picker-widget,
.list-widget,
.image-widget,
.calendar-widget .calendar-widget-inner .calendar-square,
.tags-widget,
.text-widget,
.icon-toolbar-widget,
.gauge-widget,
.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match,
.lifestyle-dashboard.lifestyle-dashboard-v4 .updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card,
.business-dashboard.jobs-dashboard .main-container .job-card,
.business-dashboard.course-dashboard .course-grid .course-card,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .grid-item,
.personal-dashboard.personal-dashboard-v3 .dashboard-card,
.boxed-features .flex-card {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	border-radius: 16px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.r-card.has-margin-bottom,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .has-margin-bottom.onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .has-margin-bottom.onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .has-margin-bottom.onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .has-margin-bottom.onboarding-card,
.list-view.list-view-v4 .has-margin-bottom.list-view-item,
.list-view.list-view-v3 .has-margin-bottom.list-view-item,
.list-view.list-view-v1 .has-margin-bottom.list-view-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .has-margin-bottom.media-feed-item,
.finance-dashboard.stock-dashboard .has-margin-bottom.stock-card,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .has-margin-bottom.column-placeholder,
.s-card.has-margin-bottom,
.has-margin-bottom.stat-widget.is-straight,
.has-margin-bottom.cart-widget.is-straight,
.has-margin-bottom.followers-widget.is-straight,
.has-margin-bottom.contact-widget.is-straight,
.has-margin-bottom.avatar-list-widget.is-straight,
.has-margin-bottom.call-widget.is-straight,
.has-margin-bottom.social-buttons-widget.is-straight,
.has-margin-bottom.creative-list-widget.is-straight,
.invoice-wrapper .invoice-body .has-margin-bottom.invoice-card,
.promotion-page-wrapper .has-margin-bottom.wrapper-outer,
.confirm-account-wrapper .wrapper-inner .has-margin-bottom.action-box,
.promotion-page-wrapper .wrapper-inner .has-margin-bottom.action-box,
.form-layout .has-margin-bottom.form-outer,
.form-layout.is-separate .form-outer .form-body .form-section .has-margin-bottom.form-section-inner,
.action-page-wrapper.action-page-v2 .has-margin-bottom.wrapper-outer,
.action-page-wrapper.action-page-v1 .wrapper-inner .has-margin-bottom.action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .has-margin-bottom.action-box,
.saas-billing-wrapper .billing-options-wrapper .left .has-margin-bottom.option-block,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .has-margin-bottom.plan-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .has-margin-bottom.search-results-item,
.search-results-wrapper .search-results-body .has-margin-bottom.filter-box,
.account-wrapper .has-margin-bottom.account-box,
.profile-wrapper .profile-body .has-margin-bottom.profile-card,
.project-details .project-details-inner .task-grid .has-margin-bottom.task-card,
.project-details .project-details-inner .has-margin-bottom.project-team-card,
.project-details .project-details-inner .has-margin-bottom.side-card,
.project-details .project-details-inner .has-margin-bottom.project-details-card,
.all-projects .project-grid .has-margin-bottom.project-grid-item,
.has-margin-bottom.color-card,
.has-margin-bottom.demo-card,
.tile-grid.tile-grid-v3 .has-margin-bottom.tile-grid-item,
.tile-grid.tile-grid-v2 .has-margin-bottom.tile-grid-item,
.tile-grid.tile-grid-v1 .has-margin-bottom.tile-grid-item,
.card-grid.card-grid-v4 .has-margin-bottom.card-grid-item,
.card-grid.card-grid-v3 .has-margin-bottom.card-grid-item,
.user-grid.user-grid-v4 .has-margin-bottom.grid-item,
.user-grid.user-grid-v3 .has-margin-bottom.grid-item,
.user-grid.user-grid-v1 .has-margin-bottom.grid-item,
.user-grid.user-grid-v2 .has-margin-bottom.grid-item,
.list-view.list-view-v2 .has-margin-bottom.list-view-item,
.ecommerce-dashboard.ecommerce-dashboard-v1 .has-margin-bottom.dashboard-tile,
.lifestyle-dashboard.lifestyle-dashboard-v1 .has-margin-bottom.overview-card,
.business-dashboard.company-dashboard .has-margin-bottom.dashboard-card,
.business-dashboard.flights-dashboard .has-margin-bottom.filters-card,
.business-dashboard.flights-dashboard .has-margin-bottom.company-card,
.business-dashboard.flights-dashboard .flights .has-margin-bottom.flight-card,
.business-dashboard.flights-dashboard .flights-summary-wrapper .has-margin-bottom.flight-summary,
.business-dashboard.flights-dashboard .has-margin-bottom.booking-bar-wrapper,
.banking-dashboard.banking-dashboard-v3 .has-margin-bottom.dashboard-card,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .has-margin-bottom.dashboard-tile,
.banking-dashboard.banking-dashboard-v2 .has-margin-bottom.dashboard-card,
.banking-dashboard.banking-dashboard-v1 .has-margin-bottom.dashboard-card,
.finance-dashboard.sales-dashboard .has-margin-bottom.dashboard-card,
.finance-dashboard.sales-dashboard .spark-tiles .has-margin-bottom.spark-tile,
.finance-dashboard.analytics-dashboard .has-margin-bottom.dashboard-card,
.finance-dashboard.analytics-dashboard .has-margin-bottom.dashboard-tile,
.personal-dashboard.personal-dashboard-v2 .has-margin-bottom.dashboard-card,
.personal-dashboard.personal-dashboard-v2 .has-margin-bottom.dashboard-header,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .has-margin-bottom.dashboard-card,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .has-margin-bottom.content-wrap,
.has-margin-bottom.collapse,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .has-margin-bottom.team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .has-margin-bottom.project-card,
.l-card.has-margin-bottom,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .has-margin-bottom.edit-box,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .has-margin-bottom.uploader-actions,
.wizard-v1-wrapper .step-content .wizard-types .has-margin-bottom.wizard-card,
.has-margin-bottom.stat-widget,
.has-margin-bottom.cart-widget,
.has-margin-bottom.followers-widget,
.has-margin-bottom.contact-widget,
.has-margin-bottom.avatar-list-widget,
.has-margin-bottom.call-widget,
.has-margin-bottom.social-buttons-widget,
.has-margin-bottom.creative-list-widget,
.has-margin-bottom.illustration-widget.illustration-widget-v3,
.has-margin-bottom.illustration-widget.illustration-widget-v2,
.has-margin-bottom.illustration-widget.illustration-widget-v1,
.has-margin-bottom.inbox-widget,
.has-margin-bottom.video-widget,
.has-margin-bottom.icon-list-widget,
.has-margin-bottom.search-widget,
.has-margin-bottom.stats-widget,
.has-margin-bottom.picker-widget,
.has-margin-bottom.list-widget,
.has-margin-bottom.image-widget,
.calendar-widget .calendar-widget-inner .has-margin-bottom.calendar-square,
.has-margin-bottom.tags-widget,
.has-margin-bottom.text-widget,
.has-margin-bottom.icon-toolbar-widget,
.has-margin-bottom.gauge-widget,
.food-delivery-dashboard .left .left-body .restaurants-list .has-margin-bottom.restaurants-list-item,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .has-margin-bottom.matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .has-margin-bottom.leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .has-margin-bottom.live-match,
.lifestyle-dashboard.lifestyle-dashboard-v4 .has-margin-bottom.updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 .has-margin-bottom.featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .has-margin-bottom.writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v3 .has-margin-bottom.dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .has-margin-bottom.media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .has-margin-bottom.long-card,
.business-dashboard.jobs-dashboard .main-container .has-margin-bottom.job-card,
.business-dashboard.course-dashboard .course-grid .has-margin-bottom.course-card,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .has-margin-bottom.grid-item,
.personal-dashboard.personal-dashboard-v3 .has-margin-bottom.dashboard-card,
.boxed-features .has-margin-bottom.flex-card {
	margin-bottom: 1.5rem
}

.r-card.is-flat,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-flat.onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-flat.onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-flat.onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-flat.onboarding-card,
.list-view.list-view-v4 .is-flat.list-view-item,
.list-view.list-view-v3 .is-flat.list-view-item,
.list-view.list-view-v1 .is-flat.list-view-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-flat.media-feed-item,
.finance-dashboard.stock-dashboard .is-flat.stock-card,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-flat.column-placeholder,
.s-card.is-flat,
.is-flat.stat-widget.is-straight,
.is-flat.cart-widget.is-straight,
.is-flat.followers-widget.is-straight,
.is-flat.contact-widget.is-straight,
.is-flat.avatar-list-widget.is-straight,
.is-flat.call-widget.is-straight,
.is-flat.social-buttons-widget.is-straight,
.is-flat.creative-list-widget.is-straight,
.invoice-wrapper .invoice-body .is-flat.invoice-card,
.promotion-page-wrapper .is-flat.wrapper-outer,
.confirm-account-wrapper .wrapper-inner .is-flat.action-box,
.promotion-page-wrapper .wrapper-inner .is-flat.action-box,
.form-layout .is-flat.form-outer,
.form-layout.is-separate .form-outer .form-body .form-section .is-flat.form-section-inner,
.action-page-wrapper.action-page-v2 .is-flat.wrapper-outer,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-flat.action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-flat.action-box,
.saas-billing-wrapper .billing-options-wrapper .left .is-flat.option-block,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-flat.plan-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-flat.search-results-item,
.search-results-wrapper .search-results-body .is-flat.filter-box,
.account-wrapper .is-flat.account-box,
.profile-wrapper .profile-body .is-flat.profile-card,
.project-details .project-details-inner .task-grid .is-flat.task-card,
.project-details .project-details-inner .is-flat.project-team-card,
.project-details .project-details-inner .is-flat.side-card,
.project-details .project-details-inner .is-flat.project-details-card,
.all-projects .project-grid .is-flat.project-grid-item,
.is-flat.color-card,
.is-flat.demo-card,
.tile-grid.tile-grid-v3 .is-flat.tile-grid-item,
.tile-grid.tile-grid-v2 .is-flat.tile-grid-item,
.tile-grid.tile-grid-v1 .is-flat.tile-grid-item,
.card-grid.card-grid-v4 .is-flat.card-grid-item,
.card-grid.card-grid-v3 .is-flat.card-grid-item,
.user-grid.user-grid-v4 .is-flat.grid-item,
.user-grid.user-grid-v3 .is-flat.grid-item,
.user-grid.user-grid-v1 .is-flat.grid-item,
.user-grid.user-grid-v2 .is-flat.grid-item,
.list-view.list-view-v2 .is-flat.list-view-item,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-flat.dashboard-tile,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-flat.overview-card,
.business-dashboard.company-dashboard .is-flat.dashboard-card,
.business-dashboard.flights-dashboard .is-flat.filters-card,
.business-dashboard.flights-dashboard .is-flat.company-card,
.business-dashboard.flights-dashboard .flights .is-flat.flight-card,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-flat.flight-summary,
.business-dashboard.flights-dashboard .is-flat.booking-bar-wrapper,
.banking-dashboard.banking-dashboard-v3 .is-flat.dashboard-card,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-flat.dashboard-tile,
.banking-dashboard.banking-dashboard-v2 .is-flat.dashboard-card,
.banking-dashboard.banking-dashboard-v1 .is-flat.dashboard-card,
.finance-dashboard.sales-dashboard .is-flat.dashboard-card,
.finance-dashboard.sales-dashboard .spark-tiles .is-flat.spark-tile,
.finance-dashboard.analytics-dashboard .is-flat.dashboard-card,
.finance-dashboard.analytics-dashboard .is-flat.dashboard-tile,
.personal-dashboard.personal-dashboard-v2 .is-flat.dashboard-card,
.personal-dashboard.personal-dashboard-v2 .is-flat.dashboard-header,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-flat.dashboard-card,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-flat.content-wrap,
.is-flat.collapse,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-flat.team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-flat.project-card,
.l-card.is-flat,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-flat.edit-box,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-flat.uploader-actions,
.wizard-v1-wrapper .step-content .wizard-types .is-flat.wizard-card,
.is-flat.stat-widget,
.is-flat.cart-widget,
.is-flat.followers-widget,
.is-flat.contact-widget,
.is-flat.avatar-list-widget,
.is-flat.call-widget,
.is-flat.social-buttons-widget,
.is-flat.creative-list-widget,
.is-flat.illustration-widget.illustration-widget-v3,
.is-flat.illustration-widget.illustration-widget-v2,
.is-flat.illustration-widget.illustration-widget-v1,
.is-flat.inbox-widget,
.is-flat.video-widget,
.is-flat.icon-list-widget,
.is-flat.search-widget,
.is-flat.stats-widget,
.is-flat.picker-widget,
.is-flat.list-widget,
.is-flat.image-widget,
.calendar-widget .calendar-widget-inner .is-flat.calendar-square,
.is-flat.tags-widget,
.is-flat.text-widget,
.is-flat.icon-toolbar-widget,
.is-flat.gauge-widget,
.food-delivery-dashboard .left .left-body .restaurants-list .is-flat.restaurants-list-item,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-flat.matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-flat.leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-flat.live-match,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-flat.updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-flat.featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-flat.writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-flat.dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-flat.media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-flat.long-card,
.business-dashboard.jobs-dashboard .main-container .is-flat.job-card,
.business-dashboard.course-dashboard .course-grid .is-flat.course-card,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-flat.grid-item,
.personal-dashboard.personal-dashboard-v3 .is-flat.dashboard-card,
.boxed-features .is-flat.flex-card {
	-webkit-box-shadow: none;
	box-shadow: none
}

.r-card.is-raised,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-raised.onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-raised.onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-raised.onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-raised.onboarding-card,
.list-view.list-view-v4 .is-raised.list-view-item,
.list-view.list-view-v3 .is-raised.list-view-item,
.list-view.list-view-v1 .is-raised.list-view-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-raised.media-feed-item,
.finance-dashboard.stock-dashboard .is-raised.stock-card,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-raised.column-placeholder,
.s-card.is-raised,
.is-raised.stat-widget.is-straight,
.is-raised.cart-widget.is-straight,
.is-raised.followers-widget.is-straight,
.is-raised.contact-widget.is-straight,
.is-raised.avatar-list-widget.is-straight,
.is-raised.call-widget.is-straight,
.is-raised.social-buttons-widget.is-straight,
.is-raised.creative-list-widget.is-straight,
.invoice-wrapper .invoice-body .is-raised.invoice-card,
.promotion-page-wrapper .is-raised.wrapper-outer,
.confirm-account-wrapper .wrapper-inner .is-raised.action-box,
.promotion-page-wrapper .wrapper-inner .is-raised.action-box,
.form-layout .is-raised.form-outer,
.form-layout.is-separate .form-outer .form-body .form-section .is-raised.form-section-inner,
.action-page-wrapper.action-page-v2 .is-raised.wrapper-outer,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-raised.action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-raised.action-box,
.saas-billing-wrapper .billing-options-wrapper .left .is-raised.option-block,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-raised.plan-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-raised.search-results-item,
.search-results-wrapper .search-results-body .is-raised.filter-box,
.account-wrapper .is-raised.account-box,
.profile-wrapper .profile-body .is-raised.profile-card,
.project-details .project-details-inner .task-grid .is-raised.task-card,
.project-details .project-details-inner .is-raised.project-team-card,
.project-details .project-details-inner .is-raised.side-card,
.project-details .project-details-inner .is-raised.project-details-card,
.all-projects .project-grid .is-raised.project-grid-item,
.is-raised.color-card,
.is-raised.demo-card,
.tile-grid.tile-grid-v3 .is-raised.tile-grid-item,
.tile-grid.tile-grid-v2 .is-raised.tile-grid-item,
.tile-grid.tile-grid-v1 .is-raised.tile-grid-item,
.card-grid.card-grid-v4 .is-raised.card-grid-item,
.card-grid.card-grid-v3 .is-raised.card-grid-item,
.user-grid.user-grid-v4 .is-raised.grid-item,
.user-grid.user-grid-v3 .is-raised.grid-item,
.user-grid.user-grid-v1 .is-raised.grid-item,
.user-grid.user-grid-v2 .is-raised.grid-item,
.list-view.list-view-v2 .is-raised.list-view-item,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-raised.dashboard-tile,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-raised.overview-card,
.business-dashboard.company-dashboard .is-raised.dashboard-card,
.business-dashboard.flights-dashboard .is-raised.filters-card,
.business-dashboard.flights-dashboard .is-raised.company-card,
.business-dashboard.flights-dashboard .flights .is-raised.flight-card,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-raised.flight-summary,
.business-dashboard.flights-dashboard .is-raised.booking-bar-wrapper,
.banking-dashboard.banking-dashboard-v3 .is-raised.dashboard-card,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-raised.dashboard-tile,
.banking-dashboard.banking-dashboard-v2 .is-raised.dashboard-card,
.banking-dashboard.banking-dashboard-v1 .is-raised.dashboard-card,
.finance-dashboard.sales-dashboard .is-raised.dashboard-card,
.finance-dashboard.sales-dashboard .spark-tiles .is-raised.spark-tile,
.finance-dashboard.analytics-dashboard .is-raised.dashboard-card,
.finance-dashboard.analytics-dashboard .is-raised.dashboard-tile,
.personal-dashboard.personal-dashboard-v2 .is-raised.dashboard-card,
.personal-dashboard.personal-dashboard-v2 .is-raised.dashboard-header,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-raised.dashboard-card,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-raised.content-wrap,
.is-raised.collapse,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-raised.team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-raised.project-card,
.l-card.is-raised,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-raised.edit-box,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-raised.uploader-actions,
.wizard-v1-wrapper .step-content .wizard-types .is-raised.wizard-card,
.is-raised.stat-widget,
.is-raised.cart-widget,
.is-raised.followers-widget,
.is-raised.contact-widget,
.is-raised.avatar-list-widget,
.is-raised.call-widget,
.is-raised.social-buttons-widget,
.is-raised.creative-list-widget,
.is-raised.illustration-widget.illustration-widget-v3,
.is-raised.illustration-widget.illustration-widget-v2,
.is-raised.illustration-widget.illustration-widget-v1,
.is-raised.inbox-widget,
.is-raised.video-widget,
.is-raised.icon-list-widget,
.is-raised.search-widget,
.is-raised.stats-widget,
.is-raised.picker-widget,
.is-raised.list-widget,
.is-raised.image-widget,
.calendar-widget .calendar-widget-inner .is-raised.calendar-square,
.is-raised.tags-widget,
.is-raised.text-widget,
.is-raised.icon-toolbar-widget,
.is-raised.gauge-widget,
.food-delivery-dashboard .left .left-body .restaurants-list .is-raised.restaurants-list-item,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-raised.matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-raised.leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-raised.live-match,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-raised.updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-raised.featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-raised.writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-raised.dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-raised.media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-raised.long-card,
.business-dashboard.jobs-dashboard .main-container .is-raised.job-card,
.business-dashboard.course-dashboard .course-grid .is-raised.course-card,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-raised.grid-item,
.personal-dashboard.personal-dashboard-v3 .is-raised.dashboard-card,
.boxed-features .is-raised.flex-card {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.r-card.is-primary,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card,
.list-view.list-view-v4 .is-primary.list-view-item,
.list-view.list-view-v3 .is-primary.list-view-item,
.list-view.list-view-v1 .is-primary.list-view-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-primary.media-feed-item,
.finance-dashboard.stock-dashboard .is-primary.stock-card,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-primary.column-placeholder,
.s-card.is-primary,
.is-primary.stat-widget.is-straight,
.is-primary.cart-widget.is-straight,
.is-primary.followers-widget.is-straight,
.is-primary.contact-widget.is-straight,
.is-primary.avatar-list-widget.is-straight,
.is-primary.call-widget.is-straight,
.is-primary.social-buttons-widget.is-straight,
.is-primary.creative-list-widget.is-straight,
.invoice-wrapper .invoice-body .is-primary.invoice-card,
.promotion-page-wrapper .is-primary.wrapper-outer,
.confirm-account-wrapper .wrapper-inner .is-primary.action-box,
.promotion-page-wrapper .wrapper-inner .is-primary.action-box,
.form-layout .is-primary.form-outer,
.form-layout.is-separate .form-outer .form-body .form-section .is-primary.form-section-inner,
.action-page-wrapper.action-page-v2 .is-primary.wrapper-outer,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-primary.action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-primary.action-box,
.saas-billing-wrapper .billing-options-wrapper .left .is-primary.option-block,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-primary.plan-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-primary.search-results-item,
.search-results-wrapper .search-results-body .is-primary.filter-box,
.account-wrapper .is-primary.account-box,
.profile-wrapper .profile-body .is-primary.profile-card,
.project-details .project-details-inner .task-grid .is-primary.task-card,
.project-details .project-details-inner .is-primary.project-team-card,
.project-details .project-details-inner .is-primary.side-card,
.project-details .project-details-inner .is-primary.project-details-card,
.all-projects .project-grid .is-primary.project-grid-item,
.is-primary.color-card,
.is-primary.demo-card,
.tile-grid.tile-grid-v3 .is-primary.tile-grid-item,
.tile-grid.tile-grid-v2 .is-primary.tile-grid-item,
.tile-grid.tile-grid-v1 .is-primary.tile-grid-item,
.card-grid.card-grid-v4 .is-primary.card-grid-item,
.card-grid.card-grid-v3 .is-primary.card-grid-item,
.user-grid.user-grid-v4 .is-primary.grid-item,
.user-grid.user-grid-v3 .is-primary.grid-item,
.user-grid.user-grid-v1 .is-primary.grid-item,
.user-grid.user-grid-v2 .is-primary.grid-item,
.list-view.list-view-v2 .is-primary.list-view-item,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-primary.dashboard-tile,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-primary.overview-card,
.business-dashboard.company-dashboard .is-primary.dashboard-card,
.business-dashboard.flights-dashboard .is-primary.filters-card,
.business-dashboard.flights-dashboard .is-primary.company-card,
.business-dashboard.flights-dashboard .flights .is-primary.flight-card,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-primary.flight-summary,
.business-dashboard.flights-dashboard .is-primary.booking-bar-wrapper,
.banking-dashboard.banking-dashboard-v3 .is-primary.dashboard-card,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-primary.dashboard-tile,
.banking-dashboard.banking-dashboard-v2 .is-primary.dashboard-card,
.banking-dashboard.banking-dashboard-v1 .is-primary.dashboard-card,
.finance-dashboard.sales-dashboard .is-primary.dashboard-card,
.finance-dashboard.sales-dashboard .spark-tiles .is-primary.spark-tile,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-card,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-tile,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-card,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-header,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-primary.dashboard-card,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-primary.content-wrap,
.is-primary.collapse,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.project-card,
.l-card.is-primary,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-primary.edit-box,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-primary.uploader-actions,
.wizard-v1-wrapper .step-content .wizard-types .is-primary.wizard-card,
.is-primary.stat-widget,
.is-primary.cart-widget,
.is-primary.followers-widget,
.is-primary.contact-widget,
.is-primary.avatar-list-widget,
.is-primary.call-widget,
.is-primary.social-buttons-widget,
.is-primary.creative-list-widget,
.is-primary.illustration-widget.illustration-widget-v3,
.is-primary.illustration-widget.illustration-widget-v2,
.is-primary.illustration-widget.illustration-widget-v1,
.is-primary.inbox-widget,
.is-primary.video-widget,
.is-primary.icon-list-widget,
.is-primary.search-widget,
.is-primary.stats-widget,
.is-primary.picker-widget,
.is-primary.list-widget,
.is-primary.image-widget,
.calendar-widget .calendar-widget-inner .is-primary.calendar-square,
.is-primary.tags-widget,
.is-primary.text-widget,
.is-primary.icon-toolbar-widget,
.is-primary.gauge-widget,
.food-delivery-dashboard .left .left-body .restaurants-list .is-primary.restaurants-list-item,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.live-match,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-primary.writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-primary.dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-primary.media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-primary.long-card,
.business-dashboard.jobs-dashboard .main-container .is-primary.job-card,
.business-dashboard.course-dashboard .course-grid .is-primary.course-card,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-primary.grid-item,
.personal-dashboard.personal-dashboard-v3 .is-primary.dashboard-card,
.boxed-features .is-primary.flex-card {
	background: var(--primary-color);
	border-color: var(--primary-color)
}

.r-card.is-primary .title,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card .title,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card .title,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card .title,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card .title,
.list-view.list-view-v4 .is-primary.list-view-item .title,
.list-view.list-view-v3 .is-primary.list-view-item .title,
.list-view.list-view-v1 .is-primary.list-view-item .title,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-primary.media-feed-item .title,
.finance-dashboard.stock-dashboard .is-primary.stock-card .title,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-primary.column-placeholder .title,
.r-card.is-primary .subtitle,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card .subtitle,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card .subtitle,
.list-view.list-view-v4 .is-primary.list-view-item .subtitle,
.list-view.list-view-v3 .is-primary.list-view-item .subtitle,
.list-view.list-view-v1 .is-primary.list-view-item .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-primary.media-feed-item .subtitle,
.finance-dashboard.stock-dashboard .is-primary.stock-card .subtitle,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-primary.column-placeholder .subtitle,
.r-card.is-primary h1,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h1,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h1,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h1,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h1,
.list-view.list-view-v4 .is-primary.list-view-item h1,
.list-view.list-view-v3 .is-primary.list-view-item h1,
.list-view.list-view-v1 .is-primary.list-view-item h1,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-primary.media-feed-item h1,
.finance-dashboard.stock-dashboard .is-primary.stock-card h1,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-primary.column-placeholder h1,
.r-card.is-primary h2,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h2,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h2,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h2,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h2,
.list-view.list-view-v4 .is-primary.list-view-item h2,
.list-view.list-view-v3 .is-primary.list-view-item h2,
.list-view.list-view-v1 .is-primary.list-view-item h2,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-primary.media-feed-item h2,
.finance-dashboard.stock-dashboard .is-primary.stock-card h2,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-primary.column-placeholder h2,
.r-card.is-primary h3,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h3,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h3,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h3,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h3,
.list-view.list-view-v4 .is-primary.list-view-item h3,
.list-view.list-view-v3 .is-primary.list-view-item h3,
.list-view.list-view-v1 .is-primary.list-view-item h3,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-primary.media-feed-item h3,
.finance-dashboard.stock-dashboard .is-primary.stock-card h3,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-primary.column-placeholder h3,
.r-card.is-primary h4,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h4,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h4,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h4,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card h4,
.list-view.list-view-v4 .is-primary.list-view-item h4,
.list-view.list-view-v3 .is-primary.list-view-item h4,
.list-view.list-view-v1 .is-primary.list-view-item h4,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-primary.media-feed-item h4,
.finance-dashboard.stock-dashboard .is-primary.stock-card h4,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-primary.column-placeholder h4,
.r-card.is-primary p,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card p,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card p,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card p,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card p,
.list-view.list-view-v4 .is-primary.list-view-item p,
.list-view.list-view-v3 .is-primary.list-view-item p,
.list-view.list-view-v1 .is-primary.list-view-item p,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-primary.media-feed-item p,
.finance-dashboard.stock-dashboard .is-primary.stock-card p,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-primary.column-placeholder p,
.s-card.is-primary .title,
.is-primary.stat-widget.is-straight .title,
.is-primary.cart-widget.is-straight .title,
.is-primary.followers-widget.is-straight .title,
.is-primary.contact-widget.is-straight .title,
.is-primary.avatar-list-widget.is-straight .title,
.is-primary.call-widget.is-straight .title,
.is-primary.social-buttons-widget.is-straight .title,
.is-primary.creative-list-widget.is-straight .title,
.is-primary.illustration-widget.illustration-widget-v3.is-straight .title,
.is-primary.illustration-widget.illustration-widget-v2.is-straight .title,
.is-primary.illustration-widget.illustration-widget-v1.is-straight .title,
.is-primary.inbox-widget.is-straight .title,
.is-primary.video-widget.is-straight .title,
.is-primary.icon-list-widget.is-straight .title,
.is-primary.search-widget.is-straight .title,
.is-primary.stats-widget.is-straight .title,
.is-primary.picker-widget.is-straight .title,
.is-primary.list-widget.is-straight .title,
.is-primary.image-widget.is-straight .title,
.is-primary.tags-widget.is-straight .title,
.is-primary.text-widget.is-straight .title,
.is-primary.icon-toolbar-widget.is-straight .title,
.is-primary.gauge-widget.is-straight .title,
.invoice-wrapper .invoice-body .is-primary.invoice-card .title,
.promotion-page-wrapper .is-primary.wrapper-outer .title,
.confirm-account-wrapper .wrapper-inner .is-primary.action-box .title,
.promotion-page-wrapper .wrapper-inner .is-primary.action-box .title,
.form-layout .is-primary.form-outer .title,
.form-layout.is-separate .form-outer .form-body .form-section .is-primary.form-section-inner .title,
.action-page-wrapper.action-page-v2 .is-primary.wrapper-outer .title,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-primary.action-box .title,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-primary.action-box .title,
.saas-billing-wrapper .billing-options-wrapper .left .is-primary.option-block .title,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-primary.plan-inner .title,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-primary.search-results-item .title,
.search-results-wrapper .search-results-body .is-primary.filter-box .title,
.account-wrapper .is-primary.account-box .title,
.profile-wrapper .profile-body .is-primary.profile-card .title,
.project-details .project-details-inner .task-grid .is-primary.task-card .title,
.project-details .project-details-inner .is-primary.project-team-card .title,
.project-details .project-details-inner .is-primary.side-card .title,
.project-details .project-details-inner .is-primary.project-details-card .title,
.all-projects .project-grid .is-primary.project-grid-item .title,
.is-primary.color-card .title,
.is-primary.demo-card .title,
.tile-grid.tile-grid-v3 .is-primary.tile-grid-item .title,
.tile-grid.tile-grid-v2 .is-primary.tile-grid-item .title,
.tile-grid.tile-grid-v1 .is-primary.tile-grid-item .title,
.card-grid.card-grid-v4 .is-primary.card-grid-item .title,
.card-grid.card-grid-v3 .is-primary.card-grid-item .title,
.user-grid.user-grid-v4 .is-primary.grid-item .title,
.user-grid.user-grid-v3 .is-primary.grid-item .title,
.user-grid.user-grid-v1 .is-primary.grid-item .title,
.user-grid.user-grid-v2 .is-primary.grid-item .title,
.list-view.list-view-v2 .is-primary.list-view-item .title,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-primary.dashboard-tile .title,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-primary.overview-card .title,
.business-dashboard.company-dashboard .is-primary.dashboard-card .title,
.business-dashboard.flights-dashboard .is-primary.filters-card .title,
.business-dashboard.flights-dashboard .is-primary.company-card .title,
.business-dashboard.flights-dashboard .flights .is-primary.flight-card .title,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-primary.flight-summary .title,
.business-dashboard.flights-dashboard .is-primary.booking-bar-wrapper .title,
.banking-dashboard.banking-dashboard-v3 .is-primary.dashboard-card .title,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-primary.dashboard-tile .title,
.banking-dashboard.banking-dashboard-v2 .is-primary.dashboard-card .title,
.banking-dashboard.banking-dashboard-v1 .is-primary.dashboard-card .title,
.finance-dashboard.sales-dashboard .is-primary.dashboard-card .title,
.finance-dashboard.sales-dashboard .spark-tiles .is-primary.spark-tile .title,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-card .title,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-tile .title,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-card .title,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-header .title,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-primary.dashboard-card .title,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-primary.content-wrap .title,
.is-primary.collapse .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.team-card .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.project-card .title,
.s-card.is-primary .subtitle,
.is-primary.stat-widget.is-straight .subtitle,
.is-primary.cart-widget.is-straight .subtitle,
.is-primary.followers-widget.is-straight .subtitle,
.is-primary.contact-widget.is-straight .subtitle,
.is-primary.avatar-list-widget.is-straight .subtitle,
.is-primary.call-widget.is-straight .subtitle,
.is-primary.social-buttons-widget.is-straight .subtitle,
.is-primary.creative-list-widget.is-straight .subtitle,
.is-primary.illustration-widget.illustration-widget-v3.is-straight .subtitle,
.is-primary.illustration-widget.illustration-widget-v2.is-straight .subtitle,
.is-primary.illustration-widget.illustration-widget-v1.is-straight .subtitle,
.is-primary.inbox-widget.is-straight .subtitle,
.is-primary.video-widget.is-straight .subtitle,
.is-primary.icon-list-widget.is-straight .subtitle,
.is-primary.search-widget.is-straight .subtitle,
.is-primary.stats-widget.is-straight .subtitle,
.is-primary.picker-widget.is-straight .subtitle,
.is-primary.list-widget.is-straight .subtitle,
.is-primary.image-widget.is-straight .subtitle,
.is-primary.tags-widget.is-straight .subtitle,
.is-primary.text-widget.is-straight .subtitle,
.is-primary.icon-toolbar-widget.is-straight .subtitle,
.is-primary.gauge-widget.is-straight .subtitle,
.invoice-wrapper .invoice-body .is-primary.invoice-card .subtitle,
.promotion-page-wrapper .is-primary.wrapper-outer .subtitle,
.confirm-account-wrapper .wrapper-inner .is-primary.action-box .subtitle,
.promotion-page-wrapper .wrapper-inner .is-primary.action-box .subtitle,
.form-layout .is-primary.form-outer .subtitle,
.form-layout.is-separate .form-outer .form-body .form-section .is-primary.form-section-inner .subtitle,
.action-page-wrapper.action-page-v2 .is-primary.wrapper-outer .subtitle,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-primary.action-box .subtitle,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-primary.action-box .subtitle,
.saas-billing-wrapper .billing-options-wrapper .left .is-primary.option-block .subtitle,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-primary.plan-inner .subtitle,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-primary.search-results-item .subtitle,
.search-results-wrapper .search-results-body .is-primary.filter-box .subtitle,
.account-wrapper .is-primary.account-box .subtitle,
.profile-wrapper .profile-body .is-primary.profile-card .subtitle,
.project-details .project-details-inner .task-grid .is-primary.task-card .subtitle,
.project-details .project-details-inner .is-primary.project-team-card .subtitle,
.project-details .project-details-inner .is-primary.side-card .subtitle,
.project-details .project-details-inner .is-primary.project-details-card .subtitle,
.all-projects .project-grid .is-primary.project-grid-item .subtitle,
.is-primary.color-card .subtitle,
.is-primary.demo-card .subtitle,
.tile-grid.tile-grid-v3 .is-primary.tile-grid-item .subtitle,
.tile-grid.tile-grid-v2 .is-primary.tile-grid-item .subtitle,
.tile-grid.tile-grid-v1 .is-primary.tile-grid-item .subtitle,
.card-grid.card-grid-v4 .is-primary.card-grid-item .subtitle,
.card-grid.card-grid-v3 .is-primary.card-grid-item .subtitle,
.user-grid.user-grid-v4 .is-primary.grid-item .subtitle,
.user-grid.user-grid-v3 .is-primary.grid-item .subtitle,
.user-grid.user-grid-v1 .is-primary.grid-item .subtitle,
.user-grid.user-grid-v2 .is-primary.grid-item .subtitle,
.list-view.list-view-v2 .is-primary.list-view-item .subtitle,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-primary.dashboard-tile .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-primary.overview-card .subtitle,
.business-dashboard.company-dashboard .is-primary.dashboard-card .subtitle,
.business-dashboard.flights-dashboard .is-primary.filters-card .subtitle,
.business-dashboard.flights-dashboard .is-primary.company-card .subtitle,
.business-dashboard.flights-dashboard .flights .is-primary.flight-card .subtitle,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-primary.flight-summary .subtitle,
.business-dashboard.flights-dashboard .is-primary.booking-bar-wrapper .subtitle,
.banking-dashboard.banking-dashboard-v3 .is-primary.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-primary.dashboard-tile .subtitle,
.banking-dashboard.banking-dashboard-v2 .is-primary.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v1 .is-primary.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .is-primary.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .spark-tiles .is-primary.spark-tile .subtitle,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-card .subtitle,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-tile .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-card .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-header .subtitle,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-primary.dashboard-card .subtitle,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-primary.content-wrap .subtitle,
.is-primary.collapse .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.team-card .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.project-card .subtitle,
.s-card.is-primary h1,
.is-primary.stat-widget.is-straight h1,
.is-primary.cart-widget.is-straight h1,
.is-primary.followers-widget.is-straight h1,
.is-primary.contact-widget.is-straight h1,
.is-primary.avatar-list-widget.is-straight h1,
.is-primary.call-widget.is-straight h1,
.is-primary.social-buttons-widget.is-straight h1,
.is-primary.creative-list-widget.is-straight h1,
.is-primary.illustration-widget.illustration-widget-v3.is-straight h1,
.is-primary.illustration-widget.illustration-widget-v2.is-straight h1,
.is-primary.illustration-widget.illustration-widget-v1.is-straight h1,
.is-primary.inbox-widget.is-straight h1,
.is-primary.video-widget.is-straight h1,
.is-primary.icon-list-widget.is-straight h1,
.is-primary.search-widget.is-straight h1,
.is-primary.stats-widget.is-straight h1,
.is-primary.picker-widget.is-straight h1,
.is-primary.list-widget.is-straight h1,
.is-primary.image-widget.is-straight h1,
.is-primary.tags-widget.is-straight h1,
.is-primary.text-widget.is-straight h1,
.is-primary.icon-toolbar-widget.is-straight h1,
.is-primary.gauge-widget.is-straight h1,
.invoice-wrapper .invoice-body .is-primary.invoice-card h1,
.promotion-page-wrapper .is-primary.wrapper-outer h1,
.confirm-account-wrapper .wrapper-inner .is-primary.action-box h1,
.promotion-page-wrapper .wrapper-inner .is-primary.action-box h1,
.form-layout .is-primary.form-outer h1,
.form-layout.is-separate .form-outer .form-body .form-section .is-primary.form-section-inner h1,
.action-page-wrapper.action-page-v2 .is-primary.wrapper-outer h1,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-primary.action-box h1,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-primary.action-box h1,
.saas-billing-wrapper .billing-options-wrapper .left .is-primary.option-block h1,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-primary.plan-inner h1,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-primary.search-results-item h1,
.search-results-wrapper .search-results-body .is-primary.filter-box h1,
.account-wrapper .is-primary.account-box h1,
.profile-wrapper .profile-body .is-primary.profile-card h1,
.project-details .project-details-inner .task-grid .is-primary.task-card h1,
.project-details .project-details-inner .is-primary.project-team-card h1,
.project-details .project-details-inner .is-primary.side-card h1,
.project-details .project-details-inner .is-primary.project-details-card h1,
.all-projects .project-grid .is-primary.project-grid-item h1,
.is-primary.color-card h1,
.is-primary.demo-card h1,
.tile-grid.tile-grid-v3 .is-primary.tile-grid-item h1,
.tile-grid.tile-grid-v2 .is-primary.tile-grid-item h1,
.tile-grid.tile-grid-v1 .is-primary.tile-grid-item h1,
.card-grid.card-grid-v4 .is-primary.card-grid-item h1,
.card-grid.card-grid-v3 .is-primary.card-grid-item h1,
.user-grid.user-grid-v4 .is-primary.grid-item h1,
.user-grid.user-grid-v3 .is-primary.grid-item h1,
.user-grid.user-grid-v1 .is-primary.grid-item h1,
.user-grid.user-grid-v2 .is-primary.grid-item h1,
.list-view.list-view-v2 .is-primary.list-view-item h1,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-primary.dashboard-tile h1,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-primary.overview-card h1,
.business-dashboard.company-dashboard .is-primary.dashboard-card h1,
.business-dashboard.flights-dashboard .is-primary.filters-card h1,
.business-dashboard.flights-dashboard .is-primary.company-card h1,
.business-dashboard.flights-dashboard .flights .is-primary.flight-card h1,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-primary.flight-summary h1,
.business-dashboard.flights-dashboard .is-primary.booking-bar-wrapper h1,
.banking-dashboard.banking-dashboard-v3 .is-primary.dashboard-card h1,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-primary.dashboard-tile h1,
.banking-dashboard.banking-dashboard-v2 .is-primary.dashboard-card h1,
.banking-dashboard.banking-dashboard-v1 .is-primary.dashboard-card h1,
.finance-dashboard.sales-dashboard .is-primary.dashboard-card h1,
.finance-dashboard.sales-dashboard .spark-tiles .is-primary.spark-tile h1,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-card h1,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-tile h1,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-card h1,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-header h1,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-primary.dashboard-card h1,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-primary.content-wrap h1,
.is-primary.collapse h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.team-card h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.project-card h1,
.s-card.is-primary h2,
.is-primary.stat-widget.is-straight h2,
.is-primary.cart-widget.is-straight h2,
.is-primary.followers-widget.is-straight h2,
.is-primary.contact-widget.is-straight h2,
.is-primary.avatar-list-widget.is-straight h2,
.is-primary.call-widget.is-straight h2,
.is-primary.social-buttons-widget.is-straight h2,
.is-primary.creative-list-widget.is-straight h2,
.is-primary.illustration-widget.illustration-widget-v3.is-straight h2,
.is-primary.illustration-widget.illustration-widget-v2.is-straight h2,
.is-primary.illustration-widget.illustration-widget-v1.is-straight h2,
.is-primary.inbox-widget.is-straight h2,
.is-primary.video-widget.is-straight h2,
.is-primary.icon-list-widget.is-straight h2,
.is-primary.search-widget.is-straight h2,
.is-primary.stats-widget.is-straight h2,
.is-primary.picker-widget.is-straight h2,
.is-primary.list-widget.is-straight h2,
.is-primary.image-widget.is-straight h2,
.is-primary.tags-widget.is-straight h2,
.is-primary.text-widget.is-straight h2,
.is-primary.icon-toolbar-widget.is-straight h2,
.is-primary.gauge-widget.is-straight h2,
.invoice-wrapper .invoice-body .is-primary.invoice-card h2,
.promotion-page-wrapper .is-primary.wrapper-outer h2,
.confirm-account-wrapper .wrapper-inner .is-primary.action-box h2,
.promotion-page-wrapper .wrapper-inner .is-primary.action-box h2,
.form-layout .is-primary.form-outer h2,
.form-layout.is-separate .form-outer .form-body .form-section .is-primary.form-section-inner h2,
.action-page-wrapper.action-page-v2 .is-primary.wrapper-outer h2,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-primary.action-box h2,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-primary.action-box h2,
.saas-billing-wrapper .billing-options-wrapper .left .is-primary.option-block h2,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-primary.plan-inner h2,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-primary.search-results-item h2,
.search-results-wrapper .search-results-body .is-primary.filter-box h2,
.account-wrapper .is-primary.account-box h2,
.profile-wrapper .profile-body .is-primary.profile-card h2,
.project-details .project-details-inner .task-grid .is-primary.task-card h2,
.project-details .project-details-inner .is-primary.project-team-card h2,
.project-details .project-details-inner .is-primary.side-card h2,
.project-details .project-details-inner .is-primary.project-details-card h2,
.all-projects .project-grid .is-primary.project-grid-item h2,
.is-primary.color-card h2,
.is-primary.demo-card h2,
.tile-grid.tile-grid-v3 .is-primary.tile-grid-item h2,
.tile-grid.tile-grid-v2 .is-primary.tile-grid-item h2,
.tile-grid.tile-grid-v1 .is-primary.tile-grid-item h2,
.card-grid.card-grid-v4 .is-primary.card-grid-item h2,
.card-grid.card-grid-v3 .is-primary.card-grid-item h2,
.user-grid.user-grid-v4 .is-primary.grid-item h2,
.user-grid.user-grid-v3 .is-primary.grid-item h2,
.user-grid.user-grid-v1 .is-primary.grid-item h2,
.user-grid.user-grid-v2 .is-primary.grid-item h2,
.list-view.list-view-v2 .is-primary.list-view-item h2,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-primary.dashboard-tile h2,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-primary.overview-card h2,
.business-dashboard.company-dashboard .is-primary.dashboard-card h2,
.business-dashboard.flights-dashboard .is-primary.filters-card h2,
.business-dashboard.flights-dashboard .is-primary.company-card h2,
.business-dashboard.flights-dashboard .flights .is-primary.flight-card h2,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-primary.flight-summary h2,
.business-dashboard.flights-dashboard .is-primary.booking-bar-wrapper h2,
.banking-dashboard.banking-dashboard-v3 .is-primary.dashboard-card h2,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-primary.dashboard-tile h2,
.banking-dashboard.banking-dashboard-v2 .is-primary.dashboard-card h2,
.banking-dashboard.banking-dashboard-v1 .is-primary.dashboard-card h2,
.finance-dashboard.sales-dashboard .is-primary.dashboard-card h2,
.finance-dashboard.sales-dashboard .spark-tiles .is-primary.spark-tile h2,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-card h2,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-tile h2,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-card h2,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-header h2,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-primary.dashboard-card h2,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-primary.content-wrap h2,
.is-primary.collapse h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.team-card h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.project-card h2,
.s-card.is-primary h3,
.is-primary.stat-widget.is-straight h3,
.is-primary.cart-widget.is-straight h3,
.is-primary.followers-widget.is-straight h3,
.is-primary.contact-widget.is-straight h3,
.is-primary.avatar-list-widget.is-straight h3,
.is-primary.call-widget.is-straight h3,
.is-primary.social-buttons-widget.is-straight h3,
.is-primary.creative-list-widget.is-straight h3,
.is-primary.illustration-widget.illustration-widget-v3.is-straight h3,
.is-primary.illustration-widget.illustration-widget-v2.is-straight h3,
.is-primary.illustration-widget.illustration-widget-v1.is-straight h3,
.is-primary.inbox-widget.is-straight h3,
.is-primary.video-widget.is-straight h3,
.is-primary.icon-list-widget.is-straight h3,
.is-primary.search-widget.is-straight h3,
.is-primary.stats-widget.is-straight h3,
.is-primary.picker-widget.is-straight h3,
.is-primary.list-widget.is-straight h3,
.is-primary.image-widget.is-straight h3,
.is-primary.tags-widget.is-straight h3,
.is-primary.text-widget.is-straight h3,
.is-primary.icon-toolbar-widget.is-straight h3,
.is-primary.gauge-widget.is-straight h3,
.invoice-wrapper .invoice-body .is-primary.invoice-card h3,
.promotion-page-wrapper .is-primary.wrapper-outer h3,
.confirm-account-wrapper .wrapper-inner .is-primary.action-box h3,
.promotion-page-wrapper .wrapper-inner .is-primary.action-box h3,
.form-layout .is-primary.form-outer h3,
.form-layout.is-separate .form-outer .form-body .form-section .is-primary.form-section-inner h3,
.action-page-wrapper.action-page-v2 .is-primary.wrapper-outer h3,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-primary.action-box h3,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-primary.action-box h3,
.saas-billing-wrapper .billing-options-wrapper .left .is-primary.option-block h3,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-primary.plan-inner h3,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-primary.search-results-item h3,
.search-results-wrapper .search-results-body .is-primary.filter-box h3,
.account-wrapper .is-primary.account-box h3,
.profile-wrapper .profile-body .is-primary.profile-card h3,
.project-details .project-details-inner .task-grid .is-primary.task-card h3,
.project-details .project-details-inner .is-primary.project-team-card h3,
.project-details .project-details-inner .is-primary.side-card h3,
.project-details .project-details-inner .is-primary.project-details-card h3,
.all-projects .project-grid .is-primary.project-grid-item h3,
.is-primary.color-card h3,
.is-primary.demo-card h3,
.tile-grid.tile-grid-v3 .is-primary.tile-grid-item h3,
.tile-grid.tile-grid-v2 .is-primary.tile-grid-item h3,
.tile-grid.tile-grid-v1 .is-primary.tile-grid-item h3,
.card-grid.card-grid-v4 .is-primary.card-grid-item h3,
.card-grid.card-grid-v3 .is-primary.card-grid-item h3,
.user-grid.user-grid-v4 .is-primary.grid-item h3,
.user-grid.user-grid-v3 .is-primary.grid-item h3,
.user-grid.user-grid-v1 .is-primary.grid-item h3,
.user-grid.user-grid-v2 .is-primary.grid-item h3,
.list-view.list-view-v2 .is-primary.list-view-item h3,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-primary.dashboard-tile h3,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-primary.overview-card h3,
.business-dashboard.company-dashboard .is-primary.dashboard-card h3,
.business-dashboard.flights-dashboard .is-primary.filters-card h3,
.business-dashboard.flights-dashboard .is-primary.company-card h3,
.business-dashboard.flights-dashboard .flights .is-primary.flight-card h3,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-primary.flight-summary h3,
.business-dashboard.flights-dashboard .is-primary.booking-bar-wrapper h3,
.banking-dashboard.banking-dashboard-v3 .is-primary.dashboard-card h3,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-primary.dashboard-tile h3,
.banking-dashboard.banking-dashboard-v2 .is-primary.dashboard-card h3,
.banking-dashboard.banking-dashboard-v1 .is-primary.dashboard-card h3,
.finance-dashboard.sales-dashboard .is-primary.dashboard-card h3,
.finance-dashboard.sales-dashboard .spark-tiles .is-primary.spark-tile h3,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-card h3,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-tile h3,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-card h3,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-header h3,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-primary.dashboard-card h3,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-primary.content-wrap h3,
.is-primary.collapse h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.team-card h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.project-card h3,
.s-card.is-primary h4,
.is-primary.stat-widget.is-straight h4,
.is-primary.cart-widget.is-straight h4,
.is-primary.followers-widget.is-straight h4,
.is-primary.contact-widget.is-straight h4,
.is-primary.avatar-list-widget.is-straight h4,
.is-primary.call-widget.is-straight h4,
.is-primary.social-buttons-widget.is-straight h4,
.is-primary.creative-list-widget.is-straight h4,
.is-primary.illustration-widget.illustration-widget-v3.is-straight h4,
.is-primary.illustration-widget.illustration-widget-v2.is-straight h4,
.is-primary.illustration-widget.illustration-widget-v1.is-straight h4,
.is-primary.inbox-widget.is-straight h4,
.is-primary.video-widget.is-straight h4,
.is-primary.icon-list-widget.is-straight h4,
.is-primary.search-widget.is-straight h4,
.is-primary.stats-widget.is-straight h4,
.is-primary.picker-widget.is-straight h4,
.is-primary.list-widget.is-straight h4,
.is-primary.image-widget.is-straight h4,
.is-primary.tags-widget.is-straight h4,
.is-primary.text-widget.is-straight h4,
.is-primary.icon-toolbar-widget.is-straight h4,
.is-primary.gauge-widget.is-straight h4,
.invoice-wrapper .invoice-body .is-primary.invoice-card h4,
.promotion-page-wrapper .is-primary.wrapper-outer h4,
.confirm-account-wrapper .wrapper-inner .is-primary.action-box h4,
.promotion-page-wrapper .wrapper-inner .is-primary.action-box h4,
.form-layout .is-primary.form-outer h4,
.form-layout.is-separate .form-outer .form-body .form-section .is-primary.form-section-inner h4,
.action-page-wrapper.action-page-v2 .is-primary.wrapper-outer h4,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-primary.action-box h4,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-primary.action-box h4,
.saas-billing-wrapper .billing-options-wrapper .left .is-primary.option-block h4,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-primary.plan-inner h4,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-primary.search-results-item h4,
.search-results-wrapper .search-results-body .is-primary.filter-box h4,
.account-wrapper .is-primary.account-box h4,
.profile-wrapper .profile-body .is-primary.profile-card h4,
.project-details .project-details-inner .task-grid .is-primary.task-card h4,
.project-details .project-details-inner .is-primary.project-team-card h4,
.project-details .project-details-inner .is-primary.side-card h4,
.project-details .project-details-inner .is-primary.project-details-card h4,
.all-projects .project-grid .is-primary.project-grid-item h4,
.is-primary.color-card h4,
.is-primary.demo-card h4,
.tile-grid.tile-grid-v3 .is-primary.tile-grid-item h4,
.tile-grid.tile-grid-v2 .is-primary.tile-grid-item h4,
.tile-grid.tile-grid-v1 .is-primary.tile-grid-item h4,
.card-grid.card-grid-v4 .is-primary.card-grid-item h4,
.card-grid.card-grid-v3 .is-primary.card-grid-item h4,
.user-grid.user-grid-v4 .is-primary.grid-item h4,
.user-grid.user-grid-v3 .is-primary.grid-item h4,
.user-grid.user-grid-v1 .is-primary.grid-item h4,
.user-grid.user-grid-v2 .is-primary.grid-item h4,
.list-view.list-view-v2 .is-primary.list-view-item h4,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-primary.dashboard-tile h4,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-primary.overview-card h4,
.business-dashboard.company-dashboard .is-primary.dashboard-card h4,
.business-dashboard.flights-dashboard .is-primary.filters-card h4,
.business-dashboard.flights-dashboard .is-primary.company-card h4,
.business-dashboard.flights-dashboard .flights .is-primary.flight-card h4,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-primary.flight-summary h4,
.business-dashboard.flights-dashboard .is-primary.booking-bar-wrapper h4,
.banking-dashboard.banking-dashboard-v3 .is-primary.dashboard-card h4,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-primary.dashboard-tile h4,
.banking-dashboard.banking-dashboard-v2 .is-primary.dashboard-card h4,
.banking-dashboard.banking-dashboard-v1 .is-primary.dashboard-card h4,
.finance-dashboard.sales-dashboard .is-primary.dashboard-card h4,
.finance-dashboard.sales-dashboard .spark-tiles .is-primary.spark-tile h4,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-card h4,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-tile h4,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-card h4,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-header h4,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-primary.dashboard-card h4,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-primary.content-wrap h4,
.is-primary.collapse h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.team-card h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.project-card h4,
.s-card.is-primary p,
.is-primary.stat-widget.is-straight p,
.is-primary.cart-widget.is-straight p,
.is-primary.followers-widget.is-straight p,
.is-primary.contact-widget.is-straight p,
.is-primary.avatar-list-widget.is-straight p,
.is-primary.call-widget.is-straight p,
.is-primary.social-buttons-widget.is-straight p,
.is-primary.creative-list-widget.is-straight p,
.is-primary.illustration-widget.illustration-widget-v3.is-straight p,
.is-primary.illustration-widget.illustration-widget-v2.is-straight p,
.is-primary.illustration-widget.illustration-widget-v1.is-straight p,
.is-primary.inbox-widget.is-straight p,
.is-primary.video-widget.is-straight p,
.is-primary.icon-list-widget.is-straight p,
.is-primary.search-widget.is-straight p,
.is-primary.stats-widget.is-straight p,
.is-primary.picker-widget.is-straight p,
.is-primary.list-widget.is-straight p,
.is-primary.image-widget.is-straight p,
.is-primary.tags-widget.is-straight p,
.is-primary.text-widget.is-straight p,
.is-primary.icon-toolbar-widget.is-straight p,
.is-primary.gauge-widget.is-straight p,
.invoice-wrapper .invoice-body .is-primary.invoice-card p,
.promotion-page-wrapper .is-primary.wrapper-outer p,
.confirm-account-wrapper .wrapper-inner .is-primary.action-box p,
.promotion-page-wrapper .wrapper-inner .is-primary.action-box p,
.form-layout .is-primary.form-outer p,
.form-layout.is-separate .form-outer .form-body .form-section .is-primary.form-section-inner p,
.action-page-wrapper.action-page-v2 .is-primary.wrapper-outer p,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-primary.action-box p,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-primary.action-box p,
.saas-billing-wrapper .billing-options-wrapper .left .is-primary.option-block p,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-primary.plan-inner p,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-primary.search-results-item p,
.search-results-wrapper .search-results-body .is-primary.filter-box p,
.account-wrapper .is-primary.account-box p,
.profile-wrapper .profile-body .is-primary.profile-card p,
.project-details .project-details-inner .task-grid .is-primary.task-card p,
.project-details .project-details-inner .is-primary.project-team-card p,
.project-details .project-details-inner .is-primary.side-card p,
.project-details .project-details-inner .is-primary.project-details-card p,
.all-projects .project-grid .is-primary.project-grid-item p,
.is-primary.color-card p,
.is-primary.demo-card p,
.tile-grid.tile-grid-v3 .is-primary.tile-grid-item p,
.tile-grid.tile-grid-v2 .is-primary.tile-grid-item p,
.tile-grid.tile-grid-v1 .is-primary.tile-grid-item p,
.card-grid.card-grid-v4 .is-primary.card-grid-item p,
.card-grid.card-grid-v3 .is-primary.card-grid-item p,
.user-grid.user-grid-v4 .is-primary.grid-item p,
.user-grid.user-grid-v3 .is-primary.grid-item p,
.user-grid.user-grid-v1 .is-primary.grid-item p,
.user-grid.user-grid-v2 .is-primary.grid-item p,
.list-view.list-view-v2 .is-primary.list-view-item p,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-primary.dashboard-tile p,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-primary.overview-card p,
.business-dashboard.company-dashboard .is-primary.dashboard-card p,
.business-dashboard.flights-dashboard .is-primary.filters-card p,
.business-dashboard.flights-dashboard .is-primary.company-card p,
.business-dashboard.flights-dashboard .flights .is-primary.flight-card p,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-primary.flight-summary p,
.business-dashboard.flights-dashboard .is-primary.booking-bar-wrapper p,
.banking-dashboard.banking-dashboard-v3 .is-primary.dashboard-card p,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-primary.dashboard-tile p,
.banking-dashboard.banking-dashboard-v2 .is-primary.dashboard-card p,
.banking-dashboard.banking-dashboard-v1 .is-primary.dashboard-card p,
.finance-dashboard.sales-dashboard .is-primary.dashboard-card p,
.finance-dashboard.sales-dashboard .spark-tiles .is-primary.spark-tile p,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-card p,
.finance-dashboard.analytics-dashboard .is-primary.dashboard-tile p,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-card p,
.personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-header p,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-primary.dashboard-card p,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-primary.content-wrap p,
.is-primary.collapse p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.team-card p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.project-card p,
.l-card.is-primary .title,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-primary.edit-box .title,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-primary.uploader-actions .title,
.wizard-v1-wrapper .step-content .wizard-types .is-primary.wizard-card .title,
.is-primary.stat-widget .title,
.is-primary.cart-widget .title,
.is-primary.followers-widget .title,
.is-primary.contact-widget .title,
.is-primary.avatar-list-widget .title,
.is-primary.call-widget .title,
.is-primary.social-buttons-widget .title,
.is-primary.creative-list-widget .title,
.is-primary.illustration-widget.illustration-widget-v3 .title,
.is-primary.illustration-widget.illustration-widget-v2 .title,
.is-primary.illustration-widget.illustration-widget-v1 .title,
.is-primary.inbox-widget .title,
.is-primary.video-widget .title,
.is-primary.icon-list-widget .title,
.is-primary.search-widget .title,
.is-primary.stats-widget .title,
.is-primary.picker-widget .title,
.is-primary.list-widget .title,
.is-primary.image-widget .title,
.calendar-widget .calendar-widget-inner .is-primary.calendar-square .title,
.is-primary.tags-widget .title,
.is-primary.text-widget .title,
.is-primary.icon-toolbar-widget .title,
.is-primary.gauge-widget .title,
.food-delivery-dashboard .left .left-body .restaurants-list .is-primary.restaurants-list-item .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.matches-card .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.leagues .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.live-match .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.updates .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.featured-authors .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-primary.writing-stat .title,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-primary.dashboard-card .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-primary.media-flex-center .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-primary.long-card .title,
.business-dashboard.jobs-dashboard .main-container .is-primary.job-card .title,
.business-dashboard.course-dashboard .course-grid .is-primary.course-card .title,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-primary.grid-item .title,
.personal-dashboard.personal-dashboard-v3 .is-primary.dashboard-card .title,
.boxed-features .is-primary.flex-card .title,
.l-card.is-primary .subtitle,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-primary.edit-box .subtitle,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-primary.uploader-actions .subtitle,
.wizard-v1-wrapper .step-content .wizard-types .is-primary.wizard-card .subtitle,
.is-primary.stat-widget .subtitle,
.is-primary.cart-widget .subtitle,
.is-primary.followers-widget .subtitle,
.is-primary.contact-widget .subtitle,
.is-primary.avatar-list-widget .subtitle,
.is-primary.call-widget .subtitle,
.is-primary.social-buttons-widget .subtitle,
.is-primary.creative-list-widget .subtitle,
.is-primary.illustration-widget.illustration-widget-v3 .subtitle,
.is-primary.illustration-widget.illustration-widget-v2 .subtitle,
.is-primary.illustration-widget.illustration-widget-v1 .subtitle,
.is-primary.inbox-widget .subtitle,
.is-primary.video-widget .subtitle,
.is-primary.icon-list-widget .subtitle,
.is-primary.search-widget .subtitle,
.is-primary.stats-widget .subtitle,
.is-primary.picker-widget .subtitle,
.is-primary.list-widget .subtitle,
.is-primary.image-widget .subtitle,
.calendar-widget .calendar-widget-inner .is-primary.calendar-square .subtitle,
.is-primary.tags-widget .subtitle,
.is-primary.text-widget .subtitle,
.is-primary.icon-toolbar-widget .subtitle,
.is-primary.gauge-widget .subtitle,
.food-delivery-dashboard .left .left-body .restaurants-list .is-primary.restaurants-list-item .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.matches-card .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.leagues .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.live-match .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.updates .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.featured-authors .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-primary.writing-stat .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-primary.dashboard-card .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-primary.media-flex-center .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-primary.long-card .subtitle,
.business-dashboard.jobs-dashboard .main-container .is-primary.job-card .subtitle,
.business-dashboard.course-dashboard .course-grid .is-primary.course-card .subtitle,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-primary.grid-item .subtitle,
.personal-dashboard.personal-dashboard-v3 .is-primary.dashboard-card .subtitle,
.boxed-features .is-primary.flex-card .subtitle,
.l-card.is-primary h1,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-primary.edit-box h1,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-primary.uploader-actions h1,
.wizard-v1-wrapper .step-content .wizard-types .is-primary.wizard-card h1,
.is-primary.stat-widget h1,
.is-primary.cart-widget h1,
.is-primary.followers-widget h1,
.is-primary.contact-widget h1,
.is-primary.avatar-list-widget h1,
.is-primary.call-widget h1,
.is-primary.social-buttons-widget h1,
.is-primary.creative-list-widget h1,
.is-primary.illustration-widget.illustration-widget-v3 h1,
.is-primary.illustration-widget.illustration-widget-v2 h1,
.is-primary.illustration-widget.illustration-widget-v1 h1,
.is-primary.inbox-widget h1,
.is-primary.video-widget h1,
.is-primary.icon-list-widget h1,
.is-primary.search-widget h1,
.is-primary.stats-widget h1,
.is-primary.picker-widget h1,
.is-primary.list-widget h1,
.is-primary.image-widget h1,
.calendar-widget .calendar-widget-inner .is-primary.calendar-square h1,
.is-primary.tags-widget h1,
.is-primary.text-widget h1,
.is-primary.icon-toolbar-widget h1,
.is-primary.gauge-widget h1,
.food-delivery-dashboard .left .left-body .restaurants-list .is-primary.restaurants-list-item h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.matches-card h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.leagues h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.live-match h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.updates h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.featured-authors h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-primary.writing-stat h1,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-primary.dashboard-card h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-primary.media-flex-center h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-primary.long-card h1,
.business-dashboard.jobs-dashboard .main-container .is-primary.job-card h1,
.business-dashboard.course-dashboard .course-grid .is-primary.course-card h1,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-primary.grid-item h1,
.personal-dashboard.personal-dashboard-v3 .is-primary.dashboard-card h1,
.boxed-features .is-primary.flex-card h1,
.l-card.is-primary h2,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-primary.edit-box h2,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-primary.uploader-actions h2,
.wizard-v1-wrapper .step-content .wizard-types .is-primary.wizard-card h2,
.is-primary.stat-widget h2,
.is-primary.cart-widget h2,
.is-primary.followers-widget h2,
.is-primary.contact-widget h2,
.is-primary.avatar-list-widget h2,
.is-primary.call-widget h2,
.is-primary.social-buttons-widget h2,
.is-primary.creative-list-widget h2,
.is-primary.illustration-widget.illustration-widget-v3 h2,
.is-primary.illustration-widget.illustration-widget-v2 h2,
.is-primary.illustration-widget.illustration-widget-v1 h2,
.is-primary.inbox-widget h2,
.is-primary.video-widget h2,
.is-primary.icon-list-widget h2,
.is-primary.search-widget h2,
.is-primary.stats-widget h2,
.is-primary.picker-widget h2,
.is-primary.list-widget h2,
.is-primary.image-widget h2,
.calendar-widget .calendar-widget-inner .is-primary.calendar-square h2,
.is-primary.tags-widget h2,
.is-primary.text-widget h2,
.is-primary.icon-toolbar-widget h2,
.is-primary.gauge-widget h2,
.food-delivery-dashboard .left .left-body .restaurants-list .is-primary.restaurants-list-item h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.matches-card h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.leagues h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.live-match h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.updates h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.featured-authors h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-primary.writing-stat h2,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-primary.dashboard-card h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-primary.media-flex-center h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-primary.long-card h2,
.business-dashboard.jobs-dashboard .main-container .is-primary.job-card h2,
.business-dashboard.course-dashboard .course-grid .is-primary.course-card h2,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-primary.grid-item h2,
.personal-dashboard.personal-dashboard-v3 .is-primary.dashboard-card h2,
.boxed-features .is-primary.flex-card h2,
.l-card.is-primary h3,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-primary.edit-box h3,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-primary.uploader-actions h3,
.wizard-v1-wrapper .step-content .wizard-types .is-primary.wizard-card h3,
.is-primary.stat-widget h3,
.is-primary.cart-widget h3,
.is-primary.followers-widget h3,
.is-primary.contact-widget h3,
.is-primary.avatar-list-widget h3,
.is-primary.call-widget h3,
.is-primary.social-buttons-widget h3,
.is-primary.creative-list-widget h3,
.is-primary.illustration-widget.illustration-widget-v3 h3,
.is-primary.illustration-widget.illustration-widget-v2 h3,
.is-primary.illustration-widget.illustration-widget-v1 h3,
.is-primary.inbox-widget h3,
.is-primary.video-widget h3,
.is-primary.icon-list-widget h3,
.is-primary.search-widget h3,
.is-primary.stats-widget h3,
.is-primary.picker-widget h3,
.is-primary.list-widget h3,
.is-primary.image-widget h3,
.calendar-widget .calendar-widget-inner .is-primary.calendar-square h3,
.is-primary.tags-widget h3,
.is-primary.text-widget h3,
.is-primary.icon-toolbar-widget h3,
.is-primary.gauge-widget h3,
.food-delivery-dashboard .left .left-body .restaurants-list .is-primary.restaurants-list-item h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.matches-card h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.leagues h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.live-match h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.updates h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.featured-authors h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-primary.writing-stat h3,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-primary.dashboard-card h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-primary.media-flex-center h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-primary.long-card h3,
.business-dashboard.jobs-dashboard .main-container .is-primary.job-card h3,
.business-dashboard.course-dashboard .course-grid .is-primary.course-card h3,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-primary.grid-item h3,
.personal-dashboard.personal-dashboard-v3 .is-primary.dashboard-card h3,
.boxed-features .is-primary.flex-card h3,
.l-card.is-primary h4,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-primary.edit-box h4,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-primary.uploader-actions h4,
.wizard-v1-wrapper .step-content .wizard-types .is-primary.wizard-card h4,
.is-primary.stat-widget h4,
.is-primary.cart-widget h4,
.is-primary.followers-widget h4,
.is-primary.contact-widget h4,
.is-primary.avatar-list-widget h4,
.is-primary.call-widget h4,
.is-primary.social-buttons-widget h4,
.is-primary.creative-list-widget h4,
.is-primary.illustration-widget.illustration-widget-v3 h4,
.is-primary.illustration-widget.illustration-widget-v2 h4,
.is-primary.illustration-widget.illustration-widget-v1 h4,
.is-primary.inbox-widget h4,
.is-primary.video-widget h4,
.is-primary.icon-list-widget h4,
.is-primary.search-widget h4,
.is-primary.stats-widget h4,
.is-primary.picker-widget h4,
.is-primary.list-widget h4,
.is-primary.image-widget h4,
.calendar-widget .calendar-widget-inner .is-primary.calendar-square h4,
.is-primary.tags-widget h4,
.is-primary.text-widget h4,
.is-primary.icon-toolbar-widget h4,
.is-primary.gauge-widget h4,
.food-delivery-dashboard .left .left-body .restaurants-list .is-primary.restaurants-list-item h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.matches-card h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.leagues h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.live-match h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.updates h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.featured-authors h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-primary.writing-stat h4,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-primary.dashboard-card h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-primary.media-flex-center h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-primary.long-card h4,
.business-dashboard.jobs-dashboard .main-container .is-primary.job-card h4,
.business-dashboard.course-dashboard .course-grid .is-primary.course-card h4,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-primary.grid-item h4,
.personal-dashboard.personal-dashboard-v3 .is-primary.dashboard-card h4,
.boxed-features .is-primary.flex-card h4,
.l-card.is-primary p,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-primary.edit-box p,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-primary.uploader-actions p,
.wizard-v1-wrapper .step-content .wizard-types .is-primary.wizard-card p,
.is-primary.stat-widget p,
.is-primary.cart-widget p,
.is-primary.followers-widget p,
.is-primary.contact-widget p,
.is-primary.avatar-list-widget p,
.is-primary.call-widget p,
.is-primary.social-buttons-widget p,
.is-primary.creative-list-widget p,
.is-primary.illustration-widget.illustration-widget-v3 p,
.is-primary.illustration-widget.illustration-widget-v2 p,
.is-primary.illustration-widget.illustration-widget-v1 p,
.is-primary.inbox-widget p,
.is-primary.video-widget p,
.is-primary.icon-list-widget p,
.is-primary.search-widget p,
.is-primary.stats-widget p,
.is-primary.picker-widget p,
.is-primary.list-widget p,
.is-primary.image-widget p,
.calendar-widget .calendar-widget-inner .is-primary.calendar-square p,
.is-primary.tags-widget p,
.is-primary.text-widget p,
.is-primary.icon-toolbar-widget p,
.is-primary.gauge-widget p,
.food-delivery-dashboard .left .left-body .restaurants-list .is-primary.restaurants-list-item p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.matches-card p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.leagues p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.live-match p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.updates p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.featured-authors p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-primary.writing-stat p,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-primary.dashboard-card p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-primary.media-flex-center p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-primary.long-card p,
.business-dashboard.jobs-dashboard .main-container .is-primary.job-card p,
.business-dashboard.course-dashboard .course-grid .is-primary.course-card p,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-primary.grid-item p,
.personal-dashboard.personal-dashboard-v3 .is-primary.dashboard-card p,
.boxed-features .is-primary.flex-card p {
	color: #fcfcfc !important
}

.r-card.is-secondary,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card,
.list-view.list-view-v4 .is-secondary.list-view-item,
.list-view.list-view-v3 .is-secondary.list-view-item,
.list-view.list-view-v1 .is-secondary.list-view-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-secondary.media-feed-item,
.finance-dashboard.stock-dashboard .is-secondary.stock-card,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-secondary.column-placeholder,
.s-card.is-secondary,
.is-secondary.stat-widget.is-straight,
.is-secondary.cart-widget.is-straight,
.is-secondary.followers-widget.is-straight,
.is-secondary.contact-widget.is-straight,
.is-secondary.avatar-list-widget.is-straight,
.is-secondary.call-widget.is-straight,
.is-secondary.social-buttons-widget.is-straight,
.is-secondary.creative-list-widget.is-straight,
.invoice-wrapper .invoice-body .is-secondary.invoice-card,
.promotion-page-wrapper .is-secondary.wrapper-outer,
.confirm-account-wrapper .wrapper-inner .is-secondary.action-box,
.promotion-page-wrapper .wrapper-inner .is-secondary.action-box,
.form-layout .is-secondary.form-outer,
.form-layout.is-separate .form-outer .form-body .form-section .is-secondary.form-section-inner,
.action-page-wrapper.action-page-v2 .is-secondary.wrapper-outer,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-secondary.action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-secondary.action-box,
.saas-billing-wrapper .billing-options-wrapper .left .is-secondary.option-block,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-secondary.plan-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-secondary.search-results-item,
.search-results-wrapper .search-results-body .is-secondary.filter-box,
.account-wrapper .is-secondary.account-box,
.profile-wrapper .profile-body .is-secondary.profile-card,
.project-details .project-details-inner .task-grid .is-secondary.task-card,
.project-details .project-details-inner .is-secondary.project-team-card,
.project-details .project-details-inner .is-secondary.side-card,
.project-details .project-details-inner .is-secondary.project-details-card,
.all-projects .project-grid .is-secondary.project-grid-item,
.is-secondary.color-card,
.is-secondary.demo-card,
.tile-grid.tile-grid-v3 .is-secondary.tile-grid-item,
.tile-grid.tile-grid-v2 .is-secondary.tile-grid-item,
.tile-grid.tile-grid-v1 .is-secondary.tile-grid-item,
.card-grid.card-grid-v4 .is-secondary.card-grid-item,
.card-grid.card-grid-v3 .is-secondary.card-grid-item,
.user-grid.user-grid-v4 .is-secondary.grid-item,
.user-grid.user-grid-v3 .is-secondary.grid-item,
.user-grid.user-grid-v1 .is-secondary.grid-item,
.user-grid.user-grid-v2 .is-secondary.grid-item,
.list-view.list-view-v2 .is-secondary.list-view-item,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-secondary.dashboard-tile,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-secondary.overview-card,
.business-dashboard.company-dashboard .is-secondary.dashboard-card,
.business-dashboard.flights-dashboard .is-secondary.filters-card,
.business-dashboard.flights-dashboard .is-secondary.company-card,
.business-dashboard.flights-dashboard .flights .is-secondary.flight-card,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-secondary.flight-summary,
.business-dashboard.flights-dashboard .is-secondary.booking-bar-wrapper,
.banking-dashboard.banking-dashboard-v3 .is-secondary.dashboard-card,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-secondary.dashboard-tile,
.banking-dashboard.banking-dashboard-v2 .is-secondary.dashboard-card,
.banking-dashboard.banking-dashboard-v1 .is-secondary.dashboard-card,
.finance-dashboard.sales-dashboard .is-secondary.dashboard-card,
.finance-dashboard.sales-dashboard .spark-tiles .is-secondary.spark-tile,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-card,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-tile,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-card,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-header,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-secondary.dashboard-card,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-secondary.content-wrap,
.is-secondary.collapse,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.project-card,
.l-card.is-secondary,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-secondary.edit-box,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-secondary.uploader-actions,
.wizard-v1-wrapper .step-content .wizard-types .is-secondary.wizard-card,
.is-secondary.stat-widget,
.is-secondary.cart-widget,
.is-secondary.followers-widget,
.is-secondary.contact-widget,
.is-secondary.avatar-list-widget,
.is-secondary.call-widget,
.is-secondary.social-buttons-widget,
.is-secondary.creative-list-widget,
.is-secondary.illustration-widget.illustration-widget-v3,
.is-secondary.illustration-widget.illustration-widget-v2,
.is-secondary.illustration-widget.illustration-widget-v1,
.is-secondary.inbox-widget,
.is-secondary.video-widget,
.is-secondary.icon-list-widget,
.is-secondary.search-widget,
.is-secondary.stats-widget,
.is-secondary.picker-widget,
.is-secondary.list-widget,
.is-secondary.image-widget,
.calendar-widget .calendar-widget-inner .is-secondary.calendar-square,
.is-secondary.tags-widget,
.is-secondary.text-widget,
.is-secondary.icon-toolbar-widget,
.is-secondary.gauge-widget,
.food-delivery-dashboard .left .left-body .restaurants-list .is-secondary.restaurants-list-item,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.live-match,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-secondary.writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-secondary.dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-secondary.media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-secondary.long-card,
.business-dashboard.jobs-dashboard .main-container .is-secondary.job-card,
.business-dashboard.course-dashboard .course-grid .is-secondary.course-card,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-secondary.grid-item,
.personal-dashboard.personal-dashboard-v3 .is-secondary.dashboard-card,
.boxed-features .is-secondary.flex-card {
	background: #ff227d !important;
	border-color: #ff227d !important
}

.r-card.is-secondary .title,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card .title,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card .title,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card .title,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card .title,
.list-view.list-view-v4 .is-secondary.list-view-item .title,
.list-view.list-view-v3 .is-secondary.list-view-item .title,
.list-view.list-view-v1 .is-secondary.list-view-item .title,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-secondary.media-feed-item .title,
.finance-dashboard.stock-dashboard .is-secondary.stock-card .title,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-secondary.column-placeholder .title,
.r-card.is-secondary .subtitle,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card .subtitle,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card .subtitle,
.list-view.list-view-v4 .is-secondary.list-view-item .subtitle,
.list-view.list-view-v3 .is-secondary.list-view-item .subtitle,
.list-view.list-view-v1 .is-secondary.list-view-item .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-secondary.media-feed-item .subtitle,
.finance-dashboard.stock-dashboard .is-secondary.stock-card .subtitle,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-secondary.column-placeholder .subtitle,
.r-card.is-secondary h1,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h1,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h1,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h1,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h1,
.list-view.list-view-v4 .is-secondary.list-view-item h1,
.list-view.list-view-v3 .is-secondary.list-view-item h1,
.list-view.list-view-v1 .is-secondary.list-view-item h1,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-secondary.media-feed-item h1,
.finance-dashboard.stock-dashboard .is-secondary.stock-card h1,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-secondary.column-placeholder h1,
.r-card.is-secondary h2,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h2,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h2,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h2,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h2,
.list-view.list-view-v4 .is-secondary.list-view-item h2,
.list-view.list-view-v3 .is-secondary.list-view-item h2,
.list-view.list-view-v1 .is-secondary.list-view-item h2,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-secondary.media-feed-item h2,
.finance-dashboard.stock-dashboard .is-secondary.stock-card h2,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-secondary.column-placeholder h2,
.r-card.is-secondary h3,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h3,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h3,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h3,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h3,
.list-view.list-view-v4 .is-secondary.list-view-item h3,
.list-view.list-view-v3 .is-secondary.list-view-item h3,
.list-view.list-view-v1 .is-secondary.list-view-item h3,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-secondary.media-feed-item h3,
.finance-dashboard.stock-dashboard .is-secondary.stock-card h3,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-secondary.column-placeholder h3,
.r-card.is-secondary h4,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h4,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h4,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h4,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card h4,
.list-view.list-view-v4 .is-secondary.list-view-item h4,
.list-view.list-view-v3 .is-secondary.list-view-item h4,
.list-view.list-view-v1 .is-secondary.list-view-item h4,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-secondary.media-feed-item h4,
.finance-dashboard.stock-dashboard .is-secondary.stock-card h4,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-secondary.column-placeholder h4,
.r-card.is-secondary p,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card p,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card p,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card p,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-secondary.onboarding-card p,
.list-view.list-view-v4 .is-secondary.list-view-item p,
.list-view.list-view-v3 .is-secondary.list-view-item p,
.list-view.list-view-v1 .is-secondary.list-view-item p,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-secondary.media-feed-item p,
.finance-dashboard.stock-dashboard .is-secondary.stock-card p,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-secondary.column-placeholder p,
.s-card.is-secondary .title,
.is-secondary.stat-widget.is-straight .title,
.is-secondary.cart-widget.is-straight .title,
.is-secondary.followers-widget.is-straight .title,
.is-secondary.contact-widget.is-straight .title,
.is-secondary.avatar-list-widget.is-straight .title,
.is-secondary.call-widget.is-straight .title,
.is-secondary.social-buttons-widget.is-straight .title,
.is-secondary.creative-list-widget.is-straight .title,
.is-secondary.illustration-widget.illustration-widget-v3.is-straight .title,
.is-secondary.illustration-widget.illustration-widget-v2.is-straight .title,
.is-secondary.illustration-widget.illustration-widget-v1.is-straight .title,
.is-secondary.inbox-widget.is-straight .title,
.is-secondary.video-widget.is-straight .title,
.is-secondary.icon-list-widget.is-straight .title,
.is-secondary.search-widget.is-straight .title,
.is-secondary.stats-widget.is-straight .title,
.is-secondary.picker-widget.is-straight .title,
.is-secondary.list-widget.is-straight .title,
.is-secondary.image-widget.is-straight .title,
.is-secondary.tags-widget.is-straight .title,
.is-secondary.text-widget.is-straight .title,
.is-secondary.icon-toolbar-widget.is-straight .title,
.is-secondary.gauge-widget.is-straight .title,
.invoice-wrapper .invoice-body .is-secondary.invoice-card .title,
.promotion-page-wrapper .is-secondary.wrapper-outer .title,
.confirm-account-wrapper .wrapper-inner .is-secondary.action-box .title,
.promotion-page-wrapper .wrapper-inner .is-secondary.action-box .title,
.form-layout .is-secondary.form-outer .title,
.form-layout.is-separate .form-outer .form-body .form-section .is-secondary.form-section-inner .title,
.action-page-wrapper.action-page-v2 .is-secondary.wrapper-outer .title,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-secondary.action-box .title,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-secondary.action-box .title,
.saas-billing-wrapper .billing-options-wrapper .left .is-secondary.option-block .title,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-secondary.plan-inner .title,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-secondary.search-results-item .title,
.search-results-wrapper .search-results-body .is-secondary.filter-box .title,
.account-wrapper .is-secondary.account-box .title,
.profile-wrapper .profile-body .is-secondary.profile-card .title,
.project-details .project-details-inner .task-grid .is-secondary.task-card .title,
.project-details .project-details-inner .is-secondary.project-team-card .title,
.project-details .project-details-inner .is-secondary.side-card .title,
.project-details .project-details-inner .is-secondary.project-details-card .title,
.all-projects .project-grid .is-secondary.project-grid-item .title,
.is-secondary.color-card .title,
.is-secondary.demo-card .title,
.tile-grid.tile-grid-v3 .is-secondary.tile-grid-item .title,
.tile-grid.tile-grid-v2 .is-secondary.tile-grid-item .title,
.tile-grid.tile-grid-v1 .is-secondary.tile-grid-item .title,
.card-grid.card-grid-v4 .is-secondary.card-grid-item .title,
.card-grid.card-grid-v3 .is-secondary.card-grid-item .title,
.user-grid.user-grid-v4 .is-secondary.grid-item .title,
.user-grid.user-grid-v3 .is-secondary.grid-item .title,
.user-grid.user-grid-v1 .is-secondary.grid-item .title,
.user-grid.user-grid-v2 .is-secondary.grid-item .title,
.list-view.list-view-v2 .is-secondary.list-view-item .title,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-secondary.dashboard-tile .title,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-secondary.overview-card .title,
.business-dashboard.company-dashboard .is-secondary.dashboard-card .title,
.business-dashboard.flights-dashboard .is-secondary.filters-card .title,
.business-dashboard.flights-dashboard .is-secondary.company-card .title,
.business-dashboard.flights-dashboard .flights .is-secondary.flight-card .title,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-secondary.flight-summary .title,
.business-dashboard.flights-dashboard .is-secondary.booking-bar-wrapper .title,
.banking-dashboard.banking-dashboard-v3 .is-secondary.dashboard-card .title,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-secondary.dashboard-tile .title,
.banking-dashboard.banking-dashboard-v2 .is-secondary.dashboard-card .title,
.banking-dashboard.banking-dashboard-v1 .is-secondary.dashboard-card .title,
.finance-dashboard.sales-dashboard .is-secondary.dashboard-card .title,
.finance-dashboard.sales-dashboard .spark-tiles .is-secondary.spark-tile .title,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-card .title,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-tile .title,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-card .title,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-header .title,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-secondary.dashboard-card .title,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-secondary.content-wrap .title,
.is-secondary.collapse .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.team-card .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.project-card .title,
.s-card.is-secondary .subtitle,
.is-secondary.stat-widget.is-straight .subtitle,
.is-secondary.cart-widget.is-straight .subtitle,
.is-secondary.followers-widget.is-straight .subtitle,
.is-secondary.contact-widget.is-straight .subtitle,
.is-secondary.avatar-list-widget.is-straight .subtitle,
.is-secondary.call-widget.is-straight .subtitle,
.is-secondary.social-buttons-widget.is-straight .subtitle,
.is-secondary.creative-list-widget.is-straight .subtitle,
.is-secondary.illustration-widget.illustration-widget-v3.is-straight .subtitle,
.is-secondary.illustration-widget.illustration-widget-v2.is-straight .subtitle,
.is-secondary.illustration-widget.illustration-widget-v1.is-straight .subtitle,
.is-secondary.inbox-widget.is-straight .subtitle,
.is-secondary.video-widget.is-straight .subtitle,
.is-secondary.icon-list-widget.is-straight .subtitle,
.is-secondary.search-widget.is-straight .subtitle,
.is-secondary.stats-widget.is-straight .subtitle,
.is-secondary.picker-widget.is-straight .subtitle,
.is-secondary.list-widget.is-straight .subtitle,
.is-secondary.image-widget.is-straight .subtitle,
.is-secondary.tags-widget.is-straight .subtitle,
.is-secondary.text-widget.is-straight .subtitle,
.is-secondary.icon-toolbar-widget.is-straight .subtitle,
.is-secondary.gauge-widget.is-straight .subtitle,
.invoice-wrapper .invoice-body .is-secondary.invoice-card .subtitle,
.promotion-page-wrapper .is-secondary.wrapper-outer .subtitle,
.confirm-account-wrapper .wrapper-inner .is-secondary.action-box .subtitle,
.promotion-page-wrapper .wrapper-inner .is-secondary.action-box .subtitle,
.form-layout .is-secondary.form-outer .subtitle,
.form-layout.is-separate .form-outer .form-body .form-section .is-secondary.form-section-inner .subtitle,
.action-page-wrapper.action-page-v2 .is-secondary.wrapper-outer .subtitle,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-secondary.action-box .subtitle,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-secondary.action-box .subtitle,
.saas-billing-wrapper .billing-options-wrapper .left .is-secondary.option-block .subtitle,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-secondary.plan-inner .subtitle,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-secondary.search-results-item .subtitle,
.search-results-wrapper .search-results-body .is-secondary.filter-box .subtitle,
.account-wrapper .is-secondary.account-box .subtitle,
.profile-wrapper .profile-body .is-secondary.profile-card .subtitle,
.project-details .project-details-inner .task-grid .is-secondary.task-card .subtitle,
.project-details .project-details-inner .is-secondary.project-team-card .subtitle,
.project-details .project-details-inner .is-secondary.side-card .subtitle,
.project-details .project-details-inner .is-secondary.project-details-card .subtitle,
.all-projects .project-grid .is-secondary.project-grid-item .subtitle,
.is-secondary.color-card .subtitle,
.is-secondary.demo-card .subtitle,
.tile-grid.tile-grid-v3 .is-secondary.tile-grid-item .subtitle,
.tile-grid.tile-grid-v2 .is-secondary.tile-grid-item .subtitle,
.tile-grid.tile-grid-v1 .is-secondary.tile-grid-item .subtitle,
.card-grid.card-grid-v4 .is-secondary.card-grid-item .subtitle,
.card-grid.card-grid-v3 .is-secondary.card-grid-item .subtitle,
.user-grid.user-grid-v4 .is-secondary.grid-item .subtitle,
.user-grid.user-grid-v3 .is-secondary.grid-item .subtitle,
.user-grid.user-grid-v1 .is-secondary.grid-item .subtitle,
.user-grid.user-grid-v2 .is-secondary.grid-item .subtitle,
.list-view.list-view-v2 .is-secondary.list-view-item .subtitle,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-secondary.dashboard-tile .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-secondary.overview-card .subtitle,
.business-dashboard.company-dashboard .is-secondary.dashboard-card .subtitle,
.business-dashboard.flights-dashboard .is-secondary.filters-card .subtitle,
.business-dashboard.flights-dashboard .is-secondary.company-card .subtitle,
.business-dashboard.flights-dashboard .flights .is-secondary.flight-card .subtitle,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-secondary.flight-summary .subtitle,
.business-dashboard.flights-dashboard .is-secondary.booking-bar-wrapper .subtitle,
.banking-dashboard.banking-dashboard-v3 .is-secondary.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-secondary.dashboard-tile .subtitle,
.banking-dashboard.banking-dashboard-v2 .is-secondary.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v1 .is-secondary.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .is-secondary.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .spark-tiles .is-secondary.spark-tile .subtitle,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-card .subtitle,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-tile .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-card .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-header .subtitle,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-secondary.dashboard-card .subtitle,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-secondary.content-wrap .subtitle,
.is-secondary.collapse .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.team-card .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.project-card .subtitle,
.s-card.is-secondary h1,
.is-secondary.stat-widget.is-straight h1,
.is-secondary.cart-widget.is-straight h1,
.is-secondary.followers-widget.is-straight h1,
.is-secondary.contact-widget.is-straight h1,
.is-secondary.avatar-list-widget.is-straight h1,
.is-secondary.call-widget.is-straight h1,
.is-secondary.social-buttons-widget.is-straight h1,
.is-secondary.creative-list-widget.is-straight h1,
.is-secondary.illustration-widget.illustration-widget-v3.is-straight h1,
.is-secondary.illustration-widget.illustration-widget-v2.is-straight h1,
.is-secondary.illustration-widget.illustration-widget-v1.is-straight h1,
.is-secondary.inbox-widget.is-straight h1,
.is-secondary.video-widget.is-straight h1,
.is-secondary.icon-list-widget.is-straight h1,
.is-secondary.search-widget.is-straight h1,
.is-secondary.stats-widget.is-straight h1,
.is-secondary.picker-widget.is-straight h1,
.is-secondary.list-widget.is-straight h1,
.is-secondary.image-widget.is-straight h1,
.is-secondary.tags-widget.is-straight h1,
.is-secondary.text-widget.is-straight h1,
.is-secondary.icon-toolbar-widget.is-straight h1,
.is-secondary.gauge-widget.is-straight h1,
.invoice-wrapper .invoice-body .is-secondary.invoice-card h1,
.promotion-page-wrapper .is-secondary.wrapper-outer h1,
.confirm-account-wrapper .wrapper-inner .is-secondary.action-box h1,
.promotion-page-wrapper .wrapper-inner .is-secondary.action-box h1,
.form-layout .is-secondary.form-outer h1,
.form-layout.is-separate .form-outer .form-body .form-section .is-secondary.form-section-inner h1,
.action-page-wrapper.action-page-v2 .is-secondary.wrapper-outer h1,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-secondary.action-box h1,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-secondary.action-box h1,
.saas-billing-wrapper .billing-options-wrapper .left .is-secondary.option-block h1,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-secondary.plan-inner h1,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-secondary.search-results-item h1,
.search-results-wrapper .search-results-body .is-secondary.filter-box h1,
.account-wrapper .is-secondary.account-box h1,
.profile-wrapper .profile-body .is-secondary.profile-card h1,
.project-details .project-details-inner .task-grid .is-secondary.task-card h1,
.project-details .project-details-inner .is-secondary.project-team-card h1,
.project-details .project-details-inner .is-secondary.side-card h1,
.project-details .project-details-inner .is-secondary.project-details-card h1,
.all-projects .project-grid .is-secondary.project-grid-item h1,
.is-secondary.color-card h1,
.is-secondary.demo-card h1,
.tile-grid.tile-grid-v3 .is-secondary.tile-grid-item h1,
.tile-grid.tile-grid-v2 .is-secondary.tile-grid-item h1,
.tile-grid.tile-grid-v1 .is-secondary.tile-grid-item h1,
.card-grid.card-grid-v4 .is-secondary.card-grid-item h1,
.card-grid.card-grid-v3 .is-secondary.card-grid-item h1,
.user-grid.user-grid-v4 .is-secondary.grid-item h1,
.user-grid.user-grid-v3 .is-secondary.grid-item h1,
.user-grid.user-grid-v1 .is-secondary.grid-item h1,
.user-grid.user-grid-v2 .is-secondary.grid-item h1,
.list-view.list-view-v2 .is-secondary.list-view-item h1,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-secondary.dashboard-tile h1,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-secondary.overview-card h1,
.business-dashboard.company-dashboard .is-secondary.dashboard-card h1,
.business-dashboard.flights-dashboard .is-secondary.filters-card h1,
.business-dashboard.flights-dashboard .is-secondary.company-card h1,
.business-dashboard.flights-dashboard .flights .is-secondary.flight-card h1,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-secondary.flight-summary h1,
.business-dashboard.flights-dashboard .is-secondary.booking-bar-wrapper h1,
.banking-dashboard.banking-dashboard-v3 .is-secondary.dashboard-card h1,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-secondary.dashboard-tile h1,
.banking-dashboard.banking-dashboard-v2 .is-secondary.dashboard-card h1,
.banking-dashboard.banking-dashboard-v1 .is-secondary.dashboard-card h1,
.finance-dashboard.sales-dashboard .is-secondary.dashboard-card h1,
.finance-dashboard.sales-dashboard .spark-tiles .is-secondary.spark-tile h1,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-card h1,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-tile h1,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-card h1,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-header h1,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-secondary.dashboard-card h1,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-secondary.content-wrap h1,
.is-secondary.collapse h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.team-card h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.project-card h1,
.s-card.is-secondary h2,
.is-secondary.stat-widget.is-straight h2,
.is-secondary.cart-widget.is-straight h2,
.is-secondary.followers-widget.is-straight h2,
.is-secondary.contact-widget.is-straight h2,
.is-secondary.avatar-list-widget.is-straight h2,
.is-secondary.call-widget.is-straight h2,
.is-secondary.social-buttons-widget.is-straight h2,
.is-secondary.creative-list-widget.is-straight h2,
.is-secondary.illustration-widget.illustration-widget-v3.is-straight h2,
.is-secondary.illustration-widget.illustration-widget-v2.is-straight h2,
.is-secondary.illustration-widget.illustration-widget-v1.is-straight h2,
.is-secondary.inbox-widget.is-straight h2,
.is-secondary.video-widget.is-straight h2,
.is-secondary.icon-list-widget.is-straight h2,
.is-secondary.search-widget.is-straight h2,
.is-secondary.stats-widget.is-straight h2,
.is-secondary.picker-widget.is-straight h2,
.is-secondary.list-widget.is-straight h2,
.is-secondary.image-widget.is-straight h2,
.is-secondary.tags-widget.is-straight h2,
.is-secondary.text-widget.is-straight h2,
.is-secondary.icon-toolbar-widget.is-straight h2,
.is-secondary.gauge-widget.is-straight h2,
.invoice-wrapper .invoice-body .is-secondary.invoice-card h2,
.promotion-page-wrapper .is-secondary.wrapper-outer h2,
.confirm-account-wrapper .wrapper-inner .is-secondary.action-box h2,
.promotion-page-wrapper .wrapper-inner .is-secondary.action-box h2,
.form-layout .is-secondary.form-outer h2,
.form-layout.is-separate .form-outer .form-body .form-section .is-secondary.form-section-inner h2,
.action-page-wrapper.action-page-v2 .is-secondary.wrapper-outer h2,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-secondary.action-box h2,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-secondary.action-box h2,
.saas-billing-wrapper .billing-options-wrapper .left .is-secondary.option-block h2,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-secondary.plan-inner h2,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-secondary.search-results-item h2,
.search-results-wrapper .search-results-body .is-secondary.filter-box h2,
.account-wrapper .is-secondary.account-box h2,
.profile-wrapper .profile-body .is-secondary.profile-card h2,
.project-details .project-details-inner .task-grid .is-secondary.task-card h2,
.project-details .project-details-inner .is-secondary.project-team-card h2,
.project-details .project-details-inner .is-secondary.side-card h2,
.project-details .project-details-inner .is-secondary.project-details-card h2,
.all-projects .project-grid .is-secondary.project-grid-item h2,
.is-secondary.color-card h2,
.is-secondary.demo-card h2,
.tile-grid.tile-grid-v3 .is-secondary.tile-grid-item h2,
.tile-grid.tile-grid-v2 .is-secondary.tile-grid-item h2,
.tile-grid.tile-grid-v1 .is-secondary.tile-grid-item h2,
.card-grid.card-grid-v4 .is-secondary.card-grid-item h2,
.card-grid.card-grid-v3 .is-secondary.card-grid-item h2,
.user-grid.user-grid-v4 .is-secondary.grid-item h2,
.user-grid.user-grid-v3 .is-secondary.grid-item h2,
.user-grid.user-grid-v1 .is-secondary.grid-item h2,
.user-grid.user-grid-v2 .is-secondary.grid-item h2,
.list-view.list-view-v2 .is-secondary.list-view-item h2,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-secondary.dashboard-tile h2,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-secondary.overview-card h2,
.business-dashboard.company-dashboard .is-secondary.dashboard-card h2,
.business-dashboard.flights-dashboard .is-secondary.filters-card h2,
.business-dashboard.flights-dashboard .is-secondary.company-card h2,
.business-dashboard.flights-dashboard .flights .is-secondary.flight-card h2,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-secondary.flight-summary h2,
.business-dashboard.flights-dashboard .is-secondary.booking-bar-wrapper h2,
.banking-dashboard.banking-dashboard-v3 .is-secondary.dashboard-card h2,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-secondary.dashboard-tile h2,
.banking-dashboard.banking-dashboard-v2 .is-secondary.dashboard-card h2,
.banking-dashboard.banking-dashboard-v1 .is-secondary.dashboard-card h2,
.finance-dashboard.sales-dashboard .is-secondary.dashboard-card h2,
.finance-dashboard.sales-dashboard .spark-tiles .is-secondary.spark-tile h2,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-card h2,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-tile h2,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-card h2,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-header h2,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-secondary.dashboard-card h2,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-secondary.content-wrap h2,
.is-secondary.collapse h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.team-card h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.project-card h2,
.s-card.is-secondary h3,
.is-secondary.stat-widget.is-straight h3,
.is-secondary.cart-widget.is-straight h3,
.is-secondary.followers-widget.is-straight h3,
.is-secondary.contact-widget.is-straight h3,
.is-secondary.avatar-list-widget.is-straight h3,
.is-secondary.call-widget.is-straight h3,
.is-secondary.social-buttons-widget.is-straight h3,
.is-secondary.creative-list-widget.is-straight h3,
.is-secondary.illustration-widget.illustration-widget-v3.is-straight h3,
.is-secondary.illustration-widget.illustration-widget-v2.is-straight h3,
.is-secondary.illustration-widget.illustration-widget-v1.is-straight h3,
.is-secondary.inbox-widget.is-straight h3,
.is-secondary.video-widget.is-straight h3,
.is-secondary.icon-list-widget.is-straight h3,
.is-secondary.search-widget.is-straight h3,
.is-secondary.stats-widget.is-straight h3,
.is-secondary.picker-widget.is-straight h3,
.is-secondary.list-widget.is-straight h3,
.is-secondary.image-widget.is-straight h3,
.is-secondary.tags-widget.is-straight h3,
.is-secondary.text-widget.is-straight h3,
.is-secondary.icon-toolbar-widget.is-straight h3,
.is-secondary.gauge-widget.is-straight h3,
.invoice-wrapper .invoice-body .is-secondary.invoice-card h3,
.promotion-page-wrapper .is-secondary.wrapper-outer h3,
.confirm-account-wrapper .wrapper-inner .is-secondary.action-box h3,
.promotion-page-wrapper .wrapper-inner .is-secondary.action-box h3,
.form-layout .is-secondary.form-outer h3,
.form-layout.is-separate .form-outer .form-body .form-section .is-secondary.form-section-inner h3,
.action-page-wrapper.action-page-v2 .is-secondary.wrapper-outer h3,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-secondary.action-box h3,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-secondary.action-box h3,
.saas-billing-wrapper .billing-options-wrapper .left .is-secondary.option-block h3,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-secondary.plan-inner h3,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-secondary.search-results-item h3,
.search-results-wrapper .search-results-body .is-secondary.filter-box h3,
.account-wrapper .is-secondary.account-box h3,
.profile-wrapper .profile-body .is-secondary.profile-card h3,
.project-details .project-details-inner .task-grid .is-secondary.task-card h3,
.project-details .project-details-inner .is-secondary.project-team-card h3,
.project-details .project-details-inner .is-secondary.side-card h3,
.project-details .project-details-inner .is-secondary.project-details-card h3,
.all-projects .project-grid .is-secondary.project-grid-item h3,
.is-secondary.color-card h3,
.is-secondary.demo-card h3,
.tile-grid.tile-grid-v3 .is-secondary.tile-grid-item h3,
.tile-grid.tile-grid-v2 .is-secondary.tile-grid-item h3,
.tile-grid.tile-grid-v1 .is-secondary.tile-grid-item h3,
.card-grid.card-grid-v4 .is-secondary.card-grid-item h3,
.card-grid.card-grid-v3 .is-secondary.card-grid-item h3,
.user-grid.user-grid-v4 .is-secondary.grid-item h3,
.user-grid.user-grid-v3 .is-secondary.grid-item h3,
.user-grid.user-grid-v1 .is-secondary.grid-item h3,
.user-grid.user-grid-v2 .is-secondary.grid-item h3,
.list-view.list-view-v2 .is-secondary.list-view-item h3,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-secondary.dashboard-tile h3,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-secondary.overview-card h3,
.business-dashboard.company-dashboard .is-secondary.dashboard-card h3,
.business-dashboard.flights-dashboard .is-secondary.filters-card h3,
.business-dashboard.flights-dashboard .is-secondary.company-card h3,
.business-dashboard.flights-dashboard .flights .is-secondary.flight-card h3,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-secondary.flight-summary h3,
.business-dashboard.flights-dashboard .is-secondary.booking-bar-wrapper h3,
.banking-dashboard.banking-dashboard-v3 .is-secondary.dashboard-card h3,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-secondary.dashboard-tile h3,
.banking-dashboard.banking-dashboard-v2 .is-secondary.dashboard-card h3,
.banking-dashboard.banking-dashboard-v1 .is-secondary.dashboard-card h3,
.finance-dashboard.sales-dashboard .is-secondary.dashboard-card h3,
.finance-dashboard.sales-dashboard .spark-tiles .is-secondary.spark-tile h3,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-card h3,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-tile h3,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-card h3,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-header h3,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-secondary.dashboard-card h3,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-secondary.content-wrap h3,
.is-secondary.collapse h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.team-card h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.project-card h3,
.s-card.is-secondary h4,
.is-secondary.stat-widget.is-straight h4,
.is-secondary.cart-widget.is-straight h4,
.is-secondary.followers-widget.is-straight h4,
.is-secondary.contact-widget.is-straight h4,
.is-secondary.avatar-list-widget.is-straight h4,
.is-secondary.call-widget.is-straight h4,
.is-secondary.social-buttons-widget.is-straight h4,
.is-secondary.creative-list-widget.is-straight h4,
.is-secondary.illustration-widget.illustration-widget-v3.is-straight h4,
.is-secondary.illustration-widget.illustration-widget-v2.is-straight h4,
.is-secondary.illustration-widget.illustration-widget-v1.is-straight h4,
.is-secondary.inbox-widget.is-straight h4,
.is-secondary.video-widget.is-straight h4,
.is-secondary.icon-list-widget.is-straight h4,
.is-secondary.search-widget.is-straight h4,
.is-secondary.stats-widget.is-straight h4,
.is-secondary.picker-widget.is-straight h4,
.is-secondary.list-widget.is-straight h4,
.is-secondary.image-widget.is-straight h4,
.is-secondary.tags-widget.is-straight h4,
.is-secondary.text-widget.is-straight h4,
.is-secondary.icon-toolbar-widget.is-straight h4,
.is-secondary.gauge-widget.is-straight h4,
.invoice-wrapper .invoice-body .is-secondary.invoice-card h4,
.promotion-page-wrapper .is-secondary.wrapper-outer h4,
.confirm-account-wrapper .wrapper-inner .is-secondary.action-box h4,
.promotion-page-wrapper .wrapper-inner .is-secondary.action-box h4,
.form-layout .is-secondary.form-outer h4,
.form-layout.is-separate .form-outer .form-body .form-section .is-secondary.form-section-inner h4,
.action-page-wrapper.action-page-v2 .is-secondary.wrapper-outer h4,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-secondary.action-box h4,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-secondary.action-box h4,
.saas-billing-wrapper .billing-options-wrapper .left .is-secondary.option-block h4,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-secondary.plan-inner h4,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-secondary.search-results-item h4,
.search-results-wrapper .search-results-body .is-secondary.filter-box h4,
.account-wrapper .is-secondary.account-box h4,
.profile-wrapper .profile-body .is-secondary.profile-card h4,
.project-details .project-details-inner .task-grid .is-secondary.task-card h4,
.project-details .project-details-inner .is-secondary.project-team-card h4,
.project-details .project-details-inner .is-secondary.side-card h4,
.project-details .project-details-inner .is-secondary.project-details-card h4,
.all-projects .project-grid .is-secondary.project-grid-item h4,
.is-secondary.color-card h4,
.is-secondary.demo-card h4,
.tile-grid.tile-grid-v3 .is-secondary.tile-grid-item h4,
.tile-grid.tile-grid-v2 .is-secondary.tile-grid-item h4,
.tile-grid.tile-grid-v1 .is-secondary.tile-grid-item h4,
.card-grid.card-grid-v4 .is-secondary.card-grid-item h4,
.card-grid.card-grid-v3 .is-secondary.card-grid-item h4,
.user-grid.user-grid-v4 .is-secondary.grid-item h4,
.user-grid.user-grid-v3 .is-secondary.grid-item h4,
.user-grid.user-grid-v1 .is-secondary.grid-item h4,
.user-grid.user-grid-v2 .is-secondary.grid-item h4,
.list-view.list-view-v2 .is-secondary.list-view-item h4,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-secondary.dashboard-tile h4,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-secondary.overview-card h4,
.business-dashboard.company-dashboard .is-secondary.dashboard-card h4,
.business-dashboard.flights-dashboard .is-secondary.filters-card h4,
.business-dashboard.flights-dashboard .is-secondary.company-card h4,
.business-dashboard.flights-dashboard .flights .is-secondary.flight-card h4,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-secondary.flight-summary h4,
.business-dashboard.flights-dashboard .is-secondary.booking-bar-wrapper h4,
.banking-dashboard.banking-dashboard-v3 .is-secondary.dashboard-card h4,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-secondary.dashboard-tile h4,
.banking-dashboard.banking-dashboard-v2 .is-secondary.dashboard-card h4,
.banking-dashboard.banking-dashboard-v1 .is-secondary.dashboard-card h4,
.finance-dashboard.sales-dashboard .is-secondary.dashboard-card h4,
.finance-dashboard.sales-dashboard .spark-tiles .is-secondary.spark-tile h4,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-card h4,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-tile h4,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-card h4,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-header h4,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-secondary.dashboard-card h4,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-secondary.content-wrap h4,
.is-secondary.collapse h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.team-card h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.project-card h4,
.s-card.is-secondary p,
.is-secondary.stat-widget.is-straight p,
.is-secondary.cart-widget.is-straight p,
.is-secondary.followers-widget.is-straight p,
.is-secondary.contact-widget.is-straight p,
.is-secondary.avatar-list-widget.is-straight p,
.is-secondary.call-widget.is-straight p,
.is-secondary.social-buttons-widget.is-straight p,
.is-secondary.creative-list-widget.is-straight p,
.is-secondary.illustration-widget.illustration-widget-v3.is-straight p,
.is-secondary.illustration-widget.illustration-widget-v2.is-straight p,
.is-secondary.illustration-widget.illustration-widget-v1.is-straight p,
.is-secondary.inbox-widget.is-straight p,
.is-secondary.video-widget.is-straight p,
.is-secondary.icon-list-widget.is-straight p,
.is-secondary.search-widget.is-straight p,
.is-secondary.stats-widget.is-straight p,
.is-secondary.picker-widget.is-straight p,
.is-secondary.list-widget.is-straight p,
.is-secondary.image-widget.is-straight p,
.is-secondary.tags-widget.is-straight p,
.is-secondary.text-widget.is-straight p,
.is-secondary.icon-toolbar-widget.is-straight p,
.is-secondary.gauge-widget.is-straight p,
.invoice-wrapper .invoice-body .is-secondary.invoice-card p,
.promotion-page-wrapper .is-secondary.wrapper-outer p,
.confirm-account-wrapper .wrapper-inner .is-secondary.action-box p,
.promotion-page-wrapper .wrapper-inner .is-secondary.action-box p,
.form-layout .is-secondary.form-outer p,
.form-layout.is-separate .form-outer .form-body .form-section .is-secondary.form-section-inner p,
.action-page-wrapper.action-page-v2 .is-secondary.wrapper-outer p,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-secondary.action-box p,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-secondary.action-box p,
.saas-billing-wrapper .billing-options-wrapper .left .is-secondary.option-block p,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-secondary.plan-inner p,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-secondary.search-results-item p,
.search-results-wrapper .search-results-body .is-secondary.filter-box p,
.account-wrapper .is-secondary.account-box p,
.profile-wrapper .profile-body .is-secondary.profile-card p,
.project-details .project-details-inner .task-grid .is-secondary.task-card p,
.project-details .project-details-inner .is-secondary.project-team-card p,
.project-details .project-details-inner .is-secondary.side-card p,
.project-details .project-details-inner .is-secondary.project-details-card p,
.all-projects .project-grid .is-secondary.project-grid-item p,
.is-secondary.color-card p,
.is-secondary.demo-card p,
.tile-grid.tile-grid-v3 .is-secondary.tile-grid-item p,
.tile-grid.tile-grid-v2 .is-secondary.tile-grid-item p,
.tile-grid.tile-grid-v1 .is-secondary.tile-grid-item p,
.card-grid.card-grid-v4 .is-secondary.card-grid-item p,
.card-grid.card-grid-v3 .is-secondary.card-grid-item p,
.user-grid.user-grid-v4 .is-secondary.grid-item p,
.user-grid.user-grid-v3 .is-secondary.grid-item p,
.user-grid.user-grid-v1 .is-secondary.grid-item p,
.user-grid.user-grid-v2 .is-secondary.grid-item p,
.list-view.list-view-v2 .is-secondary.list-view-item p,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-secondary.dashboard-tile p,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-secondary.overview-card p,
.business-dashboard.company-dashboard .is-secondary.dashboard-card p,
.business-dashboard.flights-dashboard .is-secondary.filters-card p,
.business-dashboard.flights-dashboard .is-secondary.company-card p,
.business-dashboard.flights-dashboard .flights .is-secondary.flight-card p,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-secondary.flight-summary p,
.business-dashboard.flights-dashboard .is-secondary.booking-bar-wrapper p,
.banking-dashboard.banking-dashboard-v3 .is-secondary.dashboard-card p,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-secondary.dashboard-tile p,
.banking-dashboard.banking-dashboard-v2 .is-secondary.dashboard-card p,
.banking-dashboard.banking-dashboard-v1 .is-secondary.dashboard-card p,
.finance-dashboard.sales-dashboard .is-secondary.dashboard-card p,
.finance-dashboard.sales-dashboard .spark-tiles .is-secondary.spark-tile p,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-card p,
.finance-dashboard.analytics-dashboard .is-secondary.dashboard-tile p,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-card p,
.personal-dashboard.personal-dashboard-v2 .is-secondary.dashboard-header p,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-secondary.dashboard-card p,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-secondary.content-wrap p,
.is-secondary.collapse p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.team-card p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-secondary.project-card p,
.l-card.is-secondary .title,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-secondary.edit-box .title,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-secondary.uploader-actions .title,
.wizard-v1-wrapper .step-content .wizard-types .is-secondary.wizard-card .title,
.is-secondary.stat-widget .title,
.is-secondary.cart-widget .title,
.is-secondary.followers-widget .title,
.is-secondary.contact-widget .title,
.is-secondary.avatar-list-widget .title,
.is-secondary.call-widget .title,
.is-secondary.social-buttons-widget .title,
.is-secondary.creative-list-widget .title,
.is-secondary.illustration-widget.illustration-widget-v3 .title,
.is-secondary.illustration-widget.illustration-widget-v2 .title,
.is-secondary.illustration-widget.illustration-widget-v1 .title,
.is-secondary.inbox-widget .title,
.is-secondary.video-widget .title,
.is-secondary.icon-list-widget .title,
.is-secondary.search-widget .title,
.is-secondary.stats-widget .title,
.is-secondary.picker-widget .title,
.is-secondary.list-widget .title,
.is-secondary.image-widget .title,
.calendar-widget .calendar-widget-inner .is-secondary.calendar-square .title,
.is-secondary.tags-widget .title,
.is-secondary.text-widget .title,
.is-secondary.icon-toolbar-widget .title,
.is-secondary.gauge-widget .title,
.food-delivery-dashboard .left .left-body .restaurants-list .is-secondary.restaurants-list-item .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.matches-card .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.leagues .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.live-match .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.updates .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.featured-authors .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-secondary.writing-stat .title,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-secondary.dashboard-card .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-secondary.media-flex-center .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-secondary.long-card .title,
.business-dashboard.jobs-dashboard .main-container .is-secondary.job-card .title,
.business-dashboard.course-dashboard .course-grid .is-secondary.course-card .title,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-secondary.grid-item .title,
.personal-dashboard.personal-dashboard-v3 .is-secondary.dashboard-card .title,
.boxed-features .is-secondary.flex-card .title,
.l-card.is-secondary .subtitle,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-secondary.edit-box .subtitle,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-secondary.uploader-actions .subtitle,
.wizard-v1-wrapper .step-content .wizard-types .is-secondary.wizard-card .subtitle,
.is-secondary.stat-widget .subtitle,
.is-secondary.cart-widget .subtitle,
.is-secondary.followers-widget .subtitle,
.is-secondary.contact-widget .subtitle,
.is-secondary.avatar-list-widget .subtitle,
.is-secondary.call-widget .subtitle,
.is-secondary.social-buttons-widget .subtitle,
.is-secondary.creative-list-widget .subtitle,
.is-secondary.illustration-widget.illustration-widget-v3 .subtitle,
.is-secondary.illustration-widget.illustration-widget-v2 .subtitle,
.is-secondary.illustration-widget.illustration-widget-v1 .subtitle,
.is-secondary.inbox-widget .subtitle,
.is-secondary.video-widget .subtitle,
.is-secondary.icon-list-widget .subtitle,
.is-secondary.search-widget .subtitle,
.is-secondary.stats-widget .subtitle,
.is-secondary.picker-widget .subtitle,
.is-secondary.list-widget .subtitle,
.is-secondary.image-widget .subtitle,
.calendar-widget .calendar-widget-inner .is-secondary.calendar-square .subtitle,
.is-secondary.tags-widget .subtitle,
.is-secondary.text-widget .subtitle,
.is-secondary.icon-toolbar-widget .subtitle,
.is-secondary.gauge-widget .subtitle,
.food-delivery-dashboard .left .left-body .restaurants-list .is-secondary.restaurants-list-item .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.matches-card .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.leagues .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.live-match .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.updates .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.featured-authors .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-secondary.writing-stat .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-secondary.dashboard-card .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-secondary.media-flex-center .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-secondary.long-card .subtitle,
.business-dashboard.jobs-dashboard .main-container .is-secondary.job-card .subtitle,
.business-dashboard.course-dashboard .course-grid .is-secondary.course-card .subtitle,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-secondary.grid-item .subtitle,
.personal-dashboard.personal-dashboard-v3 .is-secondary.dashboard-card .subtitle,
.boxed-features .is-secondary.flex-card .subtitle,
.l-card.is-secondary h1,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-secondary.edit-box h1,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-secondary.uploader-actions h1,
.wizard-v1-wrapper .step-content .wizard-types .is-secondary.wizard-card h1,
.is-secondary.stat-widget h1,
.is-secondary.cart-widget h1,
.is-secondary.followers-widget h1,
.is-secondary.contact-widget h1,
.is-secondary.avatar-list-widget h1,
.is-secondary.call-widget h1,
.is-secondary.social-buttons-widget h1,
.is-secondary.creative-list-widget h1,
.is-secondary.illustration-widget.illustration-widget-v3 h1,
.is-secondary.illustration-widget.illustration-widget-v2 h1,
.is-secondary.illustration-widget.illustration-widget-v1 h1,
.is-secondary.inbox-widget h1,
.is-secondary.video-widget h1,
.is-secondary.icon-list-widget h1,
.is-secondary.search-widget h1,
.is-secondary.stats-widget h1,
.is-secondary.picker-widget h1,
.is-secondary.list-widget h1,
.is-secondary.image-widget h1,
.calendar-widget .calendar-widget-inner .is-secondary.calendar-square h1,
.is-secondary.tags-widget h1,
.is-secondary.text-widget h1,
.is-secondary.icon-toolbar-widget h1,
.is-secondary.gauge-widget h1,
.food-delivery-dashboard .left .left-body .restaurants-list .is-secondary.restaurants-list-item h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.matches-card h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.leagues h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.live-match h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.updates h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.featured-authors h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-secondary.writing-stat h1,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-secondary.dashboard-card h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-secondary.media-flex-center h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-secondary.long-card h1,
.business-dashboard.jobs-dashboard .main-container .is-secondary.job-card h1,
.business-dashboard.course-dashboard .course-grid .is-secondary.course-card h1,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-secondary.grid-item h1,
.personal-dashboard.personal-dashboard-v3 .is-secondary.dashboard-card h1,
.boxed-features .is-secondary.flex-card h1,
.l-card.is-secondary h2,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-secondary.edit-box h2,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-secondary.uploader-actions h2,
.wizard-v1-wrapper .step-content .wizard-types .is-secondary.wizard-card h2,
.is-secondary.stat-widget h2,
.is-secondary.cart-widget h2,
.is-secondary.followers-widget h2,
.is-secondary.contact-widget h2,
.is-secondary.avatar-list-widget h2,
.is-secondary.call-widget h2,
.is-secondary.social-buttons-widget h2,
.is-secondary.creative-list-widget h2,
.is-secondary.illustration-widget.illustration-widget-v3 h2,
.is-secondary.illustration-widget.illustration-widget-v2 h2,
.is-secondary.illustration-widget.illustration-widget-v1 h2,
.is-secondary.inbox-widget h2,
.is-secondary.video-widget h2,
.is-secondary.icon-list-widget h2,
.is-secondary.search-widget h2,
.is-secondary.stats-widget h2,
.is-secondary.picker-widget h2,
.is-secondary.list-widget h2,
.is-secondary.image-widget h2,
.calendar-widget .calendar-widget-inner .is-secondary.calendar-square h2,
.is-secondary.tags-widget h2,
.is-secondary.text-widget h2,
.is-secondary.icon-toolbar-widget h2,
.is-secondary.gauge-widget h2,
.food-delivery-dashboard .left .left-body .restaurants-list .is-secondary.restaurants-list-item h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.matches-card h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.leagues h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.live-match h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.updates h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.featured-authors h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-secondary.writing-stat h2,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-secondary.dashboard-card h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-secondary.media-flex-center h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-secondary.long-card h2,
.business-dashboard.jobs-dashboard .main-container .is-secondary.job-card h2,
.business-dashboard.course-dashboard .course-grid .is-secondary.course-card h2,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-secondary.grid-item h2,
.personal-dashboard.personal-dashboard-v3 .is-secondary.dashboard-card h2,
.boxed-features .is-secondary.flex-card h2,
.l-card.is-secondary h3,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-secondary.edit-box h3,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-secondary.uploader-actions h3,
.wizard-v1-wrapper .step-content .wizard-types .is-secondary.wizard-card h3,
.is-secondary.stat-widget h3,
.is-secondary.cart-widget h3,
.is-secondary.followers-widget h3,
.is-secondary.contact-widget h3,
.is-secondary.avatar-list-widget h3,
.is-secondary.call-widget h3,
.is-secondary.social-buttons-widget h3,
.is-secondary.creative-list-widget h3,
.is-secondary.illustration-widget.illustration-widget-v3 h3,
.is-secondary.illustration-widget.illustration-widget-v2 h3,
.is-secondary.illustration-widget.illustration-widget-v1 h3,
.is-secondary.inbox-widget h3,
.is-secondary.video-widget h3,
.is-secondary.icon-list-widget h3,
.is-secondary.search-widget h3,
.is-secondary.stats-widget h3,
.is-secondary.picker-widget h3,
.is-secondary.list-widget h3,
.is-secondary.image-widget h3,
.calendar-widget .calendar-widget-inner .is-secondary.calendar-square h3,
.is-secondary.tags-widget h3,
.is-secondary.text-widget h3,
.is-secondary.icon-toolbar-widget h3,
.is-secondary.gauge-widget h3,
.food-delivery-dashboard .left .left-body .restaurants-list .is-secondary.restaurants-list-item h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.matches-card h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.leagues h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.live-match h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.updates h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.featured-authors h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-secondary.writing-stat h3,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-secondary.dashboard-card h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-secondary.media-flex-center h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-secondary.long-card h3,
.business-dashboard.jobs-dashboard .main-container .is-secondary.job-card h3,
.business-dashboard.course-dashboard .course-grid .is-secondary.course-card h3,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-secondary.grid-item h3,
.personal-dashboard.personal-dashboard-v3 .is-secondary.dashboard-card h3,
.boxed-features .is-secondary.flex-card h3,
.l-card.is-secondary h4,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-secondary.edit-box h4,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-secondary.uploader-actions h4,
.wizard-v1-wrapper .step-content .wizard-types .is-secondary.wizard-card h4,
.is-secondary.stat-widget h4,
.is-secondary.cart-widget h4,
.is-secondary.followers-widget h4,
.is-secondary.contact-widget h4,
.is-secondary.avatar-list-widget h4,
.is-secondary.call-widget h4,
.is-secondary.social-buttons-widget h4,
.is-secondary.creative-list-widget h4,
.is-secondary.illustration-widget.illustration-widget-v3 h4,
.is-secondary.illustration-widget.illustration-widget-v2 h4,
.is-secondary.illustration-widget.illustration-widget-v1 h4,
.is-secondary.inbox-widget h4,
.is-secondary.video-widget h4,
.is-secondary.icon-list-widget h4,
.is-secondary.search-widget h4,
.is-secondary.stats-widget h4,
.is-secondary.picker-widget h4,
.is-secondary.list-widget h4,
.is-secondary.image-widget h4,
.calendar-widget .calendar-widget-inner .is-secondary.calendar-square h4,
.is-secondary.tags-widget h4,
.is-secondary.text-widget h4,
.is-secondary.icon-toolbar-widget h4,
.is-secondary.gauge-widget h4,
.food-delivery-dashboard .left .left-body .restaurants-list .is-secondary.restaurants-list-item h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.matches-card h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.leagues h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.live-match h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.updates h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.featured-authors h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-secondary.writing-stat h4,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-secondary.dashboard-card h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-secondary.media-flex-center h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-secondary.long-card h4,
.business-dashboard.jobs-dashboard .main-container .is-secondary.job-card h4,
.business-dashboard.course-dashboard .course-grid .is-secondary.course-card h4,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-secondary.grid-item h4,
.personal-dashboard.personal-dashboard-v3 .is-secondary.dashboard-card h4,
.boxed-features .is-secondary.flex-card h4,
.l-card.is-secondary p,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-secondary.edit-box p,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-secondary.uploader-actions p,
.wizard-v1-wrapper .step-content .wizard-types .is-secondary.wizard-card p,
.is-secondary.stat-widget p,
.is-secondary.cart-widget p,
.is-secondary.followers-widget p,
.is-secondary.contact-widget p,
.is-secondary.avatar-list-widget p,
.is-secondary.call-widget p,
.is-secondary.social-buttons-widget p,
.is-secondary.creative-list-widget p,
.is-secondary.illustration-widget.illustration-widget-v3 p,
.is-secondary.illustration-widget.illustration-widget-v2 p,
.is-secondary.illustration-widget.illustration-widget-v1 p,
.is-secondary.inbox-widget p,
.is-secondary.video-widget p,
.is-secondary.icon-list-widget p,
.is-secondary.search-widget p,
.is-secondary.stats-widget p,
.is-secondary.picker-widget p,
.is-secondary.list-widget p,
.is-secondary.image-widget p,
.calendar-widget .calendar-widget-inner .is-secondary.calendar-square p,
.is-secondary.tags-widget p,
.is-secondary.text-widget p,
.is-secondary.icon-toolbar-widget p,
.is-secondary.gauge-widget p,
.food-delivery-dashboard .left .left-body .restaurants-list .is-secondary.restaurants-list-item p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.matches-card p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.leagues p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-secondary.live-match p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.updates p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-secondary.featured-authors p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-secondary.writing-stat p,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-secondary.dashboard-card p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-secondary.media-flex-center p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-secondary.long-card p,
.business-dashboard.jobs-dashboard .main-container .is-secondary.job-card p,
.business-dashboard.course-dashboard .course-grid .is-secondary.course-card p,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-secondary.grid-item p,
.personal-dashboard.personal-dashboard-v3 .is-secondary.dashboard-card p,
.boxed-features .is-secondary.flex-card p {
	color: #fcfcfc !important
}

.r-card.is-info,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card,
.list-view.list-view-v4 .is-info.list-view-item,
.list-view.list-view-v3 .is-info.list-view-item,
.list-view.list-view-v1 .is-info.list-view-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-info.media-feed-item,
.finance-dashboard.stock-dashboard .is-info.stock-card,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-info.column-placeholder,
.s-card.is-info,
.is-info.stat-widget.is-straight,
.is-info.cart-widget.is-straight,
.is-info.followers-widget.is-straight,
.is-info.contact-widget.is-straight,
.is-info.avatar-list-widget.is-straight,
.is-info.call-widget.is-straight,
.is-info.social-buttons-widget.is-straight,
.is-info.creative-list-widget.is-straight,
.invoice-wrapper .invoice-body .is-info.invoice-card,
.promotion-page-wrapper .is-info.wrapper-outer,
.confirm-account-wrapper .wrapper-inner .is-info.action-box,
.promotion-page-wrapper .wrapper-inner .is-info.action-box,
.form-layout .is-info.form-outer,
.form-layout.is-separate .form-outer .form-body .form-section .is-info.form-section-inner,
.action-page-wrapper.action-page-v2 .is-info.wrapper-outer,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-info.action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-info.action-box,
.saas-billing-wrapper .billing-options-wrapper .left .is-info.option-block,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-info.plan-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-info.search-results-item,
.search-results-wrapper .search-results-body .is-info.filter-box,
.account-wrapper .is-info.account-box,
.profile-wrapper .profile-body .is-info.profile-card,
.project-details .project-details-inner .task-grid .is-info.task-card,
.project-details .project-details-inner .is-info.project-team-card,
.project-details .project-details-inner .is-info.side-card,
.project-details .project-details-inner .is-info.project-details-card,
.all-projects .project-grid .is-info.project-grid-item,
.is-info.color-card,
.is-info.demo-card,
.tile-grid.tile-grid-v3 .is-info.tile-grid-item,
.tile-grid.tile-grid-v2 .is-info.tile-grid-item,
.tile-grid.tile-grid-v1 .is-info.tile-grid-item,
.card-grid.card-grid-v4 .is-info.card-grid-item,
.card-grid.card-grid-v3 .is-info.card-grid-item,
.user-grid.user-grid-v4 .is-info.grid-item,
.user-grid.user-grid-v3 .is-info.grid-item,
.user-grid.user-grid-v1 .is-info.grid-item,
.user-grid.user-grid-v2 .is-info.grid-item,
.list-view.list-view-v2 .is-info.list-view-item,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-info.dashboard-tile,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-info.overview-card,
.business-dashboard.company-dashboard .is-info.dashboard-card,
.business-dashboard.flights-dashboard .is-info.filters-card,
.business-dashboard.flights-dashboard .is-info.company-card,
.business-dashboard.flights-dashboard .flights .is-info.flight-card,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-info.flight-summary,
.business-dashboard.flights-dashboard .is-info.booking-bar-wrapper,
.banking-dashboard.banking-dashboard-v3 .is-info.dashboard-card,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-info.dashboard-tile,
.banking-dashboard.banking-dashboard-v2 .is-info.dashboard-card,
.banking-dashboard.banking-dashboard-v1 .is-info.dashboard-card,
.finance-dashboard.sales-dashboard .is-info.dashboard-card,
.finance-dashboard.sales-dashboard .spark-tiles .is-info.spark-tile,
.finance-dashboard.analytics-dashboard .is-info.dashboard-card,
.finance-dashboard.analytics-dashboard .is-info.dashboard-tile,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-card,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-header,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-info.dashboard-card,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-info.content-wrap,
.is-info.collapse,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.project-card,
.l-card.is-info,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-info.edit-box,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-info.uploader-actions,
.wizard-v1-wrapper .step-content .wizard-types .is-info.wizard-card,
.is-info.stat-widget,
.is-info.cart-widget,
.is-info.followers-widget,
.is-info.contact-widget,
.is-info.avatar-list-widget,
.is-info.call-widget,
.is-info.social-buttons-widget,
.is-info.creative-list-widget,
.is-info.illustration-widget.illustration-widget-v3,
.is-info.illustration-widget.illustration-widget-v2,
.is-info.illustration-widget.illustration-widget-v1,
.is-info.inbox-widget,
.is-info.video-widget,
.is-info.icon-list-widget,
.is-info.search-widget,
.is-info.stats-widget,
.is-info.picker-widget,
.is-info.list-widget,
.is-info.image-widget,
.calendar-widget .calendar-widget-inner .is-info.calendar-square,
.is-info.tags-widget,
.is-info.text-widget,
.is-info.icon-toolbar-widget,
.is-info.gauge-widget,
.food-delivery-dashboard .left .left-body .restaurants-list .is-info.restaurants-list-item,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.live-match,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-info.writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-info.dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-info.media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-info.long-card,
.business-dashboard.jobs-dashboard .main-container .is-info.job-card,
.business-dashboard.course-dashboard .course-grid .is-info.course-card,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-info.grid-item,
.personal-dashboard.personal-dashboard-v3 .is-info.dashboard-card,
.boxed-features .is-info.flex-card {
	background: #039be5 !important;
	border-color: #039be5 !important
}

.r-card.is-info .title,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card .title,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card .title,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card .title,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card .title,
.list-view.list-view-v4 .is-info.list-view-item .title,
.list-view.list-view-v3 .is-info.list-view-item .title,
.list-view.list-view-v1 .is-info.list-view-item .title,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-info.media-feed-item .title,
.finance-dashboard.stock-dashboard .is-info.stock-card .title,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-info.column-placeholder .title,
.r-card.is-info .subtitle,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card .subtitle,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card .subtitle,
.list-view.list-view-v4 .is-info.list-view-item .subtitle,
.list-view.list-view-v3 .is-info.list-view-item .subtitle,
.list-view.list-view-v1 .is-info.list-view-item .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-info.media-feed-item .subtitle,
.finance-dashboard.stock-dashboard .is-info.stock-card .subtitle,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-info.column-placeholder .subtitle,
.r-card.is-info h1,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h1,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h1,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h1,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h1,
.list-view.list-view-v4 .is-info.list-view-item h1,
.list-view.list-view-v3 .is-info.list-view-item h1,
.list-view.list-view-v1 .is-info.list-view-item h1,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-info.media-feed-item h1,
.finance-dashboard.stock-dashboard .is-info.stock-card h1,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-info.column-placeholder h1,
.r-card.is-info h2,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h2,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h2,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h2,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h2,
.list-view.list-view-v4 .is-info.list-view-item h2,
.list-view.list-view-v3 .is-info.list-view-item h2,
.list-view.list-view-v1 .is-info.list-view-item h2,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-info.media-feed-item h2,
.finance-dashboard.stock-dashboard .is-info.stock-card h2,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-info.column-placeholder h2,
.r-card.is-info h3,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h3,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h3,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h3,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h3,
.list-view.list-view-v4 .is-info.list-view-item h3,
.list-view.list-view-v3 .is-info.list-view-item h3,
.list-view.list-view-v1 .is-info.list-view-item h3,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-info.media-feed-item h3,
.finance-dashboard.stock-dashboard .is-info.stock-card h3,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-info.column-placeholder h3,
.r-card.is-info h4,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h4,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h4,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h4,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card h4,
.list-view.list-view-v4 .is-info.list-view-item h4,
.list-view.list-view-v3 .is-info.list-view-item h4,
.list-view.list-view-v1 .is-info.list-view-item h4,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-info.media-feed-item h4,
.finance-dashboard.stock-dashboard .is-info.stock-card h4,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-info.column-placeholder h4,
.r-card.is-info p,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card p,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card p,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card p,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-info.onboarding-card p,
.list-view.list-view-v4 .is-info.list-view-item p,
.list-view.list-view-v3 .is-info.list-view-item p,
.list-view.list-view-v1 .is-info.list-view-item p,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-info.media-feed-item p,
.finance-dashboard.stock-dashboard .is-info.stock-card p,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-info.column-placeholder p,
.s-card.is-info .title,
.is-info.stat-widget.is-straight .title,
.is-info.cart-widget.is-straight .title,
.is-info.followers-widget.is-straight .title,
.is-info.contact-widget.is-straight .title,
.is-info.avatar-list-widget.is-straight .title,
.is-info.call-widget.is-straight .title,
.is-info.social-buttons-widget.is-straight .title,
.is-info.creative-list-widget.is-straight .title,
.is-info.illustration-widget.illustration-widget-v3.is-straight .title,
.is-info.illustration-widget.illustration-widget-v2.is-straight .title,
.is-info.illustration-widget.illustration-widget-v1.is-straight .title,
.is-info.inbox-widget.is-straight .title,
.is-info.video-widget.is-straight .title,
.is-info.icon-list-widget.is-straight .title,
.is-info.search-widget.is-straight .title,
.is-info.stats-widget.is-straight .title,
.is-info.picker-widget.is-straight .title,
.is-info.list-widget.is-straight .title,
.is-info.image-widget.is-straight .title,
.is-info.tags-widget.is-straight .title,
.is-info.text-widget.is-straight .title,
.is-info.icon-toolbar-widget.is-straight .title,
.is-info.gauge-widget.is-straight .title,
.invoice-wrapper .invoice-body .is-info.invoice-card .title,
.promotion-page-wrapper .is-info.wrapper-outer .title,
.confirm-account-wrapper .wrapper-inner .is-info.action-box .title,
.promotion-page-wrapper .wrapper-inner .is-info.action-box .title,
.form-layout .is-info.form-outer .title,
.form-layout.is-separate .form-outer .form-body .form-section .is-info.form-section-inner .title,
.action-page-wrapper.action-page-v2 .is-info.wrapper-outer .title,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-info.action-box .title,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-info.action-box .title,
.saas-billing-wrapper .billing-options-wrapper .left .is-info.option-block .title,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-info.plan-inner .title,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-info.search-results-item .title,
.search-results-wrapper .search-results-body .is-info.filter-box .title,
.account-wrapper .is-info.account-box .title,
.profile-wrapper .profile-body .is-info.profile-card .title,
.project-details .project-details-inner .task-grid .is-info.task-card .title,
.project-details .project-details-inner .is-info.project-team-card .title,
.project-details .project-details-inner .is-info.side-card .title,
.project-details .project-details-inner .is-info.project-details-card .title,
.all-projects .project-grid .is-info.project-grid-item .title,
.is-info.color-card .title,
.is-info.demo-card .title,
.tile-grid.tile-grid-v3 .is-info.tile-grid-item .title,
.tile-grid.tile-grid-v2 .is-info.tile-grid-item .title,
.tile-grid.tile-grid-v1 .is-info.tile-grid-item .title,
.card-grid.card-grid-v4 .is-info.card-grid-item .title,
.card-grid.card-grid-v3 .is-info.card-grid-item .title,
.user-grid.user-grid-v4 .is-info.grid-item .title,
.user-grid.user-grid-v3 .is-info.grid-item .title,
.user-grid.user-grid-v1 .is-info.grid-item .title,
.user-grid.user-grid-v2 .is-info.grid-item .title,
.list-view.list-view-v2 .is-info.list-view-item .title,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-info.dashboard-tile .title,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-info.overview-card .title,
.business-dashboard.company-dashboard .is-info.dashboard-card .title,
.business-dashboard.flights-dashboard .is-info.filters-card .title,
.business-dashboard.flights-dashboard .is-info.company-card .title,
.business-dashboard.flights-dashboard .flights .is-info.flight-card .title,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-info.flight-summary .title,
.business-dashboard.flights-dashboard .is-info.booking-bar-wrapper .title,
.banking-dashboard.banking-dashboard-v3 .is-info.dashboard-card .title,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-info.dashboard-tile .title,
.banking-dashboard.banking-dashboard-v2 .is-info.dashboard-card .title,
.banking-dashboard.banking-dashboard-v1 .is-info.dashboard-card .title,
.finance-dashboard.sales-dashboard .is-info.dashboard-card .title,
.finance-dashboard.sales-dashboard .spark-tiles .is-info.spark-tile .title,
.finance-dashboard.analytics-dashboard .is-info.dashboard-card .title,
.finance-dashboard.analytics-dashboard .is-info.dashboard-tile .title,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-card .title,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-header .title,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-info.dashboard-card .title,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-info.content-wrap .title,
.is-info.collapse .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.team-card .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.project-card .title,
.s-card.is-info .subtitle,
.is-info.stat-widget.is-straight .subtitle,
.is-info.cart-widget.is-straight .subtitle,
.is-info.followers-widget.is-straight .subtitle,
.is-info.contact-widget.is-straight .subtitle,
.is-info.avatar-list-widget.is-straight .subtitle,
.is-info.call-widget.is-straight .subtitle,
.is-info.social-buttons-widget.is-straight .subtitle,
.is-info.creative-list-widget.is-straight .subtitle,
.is-info.illustration-widget.illustration-widget-v3.is-straight .subtitle,
.is-info.illustration-widget.illustration-widget-v2.is-straight .subtitle,
.is-info.illustration-widget.illustration-widget-v1.is-straight .subtitle,
.is-info.inbox-widget.is-straight .subtitle,
.is-info.video-widget.is-straight .subtitle,
.is-info.icon-list-widget.is-straight .subtitle,
.is-info.search-widget.is-straight .subtitle,
.is-info.stats-widget.is-straight .subtitle,
.is-info.picker-widget.is-straight .subtitle,
.is-info.list-widget.is-straight .subtitle,
.is-info.image-widget.is-straight .subtitle,
.is-info.tags-widget.is-straight .subtitle,
.is-info.text-widget.is-straight .subtitle,
.is-info.icon-toolbar-widget.is-straight .subtitle,
.is-info.gauge-widget.is-straight .subtitle,
.invoice-wrapper .invoice-body .is-info.invoice-card .subtitle,
.promotion-page-wrapper .is-info.wrapper-outer .subtitle,
.confirm-account-wrapper .wrapper-inner .is-info.action-box .subtitle,
.promotion-page-wrapper .wrapper-inner .is-info.action-box .subtitle,
.form-layout .is-info.form-outer .subtitle,
.form-layout.is-separate .form-outer .form-body .form-section .is-info.form-section-inner .subtitle,
.action-page-wrapper.action-page-v2 .is-info.wrapper-outer .subtitle,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-info.action-box .subtitle,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-info.action-box .subtitle,
.saas-billing-wrapper .billing-options-wrapper .left .is-info.option-block .subtitle,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-info.plan-inner .subtitle,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-info.search-results-item .subtitle,
.search-results-wrapper .search-results-body .is-info.filter-box .subtitle,
.account-wrapper .is-info.account-box .subtitle,
.profile-wrapper .profile-body .is-info.profile-card .subtitle,
.project-details .project-details-inner .task-grid .is-info.task-card .subtitle,
.project-details .project-details-inner .is-info.project-team-card .subtitle,
.project-details .project-details-inner .is-info.side-card .subtitle,
.project-details .project-details-inner .is-info.project-details-card .subtitle,
.all-projects .project-grid .is-info.project-grid-item .subtitle,
.is-info.color-card .subtitle,
.is-info.demo-card .subtitle,
.tile-grid.tile-grid-v3 .is-info.tile-grid-item .subtitle,
.tile-grid.tile-grid-v2 .is-info.tile-grid-item .subtitle,
.tile-grid.tile-grid-v1 .is-info.tile-grid-item .subtitle,
.card-grid.card-grid-v4 .is-info.card-grid-item .subtitle,
.card-grid.card-grid-v3 .is-info.card-grid-item .subtitle,
.user-grid.user-grid-v4 .is-info.grid-item .subtitle,
.user-grid.user-grid-v3 .is-info.grid-item .subtitle,
.user-grid.user-grid-v1 .is-info.grid-item .subtitle,
.user-grid.user-grid-v2 .is-info.grid-item .subtitle,
.list-view.list-view-v2 .is-info.list-view-item .subtitle,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-info.dashboard-tile .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-info.overview-card .subtitle,
.business-dashboard.company-dashboard .is-info.dashboard-card .subtitle,
.business-dashboard.flights-dashboard .is-info.filters-card .subtitle,
.business-dashboard.flights-dashboard .is-info.company-card .subtitle,
.business-dashboard.flights-dashboard .flights .is-info.flight-card .subtitle,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-info.flight-summary .subtitle,
.business-dashboard.flights-dashboard .is-info.booking-bar-wrapper .subtitle,
.banking-dashboard.banking-dashboard-v3 .is-info.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-info.dashboard-tile .subtitle,
.banking-dashboard.banking-dashboard-v2 .is-info.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v1 .is-info.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .is-info.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .spark-tiles .is-info.spark-tile .subtitle,
.finance-dashboard.analytics-dashboard .is-info.dashboard-card .subtitle,
.finance-dashboard.analytics-dashboard .is-info.dashboard-tile .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-card .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-header .subtitle,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-info.dashboard-card .subtitle,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-info.content-wrap .subtitle,
.is-info.collapse .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.team-card .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.project-card .subtitle,
.s-card.is-info h1,
.is-info.stat-widget.is-straight h1,
.is-info.cart-widget.is-straight h1,
.is-info.followers-widget.is-straight h1,
.is-info.contact-widget.is-straight h1,
.is-info.avatar-list-widget.is-straight h1,
.is-info.call-widget.is-straight h1,
.is-info.social-buttons-widget.is-straight h1,
.is-info.creative-list-widget.is-straight h1,
.is-info.illustration-widget.illustration-widget-v3.is-straight h1,
.is-info.illustration-widget.illustration-widget-v2.is-straight h1,
.is-info.illustration-widget.illustration-widget-v1.is-straight h1,
.is-info.inbox-widget.is-straight h1,
.is-info.video-widget.is-straight h1,
.is-info.icon-list-widget.is-straight h1,
.is-info.search-widget.is-straight h1,
.is-info.stats-widget.is-straight h1,
.is-info.picker-widget.is-straight h1,
.is-info.list-widget.is-straight h1,
.is-info.image-widget.is-straight h1,
.is-info.tags-widget.is-straight h1,
.is-info.text-widget.is-straight h1,
.is-info.icon-toolbar-widget.is-straight h1,
.is-info.gauge-widget.is-straight h1,
.invoice-wrapper .invoice-body .is-info.invoice-card h1,
.promotion-page-wrapper .is-info.wrapper-outer h1,
.confirm-account-wrapper .wrapper-inner .is-info.action-box h1,
.promotion-page-wrapper .wrapper-inner .is-info.action-box h1,
.form-layout .is-info.form-outer h1,
.form-layout.is-separate .form-outer .form-body .form-section .is-info.form-section-inner h1,
.action-page-wrapper.action-page-v2 .is-info.wrapper-outer h1,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-info.action-box h1,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-info.action-box h1,
.saas-billing-wrapper .billing-options-wrapper .left .is-info.option-block h1,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-info.plan-inner h1,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-info.search-results-item h1,
.search-results-wrapper .search-results-body .is-info.filter-box h1,
.account-wrapper .is-info.account-box h1,
.profile-wrapper .profile-body .is-info.profile-card h1,
.project-details .project-details-inner .task-grid .is-info.task-card h1,
.project-details .project-details-inner .is-info.project-team-card h1,
.project-details .project-details-inner .is-info.side-card h1,
.project-details .project-details-inner .is-info.project-details-card h1,
.all-projects .project-grid .is-info.project-grid-item h1,
.is-info.color-card h1,
.is-info.demo-card h1,
.tile-grid.tile-grid-v3 .is-info.tile-grid-item h1,
.tile-grid.tile-grid-v2 .is-info.tile-grid-item h1,
.tile-grid.tile-grid-v1 .is-info.tile-grid-item h1,
.card-grid.card-grid-v4 .is-info.card-grid-item h1,
.card-grid.card-grid-v3 .is-info.card-grid-item h1,
.user-grid.user-grid-v4 .is-info.grid-item h1,
.user-grid.user-grid-v3 .is-info.grid-item h1,
.user-grid.user-grid-v1 .is-info.grid-item h1,
.user-grid.user-grid-v2 .is-info.grid-item h1,
.list-view.list-view-v2 .is-info.list-view-item h1,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-info.dashboard-tile h1,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-info.overview-card h1,
.business-dashboard.company-dashboard .is-info.dashboard-card h1,
.business-dashboard.flights-dashboard .is-info.filters-card h1,
.business-dashboard.flights-dashboard .is-info.company-card h1,
.business-dashboard.flights-dashboard .flights .is-info.flight-card h1,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-info.flight-summary h1,
.business-dashboard.flights-dashboard .is-info.booking-bar-wrapper h1,
.banking-dashboard.banking-dashboard-v3 .is-info.dashboard-card h1,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-info.dashboard-tile h1,
.banking-dashboard.banking-dashboard-v2 .is-info.dashboard-card h1,
.banking-dashboard.banking-dashboard-v1 .is-info.dashboard-card h1,
.finance-dashboard.sales-dashboard .is-info.dashboard-card h1,
.finance-dashboard.sales-dashboard .spark-tiles .is-info.spark-tile h1,
.finance-dashboard.analytics-dashboard .is-info.dashboard-card h1,
.finance-dashboard.analytics-dashboard .is-info.dashboard-tile h1,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-card h1,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-header h1,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-info.dashboard-card h1,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-info.content-wrap h1,
.is-info.collapse h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.team-card h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.project-card h1,
.s-card.is-info h2,
.is-info.stat-widget.is-straight h2,
.is-info.cart-widget.is-straight h2,
.is-info.followers-widget.is-straight h2,
.is-info.contact-widget.is-straight h2,
.is-info.avatar-list-widget.is-straight h2,
.is-info.call-widget.is-straight h2,
.is-info.social-buttons-widget.is-straight h2,
.is-info.creative-list-widget.is-straight h2,
.is-info.illustration-widget.illustration-widget-v3.is-straight h2,
.is-info.illustration-widget.illustration-widget-v2.is-straight h2,
.is-info.illustration-widget.illustration-widget-v1.is-straight h2,
.is-info.inbox-widget.is-straight h2,
.is-info.video-widget.is-straight h2,
.is-info.icon-list-widget.is-straight h2,
.is-info.search-widget.is-straight h2,
.is-info.stats-widget.is-straight h2,
.is-info.picker-widget.is-straight h2,
.is-info.list-widget.is-straight h2,
.is-info.image-widget.is-straight h2,
.is-info.tags-widget.is-straight h2,
.is-info.text-widget.is-straight h2,
.is-info.icon-toolbar-widget.is-straight h2,
.is-info.gauge-widget.is-straight h2,
.invoice-wrapper .invoice-body .is-info.invoice-card h2,
.promotion-page-wrapper .is-info.wrapper-outer h2,
.confirm-account-wrapper .wrapper-inner .is-info.action-box h2,
.promotion-page-wrapper .wrapper-inner .is-info.action-box h2,
.form-layout .is-info.form-outer h2,
.form-layout.is-separate .form-outer .form-body .form-section .is-info.form-section-inner h2,
.action-page-wrapper.action-page-v2 .is-info.wrapper-outer h2,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-info.action-box h2,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-info.action-box h2,
.saas-billing-wrapper .billing-options-wrapper .left .is-info.option-block h2,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-info.plan-inner h2,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-info.search-results-item h2,
.search-results-wrapper .search-results-body .is-info.filter-box h2,
.account-wrapper .is-info.account-box h2,
.profile-wrapper .profile-body .is-info.profile-card h2,
.project-details .project-details-inner .task-grid .is-info.task-card h2,
.project-details .project-details-inner .is-info.project-team-card h2,
.project-details .project-details-inner .is-info.side-card h2,
.project-details .project-details-inner .is-info.project-details-card h2,
.all-projects .project-grid .is-info.project-grid-item h2,
.is-info.color-card h2,
.is-info.demo-card h2,
.tile-grid.tile-grid-v3 .is-info.tile-grid-item h2,
.tile-grid.tile-grid-v2 .is-info.tile-grid-item h2,
.tile-grid.tile-grid-v1 .is-info.tile-grid-item h2,
.card-grid.card-grid-v4 .is-info.card-grid-item h2,
.card-grid.card-grid-v3 .is-info.card-grid-item h2,
.user-grid.user-grid-v4 .is-info.grid-item h2,
.user-grid.user-grid-v3 .is-info.grid-item h2,
.user-grid.user-grid-v1 .is-info.grid-item h2,
.user-grid.user-grid-v2 .is-info.grid-item h2,
.list-view.list-view-v2 .is-info.list-view-item h2,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-info.dashboard-tile h2,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-info.overview-card h2,
.business-dashboard.company-dashboard .is-info.dashboard-card h2,
.business-dashboard.flights-dashboard .is-info.filters-card h2,
.business-dashboard.flights-dashboard .is-info.company-card h2,
.business-dashboard.flights-dashboard .flights .is-info.flight-card h2,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-info.flight-summary h2,
.business-dashboard.flights-dashboard .is-info.booking-bar-wrapper h2,
.banking-dashboard.banking-dashboard-v3 .is-info.dashboard-card h2,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-info.dashboard-tile h2,
.banking-dashboard.banking-dashboard-v2 .is-info.dashboard-card h2,
.banking-dashboard.banking-dashboard-v1 .is-info.dashboard-card h2,
.finance-dashboard.sales-dashboard .is-info.dashboard-card h2,
.finance-dashboard.sales-dashboard .spark-tiles .is-info.spark-tile h2,
.finance-dashboard.analytics-dashboard .is-info.dashboard-card h2,
.finance-dashboard.analytics-dashboard .is-info.dashboard-tile h2,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-card h2,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-header h2,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-info.dashboard-card h2,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-info.content-wrap h2,
.is-info.collapse h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.team-card h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.project-card h2,
.s-card.is-info h3,
.is-info.stat-widget.is-straight h3,
.is-info.cart-widget.is-straight h3,
.is-info.followers-widget.is-straight h3,
.is-info.contact-widget.is-straight h3,
.is-info.avatar-list-widget.is-straight h3,
.is-info.call-widget.is-straight h3,
.is-info.social-buttons-widget.is-straight h3,
.is-info.creative-list-widget.is-straight h3,
.is-info.illustration-widget.illustration-widget-v3.is-straight h3,
.is-info.illustration-widget.illustration-widget-v2.is-straight h3,
.is-info.illustration-widget.illustration-widget-v1.is-straight h3,
.is-info.inbox-widget.is-straight h3,
.is-info.video-widget.is-straight h3,
.is-info.icon-list-widget.is-straight h3,
.is-info.search-widget.is-straight h3,
.is-info.stats-widget.is-straight h3,
.is-info.picker-widget.is-straight h3,
.is-info.list-widget.is-straight h3,
.is-info.image-widget.is-straight h3,
.is-info.tags-widget.is-straight h3,
.is-info.text-widget.is-straight h3,
.is-info.icon-toolbar-widget.is-straight h3,
.is-info.gauge-widget.is-straight h3,
.invoice-wrapper .invoice-body .is-info.invoice-card h3,
.promotion-page-wrapper .is-info.wrapper-outer h3,
.confirm-account-wrapper .wrapper-inner .is-info.action-box h3,
.promotion-page-wrapper .wrapper-inner .is-info.action-box h3,
.form-layout .is-info.form-outer h3,
.form-layout.is-separate .form-outer .form-body .form-section .is-info.form-section-inner h3,
.action-page-wrapper.action-page-v2 .is-info.wrapper-outer h3,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-info.action-box h3,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-info.action-box h3,
.saas-billing-wrapper .billing-options-wrapper .left .is-info.option-block h3,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-info.plan-inner h3,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-info.search-results-item h3,
.search-results-wrapper .search-results-body .is-info.filter-box h3,
.account-wrapper .is-info.account-box h3,
.profile-wrapper .profile-body .is-info.profile-card h3,
.project-details .project-details-inner .task-grid .is-info.task-card h3,
.project-details .project-details-inner .is-info.project-team-card h3,
.project-details .project-details-inner .is-info.side-card h3,
.project-details .project-details-inner .is-info.project-details-card h3,
.all-projects .project-grid .is-info.project-grid-item h3,
.is-info.color-card h3,
.is-info.demo-card h3,
.tile-grid.tile-grid-v3 .is-info.tile-grid-item h3,
.tile-grid.tile-grid-v2 .is-info.tile-grid-item h3,
.tile-grid.tile-grid-v1 .is-info.tile-grid-item h3,
.card-grid.card-grid-v4 .is-info.card-grid-item h3,
.card-grid.card-grid-v3 .is-info.card-grid-item h3,
.user-grid.user-grid-v4 .is-info.grid-item h3,
.user-grid.user-grid-v3 .is-info.grid-item h3,
.user-grid.user-grid-v1 .is-info.grid-item h3,
.user-grid.user-grid-v2 .is-info.grid-item h3,
.list-view.list-view-v2 .is-info.list-view-item h3,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-info.dashboard-tile h3,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-info.overview-card h3,
.business-dashboard.company-dashboard .is-info.dashboard-card h3,
.business-dashboard.flights-dashboard .is-info.filters-card h3,
.business-dashboard.flights-dashboard .is-info.company-card h3,
.business-dashboard.flights-dashboard .flights .is-info.flight-card h3,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-info.flight-summary h3,
.business-dashboard.flights-dashboard .is-info.booking-bar-wrapper h3,
.banking-dashboard.banking-dashboard-v3 .is-info.dashboard-card h3,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-info.dashboard-tile h3,
.banking-dashboard.banking-dashboard-v2 .is-info.dashboard-card h3,
.banking-dashboard.banking-dashboard-v1 .is-info.dashboard-card h3,
.finance-dashboard.sales-dashboard .is-info.dashboard-card h3,
.finance-dashboard.sales-dashboard .spark-tiles .is-info.spark-tile h3,
.finance-dashboard.analytics-dashboard .is-info.dashboard-card h3,
.finance-dashboard.analytics-dashboard .is-info.dashboard-tile h3,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-card h3,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-header h3,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-info.dashboard-card h3,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-info.content-wrap h3,
.is-info.collapse h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.team-card h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.project-card h3,
.s-card.is-info h4,
.is-info.stat-widget.is-straight h4,
.is-info.cart-widget.is-straight h4,
.is-info.followers-widget.is-straight h4,
.is-info.contact-widget.is-straight h4,
.is-info.avatar-list-widget.is-straight h4,
.is-info.call-widget.is-straight h4,
.is-info.social-buttons-widget.is-straight h4,
.is-info.creative-list-widget.is-straight h4,
.is-info.illustration-widget.illustration-widget-v3.is-straight h4,
.is-info.illustration-widget.illustration-widget-v2.is-straight h4,
.is-info.illustration-widget.illustration-widget-v1.is-straight h4,
.is-info.inbox-widget.is-straight h4,
.is-info.video-widget.is-straight h4,
.is-info.icon-list-widget.is-straight h4,
.is-info.search-widget.is-straight h4,
.is-info.stats-widget.is-straight h4,
.is-info.picker-widget.is-straight h4,
.is-info.list-widget.is-straight h4,
.is-info.image-widget.is-straight h4,
.is-info.tags-widget.is-straight h4,
.is-info.text-widget.is-straight h4,
.is-info.icon-toolbar-widget.is-straight h4,
.is-info.gauge-widget.is-straight h4,
.invoice-wrapper .invoice-body .is-info.invoice-card h4,
.promotion-page-wrapper .is-info.wrapper-outer h4,
.confirm-account-wrapper .wrapper-inner .is-info.action-box h4,
.promotion-page-wrapper .wrapper-inner .is-info.action-box h4,
.form-layout .is-info.form-outer h4,
.form-layout.is-separate .form-outer .form-body .form-section .is-info.form-section-inner h4,
.action-page-wrapper.action-page-v2 .is-info.wrapper-outer h4,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-info.action-box h4,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-info.action-box h4,
.saas-billing-wrapper .billing-options-wrapper .left .is-info.option-block h4,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-info.plan-inner h4,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-info.search-results-item h4,
.search-results-wrapper .search-results-body .is-info.filter-box h4,
.account-wrapper .is-info.account-box h4,
.profile-wrapper .profile-body .is-info.profile-card h4,
.project-details .project-details-inner .task-grid .is-info.task-card h4,
.project-details .project-details-inner .is-info.project-team-card h4,
.project-details .project-details-inner .is-info.side-card h4,
.project-details .project-details-inner .is-info.project-details-card h4,
.all-projects .project-grid .is-info.project-grid-item h4,
.is-info.color-card h4,
.is-info.demo-card h4,
.tile-grid.tile-grid-v3 .is-info.tile-grid-item h4,
.tile-grid.tile-grid-v2 .is-info.tile-grid-item h4,
.tile-grid.tile-grid-v1 .is-info.tile-grid-item h4,
.card-grid.card-grid-v4 .is-info.card-grid-item h4,
.card-grid.card-grid-v3 .is-info.card-grid-item h4,
.user-grid.user-grid-v4 .is-info.grid-item h4,
.user-grid.user-grid-v3 .is-info.grid-item h4,
.user-grid.user-grid-v1 .is-info.grid-item h4,
.user-grid.user-grid-v2 .is-info.grid-item h4,
.list-view.list-view-v2 .is-info.list-view-item h4,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-info.dashboard-tile h4,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-info.overview-card h4,
.business-dashboard.company-dashboard .is-info.dashboard-card h4,
.business-dashboard.flights-dashboard .is-info.filters-card h4,
.business-dashboard.flights-dashboard .is-info.company-card h4,
.business-dashboard.flights-dashboard .flights .is-info.flight-card h4,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-info.flight-summary h4,
.business-dashboard.flights-dashboard .is-info.booking-bar-wrapper h4,
.banking-dashboard.banking-dashboard-v3 .is-info.dashboard-card h4,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-info.dashboard-tile h4,
.banking-dashboard.banking-dashboard-v2 .is-info.dashboard-card h4,
.banking-dashboard.banking-dashboard-v1 .is-info.dashboard-card h4,
.finance-dashboard.sales-dashboard .is-info.dashboard-card h4,
.finance-dashboard.sales-dashboard .spark-tiles .is-info.spark-tile h4,
.finance-dashboard.analytics-dashboard .is-info.dashboard-card h4,
.finance-dashboard.analytics-dashboard .is-info.dashboard-tile h4,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-card h4,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-header h4,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-info.dashboard-card h4,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-info.content-wrap h4,
.is-info.collapse h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.team-card h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.project-card h4,
.s-card.is-info p,
.is-info.stat-widget.is-straight p,
.is-info.cart-widget.is-straight p,
.is-info.followers-widget.is-straight p,
.is-info.contact-widget.is-straight p,
.is-info.avatar-list-widget.is-straight p,
.is-info.call-widget.is-straight p,
.is-info.social-buttons-widget.is-straight p,
.is-info.creative-list-widget.is-straight p,
.is-info.illustration-widget.illustration-widget-v3.is-straight p,
.is-info.illustration-widget.illustration-widget-v2.is-straight p,
.is-info.illustration-widget.illustration-widget-v1.is-straight p,
.is-info.inbox-widget.is-straight p,
.is-info.video-widget.is-straight p,
.is-info.icon-list-widget.is-straight p,
.is-info.search-widget.is-straight p,
.is-info.stats-widget.is-straight p,
.is-info.picker-widget.is-straight p,
.is-info.list-widget.is-straight p,
.is-info.image-widget.is-straight p,
.is-info.tags-widget.is-straight p,
.is-info.text-widget.is-straight p,
.is-info.icon-toolbar-widget.is-straight p,
.is-info.gauge-widget.is-straight p,
.invoice-wrapper .invoice-body .is-info.invoice-card p,
.promotion-page-wrapper .is-info.wrapper-outer p,
.confirm-account-wrapper .wrapper-inner .is-info.action-box p,
.promotion-page-wrapper .wrapper-inner .is-info.action-box p,
.form-layout .is-info.form-outer p,
.form-layout.is-separate .form-outer .form-body .form-section .is-info.form-section-inner p,
.action-page-wrapper.action-page-v2 .is-info.wrapper-outer p,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-info.action-box p,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-info.action-box p,
.saas-billing-wrapper .billing-options-wrapper .left .is-info.option-block p,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-info.plan-inner p,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-info.search-results-item p,
.search-results-wrapper .search-results-body .is-info.filter-box p,
.account-wrapper .is-info.account-box p,
.profile-wrapper .profile-body .is-info.profile-card p,
.project-details .project-details-inner .task-grid .is-info.task-card p,
.project-details .project-details-inner .is-info.project-team-card p,
.project-details .project-details-inner .is-info.side-card p,
.project-details .project-details-inner .is-info.project-details-card p,
.all-projects .project-grid .is-info.project-grid-item p,
.is-info.color-card p,
.is-info.demo-card p,
.tile-grid.tile-grid-v3 .is-info.tile-grid-item p,
.tile-grid.tile-grid-v2 .is-info.tile-grid-item p,
.tile-grid.tile-grid-v1 .is-info.tile-grid-item p,
.card-grid.card-grid-v4 .is-info.card-grid-item p,
.card-grid.card-grid-v3 .is-info.card-grid-item p,
.user-grid.user-grid-v4 .is-info.grid-item p,
.user-grid.user-grid-v3 .is-info.grid-item p,
.user-grid.user-grid-v1 .is-info.grid-item p,
.user-grid.user-grid-v2 .is-info.grid-item p,
.list-view.list-view-v2 .is-info.list-view-item p,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-info.dashboard-tile p,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-info.overview-card p,
.business-dashboard.company-dashboard .is-info.dashboard-card p,
.business-dashboard.flights-dashboard .is-info.filters-card p,
.business-dashboard.flights-dashboard .is-info.company-card p,
.business-dashboard.flights-dashboard .flights .is-info.flight-card p,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-info.flight-summary p,
.business-dashboard.flights-dashboard .is-info.booking-bar-wrapper p,
.banking-dashboard.banking-dashboard-v3 .is-info.dashboard-card p,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-info.dashboard-tile p,
.banking-dashboard.banking-dashboard-v2 .is-info.dashboard-card p,
.banking-dashboard.banking-dashboard-v1 .is-info.dashboard-card p,
.finance-dashboard.sales-dashboard .is-info.dashboard-card p,
.finance-dashboard.sales-dashboard .spark-tiles .is-info.spark-tile p,
.finance-dashboard.analytics-dashboard .is-info.dashboard-card p,
.finance-dashboard.analytics-dashboard .is-info.dashboard-tile p,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-card p,
.personal-dashboard.personal-dashboard-v2 .is-info.dashboard-header p,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-info.dashboard-card p,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-info.content-wrap p,
.is-info.collapse p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.team-card p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-info.project-card p,
.l-card.is-info .title,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-info.edit-box .title,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-info.uploader-actions .title,
.wizard-v1-wrapper .step-content .wizard-types .is-info.wizard-card .title,
.is-info.stat-widget .title,
.is-info.cart-widget .title,
.is-info.followers-widget .title,
.is-info.contact-widget .title,
.is-info.avatar-list-widget .title,
.is-info.call-widget .title,
.is-info.social-buttons-widget .title,
.is-info.creative-list-widget .title,
.is-info.illustration-widget.illustration-widget-v3 .title,
.is-info.illustration-widget.illustration-widget-v2 .title,
.is-info.illustration-widget.illustration-widget-v1 .title,
.is-info.inbox-widget .title,
.is-info.video-widget .title,
.is-info.icon-list-widget .title,
.is-info.search-widget .title,
.is-info.stats-widget .title,
.is-info.picker-widget .title,
.is-info.list-widget .title,
.is-info.image-widget .title,
.calendar-widget .calendar-widget-inner .is-info.calendar-square .title,
.is-info.tags-widget .title,
.is-info.text-widget .title,
.is-info.icon-toolbar-widget .title,
.is-info.gauge-widget .title,
.food-delivery-dashboard .left .left-body .restaurants-list .is-info.restaurants-list-item .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.matches-card .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.leagues .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.live-match .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.updates .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.featured-authors .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-info.writing-stat .title,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-info.dashboard-card .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-info.media-flex-center .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-info.long-card .title,
.business-dashboard.jobs-dashboard .main-container .is-info.job-card .title,
.business-dashboard.course-dashboard .course-grid .is-info.course-card .title,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-info.grid-item .title,
.personal-dashboard.personal-dashboard-v3 .is-info.dashboard-card .title,
.boxed-features .is-info.flex-card .title,
.l-card.is-info .subtitle,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-info.edit-box .subtitle,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-info.uploader-actions .subtitle,
.wizard-v1-wrapper .step-content .wizard-types .is-info.wizard-card .subtitle,
.is-info.stat-widget .subtitle,
.is-info.cart-widget .subtitle,
.is-info.followers-widget .subtitle,
.is-info.contact-widget .subtitle,
.is-info.avatar-list-widget .subtitle,
.is-info.call-widget .subtitle,
.is-info.social-buttons-widget .subtitle,
.is-info.creative-list-widget .subtitle,
.is-info.illustration-widget.illustration-widget-v3 .subtitle,
.is-info.illustration-widget.illustration-widget-v2 .subtitle,
.is-info.illustration-widget.illustration-widget-v1 .subtitle,
.is-info.inbox-widget .subtitle,
.is-info.video-widget .subtitle,
.is-info.icon-list-widget .subtitle,
.is-info.search-widget .subtitle,
.is-info.stats-widget .subtitle,
.is-info.picker-widget .subtitle,
.is-info.list-widget .subtitle,
.is-info.image-widget .subtitle,
.calendar-widget .calendar-widget-inner .is-info.calendar-square .subtitle,
.is-info.tags-widget .subtitle,
.is-info.text-widget .subtitle,
.is-info.icon-toolbar-widget .subtitle,
.is-info.gauge-widget .subtitle,
.food-delivery-dashboard .left .left-body .restaurants-list .is-info.restaurants-list-item .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.matches-card .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.leagues .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.live-match .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.updates .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.featured-authors .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-info.writing-stat .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-info.dashboard-card .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-info.media-flex-center .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-info.long-card .subtitle,
.business-dashboard.jobs-dashboard .main-container .is-info.job-card .subtitle,
.business-dashboard.course-dashboard .course-grid .is-info.course-card .subtitle,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-info.grid-item .subtitle,
.personal-dashboard.personal-dashboard-v3 .is-info.dashboard-card .subtitle,
.boxed-features .is-info.flex-card .subtitle,
.l-card.is-info h1,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-info.edit-box h1,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-info.uploader-actions h1,
.wizard-v1-wrapper .step-content .wizard-types .is-info.wizard-card h1,
.is-info.stat-widget h1,
.is-info.cart-widget h1,
.is-info.followers-widget h1,
.is-info.contact-widget h1,
.is-info.avatar-list-widget h1,
.is-info.call-widget h1,
.is-info.social-buttons-widget h1,
.is-info.creative-list-widget h1,
.is-info.illustration-widget.illustration-widget-v3 h1,
.is-info.illustration-widget.illustration-widget-v2 h1,
.is-info.illustration-widget.illustration-widget-v1 h1,
.is-info.inbox-widget h1,
.is-info.video-widget h1,
.is-info.icon-list-widget h1,
.is-info.search-widget h1,
.is-info.stats-widget h1,
.is-info.picker-widget h1,
.is-info.list-widget h1,
.is-info.image-widget h1,
.calendar-widget .calendar-widget-inner .is-info.calendar-square h1,
.is-info.tags-widget h1,
.is-info.text-widget h1,
.is-info.icon-toolbar-widget h1,
.is-info.gauge-widget h1,
.food-delivery-dashboard .left .left-body .restaurants-list .is-info.restaurants-list-item h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.matches-card h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.leagues h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.live-match h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.updates h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.featured-authors h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-info.writing-stat h1,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-info.dashboard-card h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-info.media-flex-center h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-info.long-card h1,
.business-dashboard.jobs-dashboard .main-container .is-info.job-card h1,
.business-dashboard.course-dashboard .course-grid .is-info.course-card h1,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-info.grid-item h1,
.personal-dashboard.personal-dashboard-v3 .is-info.dashboard-card h1,
.boxed-features .is-info.flex-card h1,
.l-card.is-info h2,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-info.edit-box h2,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-info.uploader-actions h2,
.wizard-v1-wrapper .step-content .wizard-types .is-info.wizard-card h2,
.is-info.stat-widget h2,
.is-info.cart-widget h2,
.is-info.followers-widget h2,
.is-info.contact-widget h2,
.is-info.avatar-list-widget h2,
.is-info.call-widget h2,
.is-info.social-buttons-widget h2,
.is-info.creative-list-widget h2,
.is-info.illustration-widget.illustration-widget-v3 h2,
.is-info.illustration-widget.illustration-widget-v2 h2,
.is-info.illustration-widget.illustration-widget-v1 h2,
.is-info.inbox-widget h2,
.is-info.video-widget h2,
.is-info.icon-list-widget h2,
.is-info.search-widget h2,
.is-info.stats-widget h2,
.is-info.picker-widget h2,
.is-info.list-widget h2,
.is-info.image-widget h2,
.calendar-widget .calendar-widget-inner .is-info.calendar-square h2,
.is-info.tags-widget h2,
.is-info.text-widget h2,
.is-info.icon-toolbar-widget h2,
.is-info.gauge-widget h2,
.food-delivery-dashboard .left .left-body .restaurants-list .is-info.restaurants-list-item h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.matches-card h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.leagues h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.live-match h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.updates h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.featured-authors h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-info.writing-stat h2,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-info.dashboard-card h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-info.media-flex-center h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-info.long-card h2,
.business-dashboard.jobs-dashboard .main-container .is-info.job-card h2,
.business-dashboard.course-dashboard .course-grid .is-info.course-card h2,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-info.grid-item h2,
.personal-dashboard.personal-dashboard-v3 .is-info.dashboard-card h2,
.boxed-features .is-info.flex-card h2,
.l-card.is-info h3,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-info.edit-box h3,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-info.uploader-actions h3,
.wizard-v1-wrapper .step-content .wizard-types .is-info.wizard-card h3,
.is-info.stat-widget h3,
.is-info.cart-widget h3,
.is-info.followers-widget h3,
.is-info.contact-widget h3,
.is-info.avatar-list-widget h3,
.is-info.call-widget h3,
.is-info.social-buttons-widget h3,
.is-info.creative-list-widget h3,
.is-info.illustration-widget.illustration-widget-v3 h3,
.is-info.illustration-widget.illustration-widget-v2 h3,
.is-info.illustration-widget.illustration-widget-v1 h3,
.is-info.inbox-widget h3,
.is-info.video-widget h3,
.is-info.icon-list-widget h3,
.is-info.search-widget h3,
.is-info.stats-widget h3,
.is-info.picker-widget h3,
.is-info.list-widget h3,
.is-info.image-widget h3,
.calendar-widget .calendar-widget-inner .is-info.calendar-square h3,
.is-info.tags-widget h3,
.is-info.text-widget h3,
.is-info.icon-toolbar-widget h3,
.is-info.gauge-widget h3,
.food-delivery-dashboard .left .left-body .restaurants-list .is-info.restaurants-list-item h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.matches-card h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.leagues h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.live-match h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.updates h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.featured-authors h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-info.writing-stat h3,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-info.dashboard-card h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-info.media-flex-center h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-info.long-card h3,
.business-dashboard.jobs-dashboard .main-container .is-info.job-card h3,
.business-dashboard.course-dashboard .course-grid .is-info.course-card h3,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-info.grid-item h3,
.personal-dashboard.personal-dashboard-v3 .is-info.dashboard-card h3,
.boxed-features .is-info.flex-card h3,
.l-card.is-info h4,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-info.edit-box h4,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-info.uploader-actions h4,
.wizard-v1-wrapper .step-content .wizard-types .is-info.wizard-card h4,
.is-info.stat-widget h4,
.is-info.cart-widget h4,
.is-info.followers-widget h4,
.is-info.contact-widget h4,
.is-info.avatar-list-widget h4,
.is-info.call-widget h4,
.is-info.social-buttons-widget h4,
.is-info.creative-list-widget h4,
.is-info.illustration-widget.illustration-widget-v3 h4,
.is-info.illustration-widget.illustration-widget-v2 h4,
.is-info.illustration-widget.illustration-widget-v1 h4,
.is-info.inbox-widget h4,
.is-info.video-widget h4,
.is-info.icon-list-widget h4,
.is-info.search-widget h4,
.is-info.stats-widget h4,
.is-info.picker-widget h4,
.is-info.list-widget h4,
.is-info.image-widget h4,
.calendar-widget .calendar-widget-inner .is-info.calendar-square h4,
.is-info.tags-widget h4,
.is-info.text-widget h4,
.is-info.icon-toolbar-widget h4,
.is-info.gauge-widget h4,
.food-delivery-dashboard .left .left-body .restaurants-list .is-info.restaurants-list-item h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.matches-card h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.leagues h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.live-match h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.updates h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.featured-authors h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-info.writing-stat h4,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-info.dashboard-card h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-info.media-flex-center h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-info.long-card h4,
.business-dashboard.jobs-dashboard .main-container .is-info.job-card h4,
.business-dashboard.course-dashboard .course-grid .is-info.course-card h4,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-info.grid-item h4,
.personal-dashboard.personal-dashboard-v3 .is-info.dashboard-card h4,
.boxed-features .is-info.flex-card h4,
.l-card.is-info p,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-info.edit-box p,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-info.uploader-actions p,
.wizard-v1-wrapper .step-content .wizard-types .is-info.wizard-card p,
.is-info.stat-widget p,
.is-info.cart-widget p,
.is-info.followers-widget p,
.is-info.contact-widget p,
.is-info.avatar-list-widget p,
.is-info.call-widget p,
.is-info.social-buttons-widget p,
.is-info.creative-list-widget p,
.is-info.illustration-widget.illustration-widget-v3 p,
.is-info.illustration-widget.illustration-widget-v2 p,
.is-info.illustration-widget.illustration-widget-v1 p,
.is-info.inbox-widget p,
.is-info.video-widget p,
.is-info.icon-list-widget p,
.is-info.search-widget p,
.is-info.stats-widget p,
.is-info.picker-widget p,
.is-info.list-widget p,
.is-info.image-widget p,
.calendar-widget .calendar-widget-inner .is-info.calendar-square p,
.is-info.tags-widget p,
.is-info.text-widget p,
.is-info.icon-toolbar-widget p,
.is-info.gauge-widget p,
.food-delivery-dashboard .left .left-body .restaurants-list .is-info.restaurants-list-item p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.matches-card p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.leagues p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-info.live-match p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.updates p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-info.featured-authors p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-info.writing-stat p,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-info.dashboard-card p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-info.media-flex-center p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-info.long-card p,
.business-dashboard.jobs-dashboard .main-container .is-info.job-card p,
.business-dashboard.course-dashboard .course-grid .is-info.course-card p,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-info.grid-item p,
.personal-dashboard.personal-dashboard-v3 .is-info.dashboard-card p,
.boxed-features .is-info.flex-card p {
	color: #fcfcfc !important
}

.r-card.is-success,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card,
.list-view.list-view-v4 .is-success.list-view-item,
.list-view.list-view-v3 .is-success.list-view-item,
.list-view.list-view-v1 .is-success.list-view-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-success.media-feed-item,
.finance-dashboard.stock-dashboard .is-success.stock-card,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-success.column-placeholder,
.s-card.is-success,
.is-success.stat-widget.is-straight,
.is-success.cart-widget.is-straight,
.is-success.followers-widget.is-straight,
.is-success.contact-widget.is-straight,
.is-success.avatar-list-widget.is-straight,
.is-success.call-widget.is-straight,
.is-success.social-buttons-widget.is-straight,
.is-success.creative-list-widget.is-straight,
.invoice-wrapper .invoice-body .is-success.invoice-card,
.promotion-page-wrapper .is-success.wrapper-outer,
.confirm-account-wrapper .wrapper-inner .is-success.action-box,
.promotion-page-wrapper .wrapper-inner .is-success.action-box,
.form-layout .is-success.form-outer,
.form-layout.is-separate .form-outer .form-body .form-section .is-success.form-section-inner,
.action-page-wrapper.action-page-v2 .is-success.wrapper-outer,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-success.action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-success.action-box,
.saas-billing-wrapper .billing-options-wrapper .left .is-success.option-block,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-success.plan-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-success.search-results-item,
.search-results-wrapper .search-results-body .is-success.filter-box,
.account-wrapper .is-success.account-box,
.profile-wrapper .profile-body .is-success.profile-card,
.project-details .project-details-inner .task-grid .is-success.task-card,
.project-details .project-details-inner .is-success.project-team-card,
.project-details .project-details-inner .is-success.side-card,
.project-details .project-details-inner .is-success.project-details-card,
.all-projects .project-grid .is-success.project-grid-item,
.is-success.color-card,
.is-success.demo-card,
.tile-grid.tile-grid-v3 .is-success.tile-grid-item,
.tile-grid.tile-grid-v2 .is-success.tile-grid-item,
.tile-grid.tile-grid-v1 .is-success.tile-grid-item,
.card-grid.card-grid-v4 .is-success.card-grid-item,
.card-grid.card-grid-v3 .is-success.card-grid-item,
.user-grid.user-grid-v4 .is-success.grid-item,
.user-grid.user-grid-v3 .is-success.grid-item,
.user-grid.user-grid-v1 .is-success.grid-item,
.user-grid.user-grid-v2 .is-success.grid-item,
.list-view.list-view-v2 .is-success.list-view-item,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-success.dashboard-tile,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-success.overview-card,
.business-dashboard.company-dashboard .is-success.dashboard-card,
.business-dashboard.flights-dashboard .is-success.filters-card,
.business-dashboard.flights-dashboard .is-success.company-card,
.business-dashboard.flights-dashboard .flights .is-success.flight-card,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-success.flight-summary,
.business-dashboard.flights-dashboard .is-success.booking-bar-wrapper,
.banking-dashboard.banking-dashboard-v3 .is-success.dashboard-card,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-success.dashboard-tile,
.banking-dashboard.banking-dashboard-v2 .is-success.dashboard-card,
.banking-dashboard.banking-dashboard-v1 .is-success.dashboard-card,
.finance-dashboard.sales-dashboard .is-success.dashboard-card,
.finance-dashboard.sales-dashboard .spark-tiles .is-success.spark-tile,
.finance-dashboard.analytics-dashboard .is-success.dashboard-card,
.finance-dashboard.analytics-dashboard .is-success.dashboard-tile,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-card,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-header,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-success.dashboard-card,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-success.content-wrap,
.is-success.collapse,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.project-card,
.l-card.is-success,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-success.edit-box,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-success.uploader-actions,
.wizard-v1-wrapper .step-content .wizard-types .is-success.wizard-card,
.is-success.stat-widget,
.is-success.cart-widget,
.is-success.followers-widget,
.is-success.contact-widget,
.is-success.avatar-list-widget,
.is-success.call-widget,
.is-success.social-buttons-widget,
.is-success.creative-list-widget,
.is-success.illustration-widget.illustration-widget-v3,
.is-success.illustration-widget.illustration-widget-v2,
.is-success.illustration-widget.illustration-widget-v1,
.is-success.inbox-widget,
.is-success.video-widget,
.is-success.icon-list-widget,
.is-success.search-widget,
.is-success.stats-widget,
.is-success.picker-widget,
.is-success.list-widget,
.is-success.image-widget,
.calendar-widget .calendar-widget-inner .is-success.calendar-square,
.is-success.tags-widget,
.is-success.text-widget,
.is-success.icon-toolbar-widget,
.is-success.gauge-widget,
.food-delivery-dashboard .left .left-body .restaurants-list .is-success.restaurants-list-item,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.live-match,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-success.writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-success.dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-success.media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-success.long-card,
.business-dashboard.jobs-dashboard .main-container .is-success.job-card,
.business-dashboard.course-dashboard .course-grid .is-success.course-card,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-success.grid-item,
.personal-dashboard.personal-dashboard-v3 .is-success.dashboard-card,
.boxed-features .is-success.flex-card {
	background: #06d6a0 !important;
	border-color: #06d6a0 !important
}

.r-card.is-success .title,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card .title,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card .title,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card .title,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card .title,
.list-view.list-view-v4 .is-success.list-view-item .title,
.list-view.list-view-v3 .is-success.list-view-item .title,
.list-view.list-view-v1 .is-success.list-view-item .title,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-success.media-feed-item .title,
.finance-dashboard.stock-dashboard .is-success.stock-card .title,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-success.column-placeholder .title,
.r-card.is-success .subtitle,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card .subtitle,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card .subtitle,
.list-view.list-view-v4 .is-success.list-view-item .subtitle,
.list-view.list-view-v3 .is-success.list-view-item .subtitle,
.list-view.list-view-v1 .is-success.list-view-item .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-success.media-feed-item .subtitle,
.finance-dashboard.stock-dashboard .is-success.stock-card .subtitle,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-success.column-placeholder .subtitle,
.r-card.is-success h1,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h1,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h1,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h1,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h1,
.list-view.list-view-v4 .is-success.list-view-item h1,
.list-view.list-view-v3 .is-success.list-view-item h1,
.list-view.list-view-v1 .is-success.list-view-item h1,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-success.media-feed-item h1,
.finance-dashboard.stock-dashboard .is-success.stock-card h1,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-success.column-placeholder h1,
.r-card.is-success h2,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h2,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h2,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h2,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h2,
.list-view.list-view-v4 .is-success.list-view-item h2,
.list-view.list-view-v3 .is-success.list-view-item h2,
.list-view.list-view-v1 .is-success.list-view-item h2,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-success.media-feed-item h2,
.finance-dashboard.stock-dashboard .is-success.stock-card h2,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-success.column-placeholder h2,
.r-card.is-success h3,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h3,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h3,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h3,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h3,
.list-view.list-view-v4 .is-success.list-view-item h3,
.list-view.list-view-v3 .is-success.list-view-item h3,
.list-view.list-view-v1 .is-success.list-view-item h3,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-success.media-feed-item h3,
.finance-dashboard.stock-dashboard .is-success.stock-card h3,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-success.column-placeholder h3,
.r-card.is-success h4,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h4,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h4,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h4,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card h4,
.list-view.list-view-v4 .is-success.list-view-item h4,
.list-view.list-view-v3 .is-success.list-view-item h4,
.list-view.list-view-v1 .is-success.list-view-item h4,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-success.media-feed-item h4,
.finance-dashboard.stock-dashboard .is-success.stock-card h4,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-success.column-placeholder h4,
.r-card.is-success p,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card p,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card p,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card p,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-success.onboarding-card p,
.list-view.list-view-v4 .is-success.list-view-item p,
.list-view.list-view-v3 .is-success.list-view-item p,
.list-view.list-view-v1 .is-success.list-view-item p,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-success.media-feed-item p,
.finance-dashboard.stock-dashboard .is-success.stock-card p,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-success.column-placeholder p,
.s-card.is-success .title,
.is-success.stat-widget.is-straight .title,
.is-success.cart-widget.is-straight .title,
.is-success.followers-widget.is-straight .title,
.is-success.contact-widget.is-straight .title,
.is-success.avatar-list-widget.is-straight .title,
.is-success.call-widget.is-straight .title,
.is-success.social-buttons-widget.is-straight .title,
.is-success.creative-list-widget.is-straight .title,
.is-success.illustration-widget.illustration-widget-v3.is-straight .title,
.is-success.illustration-widget.illustration-widget-v2.is-straight .title,
.is-success.illustration-widget.illustration-widget-v1.is-straight .title,
.is-success.inbox-widget.is-straight .title,
.is-success.video-widget.is-straight .title,
.is-success.icon-list-widget.is-straight .title,
.is-success.search-widget.is-straight .title,
.is-success.stats-widget.is-straight .title,
.is-success.picker-widget.is-straight .title,
.is-success.list-widget.is-straight .title,
.is-success.image-widget.is-straight .title,
.is-success.tags-widget.is-straight .title,
.is-success.text-widget.is-straight .title,
.is-success.icon-toolbar-widget.is-straight .title,
.is-success.gauge-widget.is-straight .title,
.invoice-wrapper .invoice-body .is-success.invoice-card .title,
.promotion-page-wrapper .is-success.wrapper-outer .title,
.confirm-account-wrapper .wrapper-inner .is-success.action-box .title,
.promotion-page-wrapper .wrapper-inner .is-success.action-box .title,
.form-layout .is-success.form-outer .title,
.form-layout.is-separate .form-outer .form-body .form-section .is-success.form-section-inner .title,
.action-page-wrapper.action-page-v2 .is-success.wrapper-outer .title,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-success.action-box .title,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-success.action-box .title,
.saas-billing-wrapper .billing-options-wrapper .left .is-success.option-block .title,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-success.plan-inner .title,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-success.search-results-item .title,
.search-results-wrapper .search-results-body .is-success.filter-box .title,
.account-wrapper .is-success.account-box .title,
.profile-wrapper .profile-body .is-success.profile-card .title,
.project-details .project-details-inner .task-grid .is-success.task-card .title,
.project-details .project-details-inner .is-success.project-team-card .title,
.project-details .project-details-inner .is-success.side-card .title,
.project-details .project-details-inner .is-success.project-details-card .title,
.all-projects .project-grid .is-success.project-grid-item .title,
.is-success.color-card .title,
.is-success.demo-card .title,
.tile-grid.tile-grid-v3 .is-success.tile-grid-item .title,
.tile-grid.tile-grid-v2 .is-success.tile-grid-item .title,
.tile-grid.tile-grid-v1 .is-success.tile-grid-item .title,
.card-grid.card-grid-v4 .is-success.card-grid-item .title,
.card-grid.card-grid-v3 .is-success.card-grid-item .title,
.user-grid.user-grid-v4 .is-success.grid-item .title,
.user-grid.user-grid-v3 .is-success.grid-item .title,
.user-grid.user-grid-v1 .is-success.grid-item .title,
.user-grid.user-grid-v2 .is-success.grid-item .title,
.list-view.list-view-v2 .is-success.list-view-item .title,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-success.dashboard-tile .title,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-success.overview-card .title,
.business-dashboard.company-dashboard .is-success.dashboard-card .title,
.business-dashboard.flights-dashboard .is-success.filters-card .title,
.business-dashboard.flights-dashboard .is-success.company-card .title,
.business-dashboard.flights-dashboard .flights .is-success.flight-card .title,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-success.flight-summary .title,
.business-dashboard.flights-dashboard .is-success.booking-bar-wrapper .title,
.banking-dashboard.banking-dashboard-v3 .is-success.dashboard-card .title,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-success.dashboard-tile .title,
.banking-dashboard.banking-dashboard-v2 .is-success.dashboard-card .title,
.banking-dashboard.banking-dashboard-v1 .is-success.dashboard-card .title,
.finance-dashboard.sales-dashboard .is-success.dashboard-card .title,
.finance-dashboard.sales-dashboard .spark-tiles .is-success.spark-tile .title,
.finance-dashboard.analytics-dashboard .is-success.dashboard-card .title,
.finance-dashboard.analytics-dashboard .is-success.dashboard-tile .title,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-card .title,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-header .title,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-success.dashboard-card .title,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-success.content-wrap .title,
.is-success.collapse .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.team-card .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.project-card .title,
.s-card.is-success .subtitle,
.is-success.stat-widget.is-straight .subtitle,
.is-success.cart-widget.is-straight .subtitle,
.is-success.followers-widget.is-straight .subtitle,
.is-success.contact-widget.is-straight .subtitle,
.is-success.avatar-list-widget.is-straight .subtitle,
.is-success.call-widget.is-straight .subtitle,
.is-success.social-buttons-widget.is-straight .subtitle,
.is-success.creative-list-widget.is-straight .subtitle,
.is-success.illustration-widget.illustration-widget-v3.is-straight .subtitle,
.is-success.illustration-widget.illustration-widget-v2.is-straight .subtitle,
.is-success.illustration-widget.illustration-widget-v1.is-straight .subtitle,
.is-success.inbox-widget.is-straight .subtitle,
.is-success.video-widget.is-straight .subtitle,
.is-success.icon-list-widget.is-straight .subtitle,
.is-success.search-widget.is-straight .subtitle,
.is-success.stats-widget.is-straight .subtitle,
.is-success.picker-widget.is-straight .subtitle,
.is-success.list-widget.is-straight .subtitle,
.is-success.image-widget.is-straight .subtitle,
.is-success.tags-widget.is-straight .subtitle,
.is-success.text-widget.is-straight .subtitle,
.is-success.icon-toolbar-widget.is-straight .subtitle,
.is-success.gauge-widget.is-straight .subtitle,
.invoice-wrapper .invoice-body .is-success.invoice-card .subtitle,
.promotion-page-wrapper .is-success.wrapper-outer .subtitle,
.confirm-account-wrapper .wrapper-inner .is-success.action-box .subtitle,
.promotion-page-wrapper .wrapper-inner .is-success.action-box .subtitle,
.form-layout .is-success.form-outer .subtitle,
.form-layout.is-separate .form-outer .form-body .form-section .is-success.form-section-inner .subtitle,
.action-page-wrapper.action-page-v2 .is-success.wrapper-outer .subtitle,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-success.action-box .subtitle,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-success.action-box .subtitle,
.saas-billing-wrapper .billing-options-wrapper .left .is-success.option-block .subtitle,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-success.plan-inner .subtitle,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-success.search-results-item .subtitle,
.search-results-wrapper .search-results-body .is-success.filter-box .subtitle,
.account-wrapper .is-success.account-box .subtitle,
.profile-wrapper .profile-body .is-success.profile-card .subtitle,
.project-details .project-details-inner .task-grid .is-success.task-card .subtitle,
.project-details .project-details-inner .is-success.project-team-card .subtitle,
.project-details .project-details-inner .is-success.side-card .subtitle,
.project-details .project-details-inner .is-success.project-details-card .subtitle,
.all-projects .project-grid .is-success.project-grid-item .subtitle,
.is-success.color-card .subtitle,
.is-success.demo-card .subtitle,
.tile-grid.tile-grid-v3 .is-success.tile-grid-item .subtitle,
.tile-grid.tile-grid-v2 .is-success.tile-grid-item .subtitle,
.tile-grid.tile-grid-v1 .is-success.tile-grid-item .subtitle,
.card-grid.card-grid-v4 .is-success.card-grid-item .subtitle,
.card-grid.card-grid-v3 .is-success.card-grid-item .subtitle,
.user-grid.user-grid-v4 .is-success.grid-item .subtitle,
.user-grid.user-grid-v3 .is-success.grid-item .subtitle,
.user-grid.user-grid-v1 .is-success.grid-item .subtitle,
.user-grid.user-grid-v2 .is-success.grid-item .subtitle,
.list-view.list-view-v2 .is-success.list-view-item .subtitle,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-success.dashboard-tile .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-success.overview-card .subtitle,
.business-dashboard.company-dashboard .is-success.dashboard-card .subtitle,
.business-dashboard.flights-dashboard .is-success.filters-card .subtitle,
.business-dashboard.flights-dashboard .is-success.company-card .subtitle,
.business-dashboard.flights-dashboard .flights .is-success.flight-card .subtitle,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-success.flight-summary .subtitle,
.business-dashboard.flights-dashboard .is-success.booking-bar-wrapper .subtitle,
.banking-dashboard.banking-dashboard-v3 .is-success.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-success.dashboard-tile .subtitle,
.banking-dashboard.banking-dashboard-v2 .is-success.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v1 .is-success.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .is-success.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .spark-tiles .is-success.spark-tile .subtitle,
.finance-dashboard.analytics-dashboard .is-success.dashboard-card .subtitle,
.finance-dashboard.analytics-dashboard .is-success.dashboard-tile .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-card .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-header .subtitle,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-success.dashboard-card .subtitle,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-success.content-wrap .subtitle,
.is-success.collapse .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.team-card .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.project-card .subtitle,
.s-card.is-success h1,
.is-success.stat-widget.is-straight h1,
.is-success.cart-widget.is-straight h1,
.is-success.followers-widget.is-straight h1,
.is-success.contact-widget.is-straight h1,
.is-success.avatar-list-widget.is-straight h1,
.is-success.call-widget.is-straight h1,
.is-success.social-buttons-widget.is-straight h1,
.is-success.creative-list-widget.is-straight h1,
.is-success.illustration-widget.illustration-widget-v3.is-straight h1,
.is-success.illustration-widget.illustration-widget-v2.is-straight h1,
.is-success.illustration-widget.illustration-widget-v1.is-straight h1,
.is-success.inbox-widget.is-straight h1,
.is-success.video-widget.is-straight h1,
.is-success.icon-list-widget.is-straight h1,
.is-success.search-widget.is-straight h1,
.is-success.stats-widget.is-straight h1,
.is-success.picker-widget.is-straight h1,
.is-success.list-widget.is-straight h1,
.is-success.image-widget.is-straight h1,
.is-success.tags-widget.is-straight h1,
.is-success.text-widget.is-straight h1,
.is-success.icon-toolbar-widget.is-straight h1,
.is-success.gauge-widget.is-straight h1,
.invoice-wrapper .invoice-body .is-success.invoice-card h1,
.promotion-page-wrapper .is-success.wrapper-outer h1,
.confirm-account-wrapper .wrapper-inner .is-success.action-box h1,
.promotion-page-wrapper .wrapper-inner .is-success.action-box h1,
.form-layout .is-success.form-outer h1,
.form-layout.is-separate .form-outer .form-body .form-section .is-success.form-section-inner h1,
.action-page-wrapper.action-page-v2 .is-success.wrapper-outer h1,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-success.action-box h1,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-success.action-box h1,
.saas-billing-wrapper .billing-options-wrapper .left .is-success.option-block h1,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-success.plan-inner h1,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-success.search-results-item h1,
.search-results-wrapper .search-results-body .is-success.filter-box h1,
.account-wrapper .is-success.account-box h1,
.profile-wrapper .profile-body .is-success.profile-card h1,
.project-details .project-details-inner .task-grid .is-success.task-card h1,
.project-details .project-details-inner .is-success.project-team-card h1,
.project-details .project-details-inner .is-success.side-card h1,
.project-details .project-details-inner .is-success.project-details-card h1,
.all-projects .project-grid .is-success.project-grid-item h1,
.is-success.color-card h1,
.is-success.demo-card h1,
.tile-grid.tile-grid-v3 .is-success.tile-grid-item h1,
.tile-grid.tile-grid-v2 .is-success.tile-grid-item h1,
.tile-grid.tile-grid-v1 .is-success.tile-grid-item h1,
.card-grid.card-grid-v4 .is-success.card-grid-item h1,
.card-grid.card-grid-v3 .is-success.card-grid-item h1,
.user-grid.user-grid-v4 .is-success.grid-item h1,
.user-grid.user-grid-v3 .is-success.grid-item h1,
.user-grid.user-grid-v1 .is-success.grid-item h1,
.user-grid.user-grid-v2 .is-success.grid-item h1,
.list-view.list-view-v2 .is-success.list-view-item h1,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-success.dashboard-tile h1,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-success.overview-card h1,
.business-dashboard.company-dashboard .is-success.dashboard-card h1,
.business-dashboard.flights-dashboard .is-success.filters-card h1,
.business-dashboard.flights-dashboard .is-success.company-card h1,
.business-dashboard.flights-dashboard .flights .is-success.flight-card h1,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-success.flight-summary h1,
.business-dashboard.flights-dashboard .is-success.booking-bar-wrapper h1,
.banking-dashboard.banking-dashboard-v3 .is-success.dashboard-card h1,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-success.dashboard-tile h1,
.banking-dashboard.banking-dashboard-v2 .is-success.dashboard-card h1,
.banking-dashboard.banking-dashboard-v1 .is-success.dashboard-card h1,
.finance-dashboard.sales-dashboard .is-success.dashboard-card h1,
.finance-dashboard.sales-dashboard .spark-tiles .is-success.spark-tile h1,
.finance-dashboard.analytics-dashboard .is-success.dashboard-card h1,
.finance-dashboard.analytics-dashboard .is-success.dashboard-tile h1,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-card h1,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-header h1,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-success.dashboard-card h1,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-success.content-wrap h1,
.is-success.collapse h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.team-card h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.project-card h1,
.s-card.is-success h2,
.is-success.stat-widget.is-straight h2,
.is-success.cart-widget.is-straight h2,
.is-success.followers-widget.is-straight h2,
.is-success.contact-widget.is-straight h2,
.is-success.avatar-list-widget.is-straight h2,
.is-success.call-widget.is-straight h2,
.is-success.social-buttons-widget.is-straight h2,
.is-success.creative-list-widget.is-straight h2,
.is-success.illustration-widget.illustration-widget-v3.is-straight h2,
.is-success.illustration-widget.illustration-widget-v2.is-straight h2,
.is-success.illustration-widget.illustration-widget-v1.is-straight h2,
.is-success.inbox-widget.is-straight h2,
.is-success.video-widget.is-straight h2,
.is-success.icon-list-widget.is-straight h2,
.is-success.search-widget.is-straight h2,
.is-success.stats-widget.is-straight h2,
.is-success.picker-widget.is-straight h2,
.is-success.list-widget.is-straight h2,
.is-success.image-widget.is-straight h2,
.is-success.tags-widget.is-straight h2,
.is-success.text-widget.is-straight h2,
.is-success.icon-toolbar-widget.is-straight h2,
.is-success.gauge-widget.is-straight h2,
.invoice-wrapper .invoice-body .is-success.invoice-card h2,
.promotion-page-wrapper .is-success.wrapper-outer h2,
.confirm-account-wrapper .wrapper-inner .is-success.action-box h2,
.promotion-page-wrapper .wrapper-inner .is-success.action-box h2,
.form-layout .is-success.form-outer h2,
.form-layout.is-separate .form-outer .form-body .form-section .is-success.form-section-inner h2,
.action-page-wrapper.action-page-v2 .is-success.wrapper-outer h2,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-success.action-box h2,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-success.action-box h2,
.saas-billing-wrapper .billing-options-wrapper .left .is-success.option-block h2,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-success.plan-inner h2,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-success.search-results-item h2,
.search-results-wrapper .search-results-body .is-success.filter-box h2,
.account-wrapper .is-success.account-box h2,
.profile-wrapper .profile-body .is-success.profile-card h2,
.project-details .project-details-inner .task-grid .is-success.task-card h2,
.project-details .project-details-inner .is-success.project-team-card h2,
.project-details .project-details-inner .is-success.side-card h2,
.project-details .project-details-inner .is-success.project-details-card h2,
.all-projects .project-grid .is-success.project-grid-item h2,
.is-success.color-card h2,
.is-success.demo-card h2,
.tile-grid.tile-grid-v3 .is-success.tile-grid-item h2,
.tile-grid.tile-grid-v2 .is-success.tile-grid-item h2,
.tile-grid.tile-grid-v1 .is-success.tile-grid-item h2,
.card-grid.card-grid-v4 .is-success.card-grid-item h2,
.card-grid.card-grid-v3 .is-success.card-grid-item h2,
.user-grid.user-grid-v4 .is-success.grid-item h2,
.user-grid.user-grid-v3 .is-success.grid-item h2,
.user-grid.user-grid-v1 .is-success.grid-item h2,
.user-grid.user-grid-v2 .is-success.grid-item h2,
.list-view.list-view-v2 .is-success.list-view-item h2,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-success.dashboard-tile h2,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-success.overview-card h2,
.business-dashboard.company-dashboard .is-success.dashboard-card h2,
.business-dashboard.flights-dashboard .is-success.filters-card h2,
.business-dashboard.flights-dashboard .is-success.company-card h2,
.business-dashboard.flights-dashboard .flights .is-success.flight-card h2,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-success.flight-summary h2,
.business-dashboard.flights-dashboard .is-success.booking-bar-wrapper h2,
.banking-dashboard.banking-dashboard-v3 .is-success.dashboard-card h2,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-success.dashboard-tile h2,
.banking-dashboard.banking-dashboard-v2 .is-success.dashboard-card h2,
.banking-dashboard.banking-dashboard-v1 .is-success.dashboard-card h2,
.finance-dashboard.sales-dashboard .is-success.dashboard-card h2,
.finance-dashboard.sales-dashboard .spark-tiles .is-success.spark-tile h2,
.finance-dashboard.analytics-dashboard .is-success.dashboard-card h2,
.finance-dashboard.analytics-dashboard .is-success.dashboard-tile h2,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-card h2,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-header h2,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-success.dashboard-card h2,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-success.content-wrap h2,
.is-success.collapse h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.team-card h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.project-card h2,
.s-card.is-success h3,
.is-success.stat-widget.is-straight h3,
.is-success.cart-widget.is-straight h3,
.is-success.followers-widget.is-straight h3,
.is-success.contact-widget.is-straight h3,
.is-success.avatar-list-widget.is-straight h3,
.is-success.call-widget.is-straight h3,
.is-success.social-buttons-widget.is-straight h3,
.is-success.creative-list-widget.is-straight h3,
.is-success.illustration-widget.illustration-widget-v3.is-straight h3,
.is-success.illustration-widget.illustration-widget-v2.is-straight h3,
.is-success.illustration-widget.illustration-widget-v1.is-straight h3,
.is-success.inbox-widget.is-straight h3,
.is-success.video-widget.is-straight h3,
.is-success.icon-list-widget.is-straight h3,
.is-success.search-widget.is-straight h3,
.is-success.stats-widget.is-straight h3,
.is-success.picker-widget.is-straight h3,
.is-success.list-widget.is-straight h3,
.is-success.image-widget.is-straight h3,
.is-success.tags-widget.is-straight h3,
.is-success.text-widget.is-straight h3,
.is-success.icon-toolbar-widget.is-straight h3,
.is-success.gauge-widget.is-straight h3,
.invoice-wrapper .invoice-body .is-success.invoice-card h3,
.promotion-page-wrapper .is-success.wrapper-outer h3,
.confirm-account-wrapper .wrapper-inner .is-success.action-box h3,
.promotion-page-wrapper .wrapper-inner .is-success.action-box h3,
.form-layout .is-success.form-outer h3,
.form-layout.is-separate .form-outer .form-body .form-section .is-success.form-section-inner h3,
.action-page-wrapper.action-page-v2 .is-success.wrapper-outer h3,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-success.action-box h3,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-success.action-box h3,
.saas-billing-wrapper .billing-options-wrapper .left .is-success.option-block h3,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-success.plan-inner h3,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-success.search-results-item h3,
.search-results-wrapper .search-results-body .is-success.filter-box h3,
.account-wrapper .is-success.account-box h3,
.profile-wrapper .profile-body .is-success.profile-card h3,
.project-details .project-details-inner .task-grid .is-success.task-card h3,
.project-details .project-details-inner .is-success.project-team-card h3,
.project-details .project-details-inner .is-success.side-card h3,
.project-details .project-details-inner .is-success.project-details-card h3,
.all-projects .project-grid .is-success.project-grid-item h3,
.is-success.color-card h3,
.is-success.demo-card h3,
.tile-grid.tile-grid-v3 .is-success.tile-grid-item h3,
.tile-grid.tile-grid-v2 .is-success.tile-grid-item h3,
.tile-grid.tile-grid-v1 .is-success.tile-grid-item h3,
.card-grid.card-grid-v4 .is-success.card-grid-item h3,
.card-grid.card-grid-v3 .is-success.card-grid-item h3,
.user-grid.user-grid-v4 .is-success.grid-item h3,
.user-grid.user-grid-v3 .is-success.grid-item h3,
.user-grid.user-grid-v1 .is-success.grid-item h3,
.user-grid.user-grid-v2 .is-success.grid-item h3,
.list-view.list-view-v2 .is-success.list-view-item h3,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-success.dashboard-tile h3,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-success.overview-card h3,
.business-dashboard.company-dashboard .is-success.dashboard-card h3,
.business-dashboard.flights-dashboard .is-success.filters-card h3,
.business-dashboard.flights-dashboard .is-success.company-card h3,
.business-dashboard.flights-dashboard .flights .is-success.flight-card h3,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-success.flight-summary h3,
.business-dashboard.flights-dashboard .is-success.booking-bar-wrapper h3,
.banking-dashboard.banking-dashboard-v3 .is-success.dashboard-card h3,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-success.dashboard-tile h3,
.banking-dashboard.banking-dashboard-v2 .is-success.dashboard-card h3,
.banking-dashboard.banking-dashboard-v1 .is-success.dashboard-card h3,
.finance-dashboard.sales-dashboard .is-success.dashboard-card h3,
.finance-dashboard.sales-dashboard .spark-tiles .is-success.spark-tile h3,
.finance-dashboard.analytics-dashboard .is-success.dashboard-card h3,
.finance-dashboard.analytics-dashboard .is-success.dashboard-tile h3,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-card h3,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-header h3,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-success.dashboard-card h3,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-success.content-wrap h3,
.is-success.collapse h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.team-card h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.project-card h3,
.s-card.is-success h4,
.is-success.stat-widget.is-straight h4,
.is-success.cart-widget.is-straight h4,
.is-success.followers-widget.is-straight h4,
.is-success.contact-widget.is-straight h4,
.is-success.avatar-list-widget.is-straight h4,
.is-success.call-widget.is-straight h4,
.is-success.social-buttons-widget.is-straight h4,
.is-success.creative-list-widget.is-straight h4,
.is-success.illustration-widget.illustration-widget-v3.is-straight h4,
.is-success.illustration-widget.illustration-widget-v2.is-straight h4,
.is-success.illustration-widget.illustration-widget-v1.is-straight h4,
.is-success.inbox-widget.is-straight h4,
.is-success.video-widget.is-straight h4,
.is-success.icon-list-widget.is-straight h4,
.is-success.search-widget.is-straight h4,
.is-success.stats-widget.is-straight h4,
.is-success.picker-widget.is-straight h4,
.is-success.list-widget.is-straight h4,
.is-success.image-widget.is-straight h4,
.is-success.tags-widget.is-straight h4,
.is-success.text-widget.is-straight h4,
.is-success.icon-toolbar-widget.is-straight h4,
.is-success.gauge-widget.is-straight h4,
.invoice-wrapper .invoice-body .is-success.invoice-card h4,
.promotion-page-wrapper .is-success.wrapper-outer h4,
.confirm-account-wrapper .wrapper-inner .is-success.action-box h4,
.promotion-page-wrapper .wrapper-inner .is-success.action-box h4,
.form-layout .is-success.form-outer h4,
.form-layout.is-separate .form-outer .form-body .form-section .is-success.form-section-inner h4,
.action-page-wrapper.action-page-v2 .is-success.wrapper-outer h4,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-success.action-box h4,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-success.action-box h4,
.saas-billing-wrapper .billing-options-wrapper .left .is-success.option-block h4,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-success.plan-inner h4,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-success.search-results-item h4,
.search-results-wrapper .search-results-body .is-success.filter-box h4,
.account-wrapper .is-success.account-box h4,
.profile-wrapper .profile-body .is-success.profile-card h4,
.project-details .project-details-inner .task-grid .is-success.task-card h4,
.project-details .project-details-inner .is-success.project-team-card h4,
.project-details .project-details-inner .is-success.side-card h4,
.project-details .project-details-inner .is-success.project-details-card h4,
.all-projects .project-grid .is-success.project-grid-item h4,
.is-success.color-card h4,
.is-success.demo-card h4,
.tile-grid.tile-grid-v3 .is-success.tile-grid-item h4,
.tile-grid.tile-grid-v2 .is-success.tile-grid-item h4,
.tile-grid.tile-grid-v1 .is-success.tile-grid-item h4,
.card-grid.card-grid-v4 .is-success.card-grid-item h4,
.card-grid.card-grid-v3 .is-success.card-grid-item h4,
.user-grid.user-grid-v4 .is-success.grid-item h4,
.user-grid.user-grid-v3 .is-success.grid-item h4,
.user-grid.user-grid-v1 .is-success.grid-item h4,
.user-grid.user-grid-v2 .is-success.grid-item h4,
.list-view.list-view-v2 .is-success.list-view-item h4,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-success.dashboard-tile h4,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-success.overview-card h4,
.business-dashboard.company-dashboard .is-success.dashboard-card h4,
.business-dashboard.flights-dashboard .is-success.filters-card h4,
.business-dashboard.flights-dashboard .is-success.company-card h4,
.business-dashboard.flights-dashboard .flights .is-success.flight-card h4,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-success.flight-summary h4,
.business-dashboard.flights-dashboard .is-success.booking-bar-wrapper h4,
.banking-dashboard.banking-dashboard-v3 .is-success.dashboard-card h4,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-success.dashboard-tile h4,
.banking-dashboard.banking-dashboard-v2 .is-success.dashboard-card h4,
.banking-dashboard.banking-dashboard-v1 .is-success.dashboard-card h4,
.finance-dashboard.sales-dashboard .is-success.dashboard-card h4,
.finance-dashboard.sales-dashboard .spark-tiles .is-success.spark-tile h4,
.finance-dashboard.analytics-dashboard .is-success.dashboard-card h4,
.finance-dashboard.analytics-dashboard .is-success.dashboard-tile h4,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-card h4,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-header h4,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-success.dashboard-card h4,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-success.content-wrap h4,
.is-success.collapse h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.team-card h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.project-card h4,
.s-card.is-success p,
.is-success.stat-widget.is-straight p,
.is-success.cart-widget.is-straight p,
.is-success.followers-widget.is-straight p,
.is-success.contact-widget.is-straight p,
.is-success.avatar-list-widget.is-straight p,
.is-success.call-widget.is-straight p,
.is-success.social-buttons-widget.is-straight p,
.is-success.creative-list-widget.is-straight p,
.is-success.illustration-widget.illustration-widget-v3.is-straight p,
.is-success.illustration-widget.illustration-widget-v2.is-straight p,
.is-success.illustration-widget.illustration-widget-v1.is-straight p,
.is-success.inbox-widget.is-straight p,
.is-success.video-widget.is-straight p,
.is-success.icon-list-widget.is-straight p,
.is-success.search-widget.is-straight p,
.is-success.stats-widget.is-straight p,
.is-success.picker-widget.is-straight p,
.is-success.list-widget.is-straight p,
.is-success.image-widget.is-straight p,
.is-success.tags-widget.is-straight p,
.is-success.text-widget.is-straight p,
.is-success.icon-toolbar-widget.is-straight p,
.is-success.gauge-widget.is-straight p,
.invoice-wrapper .invoice-body .is-success.invoice-card p,
.promotion-page-wrapper .is-success.wrapper-outer p,
.confirm-account-wrapper .wrapper-inner .is-success.action-box p,
.promotion-page-wrapper .wrapper-inner .is-success.action-box p,
.form-layout .is-success.form-outer p,
.form-layout.is-separate .form-outer .form-body .form-section .is-success.form-section-inner p,
.action-page-wrapper.action-page-v2 .is-success.wrapper-outer p,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-success.action-box p,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-success.action-box p,
.saas-billing-wrapper .billing-options-wrapper .left .is-success.option-block p,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-success.plan-inner p,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-success.search-results-item p,
.search-results-wrapper .search-results-body .is-success.filter-box p,
.account-wrapper .is-success.account-box p,
.profile-wrapper .profile-body .is-success.profile-card p,
.project-details .project-details-inner .task-grid .is-success.task-card p,
.project-details .project-details-inner .is-success.project-team-card p,
.project-details .project-details-inner .is-success.side-card p,
.project-details .project-details-inner .is-success.project-details-card p,
.all-projects .project-grid .is-success.project-grid-item p,
.is-success.color-card p,
.is-success.demo-card p,
.tile-grid.tile-grid-v3 .is-success.tile-grid-item p,
.tile-grid.tile-grid-v2 .is-success.tile-grid-item p,
.tile-grid.tile-grid-v1 .is-success.tile-grid-item p,
.card-grid.card-grid-v4 .is-success.card-grid-item p,
.card-grid.card-grid-v3 .is-success.card-grid-item p,
.user-grid.user-grid-v4 .is-success.grid-item p,
.user-grid.user-grid-v3 .is-success.grid-item p,
.user-grid.user-grid-v1 .is-success.grid-item p,
.user-grid.user-grid-v2 .is-success.grid-item p,
.list-view.list-view-v2 .is-success.list-view-item p,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-success.dashboard-tile p,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-success.overview-card p,
.business-dashboard.company-dashboard .is-success.dashboard-card p,
.business-dashboard.flights-dashboard .is-success.filters-card p,
.business-dashboard.flights-dashboard .is-success.company-card p,
.business-dashboard.flights-dashboard .flights .is-success.flight-card p,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-success.flight-summary p,
.business-dashboard.flights-dashboard .is-success.booking-bar-wrapper p,
.banking-dashboard.banking-dashboard-v3 .is-success.dashboard-card p,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-success.dashboard-tile p,
.banking-dashboard.banking-dashboard-v2 .is-success.dashboard-card p,
.banking-dashboard.banking-dashboard-v1 .is-success.dashboard-card p,
.finance-dashboard.sales-dashboard .is-success.dashboard-card p,
.finance-dashboard.sales-dashboard .spark-tiles .is-success.spark-tile p,
.finance-dashboard.analytics-dashboard .is-success.dashboard-card p,
.finance-dashboard.analytics-dashboard .is-success.dashboard-tile p,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-card p,
.personal-dashboard.personal-dashboard-v2 .is-success.dashboard-header p,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-success.dashboard-card p,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-success.content-wrap p,
.is-success.collapse p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.team-card p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-success.project-card p,
.l-card.is-success .title,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-success.edit-box .title,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-success.uploader-actions .title,
.wizard-v1-wrapper .step-content .wizard-types .is-success.wizard-card .title,
.is-success.stat-widget .title,
.is-success.cart-widget .title,
.is-success.followers-widget .title,
.is-success.contact-widget .title,
.is-success.avatar-list-widget .title,
.is-success.call-widget .title,
.is-success.social-buttons-widget .title,
.is-success.creative-list-widget .title,
.is-success.illustration-widget.illustration-widget-v3 .title,
.is-success.illustration-widget.illustration-widget-v2 .title,
.is-success.illustration-widget.illustration-widget-v1 .title,
.is-success.inbox-widget .title,
.is-success.video-widget .title,
.is-success.icon-list-widget .title,
.is-success.search-widget .title,
.is-success.stats-widget .title,
.is-success.picker-widget .title,
.is-success.list-widget .title,
.is-success.image-widget .title,
.calendar-widget .calendar-widget-inner .is-success.calendar-square .title,
.is-success.tags-widget .title,
.is-success.text-widget .title,
.is-success.icon-toolbar-widget .title,
.is-success.gauge-widget .title,
.food-delivery-dashboard .left .left-body .restaurants-list .is-success.restaurants-list-item .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.matches-card .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.leagues .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.live-match .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.updates .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.featured-authors .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-success.writing-stat .title,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-success.dashboard-card .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-success.media-flex-center .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-success.long-card .title,
.business-dashboard.jobs-dashboard .main-container .is-success.job-card .title,
.business-dashboard.course-dashboard .course-grid .is-success.course-card .title,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-success.grid-item .title,
.personal-dashboard.personal-dashboard-v3 .is-success.dashboard-card .title,
.boxed-features .is-success.flex-card .title,
.l-card.is-success .subtitle,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-success.edit-box .subtitle,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-success.uploader-actions .subtitle,
.wizard-v1-wrapper .step-content .wizard-types .is-success.wizard-card .subtitle,
.is-success.stat-widget .subtitle,
.is-success.cart-widget .subtitle,
.is-success.followers-widget .subtitle,
.is-success.contact-widget .subtitle,
.is-success.avatar-list-widget .subtitle,
.is-success.call-widget .subtitle,
.is-success.social-buttons-widget .subtitle,
.is-success.creative-list-widget .subtitle,
.is-success.illustration-widget.illustration-widget-v3 .subtitle,
.is-success.illustration-widget.illustration-widget-v2 .subtitle,
.is-success.illustration-widget.illustration-widget-v1 .subtitle,
.is-success.inbox-widget .subtitle,
.is-success.video-widget .subtitle,
.is-success.icon-list-widget .subtitle,
.is-success.search-widget .subtitle,
.is-success.stats-widget .subtitle,
.is-success.picker-widget .subtitle,
.is-success.list-widget .subtitle,
.is-success.image-widget .subtitle,
.calendar-widget .calendar-widget-inner .is-success.calendar-square .subtitle,
.is-success.tags-widget .subtitle,
.is-success.text-widget .subtitle,
.is-success.icon-toolbar-widget .subtitle,
.is-success.gauge-widget .subtitle,
.food-delivery-dashboard .left .left-body .restaurants-list .is-success.restaurants-list-item .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.matches-card .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.leagues .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.live-match .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.updates .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.featured-authors .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-success.writing-stat .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-success.dashboard-card .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-success.media-flex-center .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-success.long-card .subtitle,
.business-dashboard.jobs-dashboard .main-container .is-success.job-card .subtitle,
.business-dashboard.course-dashboard .course-grid .is-success.course-card .subtitle,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-success.grid-item .subtitle,
.personal-dashboard.personal-dashboard-v3 .is-success.dashboard-card .subtitle,
.boxed-features .is-success.flex-card .subtitle,
.l-card.is-success h1,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-success.edit-box h1,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-success.uploader-actions h1,
.wizard-v1-wrapper .step-content .wizard-types .is-success.wizard-card h1,
.is-success.stat-widget h1,
.is-success.cart-widget h1,
.is-success.followers-widget h1,
.is-success.contact-widget h1,
.is-success.avatar-list-widget h1,
.is-success.call-widget h1,
.is-success.social-buttons-widget h1,
.is-success.creative-list-widget h1,
.is-success.illustration-widget.illustration-widget-v3 h1,
.is-success.illustration-widget.illustration-widget-v2 h1,
.is-success.illustration-widget.illustration-widget-v1 h1,
.is-success.inbox-widget h1,
.is-success.video-widget h1,
.is-success.icon-list-widget h1,
.is-success.search-widget h1,
.is-success.stats-widget h1,
.is-success.picker-widget h1,
.is-success.list-widget h1,
.is-success.image-widget h1,
.calendar-widget .calendar-widget-inner .is-success.calendar-square h1,
.is-success.tags-widget h1,
.is-success.text-widget h1,
.is-success.icon-toolbar-widget h1,
.is-success.gauge-widget h1,
.food-delivery-dashboard .left .left-body .restaurants-list .is-success.restaurants-list-item h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.matches-card h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.leagues h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.live-match h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.updates h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.featured-authors h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-success.writing-stat h1,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-success.dashboard-card h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-success.media-flex-center h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-success.long-card h1,
.business-dashboard.jobs-dashboard .main-container .is-success.job-card h1,
.business-dashboard.course-dashboard .course-grid .is-success.course-card h1,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-success.grid-item h1,
.personal-dashboard.personal-dashboard-v3 .is-success.dashboard-card h1,
.boxed-features .is-success.flex-card h1,
.l-card.is-success h2,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-success.edit-box h2,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-success.uploader-actions h2,
.wizard-v1-wrapper .step-content .wizard-types .is-success.wizard-card h2,
.is-success.stat-widget h2,
.is-success.cart-widget h2,
.is-success.followers-widget h2,
.is-success.contact-widget h2,
.is-success.avatar-list-widget h2,
.is-success.call-widget h2,
.is-success.social-buttons-widget h2,
.is-success.creative-list-widget h2,
.is-success.illustration-widget.illustration-widget-v3 h2,
.is-success.illustration-widget.illustration-widget-v2 h2,
.is-success.illustration-widget.illustration-widget-v1 h2,
.is-success.inbox-widget h2,
.is-success.video-widget h2,
.is-success.icon-list-widget h2,
.is-success.search-widget h2,
.is-success.stats-widget h2,
.is-success.picker-widget h2,
.is-success.list-widget h2,
.is-success.image-widget h2,
.calendar-widget .calendar-widget-inner .is-success.calendar-square h2,
.is-success.tags-widget h2,
.is-success.text-widget h2,
.is-success.icon-toolbar-widget h2,
.is-success.gauge-widget h2,
.food-delivery-dashboard .left .left-body .restaurants-list .is-success.restaurants-list-item h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.matches-card h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.leagues h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.live-match h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.updates h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.featured-authors h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-success.writing-stat h2,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-success.dashboard-card h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-success.media-flex-center h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-success.long-card h2,
.business-dashboard.jobs-dashboard .main-container .is-success.job-card h2,
.business-dashboard.course-dashboard .course-grid .is-success.course-card h2,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-success.grid-item h2,
.personal-dashboard.personal-dashboard-v3 .is-success.dashboard-card h2,
.boxed-features .is-success.flex-card h2,
.l-card.is-success h3,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-success.edit-box h3,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-success.uploader-actions h3,
.wizard-v1-wrapper .step-content .wizard-types .is-success.wizard-card h3,
.is-success.stat-widget h3,
.is-success.cart-widget h3,
.is-success.followers-widget h3,
.is-success.contact-widget h3,
.is-success.avatar-list-widget h3,
.is-success.call-widget h3,
.is-success.social-buttons-widget h3,
.is-success.creative-list-widget h3,
.is-success.illustration-widget.illustration-widget-v3 h3,
.is-success.illustration-widget.illustration-widget-v2 h3,
.is-success.illustration-widget.illustration-widget-v1 h3,
.is-success.inbox-widget h3,
.is-success.video-widget h3,
.is-success.icon-list-widget h3,
.is-success.search-widget h3,
.is-success.stats-widget h3,
.is-success.picker-widget h3,
.is-success.list-widget h3,
.is-success.image-widget h3,
.calendar-widget .calendar-widget-inner .is-success.calendar-square h3,
.is-success.tags-widget h3,
.is-success.text-widget h3,
.is-success.icon-toolbar-widget h3,
.is-success.gauge-widget h3,
.food-delivery-dashboard .left .left-body .restaurants-list .is-success.restaurants-list-item h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.matches-card h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.leagues h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.live-match h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.updates h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.featured-authors h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-success.writing-stat h3,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-success.dashboard-card h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-success.media-flex-center h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-success.long-card h3,
.business-dashboard.jobs-dashboard .main-container .is-success.job-card h3,
.business-dashboard.course-dashboard .course-grid .is-success.course-card h3,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-success.grid-item h3,
.personal-dashboard.personal-dashboard-v3 .is-success.dashboard-card h3,
.boxed-features .is-success.flex-card h3,
.l-card.is-success h4,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-success.edit-box h4,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-success.uploader-actions h4,
.wizard-v1-wrapper .step-content .wizard-types .is-success.wizard-card h4,
.is-success.stat-widget h4,
.is-success.cart-widget h4,
.is-success.followers-widget h4,
.is-success.contact-widget h4,
.is-success.avatar-list-widget h4,
.is-success.call-widget h4,
.is-success.social-buttons-widget h4,
.is-success.creative-list-widget h4,
.is-success.illustration-widget.illustration-widget-v3 h4,
.is-success.illustration-widget.illustration-widget-v2 h4,
.is-success.illustration-widget.illustration-widget-v1 h4,
.is-success.inbox-widget h4,
.is-success.video-widget h4,
.is-success.icon-list-widget h4,
.is-success.search-widget h4,
.is-success.stats-widget h4,
.is-success.picker-widget h4,
.is-success.list-widget h4,
.is-success.image-widget h4,
.calendar-widget .calendar-widget-inner .is-success.calendar-square h4,
.is-success.tags-widget h4,
.is-success.text-widget h4,
.is-success.icon-toolbar-widget h4,
.is-success.gauge-widget h4,
.food-delivery-dashboard .left .left-body .restaurants-list .is-success.restaurants-list-item h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.matches-card h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.leagues h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.live-match h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.updates h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.featured-authors h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-success.writing-stat h4,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-success.dashboard-card h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-success.media-flex-center h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-success.long-card h4,
.business-dashboard.jobs-dashboard .main-container .is-success.job-card h4,
.business-dashboard.course-dashboard .course-grid .is-success.course-card h4,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-success.grid-item h4,
.personal-dashboard.personal-dashboard-v3 .is-success.dashboard-card h4,
.boxed-features .is-success.flex-card h4,
.l-card.is-success p,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-success.edit-box p,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-success.uploader-actions p,
.wizard-v1-wrapper .step-content .wizard-types .is-success.wizard-card p,
.is-success.stat-widget p,
.is-success.cart-widget p,
.is-success.followers-widget p,
.is-success.contact-widget p,
.is-success.avatar-list-widget p,
.is-success.call-widget p,
.is-success.social-buttons-widget p,
.is-success.creative-list-widget p,
.is-success.illustration-widget.illustration-widget-v3 p,
.is-success.illustration-widget.illustration-widget-v2 p,
.is-success.illustration-widget.illustration-widget-v1 p,
.is-success.inbox-widget p,
.is-success.video-widget p,
.is-success.icon-list-widget p,
.is-success.search-widget p,
.is-success.stats-widget p,
.is-success.picker-widget p,
.is-success.list-widget p,
.is-success.image-widget p,
.calendar-widget .calendar-widget-inner .is-success.calendar-square p,
.is-success.tags-widget p,
.is-success.text-widget p,
.is-success.icon-toolbar-widget p,
.is-success.gauge-widget p,
.food-delivery-dashboard .left .left-body .restaurants-list .is-success.restaurants-list-item p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.matches-card p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.leagues p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-success.live-match p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.updates p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-success.featured-authors p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-success.writing-stat p,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-success.dashboard-card p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-success.media-flex-center p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-success.long-card p,
.business-dashboard.jobs-dashboard .main-container .is-success.job-card p,
.business-dashboard.course-dashboard .course-grid .is-success.course-card p,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-success.grid-item p,
.personal-dashboard.personal-dashboard-v3 .is-success.dashboard-card p,
.boxed-features .is-success.flex-card p {
	color: #fcfcfc !important
}

.r-card.is-warning,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card,
.list-view.list-view-v4 .is-warning.list-view-item,
.list-view.list-view-v3 .is-warning.list-view-item,
.list-view.list-view-v1 .is-warning.list-view-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-warning.media-feed-item,
.finance-dashboard.stock-dashboard .is-warning.stock-card,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-warning.column-placeholder,
.s-card.is-warning,
.is-warning.stat-widget.is-straight,
.is-warning.cart-widget.is-straight,
.is-warning.followers-widget.is-straight,
.is-warning.contact-widget.is-straight,
.is-warning.avatar-list-widget.is-straight,
.is-warning.call-widget.is-straight,
.is-warning.social-buttons-widget.is-straight,
.is-warning.creative-list-widget.is-straight,
.invoice-wrapper .invoice-body .is-warning.invoice-card,
.promotion-page-wrapper .is-warning.wrapper-outer,
.confirm-account-wrapper .wrapper-inner .is-warning.action-box,
.promotion-page-wrapper .wrapper-inner .is-warning.action-box,
.form-layout .is-warning.form-outer,
.form-layout.is-separate .form-outer .form-body .form-section .is-warning.form-section-inner,
.action-page-wrapper.action-page-v2 .is-warning.wrapper-outer,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-warning.action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-warning.action-box,
.saas-billing-wrapper .billing-options-wrapper .left .is-warning.option-block,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-warning.plan-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-warning.search-results-item,
.search-results-wrapper .search-results-body .is-warning.filter-box,
.account-wrapper .is-warning.account-box,
.profile-wrapper .profile-body .is-warning.profile-card,
.project-details .project-details-inner .task-grid .is-warning.task-card,
.project-details .project-details-inner .is-warning.project-team-card,
.project-details .project-details-inner .is-warning.side-card,
.project-details .project-details-inner .is-warning.project-details-card,
.all-projects .project-grid .is-warning.project-grid-item,
.is-warning.color-card,
.is-warning.demo-card,
.tile-grid.tile-grid-v3 .is-warning.tile-grid-item,
.tile-grid.tile-grid-v2 .is-warning.tile-grid-item,
.tile-grid.tile-grid-v1 .is-warning.tile-grid-item,
.card-grid.card-grid-v4 .is-warning.card-grid-item,
.card-grid.card-grid-v3 .is-warning.card-grid-item,
.user-grid.user-grid-v4 .is-warning.grid-item,
.user-grid.user-grid-v3 .is-warning.grid-item,
.user-grid.user-grid-v1 .is-warning.grid-item,
.user-grid.user-grid-v2 .is-warning.grid-item,
.list-view.list-view-v2 .is-warning.list-view-item,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-warning.dashboard-tile,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-warning.overview-card,
.business-dashboard.company-dashboard .is-warning.dashboard-card,
.business-dashboard.flights-dashboard .is-warning.filters-card,
.business-dashboard.flights-dashboard .is-warning.company-card,
.business-dashboard.flights-dashboard .flights .is-warning.flight-card,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-warning.flight-summary,
.business-dashboard.flights-dashboard .is-warning.booking-bar-wrapper,
.banking-dashboard.banking-dashboard-v3 .is-warning.dashboard-card,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-warning.dashboard-tile,
.banking-dashboard.banking-dashboard-v2 .is-warning.dashboard-card,
.banking-dashboard.banking-dashboard-v1 .is-warning.dashboard-card,
.finance-dashboard.sales-dashboard .is-warning.dashboard-card,
.finance-dashboard.sales-dashboard .spark-tiles .is-warning.spark-tile,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-card,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-tile,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-card,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-header,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-warning.dashboard-card,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-warning.content-wrap,
.is-warning.collapse,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.project-card,
.l-card.is-warning,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-warning.edit-box,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-warning.uploader-actions,
.wizard-v1-wrapper .step-content .wizard-types .is-warning.wizard-card,
.is-warning.stat-widget,
.is-warning.cart-widget,
.is-warning.followers-widget,
.is-warning.contact-widget,
.is-warning.avatar-list-widget,
.is-warning.call-widget,
.is-warning.social-buttons-widget,
.is-warning.creative-list-widget,
.is-warning.illustration-widget.illustration-widget-v3,
.is-warning.illustration-widget.illustration-widget-v2,
.is-warning.illustration-widget.illustration-widget-v1,
.is-warning.inbox-widget,
.is-warning.video-widget,
.is-warning.icon-list-widget,
.is-warning.search-widget,
.is-warning.stats-widget,
.is-warning.picker-widget,
.is-warning.list-widget,
.is-warning.image-widget,
.calendar-widget .calendar-widget-inner .is-warning.calendar-square,
.is-warning.tags-widget,
.is-warning.text-widget,
.is-warning.icon-toolbar-widget,
.is-warning.gauge-widget,
.food-delivery-dashboard .left .left-body .restaurants-list .is-warning.restaurants-list-item,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.live-match,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-warning.writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-warning.dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-warning.media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-warning.long-card,
.business-dashboard.jobs-dashboard .main-container .is-warning.job-card,
.business-dashboard.course-dashboard .course-grid .is-warning.course-card,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-warning.grid-item,
.personal-dashboard.personal-dashboard-v3 .is-warning.dashboard-card,
.boxed-features .is-warning.flex-card {
	background: #faae42 !important;
	border-color: #faae42 !important
}

.r-card.is-warning .title,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card .title,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card .title,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card .title,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card .title,
.list-view.list-view-v4 .is-warning.list-view-item .title,
.list-view.list-view-v3 .is-warning.list-view-item .title,
.list-view.list-view-v1 .is-warning.list-view-item .title,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-warning.media-feed-item .title,
.finance-dashboard.stock-dashboard .is-warning.stock-card .title,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-warning.column-placeholder .title,
.r-card.is-warning .subtitle,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card .subtitle,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card .subtitle,
.list-view.list-view-v4 .is-warning.list-view-item .subtitle,
.list-view.list-view-v3 .is-warning.list-view-item .subtitle,
.list-view.list-view-v1 .is-warning.list-view-item .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-warning.media-feed-item .subtitle,
.finance-dashboard.stock-dashboard .is-warning.stock-card .subtitle,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-warning.column-placeholder .subtitle,
.r-card.is-warning h1,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h1,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h1,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h1,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h1,
.list-view.list-view-v4 .is-warning.list-view-item h1,
.list-view.list-view-v3 .is-warning.list-view-item h1,
.list-view.list-view-v1 .is-warning.list-view-item h1,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-warning.media-feed-item h1,
.finance-dashboard.stock-dashboard .is-warning.stock-card h1,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-warning.column-placeholder h1,
.r-card.is-warning h2,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h2,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h2,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h2,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h2,
.list-view.list-view-v4 .is-warning.list-view-item h2,
.list-view.list-view-v3 .is-warning.list-view-item h2,
.list-view.list-view-v1 .is-warning.list-view-item h2,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-warning.media-feed-item h2,
.finance-dashboard.stock-dashboard .is-warning.stock-card h2,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-warning.column-placeholder h2,
.r-card.is-warning h3,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h3,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h3,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h3,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h3,
.list-view.list-view-v4 .is-warning.list-view-item h3,
.list-view.list-view-v3 .is-warning.list-view-item h3,
.list-view.list-view-v1 .is-warning.list-view-item h3,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-warning.media-feed-item h3,
.finance-dashboard.stock-dashboard .is-warning.stock-card h3,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-warning.column-placeholder h3,
.r-card.is-warning h4,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h4,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h4,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h4,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card h4,
.list-view.list-view-v4 .is-warning.list-view-item h4,
.list-view.list-view-v3 .is-warning.list-view-item h4,
.list-view.list-view-v1 .is-warning.list-view-item h4,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-warning.media-feed-item h4,
.finance-dashboard.stock-dashboard .is-warning.stock-card h4,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-warning.column-placeholder h4,
.r-card.is-warning p,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card p,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card p,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card p,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-warning.onboarding-card p,
.list-view.list-view-v4 .is-warning.list-view-item p,
.list-view.list-view-v3 .is-warning.list-view-item p,
.list-view.list-view-v1 .is-warning.list-view-item p,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-warning.media-feed-item p,
.finance-dashboard.stock-dashboard .is-warning.stock-card p,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-warning.column-placeholder p,
.s-card.is-warning .title,
.is-warning.stat-widget.is-straight .title,
.is-warning.cart-widget.is-straight .title,
.is-warning.followers-widget.is-straight .title,
.is-warning.contact-widget.is-straight .title,
.is-warning.avatar-list-widget.is-straight .title,
.is-warning.call-widget.is-straight .title,
.is-warning.social-buttons-widget.is-straight .title,
.is-warning.creative-list-widget.is-straight .title,
.is-warning.illustration-widget.illustration-widget-v3.is-straight .title,
.is-warning.illustration-widget.illustration-widget-v2.is-straight .title,
.is-warning.illustration-widget.illustration-widget-v1.is-straight .title,
.is-warning.inbox-widget.is-straight .title,
.is-warning.video-widget.is-straight .title,
.is-warning.icon-list-widget.is-straight .title,
.is-warning.search-widget.is-straight .title,
.is-warning.stats-widget.is-straight .title,
.is-warning.picker-widget.is-straight .title,
.is-warning.list-widget.is-straight .title,
.is-warning.image-widget.is-straight .title,
.is-warning.tags-widget.is-straight .title,
.is-warning.text-widget.is-straight .title,
.is-warning.icon-toolbar-widget.is-straight .title,
.is-warning.gauge-widget.is-straight .title,
.invoice-wrapper .invoice-body .is-warning.invoice-card .title,
.promotion-page-wrapper .is-warning.wrapper-outer .title,
.confirm-account-wrapper .wrapper-inner .is-warning.action-box .title,
.promotion-page-wrapper .wrapper-inner .is-warning.action-box .title,
.form-layout .is-warning.form-outer .title,
.form-layout.is-separate .form-outer .form-body .form-section .is-warning.form-section-inner .title,
.action-page-wrapper.action-page-v2 .is-warning.wrapper-outer .title,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-warning.action-box .title,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-warning.action-box .title,
.saas-billing-wrapper .billing-options-wrapper .left .is-warning.option-block .title,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-warning.plan-inner .title,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-warning.search-results-item .title,
.search-results-wrapper .search-results-body .is-warning.filter-box .title,
.account-wrapper .is-warning.account-box .title,
.profile-wrapper .profile-body .is-warning.profile-card .title,
.project-details .project-details-inner .task-grid .is-warning.task-card .title,
.project-details .project-details-inner .is-warning.project-team-card .title,
.project-details .project-details-inner .is-warning.side-card .title,
.project-details .project-details-inner .is-warning.project-details-card .title,
.all-projects .project-grid .is-warning.project-grid-item .title,
.is-warning.color-card .title,
.is-warning.demo-card .title,
.tile-grid.tile-grid-v3 .is-warning.tile-grid-item .title,
.tile-grid.tile-grid-v2 .is-warning.tile-grid-item .title,
.tile-grid.tile-grid-v1 .is-warning.tile-grid-item .title,
.card-grid.card-grid-v4 .is-warning.card-grid-item .title,
.card-grid.card-grid-v3 .is-warning.card-grid-item .title,
.user-grid.user-grid-v4 .is-warning.grid-item .title,
.user-grid.user-grid-v3 .is-warning.grid-item .title,
.user-grid.user-grid-v1 .is-warning.grid-item .title,
.user-grid.user-grid-v2 .is-warning.grid-item .title,
.list-view.list-view-v2 .is-warning.list-view-item .title,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-warning.dashboard-tile .title,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-warning.overview-card .title,
.business-dashboard.company-dashboard .is-warning.dashboard-card .title,
.business-dashboard.flights-dashboard .is-warning.filters-card .title,
.business-dashboard.flights-dashboard .is-warning.company-card .title,
.business-dashboard.flights-dashboard .flights .is-warning.flight-card .title,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-warning.flight-summary .title,
.business-dashboard.flights-dashboard .is-warning.booking-bar-wrapper .title,
.banking-dashboard.banking-dashboard-v3 .is-warning.dashboard-card .title,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-warning.dashboard-tile .title,
.banking-dashboard.banking-dashboard-v2 .is-warning.dashboard-card .title,
.banking-dashboard.banking-dashboard-v1 .is-warning.dashboard-card .title,
.finance-dashboard.sales-dashboard .is-warning.dashboard-card .title,
.finance-dashboard.sales-dashboard .spark-tiles .is-warning.spark-tile .title,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-card .title,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-tile .title,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-card .title,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-header .title,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-warning.dashboard-card .title,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-warning.content-wrap .title,
.is-warning.collapse .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.team-card .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.project-card .title,
.s-card.is-warning .subtitle,
.is-warning.stat-widget.is-straight .subtitle,
.is-warning.cart-widget.is-straight .subtitle,
.is-warning.followers-widget.is-straight .subtitle,
.is-warning.contact-widget.is-straight .subtitle,
.is-warning.avatar-list-widget.is-straight .subtitle,
.is-warning.call-widget.is-straight .subtitle,
.is-warning.social-buttons-widget.is-straight .subtitle,
.is-warning.creative-list-widget.is-straight .subtitle,
.is-warning.illustration-widget.illustration-widget-v3.is-straight .subtitle,
.is-warning.illustration-widget.illustration-widget-v2.is-straight .subtitle,
.is-warning.illustration-widget.illustration-widget-v1.is-straight .subtitle,
.is-warning.inbox-widget.is-straight .subtitle,
.is-warning.video-widget.is-straight .subtitle,
.is-warning.icon-list-widget.is-straight .subtitle,
.is-warning.search-widget.is-straight .subtitle,
.is-warning.stats-widget.is-straight .subtitle,
.is-warning.picker-widget.is-straight .subtitle,
.is-warning.list-widget.is-straight .subtitle,
.is-warning.image-widget.is-straight .subtitle,
.is-warning.tags-widget.is-straight .subtitle,
.is-warning.text-widget.is-straight .subtitle,
.is-warning.icon-toolbar-widget.is-straight .subtitle,
.is-warning.gauge-widget.is-straight .subtitle,
.invoice-wrapper .invoice-body .is-warning.invoice-card .subtitle,
.promotion-page-wrapper .is-warning.wrapper-outer .subtitle,
.confirm-account-wrapper .wrapper-inner .is-warning.action-box .subtitle,
.promotion-page-wrapper .wrapper-inner .is-warning.action-box .subtitle,
.form-layout .is-warning.form-outer .subtitle,
.form-layout.is-separate .form-outer .form-body .form-section .is-warning.form-section-inner .subtitle,
.action-page-wrapper.action-page-v2 .is-warning.wrapper-outer .subtitle,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-warning.action-box .subtitle,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-warning.action-box .subtitle,
.saas-billing-wrapper .billing-options-wrapper .left .is-warning.option-block .subtitle,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-warning.plan-inner .subtitle,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-warning.search-results-item .subtitle,
.search-results-wrapper .search-results-body .is-warning.filter-box .subtitle,
.account-wrapper .is-warning.account-box .subtitle,
.profile-wrapper .profile-body .is-warning.profile-card .subtitle,
.project-details .project-details-inner .task-grid .is-warning.task-card .subtitle,
.project-details .project-details-inner .is-warning.project-team-card .subtitle,
.project-details .project-details-inner .is-warning.side-card .subtitle,
.project-details .project-details-inner .is-warning.project-details-card .subtitle,
.all-projects .project-grid .is-warning.project-grid-item .subtitle,
.is-warning.color-card .subtitle,
.is-warning.demo-card .subtitle,
.tile-grid.tile-grid-v3 .is-warning.tile-grid-item .subtitle,
.tile-grid.tile-grid-v2 .is-warning.tile-grid-item .subtitle,
.tile-grid.tile-grid-v1 .is-warning.tile-grid-item .subtitle,
.card-grid.card-grid-v4 .is-warning.card-grid-item .subtitle,
.card-grid.card-grid-v3 .is-warning.card-grid-item .subtitle,
.user-grid.user-grid-v4 .is-warning.grid-item .subtitle,
.user-grid.user-grid-v3 .is-warning.grid-item .subtitle,
.user-grid.user-grid-v1 .is-warning.grid-item .subtitle,
.user-grid.user-grid-v2 .is-warning.grid-item .subtitle,
.list-view.list-view-v2 .is-warning.list-view-item .subtitle,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-warning.dashboard-tile .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-warning.overview-card .subtitle,
.business-dashboard.company-dashboard .is-warning.dashboard-card .subtitle,
.business-dashboard.flights-dashboard .is-warning.filters-card .subtitle,
.business-dashboard.flights-dashboard .is-warning.company-card .subtitle,
.business-dashboard.flights-dashboard .flights .is-warning.flight-card .subtitle,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-warning.flight-summary .subtitle,
.business-dashboard.flights-dashboard .is-warning.booking-bar-wrapper .subtitle,
.banking-dashboard.banking-dashboard-v3 .is-warning.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-warning.dashboard-tile .subtitle,
.banking-dashboard.banking-dashboard-v2 .is-warning.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v1 .is-warning.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .is-warning.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .spark-tiles .is-warning.spark-tile .subtitle,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-card .subtitle,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-tile .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-card .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-header .subtitle,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-warning.dashboard-card .subtitle,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-warning.content-wrap .subtitle,
.is-warning.collapse .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.team-card .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.project-card .subtitle,
.s-card.is-warning h1,
.is-warning.stat-widget.is-straight h1,
.is-warning.cart-widget.is-straight h1,
.is-warning.followers-widget.is-straight h1,
.is-warning.contact-widget.is-straight h1,
.is-warning.avatar-list-widget.is-straight h1,
.is-warning.call-widget.is-straight h1,
.is-warning.social-buttons-widget.is-straight h1,
.is-warning.creative-list-widget.is-straight h1,
.is-warning.illustration-widget.illustration-widget-v3.is-straight h1,
.is-warning.illustration-widget.illustration-widget-v2.is-straight h1,
.is-warning.illustration-widget.illustration-widget-v1.is-straight h1,
.is-warning.inbox-widget.is-straight h1,
.is-warning.video-widget.is-straight h1,
.is-warning.icon-list-widget.is-straight h1,
.is-warning.search-widget.is-straight h1,
.is-warning.stats-widget.is-straight h1,
.is-warning.picker-widget.is-straight h1,
.is-warning.list-widget.is-straight h1,
.is-warning.image-widget.is-straight h1,
.is-warning.tags-widget.is-straight h1,
.is-warning.text-widget.is-straight h1,
.is-warning.icon-toolbar-widget.is-straight h1,
.is-warning.gauge-widget.is-straight h1,
.invoice-wrapper .invoice-body .is-warning.invoice-card h1,
.promotion-page-wrapper .is-warning.wrapper-outer h1,
.confirm-account-wrapper .wrapper-inner .is-warning.action-box h1,
.promotion-page-wrapper .wrapper-inner .is-warning.action-box h1,
.form-layout .is-warning.form-outer h1,
.form-layout.is-separate .form-outer .form-body .form-section .is-warning.form-section-inner h1,
.action-page-wrapper.action-page-v2 .is-warning.wrapper-outer h1,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-warning.action-box h1,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-warning.action-box h1,
.saas-billing-wrapper .billing-options-wrapper .left .is-warning.option-block h1,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-warning.plan-inner h1,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-warning.search-results-item h1,
.search-results-wrapper .search-results-body .is-warning.filter-box h1,
.account-wrapper .is-warning.account-box h1,
.profile-wrapper .profile-body .is-warning.profile-card h1,
.project-details .project-details-inner .task-grid .is-warning.task-card h1,
.project-details .project-details-inner .is-warning.project-team-card h1,
.project-details .project-details-inner .is-warning.side-card h1,
.project-details .project-details-inner .is-warning.project-details-card h1,
.all-projects .project-grid .is-warning.project-grid-item h1,
.is-warning.color-card h1,
.is-warning.demo-card h1,
.tile-grid.tile-grid-v3 .is-warning.tile-grid-item h1,
.tile-grid.tile-grid-v2 .is-warning.tile-grid-item h1,
.tile-grid.tile-grid-v1 .is-warning.tile-grid-item h1,
.card-grid.card-grid-v4 .is-warning.card-grid-item h1,
.card-grid.card-grid-v3 .is-warning.card-grid-item h1,
.user-grid.user-grid-v4 .is-warning.grid-item h1,
.user-grid.user-grid-v3 .is-warning.grid-item h1,
.user-grid.user-grid-v1 .is-warning.grid-item h1,
.user-grid.user-grid-v2 .is-warning.grid-item h1,
.list-view.list-view-v2 .is-warning.list-view-item h1,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-warning.dashboard-tile h1,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-warning.overview-card h1,
.business-dashboard.company-dashboard .is-warning.dashboard-card h1,
.business-dashboard.flights-dashboard .is-warning.filters-card h1,
.business-dashboard.flights-dashboard .is-warning.company-card h1,
.business-dashboard.flights-dashboard .flights .is-warning.flight-card h1,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-warning.flight-summary h1,
.business-dashboard.flights-dashboard .is-warning.booking-bar-wrapper h1,
.banking-dashboard.banking-dashboard-v3 .is-warning.dashboard-card h1,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-warning.dashboard-tile h1,
.banking-dashboard.banking-dashboard-v2 .is-warning.dashboard-card h1,
.banking-dashboard.banking-dashboard-v1 .is-warning.dashboard-card h1,
.finance-dashboard.sales-dashboard .is-warning.dashboard-card h1,
.finance-dashboard.sales-dashboard .spark-tiles .is-warning.spark-tile h1,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-card h1,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-tile h1,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-card h1,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-header h1,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-warning.dashboard-card h1,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-warning.content-wrap h1,
.is-warning.collapse h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.team-card h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.project-card h1,
.s-card.is-warning h2,
.is-warning.stat-widget.is-straight h2,
.is-warning.cart-widget.is-straight h2,
.is-warning.followers-widget.is-straight h2,
.is-warning.contact-widget.is-straight h2,
.is-warning.avatar-list-widget.is-straight h2,
.is-warning.call-widget.is-straight h2,
.is-warning.social-buttons-widget.is-straight h2,
.is-warning.creative-list-widget.is-straight h2,
.is-warning.illustration-widget.illustration-widget-v3.is-straight h2,
.is-warning.illustration-widget.illustration-widget-v2.is-straight h2,
.is-warning.illustration-widget.illustration-widget-v1.is-straight h2,
.is-warning.inbox-widget.is-straight h2,
.is-warning.video-widget.is-straight h2,
.is-warning.icon-list-widget.is-straight h2,
.is-warning.search-widget.is-straight h2,
.is-warning.stats-widget.is-straight h2,
.is-warning.picker-widget.is-straight h2,
.is-warning.list-widget.is-straight h2,
.is-warning.image-widget.is-straight h2,
.is-warning.tags-widget.is-straight h2,
.is-warning.text-widget.is-straight h2,
.is-warning.icon-toolbar-widget.is-straight h2,
.is-warning.gauge-widget.is-straight h2,
.invoice-wrapper .invoice-body .is-warning.invoice-card h2,
.promotion-page-wrapper .is-warning.wrapper-outer h2,
.confirm-account-wrapper .wrapper-inner .is-warning.action-box h2,
.promotion-page-wrapper .wrapper-inner .is-warning.action-box h2,
.form-layout .is-warning.form-outer h2,
.form-layout.is-separate .form-outer .form-body .form-section .is-warning.form-section-inner h2,
.action-page-wrapper.action-page-v2 .is-warning.wrapper-outer h2,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-warning.action-box h2,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-warning.action-box h2,
.saas-billing-wrapper .billing-options-wrapper .left .is-warning.option-block h2,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-warning.plan-inner h2,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-warning.search-results-item h2,
.search-results-wrapper .search-results-body .is-warning.filter-box h2,
.account-wrapper .is-warning.account-box h2,
.profile-wrapper .profile-body .is-warning.profile-card h2,
.project-details .project-details-inner .task-grid .is-warning.task-card h2,
.project-details .project-details-inner .is-warning.project-team-card h2,
.project-details .project-details-inner .is-warning.side-card h2,
.project-details .project-details-inner .is-warning.project-details-card h2,
.all-projects .project-grid .is-warning.project-grid-item h2,
.is-warning.color-card h2,
.is-warning.demo-card h2,
.tile-grid.tile-grid-v3 .is-warning.tile-grid-item h2,
.tile-grid.tile-grid-v2 .is-warning.tile-grid-item h2,
.tile-grid.tile-grid-v1 .is-warning.tile-grid-item h2,
.card-grid.card-grid-v4 .is-warning.card-grid-item h2,
.card-grid.card-grid-v3 .is-warning.card-grid-item h2,
.user-grid.user-grid-v4 .is-warning.grid-item h2,
.user-grid.user-grid-v3 .is-warning.grid-item h2,
.user-grid.user-grid-v1 .is-warning.grid-item h2,
.user-grid.user-grid-v2 .is-warning.grid-item h2,
.list-view.list-view-v2 .is-warning.list-view-item h2,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-warning.dashboard-tile h2,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-warning.overview-card h2,
.business-dashboard.company-dashboard .is-warning.dashboard-card h2,
.business-dashboard.flights-dashboard .is-warning.filters-card h2,
.business-dashboard.flights-dashboard .is-warning.company-card h2,
.business-dashboard.flights-dashboard .flights .is-warning.flight-card h2,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-warning.flight-summary h2,
.business-dashboard.flights-dashboard .is-warning.booking-bar-wrapper h2,
.banking-dashboard.banking-dashboard-v3 .is-warning.dashboard-card h2,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-warning.dashboard-tile h2,
.banking-dashboard.banking-dashboard-v2 .is-warning.dashboard-card h2,
.banking-dashboard.banking-dashboard-v1 .is-warning.dashboard-card h2,
.finance-dashboard.sales-dashboard .is-warning.dashboard-card h2,
.finance-dashboard.sales-dashboard .spark-tiles .is-warning.spark-tile h2,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-card h2,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-tile h2,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-card h2,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-header h2,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-warning.dashboard-card h2,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-warning.content-wrap h2,
.is-warning.collapse h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.team-card h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.project-card h2,
.s-card.is-warning h3,
.is-warning.stat-widget.is-straight h3,
.is-warning.cart-widget.is-straight h3,
.is-warning.followers-widget.is-straight h3,
.is-warning.contact-widget.is-straight h3,
.is-warning.avatar-list-widget.is-straight h3,
.is-warning.call-widget.is-straight h3,
.is-warning.social-buttons-widget.is-straight h3,
.is-warning.creative-list-widget.is-straight h3,
.is-warning.illustration-widget.illustration-widget-v3.is-straight h3,
.is-warning.illustration-widget.illustration-widget-v2.is-straight h3,
.is-warning.illustration-widget.illustration-widget-v1.is-straight h3,
.is-warning.inbox-widget.is-straight h3,
.is-warning.video-widget.is-straight h3,
.is-warning.icon-list-widget.is-straight h3,
.is-warning.search-widget.is-straight h3,
.is-warning.stats-widget.is-straight h3,
.is-warning.picker-widget.is-straight h3,
.is-warning.list-widget.is-straight h3,
.is-warning.image-widget.is-straight h3,
.is-warning.tags-widget.is-straight h3,
.is-warning.text-widget.is-straight h3,
.is-warning.icon-toolbar-widget.is-straight h3,
.is-warning.gauge-widget.is-straight h3,
.invoice-wrapper .invoice-body .is-warning.invoice-card h3,
.promotion-page-wrapper .is-warning.wrapper-outer h3,
.confirm-account-wrapper .wrapper-inner .is-warning.action-box h3,
.promotion-page-wrapper .wrapper-inner .is-warning.action-box h3,
.form-layout .is-warning.form-outer h3,
.form-layout.is-separate .form-outer .form-body .form-section .is-warning.form-section-inner h3,
.action-page-wrapper.action-page-v2 .is-warning.wrapper-outer h3,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-warning.action-box h3,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-warning.action-box h3,
.saas-billing-wrapper .billing-options-wrapper .left .is-warning.option-block h3,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-warning.plan-inner h3,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-warning.search-results-item h3,
.search-results-wrapper .search-results-body .is-warning.filter-box h3,
.account-wrapper .is-warning.account-box h3,
.profile-wrapper .profile-body .is-warning.profile-card h3,
.project-details .project-details-inner .task-grid .is-warning.task-card h3,
.project-details .project-details-inner .is-warning.project-team-card h3,
.project-details .project-details-inner .is-warning.side-card h3,
.project-details .project-details-inner .is-warning.project-details-card h3,
.all-projects .project-grid .is-warning.project-grid-item h3,
.is-warning.color-card h3,
.is-warning.demo-card h3,
.tile-grid.tile-grid-v3 .is-warning.tile-grid-item h3,
.tile-grid.tile-grid-v2 .is-warning.tile-grid-item h3,
.tile-grid.tile-grid-v1 .is-warning.tile-grid-item h3,
.card-grid.card-grid-v4 .is-warning.card-grid-item h3,
.card-grid.card-grid-v3 .is-warning.card-grid-item h3,
.user-grid.user-grid-v4 .is-warning.grid-item h3,
.user-grid.user-grid-v3 .is-warning.grid-item h3,
.user-grid.user-grid-v1 .is-warning.grid-item h3,
.user-grid.user-grid-v2 .is-warning.grid-item h3,
.list-view.list-view-v2 .is-warning.list-view-item h3,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-warning.dashboard-tile h3,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-warning.overview-card h3,
.business-dashboard.company-dashboard .is-warning.dashboard-card h3,
.business-dashboard.flights-dashboard .is-warning.filters-card h3,
.business-dashboard.flights-dashboard .is-warning.company-card h3,
.business-dashboard.flights-dashboard .flights .is-warning.flight-card h3,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-warning.flight-summary h3,
.business-dashboard.flights-dashboard .is-warning.booking-bar-wrapper h3,
.banking-dashboard.banking-dashboard-v3 .is-warning.dashboard-card h3,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-warning.dashboard-tile h3,
.banking-dashboard.banking-dashboard-v2 .is-warning.dashboard-card h3,
.banking-dashboard.banking-dashboard-v1 .is-warning.dashboard-card h3,
.finance-dashboard.sales-dashboard .is-warning.dashboard-card h3,
.finance-dashboard.sales-dashboard .spark-tiles .is-warning.spark-tile h3,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-card h3,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-tile h3,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-card h3,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-header h3,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-warning.dashboard-card h3,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-warning.content-wrap h3,
.is-warning.collapse h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.team-card h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.project-card h3,
.s-card.is-warning h4,
.is-warning.stat-widget.is-straight h4,
.is-warning.cart-widget.is-straight h4,
.is-warning.followers-widget.is-straight h4,
.is-warning.contact-widget.is-straight h4,
.is-warning.avatar-list-widget.is-straight h4,
.is-warning.call-widget.is-straight h4,
.is-warning.social-buttons-widget.is-straight h4,
.is-warning.creative-list-widget.is-straight h4,
.is-warning.illustration-widget.illustration-widget-v3.is-straight h4,
.is-warning.illustration-widget.illustration-widget-v2.is-straight h4,
.is-warning.illustration-widget.illustration-widget-v1.is-straight h4,
.is-warning.inbox-widget.is-straight h4,
.is-warning.video-widget.is-straight h4,
.is-warning.icon-list-widget.is-straight h4,
.is-warning.search-widget.is-straight h4,
.is-warning.stats-widget.is-straight h4,
.is-warning.picker-widget.is-straight h4,
.is-warning.list-widget.is-straight h4,
.is-warning.image-widget.is-straight h4,
.is-warning.tags-widget.is-straight h4,
.is-warning.text-widget.is-straight h4,
.is-warning.icon-toolbar-widget.is-straight h4,
.is-warning.gauge-widget.is-straight h4,
.invoice-wrapper .invoice-body .is-warning.invoice-card h4,
.promotion-page-wrapper .is-warning.wrapper-outer h4,
.confirm-account-wrapper .wrapper-inner .is-warning.action-box h4,
.promotion-page-wrapper .wrapper-inner .is-warning.action-box h4,
.form-layout .is-warning.form-outer h4,
.form-layout.is-separate .form-outer .form-body .form-section .is-warning.form-section-inner h4,
.action-page-wrapper.action-page-v2 .is-warning.wrapper-outer h4,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-warning.action-box h4,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-warning.action-box h4,
.saas-billing-wrapper .billing-options-wrapper .left .is-warning.option-block h4,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-warning.plan-inner h4,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-warning.search-results-item h4,
.search-results-wrapper .search-results-body .is-warning.filter-box h4,
.account-wrapper .is-warning.account-box h4,
.profile-wrapper .profile-body .is-warning.profile-card h4,
.project-details .project-details-inner .task-grid .is-warning.task-card h4,
.project-details .project-details-inner .is-warning.project-team-card h4,
.project-details .project-details-inner .is-warning.side-card h4,
.project-details .project-details-inner .is-warning.project-details-card h4,
.all-projects .project-grid .is-warning.project-grid-item h4,
.is-warning.color-card h4,
.is-warning.demo-card h4,
.tile-grid.tile-grid-v3 .is-warning.tile-grid-item h4,
.tile-grid.tile-grid-v2 .is-warning.tile-grid-item h4,
.tile-grid.tile-grid-v1 .is-warning.tile-grid-item h4,
.card-grid.card-grid-v4 .is-warning.card-grid-item h4,
.card-grid.card-grid-v3 .is-warning.card-grid-item h4,
.user-grid.user-grid-v4 .is-warning.grid-item h4,
.user-grid.user-grid-v3 .is-warning.grid-item h4,
.user-grid.user-grid-v1 .is-warning.grid-item h4,
.user-grid.user-grid-v2 .is-warning.grid-item h4,
.list-view.list-view-v2 .is-warning.list-view-item h4,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-warning.dashboard-tile h4,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-warning.overview-card h4,
.business-dashboard.company-dashboard .is-warning.dashboard-card h4,
.business-dashboard.flights-dashboard .is-warning.filters-card h4,
.business-dashboard.flights-dashboard .is-warning.company-card h4,
.business-dashboard.flights-dashboard .flights .is-warning.flight-card h4,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-warning.flight-summary h4,
.business-dashboard.flights-dashboard .is-warning.booking-bar-wrapper h4,
.banking-dashboard.banking-dashboard-v3 .is-warning.dashboard-card h4,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-warning.dashboard-tile h4,
.banking-dashboard.banking-dashboard-v2 .is-warning.dashboard-card h4,
.banking-dashboard.banking-dashboard-v1 .is-warning.dashboard-card h4,
.finance-dashboard.sales-dashboard .is-warning.dashboard-card h4,
.finance-dashboard.sales-dashboard .spark-tiles .is-warning.spark-tile h4,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-card h4,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-tile h4,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-card h4,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-header h4,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-warning.dashboard-card h4,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-warning.content-wrap h4,
.is-warning.collapse h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.team-card h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.project-card h4,
.s-card.is-warning p,
.is-warning.stat-widget.is-straight p,
.is-warning.cart-widget.is-straight p,
.is-warning.followers-widget.is-straight p,
.is-warning.contact-widget.is-straight p,
.is-warning.avatar-list-widget.is-straight p,
.is-warning.call-widget.is-straight p,
.is-warning.social-buttons-widget.is-straight p,
.is-warning.creative-list-widget.is-straight p,
.is-warning.illustration-widget.illustration-widget-v3.is-straight p,
.is-warning.illustration-widget.illustration-widget-v2.is-straight p,
.is-warning.illustration-widget.illustration-widget-v1.is-straight p,
.is-warning.inbox-widget.is-straight p,
.is-warning.video-widget.is-straight p,
.is-warning.icon-list-widget.is-straight p,
.is-warning.search-widget.is-straight p,
.is-warning.stats-widget.is-straight p,
.is-warning.picker-widget.is-straight p,
.is-warning.list-widget.is-straight p,
.is-warning.image-widget.is-straight p,
.is-warning.tags-widget.is-straight p,
.is-warning.text-widget.is-straight p,
.is-warning.icon-toolbar-widget.is-straight p,
.is-warning.gauge-widget.is-straight p,
.invoice-wrapper .invoice-body .is-warning.invoice-card p,
.promotion-page-wrapper .is-warning.wrapper-outer p,
.confirm-account-wrapper .wrapper-inner .is-warning.action-box p,
.promotion-page-wrapper .wrapper-inner .is-warning.action-box p,
.form-layout .is-warning.form-outer p,
.form-layout.is-separate .form-outer .form-body .form-section .is-warning.form-section-inner p,
.action-page-wrapper.action-page-v2 .is-warning.wrapper-outer p,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-warning.action-box p,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-warning.action-box p,
.saas-billing-wrapper .billing-options-wrapper .left .is-warning.option-block p,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-warning.plan-inner p,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-warning.search-results-item p,
.search-results-wrapper .search-results-body .is-warning.filter-box p,
.account-wrapper .is-warning.account-box p,
.profile-wrapper .profile-body .is-warning.profile-card p,
.project-details .project-details-inner .task-grid .is-warning.task-card p,
.project-details .project-details-inner .is-warning.project-team-card p,
.project-details .project-details-inner .is-warning.side-card p,
.project-details .project-details-inner .is-warning.project-details-card p,
.all-projects .project-grid .is-warning.project-grid-item p,
.is-warning.color-card p,
.is-warning.demo-card p,
.tile-grid.tile-grid-v3 .is-warning.tile-grid-item p,
.tile-grid.tile-grid-v2 .is-warning.tile-grid-item p,
.tile-grid.tile-grid-v1 .is-warning.tile-grid-item p,
.card-grid.card-grid-v4 .is-warning.card-grid-item p,
.card-grid.card-grid-v3 .is-warning.card-grid-item p,
.user-grid.user-grid-v4 .is-warning.grid-item p,
.user-grid.user-grid-v3 .is-warning.grid-item p,
.user-grid.user-grid-v1 .is-warning.grid-item p,
.user-grid.user-grid-v2 .is-warning.grid-item p,
.list-view.list-view-v2 .is-warning.list-view-item p,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-warning.dashboard-tile p,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-warning.overview-card p,
.business-dashboard.company-dashboard .is-warning.dashboard-card p,
.business-dashboard.flights-dashboard .is-warning.filters-card p,
.business-dashboard.flights-dashboard .is-warning.company-card p,
.business-dashboard.flights-dashboard .flights .is-warning.flight-card p,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-warning.flight-summary p,
.business-dashboard.flights-dashboard .is-warning.booking-bar-wrapper p,
.banking-dashboard.banking-dashboard-v3 .is-warning.dashboard-card p,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-warning.dashboard-tile p,
.banking-dashboard.banking-dashboard-v2 .is-warning.dashboard-card p,
.banking-dashboard.banking-dashboard-v1 .is-warning.dashboard-card p,
.finance-dashboard.sales-dashboard .is-warning.dashboard-card p,
.finance-dashboard.sales-dashboard .spark-tiles .is-warning.spark-tile p,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-card p,
.finance-dashboard.analytics-dashboard .is-warning.dashboard-tile p,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-card p,
.personal-dashboard.personal-dashboard-v2 .is-warning.dashboard-header p,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-warning.dashboard-card p,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-warning.content-wrap p,
.is-warning.collapse p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.team-card p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-warning.project-card p,
.l-card.is-warning .title,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-warning.edit-box .title,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-warning.uploader-actions .title,
.wizard-v1-wrapper .step-content .wizard-types .is-warning.wizard-card .title,
.is-warning.stat-widget .title,
.is-warning.cart-widget .title,
.is-warning.followers-widget .title,
.is-warning.contact-widget .title,
.is-warning.avatar-list-widget .title,
.is-warning.call-widget .title,
.is-warning.social-buttons-widget .title,
.is-warning.creative-list-widget .title,
.is-warning.illustration-widget.illustration-widget-v3 .title,
.is-warning.illustration-widget.illustration-widget-v2 .title,
.is-warning.illustration-widget.illustration-widget-v1 .title,
.is-warning.inbox-widget .title,
.is-warning.video-widget .title,
.is-warning.icon-list-widget .title,
.is-warning.search-widget .title,
.is-warning.stats-widget .title,
.is-warning.picker-widget .title,
.is-warning.list-widget .title,
.is-warning.image-widget .title,
.calendar-widget .calendar-widget-inner .is-warning.calendar-square .title,
.is-warning.tags-widget .title,
.is-warning.text-widget .title,
.is-warning.icon-toolbar-widget .title,
.is-warning.gauge-widget .title,
.food-delivery-dashboard .left .left-body .restaurants-list .is-warning.restaurants-list-item .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.matches-card .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.leagues .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.live-match .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.updates .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.featured-authors .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-warning.writing-stat .title,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-warning.dashboard-card .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-warning.media-flex-center .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-warning.long-card .title,
.business-dashboard.jobs-dashboard .main-container .is-warning.job-card .title,
.business-dashboard.course-dashboard .course-grid .is-warning.course-card .title,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-warning.grid-item .title,
.personal-dashboard.personal-dashboard-v3 .is-warning.dashboard-card .title,
.boxed-features .is-warning.flex-card .title,
.l-card.is-warning .subtitle,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-warning.edit-box .subtitle,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-warning.uploader-actions .subtitle,
.wizard-v1-wrapper .step-content .wizard-types .is-warning.wizard-card .subtitle,
.is-warning.stat-widget .subtitle,
.is-warning.cart-widget .subtitle,
.is-warning.followers-widget .subtitle,
.is-warning.contact-widget .subtitle,
.is-warning.avatar-list-widget .subtitle,
.is-warning.call-widget .subtitle,
.is-warning.social-buttons-widget .subtitle,
.is-warning.creative-list-widget .subtitle,
.is-warning.illustration-widget.illustration-widget-v3 .subtitle,
.is-warning.illustration-widget.illustration-widget-v2 .subtitle,
.is-warning.illustration-widget.illustration-widget-v1 .subtitle,
.is-warning.inbox-widget .subtitle,
.is-warning.video-widget .subtitle,
.is-warning.icon-list-widget .subtitle,
.is-warning.search-widget .subtitle,
.is-warning.stats-widget .subtitle,
.is-warning.picker-widget .subtitle,
.is-warning.list-widget .subtitle,
.is-warning.image-widget .subtitle,
.calendar-widget .calendar-widget-inner .is-warning.calendar-square .subtitle,
.is-warning.tags-widget .subtitle,
.is-warning.text-widget .subtitle,
.is-warning.icon-toolbar-widget .subtitle,
.is-warning.gauge-widget .subtitle,
.food-delivery-dashboard .left .left-body .restaurants-list .is-warning.restaurants-list-item .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.matches-card .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.leagues .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.live-match .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.updates .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.featured-authors .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-warning.writing-stat .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-warning.dashboard-card .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-warning.media-flex-center .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-warning.long-card .subtitle,
.business-dashboard.jobs-dashboard .main-container .is-warning.job-card .subtitle,
.business-dashboard.course-dashboard .course-grid .is-warning.course-card .subtitle,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-warning.grid-item .subtitle,
.personal-dashboard.personal-dashboard-v3 .is-warning.dashboard-card .subtitle,
.boxed-features .is-warning.flex-card .subtitle,
.l-card.is-warning h1,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-warning.edit-box h1,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-warning.uploader-actions h1,
.wizard-v1-wrapper .step-content .wizard-types .is-warning.wizard-card h1,
.is-warning.stat-widget h1,
.is-warning.cart-widget h1,
.is-warning.followers-widget h1,
.is-warning.contact-widget h1,
.is-warning.avatar-list-widget h1,
.is-warning.call-widget h1,
.is-warning.social-buttons-widget h1,
.is-warning.creative-list-widget h1,
.is-warning.illustration-widget.illustration-widget-v3 h1,
.is-warning.illustration-widget.illustration-widget-v2 h1,
.is-warning.illustration-widget.illustration-widget-v1 h1,
.is-warning.inbox-widget h1,
.is-warning.video-widget h1,
.is-warning.icon-list-widget h1,
.is-warning.search-widget h1,
.is-warning.stats-widget h1,
.is-warning.picker-widget h1,
.is-warning.list-widget h1,
.is-warning.image-widget h1,
.calendar-widget .calendar-widget-inner .is-warning.calendar-square h1,
.is-warning.tags-widget h1,
.is-warning.text-widget h1,
.is-warning.icon-toolbar-widget h1,
.is-warning.gauge-widget h1,
.food-delivery-dashboard .left .left-body .restaurants-list .is-warning.restaurants-list-item h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.matches-card h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.leagues h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.live-match h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.updates h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.featured-authors h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-warning.writing-stat h1,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-warning.dashboard-card h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-warning.media-flex-center h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-warning.long-card h1,
.business-dashboard.jobs-dashboard .main-container .is-warning.job-card h1,
.business-dashboard.course-dashboard .course-grid .is-warning.course-card h1,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-warning.grid-item h1,
.personal-dashboard.personal-dashboard-v3 .is-warning.dashboard-card h1,
.boxed-features .is-warning.flex-card h1,
.l-card.is-warning h2,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-warning.edit-box h2,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-warning.uploader-actions h2,
.wizard-v1-wrapper .step-content .wizard-types .is-warning.wizard-card h2,
.is-warning.stat-widget h2,
.is-warning.cart-widget h2,
.is-warning.followers-widget h2,
.is-warning.contact-widget h2,
.is-warning.avatar-list-widget h2,
.is-warning.call-widget h2,
.is-warning.social-buttons-widget h2,
.is-warning.creative-list-widget h2,
.is-warning.illustration-widget.illustration-widget-v3 h2,
.is-warning.illustration-widget.illustration-widget-v2 h2,
.is-warning.illustration-widget.illustration-widget-v1 h2,
.is-warning.inbox-widget h2,
.is-warning.video-widget h2,
.is-warning.icon-list-widget h2,
.is-warning.search-widget h2,
.is-warning.stats-widget h2,
.is-warning.picker-widget h2,
.is-warning.list-widget h2,
.is-warning.image-widget h2,
.calendar-widget .calendar-widget-inner .is-warning.calendar-square h2,
.is-warning.tags-widget h2,
.is-warning.text-widget h2,
.is-warning.icon-toolbar-widget h2,
.is-warning.gauge-widget h2,
.food-delivery-dashboard .left .left-body .restaurants-list .is-warning.restaurants-list-item h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.matches-card h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.leagues h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.live-match h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.updates h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.featured-authors h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-warning.writing-stat h2,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-warning.dashboard-card h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-warning.media-flex-center h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-warning.long-card h2,
.business-dashboard.jobs-dashboard .main-container .is-warning.job-card h2,
.business-dashboard.course-dashboard .course-grid .is-warning.course-card h2,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-warning.grid-item h2,
.personal-dashboard.personal-dashboard-v3 .is-warning.dashboard-card h2,
.boxed-features .is-warning.flex-card h2,
.l-card.is-warning h3,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-warning.edit-box h3,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-warning.uploader-actions h3,
.wizard-v1-wrapper .step-content .wizard-types .is-warning.wizard-card h3,
.is-warning.stat-widget h3,
.is-warning.cart-widget h3,
.is-warning.followers-widget h3,
.is-warning.contact-widget h3,
.is-warning.avatar-list-widget h3,
.is-warning.call-widget h3,
.is-warning.social-buttons-widget h3,
.is-warning.creative-list-widget h3,
.is-warning.illustration-widget.illustration-widget-v3 h3,
.is-warning.illustration-widget.illustration-widget-v2 h3,
.is-warning.illustration-widget.illustration-widget-v1 h3,
.is-warning.inbox-widget h3,
.is-warning.video-widget h3,
.is-warning.icon-list-widget h3,
.is-warning.search-widget h3,
.is-warning.stats-widget h3,
.is-warning.picker-widget h3,
.is-warning.list-widget h3,
.is-warning.image-widget h3,
.calendar-widget .calendar-widget-inner .is-warning.calendar-square h3,
.is-warning.tags-widget h3,
.is-warning.text-widget h3,
.is-warning.icon-toolbar-widget h3,
.is-warning.gauge-widget h3,
.food-delivery-dashboard .left .left-body .restaurants-list .is-warning.restaurants-list-item h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.matches-card h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.leagues h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.live-match h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.updates h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.featured-authors h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-warning.writing-stat h3,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-warning.dashboard-card h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-warning.media-flex-center h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-warning.long-card h3,
.business-dashboard.jobs-dashboard .main-container .is-warning.job-card h3,
.business-dashboard.course-dashboard .course-grid .is-warning.course-card h3,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-warning.grid-item h3,
.personal-dashboard.personal-dashboard-v3 .is-warning.dashboard-card h3,
.boxed-features .is-warning.flex-card h3,
.l-card.is-warning h4,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-warning.edit-box h4,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-warning.uploader-actions h4,
.wizard-v1-wrapper .step-content .wizard-types .is-warning.wizard-card h4,
.is-warning.stat-widget h4,
.is-warning.cart-widget h4,
.is-warning.followers-widget h4,
.is-warning.contact-widget h4,
.is-warning.avatar-list-widget h4,
.is-warning.call-widget h4,
.is-warning.social-buttons-widget h4,
.is-warning.creative-list-widget h4,
.is-warning.illustration-widget.illustration-widget-v3 h4,
.is-warning.illustration-widget.illustration-widget-v2 h4,
.is-warning.illustration-widget.illustration-widget-v1 h4,
.is-warning.inbox-widget h4,
.is-warning.video-widget h4,
.is-warning.icon-list-widget h4,
.is-warning.search-widget h4,
.is-warning.stats-widget h4,
.is-warning.picker-widget h4,
.is-warning.list-widget h4,
.is-warning.image-widget h4,
.calendar-widget .calendar-widget-inner .is-warning.calendar-square h4,
.is-warning.tags-widget h4,
.is-warning.text-widget h4,
.is-warning.icon-toolbar-widget h4,
.is-warning.gauge-widget h4,
.food-delivery-dashboard .left .left-body .restaurants-list .is-warning.restaurants-list-item h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.matches-card h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.leagues h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.live-match h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.updates h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.featured-authors h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-warning.writing-stat h4,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-warning.dashboard-card h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-warning.media-flex-center h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-warning.long-card h4,
.business-dashboard.jobs-dashboard .main-container .is-warning.job-card h4,
.business-dashboard.course-dashboard .course-grid .is-warning.course-card h4,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-warning.grid-item h4,
.personal-dashboard.personal-dashboard-v3 .is-warning.dashboard-card h4,
.boxed-features .is-warning.flex-card h4,
.l-card.is-warning p,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-warning.edit-box p,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-warning.uploader-actions p,
.wizard-v1-wrapper .step-content .wizard-types .is-warning.wizard-card p,
.is-warning.stat-widget p,
.is-warning.cart-widget p,
.is-warning.followers-widget p,
.is-warning.contact-widget p,
.is-warning.avatar-list-widget p,
.is-warning.call-widget p,
.is-warning.social-buttons-widget p,
.is-warning.creative-list-widget p,
.is-warning.illustration-widget.illustration-widget-v3 p,
.is-warning.illustration-widget.illustration-widget-v2 p,
.is-warning.illustration-widget.illustration-widget-v1 p,
.is-warning.inbox-widget p,
.is-warning.video-widget p,
.is-warning.icon-list-widget p,
.is-warning.search-widget p,
.is-warning.stats-widget p,
.is-warning.picker-widget p,
.is-warning.list-widget p,
.is-warning.image-widget p,
.calendar-widget .calendar-widget-inner .is-warning.calendar-square p,
.is-warning.tags-widget p,
.is-warning.text-widget p,
.is-warning.icon-toolbar-widget p,
.is-warning.gauge-widget p,
.food-delivery-dashboard .left .left-body .restaurants-list .is-warning.restaurants-list-item p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.matches-card p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.leagues p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-warning.live-match p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.updates p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-warning.featured-authors p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-warning.writing-stat p,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-warning.dashboard-card p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-warning.media-flex-center p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-warning.long-card p,
.business-dashboard.jobs-dashboard .main-container .is-warning.job-card p,
.business-dashboard.course-dashboard .course-grid .is-warning.course-card p,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-warning.grid-item p,
.personal-dashboard.personal-dashboard-v3 .is-warning.dashboard-card p,
.boxed-features .is-warning.flex-card p {
	color: #fcfcfc !important
}

.r-card.is-danger,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card,
.list-view.list-view-v4 .is-danger.list-view-item,
.list-view.list-view-v3 .is-danger.list-view-item,
.list-view.list-view-v1 .is-danger.list-view-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-danger.media-feed-item,
.finance-dashboard.stock-dashboard .is-danger.stock-card,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-danger.column-placeholder,
.s-card.is-danger,
.is-danger.stat-widget.is-straight,
.is-danger.cart-widget.is-straight,
.is-danger.followers-widget.is-straight,
.is-danger.contact-widget.is-straight,
.is-danger.avatar-list-widget.is-straight,
.is-danger.call-widget.is-straight,
.is-danger.social-buttons-widget.is-straight,
.is-danger.creative-list-widget.is-straight,
.invoice-wrapper .invoice-body .is-danger.invoice-card,
.promotion-page-wrapper .is-danger.wrapper-outer,
.confirm-account-wrapper .wrapper-inner .is-danger.action-box,
.promotion-page-wrapper .wrapper-inner .is-danger.action-box,
.form-layout .is-danger.form-outer,
.form-layout.is-separate .form-outer .form-body .form-section .is-danger.form-section-inner,
.action-page-wrapper.action-page-v2 .is-danger.wrapper-outer,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-danger.action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-danger.action-box,
.saas-billing-wrapper .billing-options-wrapper .left .is-danger.option-block,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-danger.plan-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-danger.search-results-item,
.search-results-wrapper .search-results-body .is-danger.filter-box,
.account-wrapper .is-danger.account-box,
.profile-wrapper .profile-body .is-danger.profile-card,
.project-details .project-details-inner .task-grid .is-danger.task-card,
.project-details .project-details-inner .is-danger.project-team-card,
.project-details .project-details-inner .is-danger.side-card,
.project-details .project-details-inner .is-danger.project-details-card,
.all-projects .project-grid .is-danger.project-grid-item,
.is-danger.color-card,
.is-danger.demo-card,
.tile-grid.tile-grid-v3 .is-danger.tile-grid-item,
.tile-grid.tile-grid-v2 .is-danger.tile-grid-item,
.tile-grid.tile-grid-v1 .is-danger.tile-grid-item,
.card-grid.card-grid-v4 .is-danger.card-grid-item,
.card-grid.card-grid-v3 .is-danger.card-grid-item,
.user-grid.user-grid-v4 .is-danger.grid-item,
.user-grid.user-grid-v3 .is-danger.grid-item,
.user-grid.user-grid-v1 .is-danger.grid-item,
.user-grid.user-grid-v2 .is-danger.grid-item,
.list-view.list-view-v2 .is-danger.list-view-item,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-danger.dashboard-tile,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-danger.overview-card,
.business-dashboard.company-dashboard .is-danger.dashboard-card,
.business-dashboard.flights-dashboard .is-danger.filters-card,
.business-dashboard.flights-dashboard .is-danger.company-card,
.business-dashboard.flights-dashboard .flights .is-danger.flight-card,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-danger.flight-summary,
.business-dashboard.flights-dashboard .is-danger.booking-bar-wrapper,
.banking-dashboard.banking-dashboard-v3 .is-danger.dashboard-card,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-danger.dashboard-tile,
.banking-dashboard.banking-dashboard-v2 .is-danger.dashboard-card,
.banking-dashboard.banking-dashboard-v1 .is-danger.dashboard-card,
.finance-dashboard.sales-dashboard .is-danger.dashboard-card,
.finance-dashboard.sales-dashboard .spark-tiles .is-danger.spark-tile,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-card,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-tile,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-card,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-header,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-danger.dashboard-card,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-danger.content-wrap,
.is-danger.collapse,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.project-card,
.l-card.is-danger,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-danger.edit-box,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-danger.uploader-actions,
.wizard-v1-wrapper .step-content .wizard-types .is-danger.wizard-card,
.is-danger.stat-widget,
.is-danger.cart-widget,
.is-danger.followers-widget,
.is-danger.contact-widget,
.is-danger.avatar-list-widget,
.is-danger.call-widget,
.is-danger.social-buttons-widget,
.is-danger.creative-list-widget,
.is-danger.illustration-widget.illustration-widget-v3,
.is-danger.illustration-widget.illustration-widget-v2,
.is-danger.illustration-widget.illustration-widget-v1,
.is-danger.inbox-widget,
.is-danger.video-widget,
.is-danger.icon-list-widget,
.is-danger.search-widget,
.is-danger.stats-widget,
.is-danger.picker-widget,
.is-danger.list-widget,
.is-danger.image-widget,
.calendar-widget .calendar-widget-inner .is-danger.calendar-square,
.is-danger.tags-widget,
.is-danger.text-widget,
.is-danger.icon-toolbar-widget,
.is-danger.gauge-widget,
.food-delivery-dashboard .left .left-body .restaurants-list .is-danger.restaurants-list-item,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.live-match,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-danger.writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-danger.dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-danger.media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-danger.long-card,
.business-dashboard.jobs-dashboard .main-container .is-danger.job-card,
.business-dashboard.course-dashboard .course-grid .is-danger.course-card,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-danger.grid-item,
.personal-dashboard.personal-dashboard-v3 .is-danger.dashboard-card,
.boxed-features .is-danger.flex-card {
	background: #e62965 !important;
	border-color: #e62965 !important
}

.r-card.is-danger .title,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card .title,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card .title,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card .title,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card .title,
.list-view.list-view-v4 .is-danger.list-view-item .title,
.list-view.list-view-v3 .is-danger.list-view-item .title,
.list-view.list-view-v1 .is-danger.list-view-item .title,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-danger.media-feed-item .title,
.finance-dashboard.stock-dashboard .is-danger.stock-card .title,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-danger.column-placeholder .title,
.r-card.is-danger .subtitle,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card .subtitle,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card .subtitle,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card .subtitle,
.list-view.list-view-v4 .is-danger.list-view-item .subtitle,
.list-view.list-view-v3 .is-danger.list-view-item .subtitle,
.list-view.list-view-v1 .is-danger.list-view-item .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-danger.media-feed-item .subtitle,
.finance-dashboard.stock-dashboard .is-danger.stock-card .subtitle,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-danger.column-placeholder .subtitle,
.r-card.is-danger h1,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h1,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h1,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h1,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h1,
.list-view.list-view-v4 .is-danger.list-view-item h1,
.list-view.list-view-v3 .is-danger.list-view-item h1,
.list-view.list-view-v1 .is-danger.list-view-item h1,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-danger.media-feed-item h1,
.finance-dashboard.stock-dashboard .is-danger.stock-card h1,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-danger.column-placeholder h1,
.r-card.is-danger h2,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h2,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h2,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h2,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h2,
.list-view.list-view-v4 .is-danger.list-view-item h2,
.list-view.list-view-v3 .is-danger.list-view-item h2,
.list-view.list-view-v1 .is-danger.list-view-item h2,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-danger.media-feed-item h2,
.finance-dashboard.stock-dashboard .is-danger.stock-card h2,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-danger.column-placeholder h2,
.r-card.is-danger h3,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h3,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h3,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h3,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h3,
.list-view.list-view-v4 .is-danger.list-view-item h3,
.list-view.list-view-v3 .is-danger.list-view-item h3,
.list-view.list-view-v1 .is-danger.list-view-item h3,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-danger.media-feed-item h3,
.finance-dashboard.stock-dashboard .is-danger.stock-card h3,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-danger.column-placeholder h3,
.r-card.is-danger h4,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h4,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h4,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h4,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card h4,
.list-view.list-view-v4 .is-danger.list-view-item h4,
.list-view.list-view-v3 .is-danger.list-view-item h4,
.list-view.list-view-v1 .is-danger.list-view-item h4,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-danger.media-feed-item h4,
.finance-dashboard.stock-dashboard .is-danger.stock-card h4,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-danger.column-placeholder h4,
.r-card.is-danger p,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card p,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card p,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card p,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-danger.onboarding-card p,
.list-view.list-view-v4 .is-danger.list-view-item p,
.list-view.list-view-v3 .is-danger.list-view-item p,
.list-view.list-view-v1 .is-danger.list-view-item p,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-danger.media-feed-item p,
.finance-dashboard.stock-dashboard .is-danger.stock-card p,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-danger.column-placeholder p,
.s-card.is-danger .title,
.is-danger.stat-widget.is-straight .title,
.is-danger.cart-widget.is-straight .title,
.is-danger.followers-widget.is-straight .title,
.is-danger.contact-widget.is-straight .title,
.is-danger.avatar-list-widget.is-straight .title,
.is-danger.call-widget.is-straight .title,
.is-danger.social-buttons-widget.is-straight .title,
.is-danger.creative-list-widget.is-straight .title,
.is-danger.illustration-widget.illustration-widget-v3.is-straight .title,
.is-danger.illustration-widget.illustration-widget-v2.is-straight .title,
.is-danger.illustration-widget.illustration-widget-v1.is-straight .title,
.is-danger.inbox-widget.is-straight .title,
.is-danger.video-widget.is-straight .title,
.is-danger.icon-list-widget.is-straight .title,
.is-danger.search-widget.is-straight .title,
.is-danger.stats-widget.is-straight .title,
.is-danger.picker-widget.is-straight .title,
.is-danger.list-widget.is-straight .title,
.is-danger.image-widget.is-straight .title,
.is-danger.tags-widget.is-straight .title,
.is-danger.text-widget.is-straight .title,
.is-danger.icon-toolbar-widget.is-straight .title,
.is-danger.gauge-widget.is-straight .title,
.invoice-wrapper .invoice-body .is-danger.invoice-card .title,
.promotion-page-wrapper .is-danger.wrapper-outer .title,
.confirm-account-wrapper .wrapper-inner .is-danger.action-box .title,
.promotion-page-wrapper .wrapper-inner .is-danger.action-box .title,
.form-layout .is-danger.form-outer .title,
.form-layout.is-separate .form-outer .form-body .form-section .is-danger.form-section-inner .title,
.action-page-wrapper.action-page-v2 .is-danger.wrapper-outer .title,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-danger.action-box .title,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-danger.action-box .title,
.saas-billing-wrapper .billing-options-wrapper .left .is-danger.option-block .title,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-danger.plan-inner .title,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-danger.search-results-item .title,
.search-results-wrapper .search-results-body .is-danger.filter-box .title,
.account-wrapper .is-danger.account-box .title,
.profile-wrapper .profile-body .is-danger.profile-card .title,
.project-details .project-details-inner .task-grid .is-danger.task-card .title,
.project-details .project-details-inner .is-danger.project-team-card .title,
.project-details .project-details-inner .is-danger.side-card .title,
.project-details .project-details-inner .is-danger.project-details-card .title,
.all-projects .project-grid .is-danger.project-grid-item .title,
.is-danger.color-card .title,
.is-danger.demo-card .title,
.tile-grid.tile-grid-v3 .is-danger.tile-grid-item .title,
.tile-grid.tile-grid-v2 .is-danger.tile-grid-item .title,
.tile-grid.tile-grid-v1 .is-danger.tile-grid-item .title,
.card-grid.card-grid-v4 .is-danger.card-grid-item .title,
.card-grid.card-grid-v3 .is-danger.card-grid-item .title,
.user-grid.user-grid-v4 .is-danger.grid-item .title,
.user-grid.user-grid-v3 .is-danger.grid-item .title,
.user-grid.user-grid-v1 .is-danger.grid-item .title,
.user-grid.user-grid-v2 .is-danger.grid-item .title,
.list-view.list-view-v2 .is-danger.list-view-item .title,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-danger.dashboard-tile .title,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-danger.overview-card .title,
.business-dashboard.company-dashboard .is-danger.dashboard-card .title,
.business-dashboard.flights-dashboard .is-danger.filters-card .title,
.business-dashboard.flights-dashboard .is-danger.company-card .title,
.business-dashboard.flights-dashboard .flights .is-danger.flight-card .title,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-danger.flight-summary .title,
.business-dashboard.flights-dashboard .is-danger.booking-bar-wrapper .title,
.banking-dashboard.banking-dashboard-v3 .is-danger.dashboard-card .title,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-danger.dashboard-tile .title,
.banking-dashboard.banking-dashboard-v2 .is-danger.dashboard-card .title,
.banking-dashboard.banking-dashboard-v1 .is-danger.dashboard-card .title,
.finance-dashboard.sales-dashboard .is-danger.dashboard-card .title,
.finance-dashboard.sales-dashboard .spark-tiles .is-danger.spark-tile .title,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-card .title,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-tile .title,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-card .title,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-header .title,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-danger.dashboard-card .title,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-danger.content-wrap .title,
.is-danger.collapse .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.team-card .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.project-card .title,
.s-card.is-danger .subtitle,
.is-danger.stat-widget.is-straight .subtitle,
.is-danger.cart-widget.is-straight .subtitle,
.is-danger.followers-widget.is-straight .subtitle,
.is-danger.contact-widget.is-straight .subtitle,
.is-danger.avatar-list-widget.is-straight .subtitle,
.is-danger.call-widget.is-straight .subtitle,
.is-danger.social-buttons-widget.is-straight .subtitle,
.is-danger.creative-list-widget.is-straight .subtitle,
.is-danger.illustration-widget.illustration-widget-v3.is-straight .subtitle,
.is-danger.illustration-widget.illustration-widget-v2.is-straight .subtitle,
.is-danger.illustration-widget.illustration-widget-v1.is-straight .subtitle,
.is-danger.inbox-widget.is-straight .subtitle,
.is-danger.video-widget.is-straight .subtitle,
.is-danger.icon-list-widget.is-straight .subtitle,
.is-danger.search-widget.is-straight .subtitle,
.is-danger.stats-widget.is-straight .subtitle,
.is-danger.picker-widget.is-straight .subtitle,
.is-danger.list-widget.is-straight .subtitle,
.is-danger.image-widget.is-straight .subtitle,
.is-danger.tags-widget.is-straight .subtitle,
.is-danger.text-widget.is-straight .subtitle,
.is-danger.icon-toolbar-widget.is-straight .subtitle,
.is-danger.gauge-widget.is-straight .subtitle,
.invoice-wrapper .invoice-body .is-danger.invoice-card .subtitle,
.promotion-page-wrapper .is-danger.wrapper-outer .subtitle,
.confirm-account-wrapper .wrapper-inner .is-danger.action-box .subtitle,
.promotion-page-wrapper .wrapper-inner .is-danger.action-box .subtitle,
.form-layout .is-danger.form-outer .subtitle,
.form-layout.is-separate .form-outer .form-body .form-section .is-danger.form-section-inner .subtitle,
.action-page-wrapper.action-page-v2 .is-danger.wrapper-outer .subtitle,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-danger.action-box .subtitle,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-danger.action-box .subtitle,
.saas-billing-wrapper .billing-options-wrapper .left .is-danger.option-block .subtitle,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-danger.plan-inner .subtitle,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-danger.search-results-item .subtitle,
.search-results-wrapper .search-results-body .is-danger.filter-box .subtitle,
.account-wrapper .is-danger.account-box .subtitle,
.profile-wrapper .profile-body .is-danger.profile-card .subtitle,
.project-details .project-details-inner .task-grid .is-danger.task-card .subtitle,
.project-details .project-details-inner .is-danger.project-team-card .subtitle,
.project-details .project-details-inner .is-danger.side-card .subtitle,
.project-details .project-details-inner .is-danger.project-details-card .subtitle,
.all-projects .project-grid .is-danger.project-grid-item .subtitle,
.is-danger.color-card .subtitle,
.is-danger.demo-card .subtitle,
.tile-grid.tile-grid-v3 .is-danger.tile-grid-item .subtitle,
.tile-grid.tile-grid-v2 .is-danger.tile-grid-item .subtitle,
.tile-grid.tile-grid-v1 .is-danger.tile-grid-item .subtitle,
.card-grid.card-grid-v4 .is-danger.card-grid-item .subtitle,
.card-grid.card-grid-v3 .is-danger.card-grid-item .subtitle,
.user-grid.user-grid-v4 .is-danger.grid-item .subtitle,
.user-grid.user-grid-v3 .is-danger.grid-item .subtitle,
.user-grid.user-grid-v1 .is-danger.grid-item .subtitle,
.user-grid.user-grid-v2 .is-danger.grid-item .subtitle,
.list-view.list-view-v2 .is-danger.list-view-item .subtitle,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-danger.dashboard-tile .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-danger.overview-card .subtitle,
.business-dashboard.company-dashboard .is-danger.dashboard-card .subtitle,
.business-dashboard.flights-dashboard .is-danger.filters-card .subtitle,
.business-dashboard.flights-dashboard .is-danger.company-card .subtitle,
.business-dashboard.flights-dashboard .flights .is-danger.flight-card .subtitle,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-danger.flight-summary .subtitle,
.business-dashboard.flights-dashboard .is-danger.booking-bar-wrapper .subtitle,
.banking-dashboard.banking-dashboard-v3 .is-danger.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-danger.dashboard-tile .subtitle,
.banking-dashboard.banking-dashboard-v2 .is-danger.dashboard-card .subtitle,
.banking-dashboard.banking-dashboard-v1 .is-danger.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .is-danger.dashboard-card .subtitle,
.finance-dashboard.sales-dashboard .spark-tiles .is-danger.spark-tile .subtitle,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-card .subtitle,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-tile .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-card .subtitle,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-header .subtitle,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-danger.dashboard-card .subtitle,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-danger.content-wrap .subtitle,
.is-danger.collapse .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.team-card .subtitle,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.project-card .subtitle,
.s-card.is-danger h1,
.is-danger.stat-widget.is-straight h1,
.is-danger.cart-widget.is-straight h1,
.is-danger.followers-widget.is-straight h1,
.is-danger.contact-widget.is-straight h1,
.is-danger.avatar-list-widget.is-straight h1,
.is-danger.call-widget.is-straight h1,
.is-danger.social-buttons-widget.is-straight h1,
.is-danger.creative-list-widget.is-straight h1,
.is-danger.illustration-widget.illustration-widget-v3.is-straight h1,
.is-danger.illustration-widget.illustration-widget-v2.is-straight h1,
.is-danger.illustration-widget.illustration-widget-v1.is-straight h1,
.is-danger.inbox-widget.is-straight h1,
.is-danger.video-widget.is-straight h1,
.is-danger.icon-list-widget.is-straight h1,
.is-danger.search-widget.is-straight h1,
.is-danger.stats-widget.is-straight h1,
.is-danger.picker-widget.is-straight h1,
.is-danger.list-widget.is-straight h1,
.is-danger.image-widget.is-straight h1,
.is-danger.tags-widget.is-straight h1,
.is-danger.text-widget.is-straight h1,
.is-danger.icon-toolbar-widget.is-straight h1,
.is-danger.gauge-widget.is-straight h1,
.invoice-wrapper .invoice-body .is-danger.invoice-card h1,
.promotion-page-wrapper .is-danger.wrapper-outer h1,
.confirm-account-wrapper .wrapper-inner .is-danger.action-box h1,
.promotion-page-wrapper .wrapper-inner .is-danger.action-box h1,
.form-layout .is-danger.form-outer h1,
.form-layout.is-separate .form-outer .form-body .form-section .is-danger.form-section-inner h1,
.action-page-wrapper.action-page-v2 .is-danger.wrapper-outer h1,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-danger.action-box h1,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-danger.action-box h1,
.saas-billing-wrapper .billing-options-wrapper .left .is-danger.option-block h1,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-danger.plan-inner h1,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-danger.search-results-item h1,
.search-results-wrapper .search-results-body .is-danger.filter-box h1,
.account-wrapper .is-danger.account-box h1,
.profile-wrapper .profile-body .is-danger.profile-card h1,
.project-details .project-details-inner .task-grid .is-danger.task-card h1,
.project-details .project-details-inner .is-danger.project-team-card h1,
.project-details .project-details-inner .is-danger.side-card h1,
.project-details .project-details-inner .is-danger.project-details-card h1,
.all-projects .project-grid .is-danger.project-grid-item h1,
.is-danger.color-card h1,
.is-danger.demo-card h1,
.tile-grid.tile-grid-v3 .is-danger.tile-grid-item h1,
.tile-grid.tile-grid-v2 .is-danger.tile-grid-item h1,
.tile-grid.tile-grid-v1 .is-danger.tile-grid-item h1,
.card-grid.card-grid-v4 .is-danger.card-grid-item h1,
.card-grid.card-grid-v3 .is-danger.card-grid-item h1,
.user-grid.user-grid-v4 .is-danger.grid-item h1,
.user-grid.user-grid-v3 .is-danger.grid-item h1,
.user-grid.user-grid-v1 .is-danger.grid-item h1,
.user-grid.user-grid-v2 .is-danger.grid-item h1,
.list-view.list-view-v2 .is-danger.list-view-item h1,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-danger.dashboard-tile h1,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-danger.overview-card h1,
.business-dashboard.company-dashboard .is-danger.dashboard-card h1,
.business-dashboard.flights-dashboard .is-danger.filters-card h1,
.business-dashboard.flights-dashboard .is-danger.company-card h1,
.business-dashboard.flights-dashboard .flights .is-danger.flight-card h1,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-danger.flight-summary h1,
.business-dashboard.flights-dashboard .is-danger.booking-bar-wrapper h1,
.banking-dashboard.banking-dashboard-v3 .is-danger.dashboard-card h1,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-danger.dashboard-tile h1,
.banking-dashboard.banking-dashboard-v2 .is-danger.dashboard-card h1,
.banking-dashboard.banking-dashboard-v1 .is-danger.dashboard-card h1,
.finance-dashboard.sales-dashboard .is-danger.dashboard-card h1,
.finance-dashboard.sales-dashboard .spark-tiles .is-danger.spark-tile h1,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-card h1,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-tile h1,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-card h1,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-header h1,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-danger.dashboard-card h1,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-danger.content-wrap h1,
.is-danger.collapse h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.team-card h1,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.project-card h1,
.s-card.is-danger h2,
.is-danger.stat-widget.is-straight h2,
.is-danger.cart-widget.is-straight h2,
.is-danger.followers-widget.is-straight h2,
.is-danger.contact-widget.is-straight h2,
.is-danger.avatar-list-widget.is-straight h2,
.is-danger.call-widget.is-straight h2,
.is-danger.social-buttons-widget.is-straight h2,
.is-danger.creative-list-widget.is-straight h2,
.is-danger.illustration-widget.illustration-widget-v3.is-straight h2,
.is-danger.illustration-widget.illustration-widget-v2.is-straight h2,
.is-danger.illustration-widget.illustration-widget-v1.is-straight h2,
.is-danger.inbox-widget.is-straight h2,
.is-danger.video-widget.is-straight h2,
.is-danger.icon-list-widget.is-straight h2,
.is-danger.search-widget.is-straight h2,
.is-danger.stats-widget.is-straight h2,
.is-danger.picker-widget.is-straight h2,
.is-danger.list-widget.is-straight h2,
.is-danger.image-widget.is-straight h2,
.is-danger.tags-widget.is-straight h2,
.is-danger.text-widget.is-straight h2,
.is-danger.icon-toolbar-widget.is-straight h2,
.is-danger.gauge-widget.is-straight h2,
.invoice-wrapper .invoice-body .is-danger.invoice-card h2,
.promotion-page-wrapper .is-danger.wrapper-outer h2,
.confirm-account-wrapper .wrapper-inner .is-danger.action-box h2,
.promotion-page-wrapper .wrapper-inner .is-danger.action-box h2,
.form-layout .is-danger.form-outer h2,
.form-layout.is-separate .form-outer .form-body .form-section .is-danger.form-section-inner h2,
.action-page-wrapper.action-page-v2 .is-danger.wrapper-outer h2,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-danger.action-box h2,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-danger.action-box h2,
.saas-billing-wrapper .billing-options-wrapper .left .is-danger.option-block h2,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-danger.plan-inner h2,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-danger.search-results-item h2,
.search-results-wrapper .search-results-body .is-danger.filter-box h2,
.account-wrapper .is-danger.account-box h2,
.profile-wrapper .profile-body .is-danger.profile-card h2,
.project-details .project-details-inner .task-grid .is-danger.task-card h2,
.project-details .project-details-inner .is-danger.project-team-card h2,
.project-details .project-details-inner .is-danger.side-card h2,
.project-details .project-details-inner .is-danger.project-details-card h2,
.all-projects .project-grid .is-danger.project-grid-item h2,
.is-danger.color-card h2,
.is-danger.demo-card h2,
.tile-grid.tile-grid-v3 .is-danger.tile-grid-item h2,
.tile-grid.tile-grid-v2 .is-danger.tile-grid-item h2,
.tile-grid.tile-grid-v1 .is-danger.tile-grid-item h2,
.card-grid.card-grid-v4 .is-danger.card-grid-item h2,
.card-grid.card-grid-v3 .is-danger.card-grid-item h2,
.user-grid.user-grid-v4 .is-danger.grid-item h2,
.user-grid.user-grid-v3 .is-danger.grid-item h2,
.user-grid.user-grid-v1 .is-danger.grid-item h2,
.user-grid.user-grid-v2 .is-danger.grid-item h2,
.list-view.list-view-v2 .is-danger.list-view-item h2,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-danger.dashboard-tile h2,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-danger.overview-card h2,
.business-dashboard.company-dashboard .is-danger.dashboard-card h2,
.business-dashboard.flights-dashboard .is-danger.filters-card h2,
.business-dashboard.flights-dashboard .is-danger.company-card h2,
.business-dashboard.flights-dashboard .flights .is-danger.flight-card h2,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-danger.flight-summary h2,
.business-dashboard.flights-dashboard .is-danger.booking-bar-wrapper h2,
.banking-dashboard.banking-dashboard-v3 .is-danger.dashboard-card h2,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-danger.dashboard-tile h2,
.banking-dashboard.banking-dashboard-v2 .is-danger.dashboard-card h2,
.banking-dashboard.banking-dashboard-v1 .is-danger.dashboard-card h2,
.finance-dashboard.sales-dashboard .is-danger.dashboard-card h2,
.finance-dashboard.sales-dashboard .spark-tiles .is-danger.spark-tile h2,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-card h2,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-tile h2,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-card h2,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-header h2,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-danger.dashboard-card h2,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-danger.content-wrap h2,
.is-danger.collapse h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.team-card h2,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.project-card h2,
.s-card.is-danger h3,
.is-danger.stat-widget.is-straight h3,
.is-danger.cart-widget.is-straight h3,
.is-danger.followers-widget.is-straight h3,
.is-danger.contact-widget.is-straight h3,
.is-danger.avatar-list-widget.is-straight h3,
.is-danger.call-widget.is-straight h3,
.is-danger.social-buttons-widget.is-straight h3,
.is-danger.creative-list-widget.is-straight h3,
.is-danger.illustration-widget.illustration-widget-v3.is-straight h3,
.is-danger.illustration-widget.illustration-widget-v2.is-straight h3,
.is-danger.illustration-widget.illustration-widget-v1.is-straight h3,
.is-danger.inbox-widget.is-straight h3,
.is-danger.video-widget.is-straight h3,
.is-danger.icon-list-widget.is-straight h3,
.is-danger.search-widget.is-straight h3,
.is-danger.stats-widget.is-straight h3,
.is-danger.picker-widget.is-straight h3,
.is-danger.list-widget.is-straight h3,
.is-danger.image-widget.is-straight h3,
.is-danger.tags-widget.is-straight h3,
.is-danger.text-widget.is-straight h3,
.is-danger.icon-toolbar-widget.is-straight h3,
.is-danger.gauge-widget.is-straight h3,
.invoice-wrapper .invoice-body .is-danger.invoice-card h3,
.promotion-page-wrapper .is-danger.wrapper-outer h3,
.confirm-account-wrapper .wrapper-inner .is-danger.action-box h3,
.promotion-page-wrapper .wrapper-inner .is-danger.action-box h3,
.form-layout .is-danger.form-outer h3,
.form-layout.is-separate .form-outer .form-body .form-section .is-danger.form-section-inner h3,
.action-page-wrapper.action-page-v2 .is-danger.wrapper-outer h3,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-danger.action-box h3,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-danger.action-box h3,
.saas-billing-wrapper .billing-options-wrapper .left .is-danger.option-block h3,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-danger.plan-inner h3,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-danger.search-results-item h3,
.search-results-wrapper .search-results-body .is-danger.filter-box h3,
.account-wrapper .is-danger.account-box h3,
.profile-wrapper .profile-body .is-danger.profile-card h3,
.project-details .project-details-inner .task-grid .is-danger.task-card h3,
.project-details .project-details-inner .is-danger.project-team-card h3,
.project-details .project-details-inner .is-danger.side-card h3,
.project-details .project-details-inner .is-danger.project-details-card h3,
.all-projects .project-grid .is-danger.project-grid-item h3,
.is-danger.color-card h3,
.is-danger.demo-card h3,
.tile-grid.tile-grid-v3 .is-danger.tile-grid-item h3,
.tile-grid.tile-grid-v2 .is-danger.tile-grid-item h3,
.tile-grid.tile-grid-v1 .is-danger.tile-grid-item h3,
.card-grid.card-grid-v4 .is-danger.card-grid-item h3,
.card-grid.card-grid-v3 .is-danger.card-grid-item h3,
.user-grid.user-grid-v4 .is-danger.grid-item h3,
.user-grid.user-grid-v3 .is-danger.grid-item h3,
.user-grid.user-grid-v1 .is-danger.grid-item h3,
.user-grid.user-grid-v2 .is-danger.grid-item h3,
.list-view.list-view-v2 .is-danger.list-view-item h3,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-danger.dashboard-tile h3,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-danger.overview-card h3,
.business-dashboard.company-dashboard .is-danger.dashboard-card h3,
.business-dashboard.flights-dashboard .is-danger.filters-card h3,
.business-dashboard.flights-dashboard .is-danger.company-card h3,
.business-dashboard.flights-dashboard .flights .is-danger.flight-card h3,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-danger.flight-summary h3,
.business-dashboard.flights-dashboard .is-danger.booking-bar-wrapper h3,
.banking-dashboard.banking-dashboard-v3 .is-danger.dashboard-card h3,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-danger.dashboard-tile h3,
.banking-dashboard.banking-dashboard-v2 .is-danger.dashboard-card h3,
.banking-dashboard.banking-dashboard-v1 .is-danger.dashboard-card h3,
.finance-dashboard.sales-dashboard .is-danger.dashboard-card h3,
.finance-dashboard.sales-dashboard .spark-tiles .is-danger.spark-tile h3,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-card h3,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-tile h3,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-card h3,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-header h3,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-danger.dashboard-card h3,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-danger.content-wrap h3,
.is-danger.collapse h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.team-card h3,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.project-card h3,
.s-card.is-danger h4,
.is-danger.stat-widget.is-straight h4,
.is-danger.cart-widget.is-straight h4,
.is-danger.followers-widget.is-straight h4,
.is-danger.contact-widget.is-straight h4,
.is-danger.avatar-list-widget.is-straight h4,
.is-danger.call-widget.is-straight h4,
.is-danger.social-buttons-widget.is-straight h4,
.is-danger.creative-list-widget.is-straight h4,
.is-danger.illustration-widget.illustration-widget-v3.is-straight h4,
.is-danger.illustration-widget.illustration-widget-v2.is-straight h4,
.is-danger.illustration-widget.illustration-widget-v1.is-straight h4,
.is-danger.inbox-widget.is-straight h4,
.is-danger.video-widget.is-straight h4,
.is-danger.icon-list-widget.is-straight h4,
.is-danger.search-widget.is-straight h4,
.is-danger.stats-widget.is-straight h4,
.is-danger.picker-widget.is-straight h4,
.is-danger.list-widget.is-straight h4,
.is-danger.image-widget.is-straight h4,
.is-danger.tags-widget.is-straight h4,
.is-danger.text-widget.is-straight h4,
.is-danger.icon-toolbar-widget.is-straight h4,
.is-danger.gauge-widget.is-straight h4,
.invoice-wrapper .invoice-body .is-danger.invoice-card h4,
.promotion-page-wrapper .is-danger.wrapper-outer h4,
.confirm-account-wrapper .wrapper-inner .is-danger.action-box h4,
.promotion-page-wrapper .wrapper-inner .is-danger.action-box h4,
.form-layout .is-danger.form-outer h4,
.form-layout.is-separate .form-outer .form-body .form-section .is-danger.form-section-inner h4,
.action-page-wrapper.action-page-v2 .is-danger.wrapper-outer h4,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-danger.action-box h4,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-danger.action-box h4,
.saas-billing-wrapper .billing-options-wrapper .left .is-danger.option-block h4,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-danger.plan-inner h4,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-danger.search-results-item h4,
.search-results-wrapper .search-results-body .is-danger.filter-box h4,
.account-wrapper .is-danger.account-box h4,
.profile-wrapper .profile-body .is-danger.profile-card h4,
.project-details .project-details-inner .task-grid .is-danger.task-card h4,
.project-details .project-details-inner .is-danger.project-team-card h4,
.project-details .project-details-inner .is-danger.side-card h4,
.project-details .project-details-inner .is-danger.project-details-card h4,
.all-projects .project-grid .is-danger.project-grid-item h4,
.is-danger.color-card h4,
.is-danger.demo-card h4,
.tile-grid.tile-grid-v3 .is-danger.tile-grid-item h4,
.tile-grid.tile-grid-v2 .is-danger.tile-grid-item h4,
.tile-grid.tile-grid-v1 .is-danger.tile-grid-item h4,
.card-grid.card-grid-v4 .is-danger.card-grid-item h4,
.card-grid.card-grid-v3 .is-danger.card-grid-item h4,
.user-grid.user-grid-v4 .is-danger.grid-item h4,
.user-grid.user-grid-v3 .is-danger.grid-item h4,
.user-grid.user-grid-v1 .is-danger.grid-item h4,
.user-grid.user-grid-v2 .is-danger.grid-item h4,
.list-view.list-view-v2 .is-danger.list-view-item h4,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-danger.dashboard-tile h4,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-danger.overview-card h4,
.business-dashboard.company-dashboard .is-danger.dashboard-card h4,
.business-dashboard.flights-dashboard .is-danger.filters-card h4,
.business-dashboard.flights-dashboard .is-danger.company-card h4,
.business-dashboard.flights-dashboard .flights .is-danger.flight-card h4,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-danger.flight-summary h4,
.business-dashboard.flights-dashboard .is-danger.booking-bar-wrapper h4,
.banking-dashboard.banking-dashboard-v3 .is-danger.dashboard-card h4,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-danger.dashboard-tile h4,
.banking-dashboard.banking-dashboard-v2 .is-danger.dashboard-card h4,
.banking-dashboard.banking-dashboard-v1 .is-danger.dashboard-card h4,
.finance-dashboard.sales-dashboard .is-danger.dashboard-card h4,
.finance-dashboard.sales-dashboard .spark-tiles .is-danger.spark-tile h4,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-card h4,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-tile h4,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-card h4,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-header h4,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-danger.dashboard-card h4,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-danger.content-wrap h4,
.is-danger.collapse h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.team-card h4,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.project-card h4,
.s-card.is-danger p,
.is-danger.stat-widget.is-straight p,
.is-danger.cart-widget.is-straight p,
.is-danger.followers-widget.is-straight p,
.is-danger.contact-widget.is-straight p,
.is-danger.avatar-list-widget.is-straight p,
.is-danger.call-widget.is-straight p,
.is-danger.social-buttons-widget.is-straight p,
.is-danger.creative-list-widget.is-straight p,
.is-danger.illustration-widget.illustration-widget-v3.is-straight p,
.is-danger.illustration-widget.illustration-widget-v2.is-straight p,
.is-danger.illustration-widget.illustration-widget-v1.is-straight p,
.is-danger.inbox-widget.is-straight p,
.is-danger.video-widget.is-straight p,
.is-danger.icon-list-widget.is-straight p,
.is-danger.search-widget.is-straight p,
.is-danger.stats-widget.is-straight p,
.is-danger.picker-widget.is-straight p,
.is-danger.list-widget.is-straight p,
.is-danger.image-widget.is-straight p,
.is-danger.tags-widget.is-straight p,
.is-danger.text-widget.is-straight p,
.is-danger.icon-toolbar-widget.is-straight p,
.is-danger.gauge-widget.is-straight p,
.invoice-wrapper .invoice-body .is-danger.invoice-card p,
.promotion-page-wrapper .is-danger.wrapper-outer p,
.confirm-account-wrapper .wrapper-inner .is-danger.action-box p,
.promotion-page-wrapper .wrapper-inner .is-danger.action-box p,
.form-layout .is-danger.form-outer p,
.form-layout.is-separate .form-outer .form-body .form-section .is-danger.form-section-inner p,
.action-page-wrapper.action-page-v2 .is-danger.wrapper-outer p,
.action-page-wrapper.action-page-v1 .wrapper-inner .is-danger.action-box p,
.action-page-wrapper.action-page-v2 .wrapper-inner .is-danger.action-box p,
.saas-billing-wrapper .billing-options-wrapper .left .is-danger.option-block p,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .is-danger.plan-inner p,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .is-danger.search-results-item p,
.search-results-wrapper .search-results-body .is-danger.filter-box p,
.account-wrapper .is-danger.account-box p,
.profile-wrapper .profile-body .is-danger.profile-card p,
.project-details .project-details-inner .task-grid .is-danger.task-card p,
.project-details .project-details-inner .is-danger.project-team-card p,
.project-details .project-details-inner .is-danger.side-card p,
.project-details .project-details-inner .is-danger.project-details-card p,
.all-projects .project-grid .is-danger.project-grid-item p,
.is-danger.color-card p,
.is-danger.demo-card p,
.tile-grid.tile-grid-v3 .is-danger.tile-grid-item p,
.tile-grid.tile-grid-v2 .is-danger.tile-grid-item p,
.tile-grid.tile-grid-v1 .is-danger.tile-grid-item p,
.card-grid.card-grid-v4 .is-danger.card-grid-item p,
.card-grid.card-grid-v3 .is-danger.card-grid-item p,
.user-grid.user-grid-v4 .is-danger.grid-item p,
.user-grid.user-grid-v3 .is-danger.grid-item p,
.user-grid.user-grid-v1 .is-danger.grid-item p,
.user-grid.user-grid-v2 .is-danger.grid-item p,
.list-view.list-view-v2 .is-danger.list-view-item p,
.ecommerce-dashboard.ecommerce-dashboard-v1 .is-danger.dashboard-tile p,
.lifestyle-dashboard.lifestyle-dashboard-v1 .is-danger.overview-card p,
.business-dashboard.company-dashboard .is-danger.dashboard-card p,
.business-dashboard.flights-dashboard .is-danger.filters-card p,
.business-dashboard.flights-dashboard .is-danger.company-card p,
.business-dashboard.flights-dashboard .flights .is-danger.flight-card p,
.business-dashboard.flights-dashboard .flights-summary-wrapper .is-danger.flight-summary p,
.business-dashboard.flights-dashboard .is-danger.booking-bar-wrapper p,
.banking-dashboard.banking-dashboard-v3 .is-danger.dashboard-card p,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-danger.dashboard-tile p,
.banking-dashboard.banking-dashboard-v2 .is-danger.dashboard-card p,
.banking-dashboard.banking-dashboard-v1 .is-danger.dashboard-card p,
.finance-dashboard.sales-dashboard .is-danger.dashboard-card p,
.finance-dashboard.sales-dashboard .spark-tiles .is-danger.spark-tile p,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-card p,
.finance-dashboard.analytics-dashboard .is-danger.dashboard-tile p,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-card p,
.personal-dashboard.personal-dashboard-v2 .is-danger.dashboard-header p,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .is-danger.dashboard-card p,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-danger.content-wrap p,
.is-danger.collapse p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.team-card p,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .is-danger.project-card p,
.l-card.is-danger .title,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-danger.edit-box .title,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-danger.uploader-actions .title,
.wizard-v1-wrapper .step-content .wizard-types .is-danger.wizard-card .title,
.is-danger.stat-widget .title,
.is-danger.cart-widget .title,
.is-danger.followers-widget .title,
.is-danger.contact-widget .title,
.is-danger.avatar-list-widget .title,
.is-danger.call-widget .title,
.is-danger.social-buttons-widget .title,
.is-danger.creative-list-widget .title,
.is-danger.illustration-widget.illustration-widget-v3 .title,
.is-danger.illustration-widget.illustration-widget-v2 .title,
.is-danger.illustration-widget.illustration-widget-v1 .title,
.is-danger.inbox-widget .title,
.is-danger.video-widget .title,
.is-danger.icon-list-widget .title,
.is-danger.search-widget .title,
.is-danger.stats-widget .title,
.is-danger.picker-widget .title,
.is-danger.list-widget .title,
.is-danger.image-widget .title,
.calendar-widget .calendar-widget-inner .is-danger.calendar-square .title,
.is-danger.tags-widget .title,
.is-danger.text-widget .title,
.is-danger.icon-toolbar-widget .title,
.is-danger.gauge-widget .title,
.food-delivery-dashboard .left .left-body .restaurants-list .is-danger.restaurants-list-item .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.matches-card .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.leagues .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.live-match .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.updates .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.featured-authors .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-danger.writing-stat .title,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-danger.dashboard-card .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-danger.media-flex-center .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-danger.long-card .title,
.business-dashboard.jobs-dashboard .main-container .is-danger.job-card .title,
.business-dashboard.course-dashboard .course-grid .is-danger.course-card .title,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-danger.grid-item .title,
.personal-dashboard.personal-dashboard-v3 .is-danger.dashboard-card .title,
.boxed-features .is-danger.flex-card .title,
.l-card.is-danger .subtitle,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-danger.edit-box .subtitle,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-danger.uploader-actions .subtitle,
.wizard-v1-wrapper .step-content .wizard-types .is-danger.wizard-card .subtitle,
.is-danger.stat-widget .subtitle,
.is-danger.cart-widget .subtitle,
.is-danger.followers-widget .subtitle,
.is-danger.contact-widget .subtitle,
.is-danger.avatar-list-widget .subtitle,
.is-danger.call-widget .subtitle,
.is-danger.social-buttons-widget .subtitle,
.is-danger.creative-list-widget .subtitle,
.is-danger.illustration-widget.illustration-widget-v3 .subtitle,
.is-danger.illustration-widget.illustration-widget-v2 .subtitle,
.is-danger.illustration-widget.illustration-widget-v1 .subtitle,
.is-danger.inbox-widget .subtitle,
.is-danger.video-widget .subtitle,
.is-danger.icon-list-widget .subtitle,
.is-danger.search-widget .subtitle,
.is-danger.stats-widget .subtitle,
.is-danger.picker-widget .subtitle,
.is-danger.list-widget .subtitle,
.is-danger.image-widget .subtitle,
.calendar-widget .calendar-widget-inner .is-danger.calendar-square .subtitle,
.is-danger.tags-widget .subtitle,
.is-danger.text-widget .subtitle,
.is-danger.icon-toolbar-widget .subtitle,
.is-danger.gauge-widget .subtitle,
.food-delivery-dashboard .left .left-body .restaurants-list .is-danger.restaurants-list-item .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.matches-card .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.leagues .subtitle,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.live-match .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.updates .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.featured-authors .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-danger.writing-stat .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-danger.dashboard-card .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-danger.media-flex-center .subtitle,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-danger.long-card .subtitle,
.business-dashboard.jobs-dashboard .main-container .is-danger.job-card .subtitle,
.business-dashboard.course-dashboard .course-grid .is-danger.course-card .subtitle,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-danger.grid-item .subtitle,
.personal-dashboard.personal-dashboard-v3 .is-danger.dashboard-card .subtitle,
.boxed-features .is-danger.flex-card .subtitle,
.l-card.is-danger h1,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-danger.edit-box h1,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-danger.uploader-actions h1,
.wizard-v1-wrapper .step-content .wizard-types .is-danger.wizard-card h1,
.is-danger.stat-widget h1,
.is-danger.cart-widget h1,
.is-danger.followers-widget h1,
.is-danger.contact-widget h1,
.is-danger.avatar-list-widget h1,
.is-danger.call-widget h1,
.is-danger.social-buttons-widget h1,
.is-danger.creative-list-widget h1,
.is-danger.illustration-widget.illustration-widget-v3 h1,
.is-danger.illustration-widget.illustration-widget-v2 h1,
.is-danger.illustration-widget.illustration-widget-v1 h1,
.is-danger.inbox-widget h1,
.is-danger.video-widget h1,
.is-danger.icon-list-widget h1,
.is-danger.search-widget h1,
.is-danger.stats-widget h1,
.is-danger.picker-widget h1,
.is-danger.list-widget h1,
.is-danger.image-widget h1,
.calendar-widget .calendar-widget-inner .is-danger.calendar-square h1,
.is-danger.tags-widget h1,
.is-danger.text-widget h1,
.is-danger.icon-toolbar-widget h1,
.is-danger.gauge-widget h1,
.food-delivery-dashboard .left .left-body .restaurants-list .is-danger.restaurants-list-item h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.matches-card h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.leagues h1,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.live-match h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.updates h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.featured-authors h1,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-danger.writing-stat h1,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-danger.dashboard-card h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-danger.media-flex-center h1,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-danger.long-card h1,
.business-dashboard.jobs-dashboard .main-container .is-danger.job-card h1,
.business-dashboard.course-dashboard .course-grid .is-danger.course-card h1,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-danger.grid-item h1,
.personal-dashboard.personal-dashboard-v3 .is-danger.dashboard-card h1,
.boxed-features .is-danger.flex-card h1,
.l-card.is-danger h2,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-danger.edit-box h2,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-danger.uploader-actions h2,
.wizard-v1-wrapper .step-content .wizard-types .is-danger.wizard-card h2,
.is-danger.stat-widget h2,
.is-danger.cart-widget h2,
.is-danger.followers-widget h2,
.is-danger.contact-widget h2,
.is-danger.avatar-list-widget h2,
.is-danger.call-widget h2,
.is-danger.social-buttons-widget h2,
.is-danger.creative-list-widget h2,
.is-danger.illustration-widget.illustration-widget-v3 h2,
.is-danger.illustration-widget.illustration-widget-v2 h2,
.is-danger.illustration-widget.illustration-widget-v1 h2,
.is-danger.inbox-widget h2,
.is-danger.video-widget h2,
.is-danger.icon-list-widget h2,
.is-danger.search-widget h2,
.is-danger.stats-widget h2,
.is-danger.picker-widget h2,
.is-danger.list-widget h2,
.is-danger.image-widget h2,
.calendar-widget .calendar-widget-inner .is-danger.calendar-square h2,
.is-danger.tags-widget h2,
.is-danger.text-widget h2,
.is-danger.icon-toolbar-widget h2,
.is-danger.gauge-widget h2,
.food-delivery-dashboard .left .left-body .restaurants-list .is-danger.restaurants-list-item h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.matches-card h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.leagues h2,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.live-match h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.updates h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.featured-authors h2,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-danger.writing-stat h2,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-danger.dashboard-card h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-danger.media-flex-center h2,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-danger.long-card h2,
.business-dashboard.jobs-dashboard .main-container .is-danger.job-card h2,
.business-dashboard.course-dashboard .course-grid .is-danger.course-card h2,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-danger.grid-item h2,
.personal-dashboard.personal-dashboard-v3 .is-danger.dashboard-card h2,
.boxed-features .is-danger.flex-card h2,
.l-card.is-danger h3,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-danger.edit-box h3,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-danger.uploader-actions h3,
.wizard-v1-wrapper .step-content .wizard-types .is-danger.wizard-card h3,
.is-danger.stat-widget h3,
.is-danger.cart-widget h3,
.is-danger.followers-widget h3,
.is-danger.contact-widget h3,
.is-danger.avatar-list-widget h3,
.is-danger.call-widget h3,
.is-danger.social-buttons-widget h3,
.is-danger.creative-list-widget h3,
.is-danger.illustration-widget.illustration-widget-v3 h3,
.is-danger.illustration-widget.illustration-widget-v2 h3,
.is-danger.illustration-widget.illustration-widget-v1 h3,
.is-danger.inbox-widget h3,
.is-danger.video-widget h3,
.is-danger.icon-list-widget h3,
.is-danger.search-widget h3,
.is-danger.stats-widget h3,
.is-danger.picker-widget h3,
.is-danger.list-widget h3,
.is-danger.image-widget h3,
.calendar-widget .calendar-widget-inner .is-danger.calendar-square h3,
.is-danger.tags-widget h3,
.is-danger.text-widget h3,
.is-danger.icon-toolbar-widget h3,
.is-danger.gauge-widget h3,
.food-delivery-dashboard .left .left-body .restaurants-list .is-danger.restaurants-list-item h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.matches-card h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.leagues h3,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.live-match h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.updates h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.featured-authors h3,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-danger.writing-stat h3,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-danger.dashboard-card h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-danger.media-flex-center h3,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-danger.long-card h3,
.business-dashboard.jobs-dashboard .main-container .is-danger.job-card h3,
.business-dashboard.course-dashboard .course-grid .is-danger.course-card h3,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-danger.grid-item h3,
.personal-dashboard.personal-dashboard-v3 .is-danger.dashboard-card h3,
.boxed-features .is-danger.flex-card h3,
.l-card.is-danger h4,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-danger.edit-box h4,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-danger.uploader-actions h4,
.wizard-v1-wrapper .step-content .wizard-types .is-danger.wizard-card h4,
.is-danger.stat-widget h4,
.is-danger.cart-widget h4,
.is-danger.followers-widget h4,
.is-danger.contact-widget h4,
.is-danger.avatar-list-widget h4,
.is-danger.call-widget h4,
.is-danger.social-buttons-widget h4,
.is-danger.creative-list-widget h4,
.is-danger.illustration-widget.illustration-widget-v3 h4,
.is-danger.illustration-widget.illustration-widget-v2 h4,
.is-danger.illustration-widget.illustration-widget-v1 h4,
.is-danger.inbox-widget h4,
.is-danger.video-widget h4,
.is-danger.icon-list-widget h4,
.is-danger.search-widget h4,
.is-danger.stats-widget h4,
.is-danger.picker-widget h4,
.is-danger.list-widget h4,
.is-danger.image-widget h4,
.calendar-widget .calendar-widget-inner .is-danger.calendar-square h4,
.is-danger.tags-widget h4,
.is-danger.text-widget h4,
.is-danger.icon-toolbar-widget h4,
.is-danger.gauge-widget h4,
.food-delivery-dashboard .left .left-body .restaurants-list .is-danger.restaurants-list-item h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.matches-card h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.leagues h4,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.live-match h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.updates h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.featured-authors h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-danger.writing-stat h4,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-danger.dashboard-card h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-danger.media-flex-center h4,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-danger.long-card h4,
.business-dashboard.jobs-dashboard .main-container .is-danger.job-card h4,
.business-dashboard.course-dashboard .course-grid .is-danger.course-card h4,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-danger.grid-item h4,
.personal-dashboard.personal-dashboard-v3 .is-danger.dashboard-card h4,
.boxed-features .is-danger.flex-card h4,
.l-card.is-danger p,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-danger.edit-box p,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-danger.uploader-actions p,
.wizard-v1-wrapper .step-content .wizard-types .is-danger.wizard-card p,
.is-danger.stat-widget p,
.is-danger.cart-widget p,
.is-danger.followers-widget p,
.is-danger.contact-widget p,
.is-danger.avatar-list-widget p,
.is-danger.call-widget p,
.is-danger.social-buttons-widget p,
.is-danger.creative-list-widget p,
.is-danger.illustration-widget.illustration-widget-v3 p,
.is-danger.illustration-widget.illustration-widget-v2 p,
.is-danger.illustration-widget.illustration-widget-v1 p,
.is-danger.inbox-widget p,
.is-danger.video-widget p,
.is-danger.icon-list-widget p,
.is-danger.search-widget p,
.is-danger.stats-widget p,
.is-danger.picker-widget p,
.is-danger.list-widget p,
.is-danger.image-widget p,
.calendar-widget .calendar-widget-inner .is-danger.calendar-square p,
.is-danger.tags-widget p,
.is-danger.text-widget p,
.is-danger.icon-toolbar-widget p,
.is-danger.gauge-widget p,
.food-delivery-dashboard .left .left-body .restaurants-list .is-danger.restaurants-list-item p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.matches-card p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.leagues p,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-danger.live-match p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.updates p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .is-danger.featured-authors p,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-danger.writing-stat p,
.lifestyle-dashboard.lifestyle-dashboard-v3 .is-danger.dashboard-card p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-danger.media-flex-center p,
.lifestyle-dashboard.lifestyle-dashboard-v2 .is-danger.long-card p,
.business-dashboard.jobs-dashboard .main-container .is-danger.job-card p,
.business-dashboard.course-dashboard .course-grid .is-danger.course-card p,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-danger.grid-item p,
.personal-dashboard.personal-dashboard-v3 .is-danger.dashboard-card p,
.boxed-features .is-danger.flex-card p {
	color: #fcfcfc !important
}

.r-card .card-head,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head,
.list-view.list-view-v4 .list-view-item .card-head,
.list-view.list-view-v3 .list-view-item .card-head,
.list-view.list-view-v1 .list-view-item .card-head,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .card-head,
.finance-dashboard.stock-dashboard .stock-card .card-head,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder .card-head,
.s-card .card-head,
.stat-widget.is-straight .card-head,
.cart-widget.is-straight .card-head,
.followers-widget.is-straight .card-head,
.contact-widget.is-straight .card-head,
.avatar-list-widget.is-straight .card-head,
.call-widget.is-straight .card-head,
.social-buttons-widget.is-straight .card-head,
.creative-list-widget.is-straight .card-head,
.invoice-wrapper .invoice-body .invoice-card .card-head,
.promotion-page-wrapper .wrapper-outer .card-head,
.confirm-account-wrapper .wrapper-inner .action-box .card-head,
.promotion-page-wrapper .wrapper-inner .action-box .card-head,
.form-layout .form-outer .card-head,
.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .card-head,
.action-page-wrapper.action-page-v2 .wrapper-outer .card-head,
.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .card-head,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .card-head,
.saas-billing-wrapper .billing-options-wrapper .left .option-block .card-head,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .card-head,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item .card-head,
.search-results-wrapper .search-results-body .filter-box .card-head,
.account-wrapper .account-box .card-head,
.profile-wrapper .profile-body .profile-card .card-head,
.project-details .project-details-inner .task-grid .task-card .card-head,
.project-details .project-details-inner .project-team-card .card-head,
.project-details .project-details-inner .side-card .card-head,
.project-details .project-details-inner .project-details-card .card-head,
.all-projects .project-grid .project-grid-item .card-head,
.color-card .card-head,
.demo-card .card-head,
.tile-grid.tile-grid-v3 .tile-grid-item .card-head,
.tile-grid.tile-grid-v2 .tile-grid-item .card-head,
.tile-grid.tile-grid-v1 .tile-grid-item .card-head,
.card-grid.card-grid-v4 .card-grid-item .card-head,
.card-grid.card-grid-v3 .card-grid-item .card-head,
.user-grid.user-grid-v4 .grid-item .card-head,
.user-grid.user-grid-v3 .grid-item .card-head,
.user-grid.user-grid-v1 .grid-item .card-head,
.user-grid.user-grid-v2 .grid-item .card-head,
.list-view.list-view-v2 .list-view-item .card-head,
.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .card-head,
.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head,
.business-dashboard.company-dashboard .dashboard-card .card-head,
.business-dashboard.flights-dashboard .filters-card .card-head,
.business-dashboard.flights-dashboard .company-card .card-head,
.business-dashboard.flights-dashboard .flights .flight-card .card-head,
.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .card-head,
.business-dashboard.flights-dashboard .booking-bar-wrapper .card-head,
.banking-dashboard.banking-dashboard-v3 .dashboard-card .card-head,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile .card-head,
.banking-dashboard.banking-dashboard-v2 .dashboard-card .card-head,
.banking-dashboard.banking-dashboard-v1 .dashboard-card .card-head,
.finance-dashboard.sales-dashboard .dashboard-card .card-head,
.finance-dashboard.sales-dashboard .spark-tiles .spark-tile .card-head,
.finance-dashboard.analytics-dashboard .dashboard-card .card-head,
.finance-dashboard.analytics-dashboard .dashboard-tile .card-head,
.personal-dashboard.personal-dashboard-v2 .dashboard-card .card-head,
.personal-dashboard.personal-dashboard-v2 .dashboard-header .card-head,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .card-head,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .card-head,
.collapse .card-head,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .card-head,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .card-head,
.l-card .card-head,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .card-head,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .card-head,
.wizard-v1-wrapper .step-content .wizard-types .wizard-card .card-head,
.stat-widget .card-head,
.cart-widget .card-head,
.followers-widget .card-head,
.contact-widget .card-head,
.avatar-list-widget .card-head,
.call-widget .card-head,
.social-buttons-widget .card-head,
.creative-list-widget .card-head,
.illustration-widget.illustration-widget-v3 .card-head,
.illustration-widget.illustration-widget-v2 .card-head,
.illustration-widget.illustration-widget-v1 .card-head,
.inbox-widget .card-head,
.video-widget .card-head,
.icon-list-widget .card-head,
.search-widget .card-head,
.stats-widget .card-head,
.picker-widget .card-head,
.list-widget .card-head,
.image-widget .card-head,
.calendar-widget .calendar-widget-inner .calendar-square .card-head,
.tags-widget .card-head,
.text-widget .card-head,
.icon-toolbar-widget .card-head,
.gauge-widget .card-head,
.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .card-head,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .card-head,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .card-head,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .card-head,
.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .card-head,
.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .card-head,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat .card-head,
.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .card-head,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .card-head,
.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .card-head,
.business-dashboard.jobs-dashboard .main-container .job-card .card-head,
.business-dashboard.course-dashboard .course-grid .course-card .card-head,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .grid-item .card-head,
.personal-dashboard.personal-dashboard-v3 .dashboard-card .card-head,
.boxed-features .flex-card .card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.r-card .card-head .left,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .left,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .left,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .left,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .left,
.list-view.list-view-v4 .list-view-item .card-head .left,
.list-view.list-view-v3 .list-view-item .card-head .left,
.list-view.list-view-v1 .list-view-item .card-head .left,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .card-head .left,
.finance-dashboard.stock-dashboard .stock-card .card-head .left,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder .card-head .left,
.r-card .card-head .right,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .right,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .right,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .right,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .right,
.list-view.list-view-v4 .list-view-item .card-head .right,
.list-view.list-view-v3 .list-view-item .card-head .right,
.list-view.list-view-v1 .list-view-item .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .card-head .right,
.finance-dashboard.stock-dashboard .stock-card .card-head .right,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder .card-head .right,
.s-card .card-head .left,
.stat-widget.is-straight .card-head .left,
.cart-widget.is-straight .card-head .left,
.followers-widget.is-straight .card-head .left,
.contact-widget.is-straight .card-head .left,
.avatar-list-widget.is-straight .card-head .left,
.call-widget.is-straight .card-head .left,
.social-buttons-widget.is-straight .card-head .left,
.creative-list-widget.is-straight .card-head .left,
.illustration-widget.illustration-widget-v3.is-straight .card-head .left,
.illustration-widget.illustration-widget-v2.is-straight .card-head .left,
.illustration-widget.illustration-widget-v1.is-straight .card-head .left,
.inbox-widget.is-straight .card-head .left,
.video-widget.is-straight .card-head .left,
.icon-list-widget.is-straight .card-head .left,
.search-widget.is-straight .card-head .left,
.stats-widget.is-straight .card-head .left,
.picker-widget.is-straight .card-head .left,
.list-widget.is-straight .card-head .left,
.image-widget.is-straight .card-head .left,
.tags-widget.is-straight .card-head .left,
.text-widget.is-straight .card-head .left,
.icon-toolbar-widget.is-straight .card-head .left,
.gauge-widget.is-straight .card-head .left,
.invoice-wrapper .invoice-body .invoice-card .card-head .left,
.promotion-page-wrapper .wrapper-outer .card-head .left,
.confirm-account-wrapper .wrapper-inner .action-box .card-head .left,
.promotion-page-wrapper .wrapper-inner .action-box .card-head .left,
.form-layout .form-outer .card-head .left,
.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .card-head .left,
.action-page-wrapper.action-page-v2 .wrapper-outer .card-head .left,
.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .card-head .left,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .card-head .left,
.saas-billing-wrapper .billing-options-wrapper .left .option-block .card-head .left,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .card-head .left,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item .card-head .left,
.search-results-wrapper .search-results-body .filter-box .card-head .left,
.account-wrapper .account-box .card-head .left,
.profile-wrapper .profile-body .profile-card .card-head .left,
.project-details .project-details-inner .task-grid .task-card .card-head .left,
.project-details .project-details-inner .project-team-card .card-head .left,
.project-details .project-details-inner .side-card .card-head .left,
.project-details .project-details-inner .project-details-card .card-head .left,
.all-projects .project-grid .project-grid-item .card-head .left,
.color-card .card-head .left,
.demo-card .card-head .left,
.tile-grid.tile-grid-v3 .tile-grid-item .card-head .left,
.tile-grid.tile-grid-v2 .tile-grid-item .card-head .left,
.tile-grid.tile-grid-v1 .tile-grid-item .card-head .left,
.card-grid.card-grid-v4 .card-grid-item .card-head .left,
.card-grid.card-grid-v3 .card-grid-item .card-head .left,
.user-grid.user-grid-v4 .grid-item .card-head .left,
.user-grid.user-grid-v3 .grid-item .card-head .left,
.user-grid.user-grid-v1 .grid-item .card-head .left,
.user-grid.user-grid-v2 .grid-item .card-head .left,
.list-view.list-view-v2 .list-view-item .card-head .left,
.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .card-head .left,
.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head .left,
.business-dashboard.company-dashboard .dashboard-card .card-head .left,
.business-dashboard.flights-dashboard .filters-card .card-head .left,
.business-dashboard.flights-dashboard .company-card .card-head .left,
.business-dashboard.flights-dashboard .flights .flight-card .card-head .left,
.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .card-head .left,
.business-dashboard.flights-dashboard .booking-bar-wrapper .card-head .left,
.banking-dashboard.banking-dashboard-v3 .dashboard-card .card-head .left,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile .card-head .left,
.banking-dashboard.banking-dashboard-v2 .dashboard-card .card-head .left,
.banking-dashboard.banking-dashboard-v1 .dashboard-card .card-head .left,
.finance-dashboard.sales-dashboard .dashboard-card .card-head .left,
.finance-dashboard.sales-dashboard .spark-tiles .spark-tile .card-head .left,
.finance-dashboard.analytics-dashboard .dashboard-card .card-head .left,
.finance-dashboard.analytics-dashboard .dashboard-tile .card-head .left,
.personal-dashboard.personal-dashboard-v2 .dashboard-card .card-head .left,
.personal-dashboard.personal-dashboard-v2 .dashboard-header .card-head .left,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .card-head .left,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .card-head .left,
.collapse .card-head .left,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .card-head .left,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .card-head .left,
.s-card .card-head .right,
.stat-widget.is-straight .card-head .right,
.cart-widget.is-straight .card-head .right,
.followers-widget.is-straight .card-head .right,
.contact-widget.is-straight .card-head .right,
.avatar-list-widget.is-straight .card-head .right,
.call-widget.is-straight .card-head .right,
.social-buttons-widget.is-straight .card-head .right,
.creative-list-widget.is-straight .card-head .right,
.illustration-widget.illustration-widget-v3.is-straight .card-head .right,
.illustration-widget.illustration-widget-v2.is-straight .card-head .right,
.illustration-widget.illustration-widget-v1.is-straight .card-head .right,
.inbox-widget.is-straight .card-head .right,
.video-widget.is-straight .card-head .right,
.icon-list-widget.is-straight .card-head .right,
.search-widget.is-straight .card-head .right,
.stats-widget.is-straight .card-head .right,
.picker-widget.is-straight .card-head .right,
.list-widget.is-straight .card-head .right,
.image-widget.is-straight .card-head .right,
.tags-widget.is-straight .card-head .right,
.text-widget.is-straight .card-head .right,
.icon-toolbar-widget.is-straight .card-head .right,
.gauge-widget.is-straight .card-head .right,
.invoice-wrapper .invoice-body .invoice-card .card-head .right,
.promotion-page-wrapper .wrapper-outer .card-head .right,
.confirm-account-wrapper .wrapper-inner .action-box .card-head .right,
.promotion-page-wrapper .wrapper-inner .action-box .card-head .right,
.form-layout .form-outer .card-head .right,
.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .card-head .right,
.action-page-wrapper.action-page-v2 .wrapper-outer .card-head .right,
.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .card-head .right,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .card-head .right,
.saas-billing-wrapper .billing-options-wrapper .left .option-block .card-head .right,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .card-head .right,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item .card-head .right,
.search-results-wrapper .search-results-body .filter-box .card-head .right,
.account-wrapper .account-box .card-head .right,
.profile-wrapper .profile-body .profile-card .card-head .right,
.project-details .project-details-inner .task-grid .task-card .card-head .right,
.project-details .project-details-inner .project-team-card .card-head .right,
.project-details .project-details-inner .side-card .card-head .right,
.project-details .project-details-inner .project-details-card .card-head .right,
.all-projects .project-grid .project-grid-item .card-head .right,
.color-card .card-head .right,
.demo-card .card-head .right,
.tile-grid.tile-grid-v3 .tile-grid-item .card-head .right,
.tile-grid.tile-grid-v2 .tile-grid-item .card-head .right,
.tile-grid.tile-grid-v1 .tile-grid-item .card-head .right,
.card-grid.card-grid-v4 .card-grid-item .card-head .right,
.card-grid.card-grid-v3 .card-grid-item .card-head .right,
.user-grid.user-grid-v4 .grid-item .card-head .right,
.user-grid.user-grid-v3 .grid-item .card-head .right,
.user-grid.user-grid-v1 .grid-item .card-head .right,
.user-grid.user-grid-v2 .grid-item .card-head .right,
.list-view.list-view-v2 .list-view-item .card-head .right,
.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head .right,
.business-dashboard.company-dashboard .dashboard-card .card-head .right,
.business-dashboard.flights-dashboard .filters-card .card-head .right,
.business-dashboard.flights-dashboard .company-card .card-head .right,
.business-dashboard.flights-dashboard .flights .flight-card .card-head .right,
.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .card-head .right,
.business-dashboard.flights-dashboard .booking-bar-wrapper .card-head .right,
.banking-dashboard.banking-dashboard-v3 .dashboard-card .card-head .right,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile .card-head .right,
.banking-dashboard.banking-dashboard-v2 .dashboard-card .card-head .right,
.banking-dashboard.banking-dashboard-v1 .dashboard-card .card-head .right,
.finance-dashboard.sales-dashboard .dashboard-card .card-head .right,
.finance-dashboard.sales-dashboard .spark-tiles .spark-tile .card-head .right,
.finance-dashboard.analytics-dashboard .dashboard-card .card-head .right,
.finance-dashboard.analytics-dashboard .dashboard-tile .card-head .right,
.personal-dashboard.personal-dashboard-v2 .dashboard-card .card-head .right,
.personal-dashboard.personal-dashboard-v2 .dashboard-header .card-head .right,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .card-head .right,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .card-head .right,
.collapse .card-head .right,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .card-head .right,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .card-head .right,
.l-card .card-head .left,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .card-head .left,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .card-head .left,
.wizard-v1-wrapper .step-content .wizard-types .wizard-card .card-head .left,
.stat-widget .card-head .left,
.cart-widget .card-head .left,
.followers-widget .card-head .left,
.contact-widget .card-head .left,
.avatar-list-widget .card-head .left,
.call-widget .card-head .left,
.social-buttons-widget .card-head .left,
.creative-list-widget .card-head .left,
.illustration-widget.illustration-widget-v3 .card-head .left,
.illustration-widget.illustration-widget-v2 .card-head .left,
.illustration-widget.illustration-widget-v1 .card-head .left,
.inbox-widget .card-head .left,
.video-widget .card-head .left,
.icon-list-widget .card-head .left,
.search-widget .card-head .left,
.stats-widget .card-head .left,
.picker-widget .card-head .left,
.list-widget .card-head .left,
.image-widget .card-head .left,
.calendar-widget .calendar-widget-inner .calendar-square .card-head .left,
.tags-widget .card-head .left,
.text-widget .card-head .left,
.icon-toolbar-widget .card-head .left,
.gauge-widget .card-head .left,
.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .card-head .left,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .card-head .left,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .card-head .left,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .card-head .left,
.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .card-head .left,
.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .card-head .left,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat .card-head .left,
.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .card-head .left,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .card-head .left,
.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .card-head .left,
.business-dashboard.jobs-dashboard .main-container .job-card .card-head .left,
.business-dashboard.course-dashboard .course-grid .course-card .card-head .left,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .grid-item .card-head .left,
.personal-dashboard.personal-dashboard-v3 .dashboard-card .card-head .left,
.boxed-features .flex-card .card-head .left,
.l-card .card-head .right,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .card-head .right,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .card-head .right,
.wizard-v1-wrapper .step-content .wizard-types .wizard-card .card-head .right,
.stat-widget .card-head .right,
.cart-widget .card-head .right,
.followers-widget .card-head .right,
.contact-widget .card-head .right,
.avatar-list-widget .card-head .right,
.call-widget .card-head .right,
.social-buttons-widget .card-head .right,
.creative-list-widget .card-head .right,
.illustration-widget.illustration-widget-v3 .card-head .right,
.illustration-widget.illustration-widget-v2 .card-head .right,
.illustration-widget.illustration-widget-v1 .card-head .right,
.inbox-widget .card-head .right,
.video-widget .card-head .right,
.icon-list-widget .card-head .right,
.search-widget .card-head .right,
.stats-widget .card-head .right,
.picker-widget .card-head .right,
.list-widget .card-head .right,
.image-widget .card-head .right,
.calendar-widget .calendar-widget-inner .calendar-square .card-head .right,
.tags-widget .card-head .right,
.text-widget .card-head .right,
.icon-toolbar-widget .card-head .right,
.gauge-widget .card-head .right,
.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .card-head .right,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .card-head .right,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .card-head .right,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .card-head .right,
.business-dashboard.jobs-dashboard .main-container .job-card .card-head .right,
.business-dashboard.course-dashboard .course-grid .course-card .card-head .right,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .grid-item .card-head .right,
.personal-dashboard.personal-dashboard-v3 .dashboard-card .card-head .right,
.boxed-features .flex-card .card-head .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.r-card .card-head .left .title,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .left .title,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .left .title,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .left .title,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .left .title,
.list-view.list-view-v4 .list-view-item .card-head .left .title,
.list-view.list-view-v3 .list-view-item .card-head .left .title,
.list-view.list-view-v1 .list-view-item .card-head .left .title,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .card-head .left .title,
.finance-dashboard.stock-dashboard .stock-card .card-head .left .title,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder .card-head .left .title,
.s-card .card-head .left .title,
.stat-widget.is-straight .card-head .left .title,
.cart-widget.is-straight .card-head .left .title,
.followers-widget.is-straight .card-head .left .title,
.contact-widget.is-straight .card-head .left .title,
.avatar-list-widget.is-straight .card-head .left .title,
.call-widget.is-straight .card-head .left .title,
.social-buttons-widget.is-straight .card-head .left .title,
.invoice-wrapper .invoice-body .invoice-card .card-head .left .title,
.promotion-page-wrapper .wrapper-outer .card-head .left .title,
.confirm-account-wrapper .wrapper-inner .action-box .card-head .left .title,
.promotion-page-wrapper .wrapper-inner .action-box .card-head .left .title,
.form-layout .form-outer .card-head .left .title,
.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .card-head .left .title,
.action-page-wrapper.action-page-v2 .wrapper-outer .card-head .left .title,
.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .card-head .left .title,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .card-head .left .title,
.saas-billing-wrapper .billing-options-wrapper .left .option-block .card-head .left .title,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .card-head .left .title,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item .card-head .left .title,
.search-results-wrapper .search-results-body .filter-box .card-head .left .title,
.account-wrapper .account-box .card-head .left .title,
.profile-wrapper .profile-body .profile-card .card-head .left .title,
.project-details .project-details-inner .task-grid .task-card .card-head .left .title,
.project-details .project-details-inner .project-team-card .card-head .left .title,
.project-details .project-details-inner .side-card .card-head .left .title,
.project-details .project-details-inner .project-details-card .card-head .left .title,
.all-projects .project-grid .project-grid-item .card-head .left .title,
.color-card .card-head .left .title,
.demo-card .card-head .left .title,
.tile-grid.tile-grid-v3 .tile-grid-item .card-head .left .title,
.tile-grid.tile-grid-v2 .tile-grid-item .card-head .left .title,
.tile-grid.tile-grid-v1 .tile-grid-item .card-head .left .title,
.card-grid.card-grid-v4 .card-grid-item .card-head .left .title,
.card-grid.card-grid-v3 .card-grid-item .card-head .left .title,
.user-grid.user-grid-v4 .grid-item .card-head .left .title,
.user-grid.user-grid-v3 .grid-item .card-head .left .title,
.user-grid.user-grid-v1 .grid-item .card-head .left .title,
.user-grid.user-grid-v2 .grid-item .card-head .left .title,
.list-view.list-view-v2 .list-view-item .card-head .left .title,
.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .card-head .left .title,
.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head .left .title,
.business-dashboard.company-dashboard .dashboard-card .card-head .left .title,
.business-dashboard.flights-dashboard .filters-card .card-head .left .title,
.business-dashboard.flights-dashboard .company-card .card-head .left .title,
.business-dashboard.flights-dashboard .flights .flight-card .card-head .left .title,
.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .card-head .left .title,
.business-dashboard.flights-dashboard .booking-bar-wrapper .card-head .left .title,
.banking-dashboard.banking-dashboard-v3 .dashboard-card .card-head .left .title,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile .card-head .left .title,
.banking-dashboard.banking-dashboard-v2 .dashboard-card .card-head .left .title,
.banking-dashboard.banking-dashboard-v1 .dashboard-card .card-head .left .title,
.finance-dashboard.sales-dashboard .dashboard-card .card-head .left .title,
.finance-dashboard.sales-dashboard .spark-tiles .spark-tile .card-head .left .title,
.finance-dashboard.analytics-dashboard .dashboard-card .card-head .left .title,
.finance-dashboard.analytics-dashboard .dashboard-tile .card-head .left .title,
.personal-dashboard.personal-dashboard-v2 .dashboard-card .card-head .left .title,
.personal-dashboard.personal-dashboard-v2 .dashboard-header .card-head .left .title,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .card-head .left .title,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .card-head .left .title,
.collapse .card-head .left .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .card-head .left .title,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .card-head .left .title,
.l-card .card-head .left .title,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .card-head .left .title,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .card-head .left .title,
.wizard-v1-wrapper .step-content .wizard-types .wizard-card .card-head .left .title,
.stat-widget .card-head .left .title,
.cart-widget .card-head .left .title,
.followers-widget .card-head .left .title,
.contact-widget .card-head .left .title,
.avatar-list-widget .card-head .left .title,
.call-widget .card-head .left .title,
.social-buttons-widget .card-head .left .title,
.creative-list-widget .card-head .left .title,
.illustration-widget.illustration-widget-v3 .card-head .left .title,
.illustration-widget.illustration-widget-v2 .card-head .left .title,
.illustration-widget.illustration-widget-v1 .card-head .left .title,
.inbox-widget .card-head .left .title,
.video-widget .card-head .left .title,
.icon-list-widget .card-head .left .title,
.search-widget .card-head .left .title,
.stats-widget .card-head .left .title,
.picker-widget .card-head .left .title,
.list-widget .card-head .left .title,
.image-widget .card-head .left .title,
.calendar-widget .calendar-widget-inner .calendar-square .card-head .left .title,
.tags-widget .card-head .left .title,
.text-widget .card-head .left .title,
.icon-toolbar-widget .card-head .left .title,
.gauge-widget .card-head .left .title,
.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .card-head .left .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .card-head .left .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .card-head .left .title,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .card-head .left .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .card-head .left .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .card-head .left .title,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat .card-head .left .title,
.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .card-head .left .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .card-head .left .title,
.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .card-head .left .title,
.business-dashboard.jobs-dashboard .main-container .job-card .card-head .left .title,
.business-dashboard.course-dashboard .course-grid .course-card .card-head .left .title,
.personal-dashboard.personal-dashboard-v3 .dashboard-card .card-head .left .title,
.boxed-features .flex-card .card-head .left .title {
	font-size: 1.2rem;
	font-weight: 500
}

.r-card .card-head .right,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .right,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .right,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .right,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-head .right,
.list-view.list-view-v4 .list-view-item .card-head .right,
.list-view.list-view-v3 .list-view-item .card-head .right,
.list-view.list-view-v1 .list-view-item .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .card-head .right,
.finance-dashboard.stock-dashboard .stock-card .card-head .right,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder .card-head .right,
.s-card .card-head .right,
.stat-widget.is-straight .card-head .right,
.cart-widget.is-straight .card-head .right,
.followers-widget.is-straight .card-head .right,
.contact-widget.is-straight .card-head .right,
.avatar-list-widget.is-straight .card-head .right,
.call-widget.is-straight .card-head .right,
.social-buttons-widget.is-straight .card-head .right,
.creative-list-widget.is-straight .card-head .right,
.invoice-wrapper .invoice-body .invoice-card .card-head .right,
.promotion-page-wrapper .wrapper-outer .card-head .right,
.confirm-account-wrapper .wrapper-inner .action-box .card-head .right,
.promotion-page-wrapper .wrapper-inner .action-box .card-head .right,
.form-layout .form-outer .card-head .right,
.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .card-head .right,
.action-page-wrapper.action-page-v2 .wrapper-outer .card-head .right,
.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .card-head .right,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .card-head .right,
.saas-billing-wrapper .billing-options-wrapper .left .option-block .card-head .right,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .card-head .right,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item .card-head .right,
.search-results-wrapper .search-results-body .filter-box .card-head .right,
.account-wrapper .account-box .card-head .right,
.profile-wrapper .profile-body .profile-card .card-head .right,
.project-details .project-details-inner .task-grid .task-card .card-head .right,
.project-details .project-details-inner .project-team-card .card-head .right,
.project-details .project-details-inner .side-card .card-head .right,
.project-details .project-details-inner .project-details-card .card-head .right,
.all-projects .project-grid .project-grid-item .card-head .right,
.color-card .card-head .right,
.demo-card .card-head .right,
.tile-grid.tile-grid-v3 .tile-grid-item .card-head .right,
.tile-grid.tile-grid-v2 .tile-grid-item .card-head .right,
.tile-grid.tile-grid-v1 .tile-grid-item .card-head .right,
.card-grid.card-grid-v4 .card-grid-item .card-head .right,
.card-grid.card-grid-v3 .card-grid-item .card-head .right,
.user-grid.user-grid-v4 .grid-item .card-head .right,
.user-grid.user-grid-v3 .grid-item .card-head .right,
.user-grid.user-grid-v1 .grid-item .card-head .right,
.user-grid.user-grid-v2 .grid-item .card-head .right,
.list-view.list-view-v2 .list-view-item .card-head .right,
.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head .right,
.business-dashboard.company-dashboard .dashboard-card .card-head .right,
.business-dashboard.flights-dashboard .filters-card .card-head .right,
.business-dashboard.flights-dashboard .company-card .card-head .right,
.business-dashboard.flights-dashboard .flights .flight-card .card-head .right,
.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .card-head .right,
.business-dashboard.flights-dashboard .booking-bar-wrapper .card-head .right,
.banking-dashboard.banking-dashboard-v3 .dashboard-card .card-head .right,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile .card-head .right,
.banking-dashboard.banking-dashboard-v2 .dashboard-card .card-head .right,
.banking-dashboard.banking-dashboard-v1 .dashboard-card .card-head .right,
.finance-dashboard.sales-dashboard .dashboard-card .card-head .right,
.finance-dashboard.sales-dashboard .spark-tiles .spark-tile .card-head .right,
.finance-dashboard.analytics-dashboard .dashboard-card .card-head .right,
.finance-dashboard.analytics-dashboard .dashboard-tile .card-head .right,
.personal-dashboard.personal-dashboard-v2 .dashboard-card .card-head .right,
.personal-dashboard.personal-dashboard-v2 .dashboard-header .card-head .right,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .card-head .right,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .card-head .right,
.collapse .card-head .right,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .card-head .right,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .card-head .right,
.l-card .card-head .right,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .card-head .right,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .card-head .right,
.wizard-v1-wrapper .step-content .wizard-types .wizard-card .card-head .right,
.stat-widget .card-head .right,
.cart-widget .card-head .right,
.followers-widget .card-head .right,
.contact-widget .card-head .right,
.avatar-list-widget .card-head .right,
.call-widget .card-head .right,
.social-buttons-widget .card-head .right,
.creative-list-widget .card-head .right,
.illustration-widget.illustration-widget-v3 .card-head .right,
.illustration-widget.illustration-widget-v2 .card-head .right,
.illustration-widget.illustration-widget-v1 .card-head .right,
.inbox-widget .card-head .right,
.video-widget .card-head .right,
.icon-list-widget .card-head .right,
.search-widget .card-head .right,
.stats-widget .card-head .right,
.picker-widget .card-head .right,
.list-widget .card-head .right,
.image-widget .card-head .right,
.calendar-widget .calendar-widget-inner .calendar-square .card-head .right,
.tags-widget .card-head .right,
.text-widget .card-head .right,
.icon-toolbar-widget .card-head .right,
.gauge-widget .card-head .right,
.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .card-head .right,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .card-head .right,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .card-head .right,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .card-head .right,
.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .card-head .right,
.business-dashboard.jobs-dashboard .main-container .job-card .card-head .right,
.business-dashboard.course-dashboard .course-grid .course-card .card-head .right,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .grid-item .card-head .right,
.personal-dashboard.personal-dashboard-v3 .dashboard-card .card-head .right,
.boxed-features .flex-card .card-head .right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.r-card .card-inner,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-inner,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-inner,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-inner,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .card-inner,
.list-view.list-view-v4 .list-view-item .card-inner,
.list-view.list-view-v3 .list-view-item .card-inner,
.list-view.list-view-v1 .list-view-item .card-inner,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .card-inner,
.finance-dashboard.stock-dashboard .stock-card .card-inner,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder .card-inner,
.s-card .card-inner,
.stat-widget.is-straight .card-inner,
.cart-widget.is-straight .card-inner,
.followers-widget.is-straight .card-inner,
.contact-widget.is-straight .card-inner,
.avatar-list-widget.is-straight .card-inner,
.call-widget.is-straight .card-inner,
.social-buttons-widget.is-straight .card-inner,
.creative-list-widget.is-straight .card-inner,
.invoice-wrapper .invoice-body .invoice-card .card-inner,
.promotion-page-wrapper .wrapper-outer .card-inner,
.confirm-account-wrapper .wrapper-inner .action-box .card-inner,
.promotion-page-wrapper .wrapper-inner .action-box .card-inner,
.form-layout .form-outer .card-inner,
.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .card-inner,
.action-page-wrapper.action-page-v2 .wrapper-outer .card-inner,
.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .card-inner,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .card-inner,
.saas-billing-wrapper .billing-options-wrapper .left .option-block .card-inner,
.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .card-inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item .card-inner,
.search-results-wrapper .search-results-body .filter-box .card-inner,
.account-wrapper .account-box .card-inner,
.profile-wrapper .profile-body .profile-card .card-inner,
.project-details .project-details-inner .task-grid .task-card .card-inner,
.project-details .project-details-inner .project-team-card .card-inner,
.project-details .project-details-inner .side-card .card-inner,
.project-details .project-details-inner .project-details-card .card-inner,
.all-projects .project-grid .project-grid-item .card-inner,
.color-card .card-inner,
.demo-card .card-inner,
.tile-grid.tile-grid-v3 .tile-grid-item .card-inner,
.tile-grid.tile-grid-v2 .tile-grid-item .card-inner,
.tile-grid.tile-grid-v1 .tile-grid-item .card-inner,
.card-grid.card-grid-v4 .card-grid-item .card-inner,
.card-grid.card-grid-v3 .card-grid-item .card-inner,
.user-grid.user-grid-v4 .grid-item .card-inner,
.user-grid.user-grid-v3 .grid-item .card-inner,
.user-grid.user-grid-v1 .grid-item .card-inner,
.user-grid.user-grid-v2 .grid-item .card-inner,
.list-view.list-view-v2 .list-view-item .card-inner,
.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .card-inner,
.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-inner,
.business-dashboard.company-dashboard .dashboard-card .card-inner,
.business-dashboard.flights-dashboard .filters-card .card-inner,
.business-dashboard.flights-dashboard .company-card .card-inner,
.business-dashboard.flights-dashboard .flights .flight-card .card-inner,
.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .card-inner,
.business-dashboard.flights-dashboard .booking-bar-wrapper .card-inner,
.banking-dashboard.banking-dashboard-v3 .dashboard-card .card-inner,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile .card-inner,
.banking-dashboard.banking-dashboard-v2 .dashboard-card .card-inner,
.banking-dashboard.banking-dashboard-v1 .dashboard-card .card-inner,
.finance-dashboard.sales-dashboard .dashboard-card .card-inner,
.finance-dashboard.sales-dashboard .spark-tiles .spark-tile .card-inner,
.finance-dashboard.analytics-dashboard .dashboard-card .card-inner,
.finance-dashboard.analytics-dashboard .dashboard-tile .card-inner,
.personal-dashboard.personal-dashboard-v2 .dashboard-card .card-inner,
.personal-dashboard.personal-dashboard-v2 .dashboard-header .card-inner,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .card-inner,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .card-inner,
.collapse .card-inner,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .card-inner,
.right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .card-inner,
.l-card .card-inner,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .card-inner,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .card-inner,
.wizard-v1-wrapper .step-content .wizard-types .wizard-card .card-inner,
.stat-widget .card-inner,
.cart-widget .card-inner,
.followers-widget .card-inner,
.contact-widget .card-inner,
.avatar-list-widget .card-inner,
.call-widget .card-inner,
.social-buttons-widget .card-inner,
.creative-list-widget .card-inner,
.illustration-widget.illustration-widget-v3 .card-inner,
.illustration-widget.illustration-widget-v2 .card-inner,
.illustration-widget.illustration-widget-v1 .card-inner,
.inbox-widget .card-inner,
.video-widget .card-inner,
.icon-list-widget .card-inner,
.search-widget .card-inner,
.stats-widget .card-inner,
.picker-widget .card-inner,
.list-widget .card-inner,
.image-widget .card-inner,
.calendar-widget .calendar-widget-inner .calendar-square .card-inner,
.tags-widget .card-inner,
.text-widget .card-inner,
.icon-toolbar-widget .card-inner,
.gauge-widget .card-inner,
.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .card-inner,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .card-inner,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .card-inner,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .card-inner,
.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .card-inner,
.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .card-inner,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat .card-inner,
.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .card-inner,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .card-inner,
.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .card-inner,
.business-dashboard.jobs-dashboard .main-container .job-card .card-inner,
.business-dashboard.course-dashboard .course-grid .course-card .card-inner,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .grid-item .card-inner,
.personal-dashboard.personal-dashboard-v3 .dashboard-card .card-inner,
.boxed-features .flex-card .card-inner {
	padding-top: 1.75rem
}

body.is-dark .r-card,
body.is-dark .onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card,
body.is-dark .onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card,
body.is-dark .onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card,
body.is-dark .standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card,
body.is-dark .list-view.list-view-v4 .list-view-item,
.list-view.list-view-v4 body.is-dark .list-view-item,
body.is-dark .list-view.list-view-v3 .list-view-item,
.list-view.list-view-v3 body.is-dark .list-view-item,
body.is-dark .list-view.list-view-v1 .list-view-item,
.list-view.list-view-v1 body.is-dark .list-view-item,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content body.is-dark .media-feed-item,
body.is-dark .finance-dashboard.stock-dashboard .stock-card,
.finance-dashboard.stock-dashboard body.is-dark .stock-card,
body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center body.is-dark .column-placeholder,
body.is-dark .s-card,
body.is-dark .stat-widget.is-straight,
body.is-dark .cart-widget.is-straight,
body.is-dark .followers-widget.is-straight,
body.is-dark .contact-widget.is-straight,
body.is-dark .avatar-list-widget.is-straight,
body.is-dark .call-widget.is-straight,
body.is-dark .social-buttons-widget.is-straight,
body.is-dark .creative-list-widget.is-straight,
body.is-dark .illustration-widget.illustration-widget-v3.is-straight,
body.is-dark .illustration-widget.illustration-widget-v2.is-straight,
body.is-dark .illustration-widget.illustration-widget-v1.is-straight,
body.is-dark .inbox-widget.is-straight,
body.is-dark .video-widget.is-straight,
body.is-dark .icon-list-widget.is-straight,
body.is-dark .search-widget.is-straight,
body.is-dark .stats-widget.is-straight,
body.is-dark .picker-widget.is-straight,
body.is-dark .list-widget.is-straight,
body.is-dark .image-widget.is-straight,
body.is-dark .tags-widget.is-straight,
body.is-dark .text-widget.is-straight,
body.is-dark .icon-toolbar-widget.is-straight,
body.is-dark .gauge-widget.is-straight,
body.is-dark .invoice-wrapper .invoice-body .invoice-card,
.invoice-wrapper .invoice-body body.is-dark .invoice-card,
body.is-dark .promotion-page-wrapper .wrapper-outer,
.promotion-page-wrapper body.is-dark .wrapper-outer,
body.is-dark .confirm-account-wrapper .wrapper-inner .action-box,
.confirm-account-wrapper .wrapper-inner body.is-dark .action-box,
body.is-dark .promotion-page-wrapper .wrapper-inner .action-box,
.promotion-page-wrapper .wrapper-inner body.is-dark .action-box,
body.is-dark .form-layout .form-outer,
.form-layout body.is-dark .form-outer,
body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .form-section-inner,
.form-layout.is-separate .form-outer .form-body .form-section body.is-dark .form-section-inner,
body.is-dark .action-page-wrapper.action-page-v2 .wrapper-outer,
.action-page-wrapper.action-page-v2 body.is-dark .wrapper-outer,
body.is-dark .action-page-wrapper.action-page-v1 .wrapper-inner .action-box,
.action-page-wrapper.action-page-v1 .wrapper-inner body.is-dark .action-box,
body.is-dark .action-page-wrapper.action-page-v2 .wrapper-inner .action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner body.is-dark .action-box,
body.is-dark .saas-billing-wrapper .billing-options-wrapper .left .option-block,
.saas-billing-wrapper .billing-options-wrapper .left body.is-dark .option-block,
body.is-dark .saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner,
.saas-billing-wrapper .plans-wrapper .left .plans .plan body.is-dark .plan-inner,
body.is-dark .search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item,
.search-results-wrapper .search-results-body .search-results-group .search-results-list body.is-dark .search-results-item,
body.is-dark .search-results-wrapper .search-results-body .filter-box,
.search-results-wrapper .search-results-body body.is-dark .filter-box,
body.is-dark .account-wrapper .account-box,
.account-wrapper body.is-dark .account-box,
body.is-dark .profile-wrapper .profile-body .profile-card,
.profile-wrapper .profile-body body.is-dark .profile-card,
body.is-dark .project-details .project-details-inner .task-grid .task-card,
.project-details .project-details-inner .task-grid body.is-dark .task-card,
body.is-dark .project-details .project-details-inner .project-team-card,
.project-details .project-details-inner body.is-dark .project-team-card,
body.is-dark .project-details .project-details-inner .side-card,
.project-details .project-details-inner body.is-dark .side-card,
body.is-dark .project-details .project-details-inner .project-details-card,
.project-details .project-details-inner body.is-dark .project-details-card,
body.is-dark .all-projects .project-grid .project-grid-item,
.all-projects .project-grid body.is-dark .project-grid-item,
body.is-dark .color-card,
body.is-dark .demo-card,
body.is-dark .tile-grid.tile-grid-v3 .tile-grid-item,
.tile-grid.tile-grid-v3 body.is-dark .tile-grid-item,
body.is-dark .tile-grid.tile-grid-v2 .tile-grid-item,
.tile-grid.tile-grid-v2 body.is-dark .tile-grid-item,
body.is-dark .tile-grid.tile-grid-v1 .tile-grid-item,
.tile-grid.tile-grid-v1 body.is-dark .tile-grid-item,
body.is-dark .card-grid.card-grid-v4 .card-grid-item,
.card-grid.card-grid-v4 body.is-dark .card-grid-item,
body.is-dark .card-grid.card-grid-v3 .card-grid-item,
.card-grid.card-grid-v3 body.is-dark .card-grid-item,
body.is-dark .user-grid.user-grid-v4 .grid-item,
.user-grid.user-grid-v4 body.is-dark .grid-item,
body.is-dark .user-grid.user-grid-v3 .grid-item,
.user-grid.user-grid-v3 body.is-dark .grid-item,
body.is-dark .user-grid.user-grid-v1 .grid-item,
.user-grid.user-grid-v1 body.is-dark .grid-item,
body.is-dark .user-grid.user-grid-v2 .grid-item,
.user-grid.user-grid-v2 body.is-dark .grid-item,
body.is-dark .list-view.list-view-v2 .list-view-item,
.list-view.list-view-v2 body.is-dark .list-view-item,
body.is-dark .ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile,
.ecommerce-dashboard.ecommerce-dashboard-v1 body.is-dark .dashboard-tile,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card,
.lifestyle-dashboard.lifestyle-dashboard-v1 body.is-dark .overview-card,
body.is-dark .business-dashboard.company-dashboard .dashboard-card,
.business-dashboard.company-dashboard body.is-dark .dashboard-card,
body.is-dark .business-dashboard.flights-dashboard .filters-card,
.business-dashboard.flights-dashboard body.is-dark .filters-card,
body.is-dark .business-dashboard.flights-dashboard .company-card,
.business-dashboard.flights-dashboard body.is-dark .company-card,
body.is-dark .business-dashboard.flights-dashboard .flights .flight-card,
.business-dashboard.flights-dashboard .flights body.is-dark .flight-card,
body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary,
.business-dashboard.flights-dashboard .flights-summary-wrapper body.is-dark .flight-summary,
body.is-dark .business-dashboard.flights-dashboard .booking-bar-wrapper,
.business-dashboard.flights-dashboard body.is-dark .booking-bar-wrapper,
body.is-dark .banking-dashboard.banking-dashboard-v3 .dashboard-card,
.banking-dashboard.banking-dashboard-v3 body.is-dark .dashboard-card,
body.is-dark .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles body.is-dark .dashboard-tile,
body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card,
.banking-dashboard.banking-dashboard-v2 body.is-dark .dashboard-card,
body.is-dark .banking-dashboard.banking-dashboard-v1 .dashboard-card,
.banking-dashboard.banking-dashboard-v1 body.is-dark .dashboard-card,
body.is-dark .finance-dashboard.sales-dashboard .dashboard-card,
.finance-dashboard.sales-dashboard body.is-dark .dashboard-card,
body.is-dark .finance-dashboard.sales-dashboard .spark-tiles .spark-tile,
.finance-dashboard.sales-dashboard .spark-tiles body.is-dark .spark-tile,
body.is-dark .finance-dashboard.analytics-dashboard .dashboard-card,
.finance-dashboard.analytics-dashboard body.is-dark .dashboard-card,
body.is-dark .finance-dashboard.analytics-dashboard .dashboard-tile,
.finance-dashboard.analytics-dashboard body.is-dark .dashboard-tile,
body.is-dark .personal-dashboard.personal-dashboard-v2 .dashboard-card,
.personal-dashboard.personal-dashboard-v2 body.is-dark .dashboard-card,
body.is-dark .personal-dashboard.personal-dashboard-v2 .dashboard-header,
.personal-dashboard.personal-dashboard-v2 body.is-dark .dashboard-header,
body.is-dark .personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card,
.personal-dashboard.personal-dashboard-v1 .dashboard-body body.is-dark .dashboard-card,
body.is-dark .timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item body.is-dark .content-wrap,
body.is-dark .collapse,
body.is-dark .right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body body.is-dark .team-card,
body.is-dark .right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body body.is-dark .project-card,
body.is-dark .l-card,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body body.is-dark .edit-box,
body.is-dark .wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left body.is-dark .uploader-actions,
body.is-dark .wizard-v1-wrapper .step-content .wizard-types .wizard-card,
.wizard-v1-wrapper .step-content .wizard-types body.is-dark .wizard-card,
body.is-dark .stat-widget,
body.is-dark .cart-widget,
body.is-dark .followers-widget,
body.is-dark .contact-widget,
body.is-dark .avatar-list-widget,
body.is-dark .call-widget,
body.is-dark .social-buttons-widget,
body.is-dark .creative-list-widget,
body.is-dark .illustration-widget.illustration-widget-v3,
body.is-dark .illustration-widget.illustration-widget-v2,
body.is-dark .illustration-widget.illustration-widget-v1,
body.is-dark .inbox-widget,
body.is-dark .video-widget,
body.is-dark .icon-list-widget,
body.is-dark .search-widget,
body.is-dark .stats-widget,
body.is-dark .picker-widget,
body.is-dark .list-widget,
body.is-dark .image-widget,
body.is-dark .calendar-widget .calendar-widget-inner .calendar-square,
.calendar-widget .calendar-widget-inner body.is-dark .calendar-square,
body.is-dark .tags-widget,
body.is-dark .text-widget,
body.is-dark .icon-toolbar-widget,
body.is-dark .gauge-widget,
body.is-dark .food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item,
.food-delivery-dashboard .left .left-body .restaurants-list body.is-dark .restaurants-list-item,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .matches-card,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .leagues,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .live-match,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 body.is-dark .updates,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 body.is-dark .featured-authors,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats body.is-dark .writing-stat,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v3 body.is-dark .dashboard-card,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list body.is-dark .media-flex-center,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 body.is-dark .long-card,
body.is-dark .business-dashboard.jobs-dashboard .main-container .job-card,
.business-dashboard.jobs-dashboard .main-container body.is-dark .job-card,
body.is-dark .business-dashboard.course-dashboard .course-grid .course-card,
.business-dashboard.course-dashboard .course-grid body.is-dark .course-card,
body.is-dark .business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .grid-item,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 body.is-dark .grid-item,
body.is-dark .personal-dashboard.personal-dashboard-v3 .dashboard-card,
.personal-dashboard.personal-dashboard-v3 body.is-dark .dashboard-card,
body.is-dark .boxed-features .flex-card,
.boxed-features body.is-dark .flex-card {
	background: #323236;
	border-color: #404046
}

body.is-dark .r-card.is-primary,
body.is-dark .onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner body.is-dark .is-primary.onboarding-card,
body.is-dark .onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner body.is-dark .is-primary.onboarding-card,
body.is-dark .onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner body.is-dark .is-primary.onboarding-card,
body.is-dark .standard-onboarding .onboarding-wrap .onboarding-wrap-inner .is-primary.onboarding-card,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner body.is-dark .is-primary.onboarding-card,
body.is-dark .list-view.list-view-v4 .is-primary.list-view-item,
.list-view.list-view-v4 body.is-dark .is-primary.list-view-item,
body.is-dark .list-view.list-view-v3 .is-primary.list-view-item,
.list-view.list-view-v3 body.is-dark .is-primary.list-view-item,
body.is-dark .list-view.list-view-v1 .is-primary.list-view-item,
.list-view.list-view-v1 body.is-dark .is-primary.list-view-item,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .is-primary.media-feed-item,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content body.is-dark .is-primary.media-feed-item,
body.is-dark .finance-dashboard.stock-dashboard .is-primary.stock-card,
.finance-dashboard.stock-dashboard body.is-dark .is-primary.stock-card,
body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .is-primary.column-placeholder,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center body.is-dark .is-primary.column-placeholder,
body.is-dark .s-card.is-primary,
body.is-dark .is-primary.stat-widget.is-straight,
body.is-dark .is-primary.cart-widget.is-straight,
body.is-dark .is-primary.followers-widget.is-straight,
body.is-dark .is-primary.contact-widget.is-straight,
body.is-dark .is-primary.avatar-list-widget.is-straight,
body.is-dark .is-primary.call-widget.is-straight,
body.is-dark .is-primary.social-buttons-widget.is-straight,
body.is-dark .is-primary.creative-list-widget.is-straight,
body.is-dark .is-primary.illustration-widget.illustration-widget-v3.is-straight,
body.is-dark .is-primary.illustration-widget.illustration-widget-v2.is-straight,
body.is-dark .is-primary.illustration-widget.illustration-widget-v1.is-straight,
body.is-dark .is-primary.inbox-widget.is-straight,
body.is-dark .is-primary.video-widget.is-straight,
body.is-dark .is-primary.icon-list-widget.is-straight,
body.is-dark .is-primary.search-widget.is-straight,
body.is-dark .is-primary.stats-widget.is-straight,
body.is-dark .is-primary.picker-widget.is-straight,
body.is-dark .is-primary.list-widget.is-straight,
body.is-dark .is-primary.image-widget.is-straight,
body.is-dark .is-primary.tags-widget.is-straight,
body.is-dark .is-primary.text-widget.is-straight,
body.is-dark .is-primary.icon-toolbar-widget.is-straight,
body.is-dark .is-primary.gauge-widget.is-straight,
body.is-dark .invoice-wrapper .invoice-body .is-primary.invoice-card,
.invoice-wrapper .invoice-body body.is-dark .is-primary.invoice-card,
body.is-dark .promotion-page-wrapper .is-primary.wrapper-outer,
.promotion-page-wrapper body.is-dark .is-primary.wrapper-outer,
body.is-dark .confirm-account-wrapper .wrapper-inner .is-primary.action-box,
.confirm-account-wrapper .wrapper-inner body.is-dark .is-primary.action-box,
body.is-dark .promotion-page-wrapper .wrapper-inner .is-primary.action-box,
.promotion-page-wrapper .wrapper-inner body.is-dark .is-primary.action-box,
body.is-dark .form-layout .is-primary.form-outer,
.form-layout body.is-dark .is-primary.form-outer,
body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .is-primary.form-section-inner,
.form-layout.is-separate .form-outer .form-body .form-section body.is-dark .is-primary.form-section-inner,
body.is-dark .action-page-wrapper.action-page-v2 .is-primary.wrapper-outer,
.action-page-wrapper.action-page-v2 body.is-dark .is-primary.wrapper-outer,
body.is-dark .action-page-wrapper.action-page-v1 .wrapper-inner .is-primary.action-box,
.action-page-wrapper.action-page-v1 .wrapper-inner body.is-dark .is-primary.action-box,
body.is-dark .action-page-wrapper.action-page-v2 .wrapper-inner .is-primary.action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner body.is-dark .is-primary.action-box,
body.is-dark .saas-billing-wrapper .billing-options-wrapper .left .is-primary.option-block,
.saas-billing-wrapper .billing-options-wrapper .left body.is-dark .is-primary.option-block,
body.is-dark .saas-billing-wrapper .plans-wrapper .left .plans .plan .is-primary.plan-inner,
.saas-billing-wrapper .plans-wrapper .left .plans .plan body.is-dark .is-primary.plan-inner,
body.is-dark .search-results-wrapper .search-results-body .search-results-group .search-results-list .is-primary.search-results-item,
.search-results-wrapper .search-results-body .search-results-group .search-results-list body.is-dark .is-primary.search-results-item,
body.is-dark .search-results-wrapper .search-results-body .is-primary.filter-box,
.search-results-wrapper .search-results-body body.is-dark .is-primary.filter-box,
body.is-dark .account-wrapper .is-primary.account-box,
.account-wrapper body.is-dark .is-primary.account-box,
body.is-dark .profile-wrapper .profile-body .is-primary.profile-card,
.profile-wrapper .profile-body body.is-dark .is-primary.profile-card,
body.is-dark .project-details .project-details-inner .task-grid .is-primary.task-card,
.project-details .project-details-inner .task-grid body.is-dark .is-primary.task-card,
body.is-dark .project-details .project-details-inner .is-primary.project-team-card,
.project-details .project-details-inner body.is-dark .is-primary.project-team-card,
body.is-dark .project-details .project-details-inner .is-primary.side-card,
.project-details .project-details-inner body.is-dark .is-primary.side-card,
body.is-dark .project-details .project-details-inner .is-primary.project-details-card,
.project-details .project-details-inner body.is-dark .is-primary.project-details-card,
body.is-dark .all-projects .project-grid .is-primary.project-grid-item,
.all-projects .project-grid body.is-dark .is-primary.project-grid-item,
body.is-dark .is-primary.color-card,
body.is-dark .is-primary.demo-card,
body.is-dark .tile-grid.tile-grid-v3 .is-primary.tile-grid-item,
.tile-grid.tile-grid-v3 body.is-dark .is-primary.tile-grid-item,
body.is-dark .tile-grid.tile-grid-v2 .is-primary.tile-grid-item,
.tile-grid.tile-grid-v2 body.is-dark .is-primary.tile-grid-item,
body.is-dark .tile-grid.tile-grid-v1 .is-primary.tile-grid-item,
.tile-grid.tile-grid-v1 body.is-dark .is-primary.tile-grid-item,
body.is-dark .card-grid.card-grid-v4 .is-primary.card-grid-item,
.card-grid.card-grid-v4 body.is-dark .is-primary.card-grid-item,
body.is-dark .card-grid.card-grid-v3 .is-primary.card-grid-item,
.card-grid.card-grid-v3 body.is-dark .is-primary.card-grid-item,
body.is-dark .user-grid.user-grid-v4 .is-primary.grid-item,
.user-grid.user-grid-v4 body.is-dark .is-primary.grid-item,
body.is-dark .user-grid.user-grid-v3 .is-primary.grid-item,
.user-grid.user-grid-v3 body.is-dark .is-primary.grid-item,
body.is-dark .user-grid.user-grid-v1 .is-primary.grid-item,
.user-grid.user-grid-v1 body.is-dark .is-primary.grid-item,
body.is-dark .user-grid.user-grid-v2 .is-primary.grid-item,
.user-grid.user-grid-v2 body.is-dark .is-primary.grid-item,
body.is-dark .list-view.list-view-v2 .is-primary.list-view-item,
.list-view.list-view-v2 body.is-dark .is-primary.list-view-item,
body.is-dark .ecommerce-dashboard.ecommerce-dashboard-v1 .is-primary.dashboard-tile,
.ecommerce-dashboard.ecommerce-dashboard-v1 body.is-dark .is-primary.dashboard-tile,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .is-primary.overview-card,
.lifestyle-dashboard.lifestyle-dashboard-v1 body.is-dark .is-primary.overview-card,
body.is-dark .business-dashboard.company-dashboard .is-primary.dashboard-card,
.business-dashboard.company-dashboard body.is-dark .is-primary.dashboard-card,
body.is-dark .business-dashboard.flights-dashboard .is-primary.filters-card,
.business-dashboard.flights-dashboard body.is-dark .is-primary.filters-card,
body.is-dark .business-dashboard.flights-dashboard .is-primary.company-card,
.business-dashboard.flights-dashboard body.is-dark .is-primary.company-card,
body.is-dark .business-dashboard.flights-dashboard .flights .is-primary.flight-card,
.business-dashboard.flights-dashboard .flights body.is-dark .is-primary.flight-card,
body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .is-primary.flight-summary,
.business-dashboard.flights-dashboard .flights-summary-wrapper body.is-dark .is-primary.flight-summary,
body.is-dark .business-dashboard.flights-dashboard .is-primary.booking-bar-wrapper,
.business-dashboard.flights-dashboard body.is-dark .is-primary.booking-bar-wrapper,
body.is-dark .banking-dashboard.banking-dashboard-v3 .is-primary.dashboard-card,
.banking-dashboard.banking-dashboard-v3 body.is-dark .is-primary.dashboard-card,
body.is-dark .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .is-primary.dashboard-tile,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles body.is-dark .is-primary.dashboard-tile,
body.is-dark .banking-dashboard.banking-dashboard-v2 .is-primary.dashboard-card,
.banking-dashboard.banking-dashboard-v2 body.is-dark .is-primary.dashboard-card,
body.is-dark .banking-dashboard.banking-dashboard-v1 .is-primary.dashboard-card,
.banking-dashboard.banking-dashboard-v1 body.is-dark .is-primary.dashboard-card,
body.is-dark .finance-dashboard.sales-dashboard .is-primary.dashboard-card,
.finance-dashboard.sales-dashboard body.is-dark .is-primary.dashboard-card,
body.is-dark .finance-dashboard.sales-dashboard .spark-tiles .is-primary.spark-tile,
.finance-dashboard.sales-dashboard .spark-tiles body.is-dark .is-primary.spark-tile,
body.is-dark .finance-dashboard.analytics-dashboard .is-primary.dashboard-card,
.finance-dashboard.analytics-dashboard body.is-dark .is-primary.dashboard-card,
body.is-dark .finance-dashboard.analytics-dashboard .is-primary.dashboard-tile,
.finance-dashboard.analytics-dashboard body.is-dark .is-primary.dashboard-tile,
body.is-dark .personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-card,
.personal-dashboard.personal-dashboard-v2 body.is-dark .is-primary.dashboard-card,
body.is-dark .personal-dashboard.personal-dashboard-v2 .is-primary.dashboard-header,
.personal-dashboard.personal-dashboard-v2 body.is-dark .is-primary.dashboard-header,
body.is-dark .personal-dashboard.personal-dashboard-v1 .dashboard-body .is-primary.dashboard-card,
.personal-dashboard.personal-dashboard-v1 .dashboard-body body.is-dark .is-primary.dashboard-card,
body.is-dark .timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .is-primary.content-wrap,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item body.is-dark .is-primary.content-wrap,
body.is-dark .is-primary.collapse,
body.is-dark .right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.team-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body body.is-dark .is-primary.team-card,
body.is-dark .right-panel-wrapper.is-activity .right-panel .right-panel-body .is-primary.project-card,
.right-panel-wrapper.is-activity .right-panel .right-panel-body body.is-dark .is-primary.project-card,
body.is-dark .l-card.is-primary,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .is-primary.edit-box,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body body.is-dark .is-primary.edit-box,
body.is-dark .wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .is-primary.uploader-actions,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left body.is-dark .is-primary.uploader-actions,
body.is-dark .wizard-v1-wrapper .step-content .wizard-types .is-primary.wizard-card,
.wizard-v1-wrapper .step-content .wizard-types body.is-dark .is-primary.wizard-card,
body.is-dark .is-primary.stat-widget,
body.is-dark .is-primary.cart-widget,
body.is-dark .is-primary.followers-widget,
body.is-dark .is-primary.contact-widget,
body.is-dark .is-primary.avatar-list-widget,
body.is-dark .is-primary.call-widget,
body.is-dark .is-primary.social-buttons-widget,
body.is-dark .is-primary.creative-list-widget,
body.is-dark .is-primary.illustration-widget.illustration-widget-v3,
body.is-dark .is-primary.illustration-widget.illustration-widget-v2,
body.is-dark .is-primary.illustration-widget.illustration-widget-v1,
body.is-dark .is-primary.inbox-widget,
body.is-dark .is-primary.video-widget,
body.is-dark .is-primary.icon-list-widget,
body.is-dark .is-primary.search-widget,
body.is-dark .is-primary.stats-widget,
body.is-dark .is-primary.picker-widget,
body.is-dark .is-primary.list-widget,
body.is-dark .is-primary.image-widget,
body.is-dark .calendar-widget .calendar-widget-inner .is-primary.calendar-square,
.calendar-widget .calendar-widget-inner body.is-dark .is-primary.calendar-square,
body.is-dark .is-primary.tags-widget,
body.is-dark .is-primary.text-widget,
body.is-dark .is-primary.icon-toolbar-widget,
body.is-dark .is-primary.gauge-widget,
body.is-dark .food-delivery-dashboard .left .left-body .restaurants-list .is-primary.restaurants-list-item,
.food-delivery-dashboard .left .left-body .restaurants-list body.is-dark .is-primary.restaurants-list-item,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.matches-card,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .is-primary.matches-card,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.leagues,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .is-primary.leagues,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .is-primary.live-match,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .is-primary.live-match,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.updates,
.lifestyle-dashboard.lifestyle-dashboard-v4 body.is-dark .is-primary.updates,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .is-primary.featured-authors,
.lifestyle-dashboard.lifestyle-dashboard-v4 body.is-dark .is-primary.featured-authors,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .is-primary.writing-stat,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats body.is-dark .is-primary.writing-stat,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v3 .is-primary.dashboard-card,
.lifestyle-dashboard.lifestyle-dashboard-v3 body.is-dark .is-primary.dashboard-card,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .is-primary.media-flex-center,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list body.is-dark .is-primary.media-flex-center,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v2 .is-primary.long-card,
.lifestyle-dashboard.lifestyle-dashboard-v2 body.is-dark .is-primary.long-card,
body.is-dark .business-dashboard.jobs-dashboard .main-container .is-primary.job-card,
.business-dashboard.jobs-dashboard .main-container body.is-dark .is-primary.job-card,
body.is-dark .business-dashboard.course-dashboard .course-grid .is-primary.course-card,
.business-dashboard.course-dashboard .course-grid body.is-dark .is-primary.course-card,
body.is-dark .business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .is-primary.grid-item,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 body.is-dark .is-primary.grid-item,
body.is-dark .personal-dashboard.personal-dashboard-v3 .is-primary.dashboard-card,
.personal-dashboard.personal-dashboard-v3 body.is-dark .is-primary.dashboard-card,
body.is-dark .boxed-features .is-primary.flex-card,
.boxed-features body.is-dark .is-primary.flex-card {
	background: #797bf2;
	border-color: #797bf2
}

body.is-dark .r-card .h-avatar img,
body.is-dark .onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .h-avatar img,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .h-avatar img,
body.is-dark .onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .h-avatar img,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .h-avatar img,
body.is-dark .onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .h-avatar img,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .h-avatar img,
body.is-dark .standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .h-avatar img,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .h-avatar img,
body.is-dark .list-view.list-view-v4 .list-view-item .h-avatar img,
.list-view.list-view-v4 body.is-dark .list-view-item .h-avatar img,
body.is-dark .list-view.list-view-v3 .list-view-item .h-avatar img,
.list-view.list-view-v3 body.is-dark .list-view-item .h-avatar img,
body.is-dark .list-view.list-view-v1 .list-view-item .h-avatar img,
.list-view.list-view-v1 body.is-dark .list-view-item .h-avatar img,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .h-avatar img,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content body.is-dark .media-feed-item .h-avatar img,
body.is-dark .finance-dashboard.stock-dashboard .stock-card .h-avatar img,
.finance-dashboard.stock-dashboard body.is-dark .stock-card .h-avatar img,
body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder .h-avatar img,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center body.is-dark .column-placeholder .h-avatar img,
body.is-dark .s-card .h-avatar img,
body.is-dark .stat-widget.is-straight .h-avatar img,
body.is-dark .cart-widget.is-straight .h-avatar img,
body.is-dark .followers-widget.is-straight .h-avatar img,
body.is-dark .contact-widget.is-straight .h-avatar img,
body.is-dark .avatar-list-widget.is-straight .h-avatar img,
body.is-dark .call-widget.is-straight .h-avatar img,
body.is-dark .social-buttons-widget.is-straight .h-avatar img,
body.is-dark .creative-list-widget.is-straight .h-avatar img,
body.is-dark .illustration-widget.illustration-widget-v3.is-straight .h-avatar img,
body.is-dark .illustration-widget.illustration-widget-v2.is-straight .h-avatar img,
body.is-dark .illustration-widget.illustration-widget-v1.is-straight .h-avatar img,
body.is-dark .inbox-widget.is-straight .h-avatar img,
body.is-dark .video-widget.is-straight .h-avatar img,
body.is-dark .icon-list-widget.is-straight .h-avatar img,
body.is-dark .search-widget.is-straight .h-avatar img,
body.is-dark .stats-widget.is-straight .h-avatar img,
body.is-dark .picker-widget.is-straight .h-avatar img,
body.is-dark .list-widget.is-straight .h-avatar img,
body.is-dark .image-widget.is-straight .h-avatar img,
body.is-dark .tags-widget.is-straight .h-avatar img,
body.is-dark .text-widget.is-straight .h-avatar img,
body.is-dark .icon-toolbar-widget.is-straight .h-avatar img,
body.is-dark .gauge-widget.is-straight .h-avatar img,
body.is-dark .invoice-wrapper .invoice-body .invoice-card .h-avatar img,
.invoice-wrapper .invoice-body body.is-dark .invoice-card .h-avatar img,
body.is-dark .promotion-page-wrapper .wrapper-outer .h-avatar img,
.promotion-page-wrapper body.is-dark .wrapper-outer .h-avatar img,
body.is-dark .confirm-account-wrapper .wrapper-inner .action-box .h-avatar img,
.confirm-account-wrapper .wrapper-inner body.is-dark .action-box .h-avatar img,
body.is-dark .promotion-page-wrapper .wrapper-inner .action-box .h-avatar img,
.promotion-page-wrapper .wrapper-inner body.is-dark .action-box .h-avatar img,
body.is-dark .form-layout .form-outer .h-avatar img,
.form-layout body.is-dark .form-outer .h-avatar img,
body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .h-avatar img,
.form-layout.is-separate .form-outer .form-body .form-section body.is-dark .form-section-inner .h-avatar img,
body.is-dark .action-page-wrapper.action-page-v2 .wrapper-outer .h-avatar img,
.action-page-wrapper.action-page-v2 body.is-dark .wrapper-outer .h-avatar img,
body.is-dark .action-page-wrapper.action-page-v1 .wrapper-inner .action-box .h-avatar img,
.action-page-wrapper.action-page-v1 .wrapper-inner body.is-dark .action-box .h-avatar img,
body.is-dark .action-page-wrapper.action-page-v2 .wrapper-inner .action-box .h-avatar img,
.action-page-wrapper.action-page-v2 .wrapper-inner body.is-dark .action-box .h-avatar img,
body.is-dark .saas-billing-wrapper .billing-options-wrapper .left .option-block .h-avatar img,
.saas-billing-wrapper .billing-options-wrapper .left body.is-dark .option-block .h-avatar img,
body.is-dark .saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .h-avatar img,
.saas-billing-wrapper .plans-wrapper .left .plans .plan body.is-dark .plan-inner .h-avatar img,
body.is-dark .search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item .h-avatar img,
.search-results-wrapper .search-results-body .search-results-group .search-results-list body.is-dark .search-results-item .h-avatar img,
body.is-dark .search-results-wrapper .search-results-body .filter-box .h-avatar img,
.search-results-wrapper .search-results-body body.is-dark .filter-box .h-avatar img,
body.is-dark .account-wrapper .account-box .h-avatar img,
.account-wrapper body.is-dark .account-box .h-avatar img,
body.is-dark .profile-wrapper .profile-body .profile-card .h-avatar img,
.profile-wrapper .profile-body body.is-dark .profile-card .h-avatar img,
body.is-dark .project-details .project-details-inner .task-grid .task-card .h-avatar img,
.project-details .project-details-inner .task-grid body.is-dark .task-card .h-avatar img,
body.is-dark .project-details .project-details-inner .project-team-card .h-avatar img,
.project-details .project-details-inner body.is-dark .project-team-card .h-avatar img,
body.is-dark .project-details .project-details-inner .side-card .h-avatar img,
.project-details .project-details-inner body.is-dark .side-card .h-avatar img,
body.is-dark .project-details .project-details-inner .project-details-card .h-avatar img,
.project-details .project-details-inner body.is-dark .project-details-card .h-avatar img,
body.is-dark .all-projects .project-grid .project-grid-item .h-avatar img,
.all-projects .project-grid body.is-dark .project-grid-item .h-avatar img,
body.is-dark .color-card .h-avatar img,
body.is-dark .demo-card .h-avatar img,
body.is-dark .tile-grid.tile-grid-v3 .tile-grid-item .h-avatar img,
.tile-grid.tile-grid-v3 body.is-dark .tile-grid-item .h-avatar img,
body.is-dark .tile-grid.tile-grid-v2 .tile-grid-item .h-avatar img,
.tile-grid.tile-grid-v2 body.is-dark .tile-grid-item .h-avatar img,
body.is-dark .tile-grid.tile-grid-v1 .tile-grid-item .h-avatar img,
.tile-grid.tile-grid-v1 body.is-dark .tile-grid-item .h-avatar img,
body.is-dark .card-grid.card-grid-v4 .card-grid-item .h-avatar img,
.card-grid.card-grid-v4 body.is-dark .card-grid-item .h-avatar img,
body.is-dark .card-grid.card-grid-v3 .card-grid-item .h-avatar img,
.card-grid.card-grid-v3 body.is-dark .card-grid-item .h-avatar img,
body.is-dark .user-grid.user-grid-v4 .grid-item .h-avatar img,
.user-grid.user-grid-v4 body.is-dark .grid-item .h-avatar img,
body.is-dark .user-grid.user-grid-v3 .grid-item .h-avatar img,
.user-grid.user-grid-v3 body.is-dark .grid-item .h-avatar img,
body.is-dark .user-grid.user-grid-v1 .grid-item .h-avatar img,
.user-grid.user-grid-v1 body.is-dark .grid-item .h-avatar img,
body.is-dark .user-grid.user-grid-v2 .grid-item .h-avatar img,
.user-grid.user-grid-v2 body.is-dark .grid-item .h-avatar img,
body.is-dark .list-view.list-view-v2 .list-view-item .h-avatar img,
.list-view.list-view-v2 body.is-dark .list-view-item .h-avatar img,
body.is-dark .ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .h-avatar img,
.ecommerce-dashboard.ecommerce-dashboard-v1 body.is-dark .dashboard-tile .h-avatar img,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .h-avatar img,
.lifestyle-dashboard.lifestyle-dashboard-v1 body.is-dark .overview-card .h-avatar img,
body.is-dark .business-dashboard.company-dashboard .dashboard-card .h-avatar img,
.business-dashboard.company-dashboard body.is-dark .dashboard-card .h-avatar img,
body.is-dark .business-dashboard.flights-dashboard .filters-card .h-avatar img,
.business-dashboard.flights-dashboard body.is-dark .filters-card .h-avatar img,
body.is-dark .business-dashboard.flights-dashboard .company-card .h-avatar img,
.business-dashboard.flights-dashboard body.is-dark .company-card .h-avatar img,
body.is-dark .business-dashboard.flights-dashboard .flights .flight-card .h-avatar img,
.business-dashboard.flights-dashboard .flights body.is-dark .flight-card .h-avatar img,
body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .h-avatar img,
.business-dashboard.flights-dashboard .flights-summary-wrapper body.is-dark .flight-summary .h-avatar img,
body.is-dark .business-dashboard.flights-dashboard .booking-bar-wrapper .h-avatar img,
.business-dashboard.flights-dashboard body.is-dark .booking-bar-wrapper .h-avatar img,
body.is-dark .banking-dashboard.banking-dashboard-v3 .dashboard-card .h-avatar img,
.banking-dashboard.banking-dashboard-v3 body.is-dark .dashboard-card .h-avatar img,
body.is-dark .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile .h-avatar img,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles body.is-dark .dashboard-tile .h-avatar img,
body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card .h-avatar img,
.banking-dashboard.banking-dashboard-v2 body.is-dark .dashboard-card .h-avatar img,
body.is-dark .banking-dashboard.banking-dashboard-v1 .dashboard-card .h-avatar img,
.banking-dashboard.banking-dashboard-v1 body.is-dark .dashboard-card .h-avatar img,
body.is-dark .finance-dashboard.sales-dashboard .dashboard-card .h-avatar img,
.finance-dashboard.sales-dashboard body.is-dark .dashboard-card .h-avatar img,
body.is-dark .finance-dashboard.sales-dashboard .spark-tiles .spark-tile .h-avatar img,
.finance-dashboard.sales-dashboard .spark-tiles body.is-dark .spark-tile .h-avatar img,
body.is-dark .finance-dashboard.analytics-dashboard .dashboard-card .h-avatar img,
.finance-dashboard.analytics-dashboard body.is-dark .dashboard-card .h-avatar img,
body.is-dark .finance-dashboard.analytics-dashboard .dashboard-tile .h-avatar img,
.finance-dashboard.analytics-dashboard body.is-dark .dashboard-tile .h-avatar img,
body.is-dark .personal-dashboard.personal-dashboard-v2 .dashboard-card .h-avatar img,
.personal-dashboard.personal-dashboard-v2 body.is-dark .dashboard-card .h-avatar img,
body.is-dark .personal-dashboard.personal-dashboard-v2 .dashboard-header .h-avatar img,
.personal-dashboard.personal-dashboard-v2 body.is-dark .dashboard-header .h-avatar img,
body.is-dark .personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .h-avatar img,
.personal-dashboard.personal-dashboard-v1 .dashboard-body body.is-dark .dashboard-card .h-avatar img,
body.is-dark .timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .h-avatar img,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item body.is-dark .content-wrap .h-avatar img,
body.is-dark .collapse .h-avatar img,
body.is-dark .right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .h-avatar img,
.right-panel-wrapper.is-activity .right-panel .right-panel-body body.is-dark .team-card .h-avatar img,
body.is-dark .right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .h-avatar img,
.right-panel-wrapper.is-activity .right-panel .right-panel-body body.is-dark .project-card .h-avatar img,
body.is-dark .l-card .h-avatar img,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .h-avatar img,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body body.is-dark .edit-box .h-avatar img,
body.is-dark .wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .h-avatar img,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left body.is-dark .uploader-actions .h-avatar img,
body.is-dark .wizard-v1-wrapper .step-content .wizard-types .wizard-card .h-avatar img,
.wizard-v1-wrapper .step-content .wizard-types body.is-dark .wizard-card .h-avatar img,
body.is-dark .stat-widget .h-avatar img,
body.is-dark .cart-widget .h-avatar img,
body.is-dark .followers-widget .h-avatar img,
body.is-dark .contact-widget .h-avatar img,
body.is-dark .avatar-list-widget .h-avatar img,
body.is-dark .call-widget .h-avatar img,
body.is-dark .social-buttons-widget .h-avatar img,
body.is-dark .creative-list-widget .h-avatar img,
body.is-dark .illustration-widget.illustration-widget-v3 .h-avatar img,
body.is-dark .illustration-widget.illustration-widget-v2 .h-avatar img,
body.is-dark .illustration-widget.illustration-widget-v1 .h-avatar img,
body.is-dark .inbox-widget .h-avatar img,
body.is-dark .video-widget .h-avatar img,
body.is-dark .icon-list-widget .h-avatar img,
body.is-dark .search-widget .h-avatar img,
body.is-dark .stats-widget .h-avatar img,
body.is-dark .picker-widget .h-avatar img,
body.is-dark .list-widget .h-avatar img,
body.is-dark .image-widget .h-avatar img,
body.is-dark .calendar-widget .calendar-widget-inner .calendar-square .h-avatar img,
.calendar-widget .calendar-widget-inner body.is-dark .calendar-square .h-avatar img,
body.is-dark .tags-widget .h-avatar img,
body.is-dark .text-widget .h-avatar img,
body.is-dark .icon-toolbar-widget .h-avatar img,
body.is-dark .gauge-widget .h-avatar img,
body.is-dark .food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .h-avatar img,
.food-delivery-dashboard .left .left-body .restaurants-list body.is-dark .restaurants-list-item .h-avatar img,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .h-avatar img,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .matches-card .h-avatar img,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .h-avatar img,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .leagues .h-avatar img,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .h-avatar img,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .live-match .h-avatar img,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .h-avatar img,
.lifestyle-dashboard.lifestyle-dashboard-v4 body.is-dark .updates .h-avatar img,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .h-avatar img,
.lifestyle-dashboard.lifestyle-dashboard-v4 body.is-dark .featured-authors .h-avatar img,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat .h-avatar img,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats body.is-dark .writing-stat .h-avatar img,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .h-avatar img,
.lifestyle-dashboard.lifestyle-dashboard-v3 body.is-dark .dashboard-card .h-avatar img,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .h-avatar img,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list body.is-dark .media-flex-center .h-avatar img,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .h-avatar img,
.lifestyle-dashboard.lifestyle-dashboard-v2 body.is-dark .long-card .h-avatar img,
body.is-dark .business-dashboard.jobs-dashboard .main-container .job-card .h-avatar img,
.business-dashboard.jobs-dashboard .main-container body.is-dark .job-card .h-avatar img,
body.is-dark .business-dashboard.course-dashboard .course-grid .course-card .h-avatar img,
.business-dashboard.course-dashboard .course-grid body.is-dark .course-card .h-avatar img,
body.is-dark .business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 .grid-item .h-avatar img,
.business-dashboard.hr-dashboard .recent-rookies .user-grid.user-grid-v4 body.is-dark .grid-item .h-avatar img,
body.is-dark .personal-dashboard.personal-dashboard-v3 .dashboard-card .h-avatar img,
.personal-dashboard.personal-dashboard-v3 body.is-dark .dashboard-card .h-avatar img,
body.is-dark .boxed-features .flex-card .h-avatar img,
.boxed-features body.is-dark .flex-card .h-avatar img {
	border-color: #323236 !important
}

body.is-dark .r-card .avatar-stack .h-avatar,
body.is-dark .onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .avatar-stack .h-avatar,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .avatar-stack .h-avatar,
body.is-dark .onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .avatar-stack .h-avatar,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .avatar-stack .h-avatar,
body.is-dark .onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .avatar-stack .h-avatar,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .avatar-stack .h-avatar,
body.is-dark .standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .avatar-stack .h-avatar,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .avatar-stack .h-avatar,
body.is-dark .list-view.list-view-v4 .list-view-item .avatar-stack .h-avatar,
.list-view.list-view-v4 body.is-dark .list-view-item .avatar-stack .h-avatar,
body.is-dark .list-view.list-view-v3 .list-view-item .avatar-stack .h-avatar,
.list-view.list-view-v3 body.is-dark .list-view-item .avatar-stack .h-avatar,
body.is-dark .list-view.list-view-v1 .list-view-item .avatar-stack .h-avatar,
.list-view.list-view-v1 body.is-dark .list-view-item .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .avatar-stack .h-avatar,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content body.is-dark .media-feed-item .avatar-stack .h-avatar,
body.is-dark .finance-dashboard.stock-dashboard .stock-card .avatar-stack .h-avatar,
.finance-dashboard.stock-dashboard body.is-dark .stock-card .avatar-stack .h-avatar,
body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder .avatar-stack .h-avatar,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center body.is-dark .column-placeholder .avatar-stack .h-avatar,
body.is-dark .s-card .avatar-stack .h-avatar,
body.is-dark .stat-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .cart-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .followers-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .contact-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .avatar-list-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .call-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .social-buttons-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .creative-list-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .illustration-widget.illustration-widget-v3.is-straight .avatar-stack .h-avatar,
body.is-dark .illustration-widget.illustration-widget-v2.is-straight .avatar-stack .h-avatar,
body.is-dark .illustration-widget.illustration-widget-v1.is-straight .avatar-stack .h-avatar,
body.is-dark .inbox-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .video-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .icon-list-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .search-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .stats-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .picker-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .list-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .image-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .tags-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .text-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .icon-toolbar-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .gauge-widget.is-straight .avatar-stack .h-avatar,
body.is-dark .invoice-wrapper .invoice-body .invoice-card .avatar-stack .h-avatar,
.invoice-wrapper .invoice-body body.is-dark .invoice-card .avatar-stack .h-avatar,
body.is-dark .promotion-page-wrapper .wrapper-outer .avatar-stack .h-avatar,
.promotion-page-wrapper body.is-dark .wrapper-outer .avatar-stack .h-avatar,
body.is-dark .confirm-account-wrapper .wrapper-inner .action-box .avatar-stack .h-avatar,
.confirm-account-wrapper .wrapper-inner body.is-dark .action-box .avatar-stack .h-avatar,
body.is-dark .promotion-page-wrapper .wrapper-inner .action-box .avatar-stack .h-avatar,
.promotion-page-wrapper .wrapper-inner body.is-dark .action-box .avatar-stack .h-avatar,
body.is-dark .form-layout .form-outer .avatar-stack .h-avatar,
.form-layout body.is-dark .form-outer .avatar-stack .h-avatar,
body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .avatar-stack .h-avatar,
.form-layout.is-separate .form-outer .form-body .form-section body.is-dark .form-section-inner .avatar-stack .h-avatar,
body.is-dark .action-page-wrapper.action-page-v2 .wrapper-outer .avatar-stack .h-avatar,
.action-page-wrapper.action-page-v2 body.is-dark .wrapper-outer .avatar-stack .h-avatar,
body.is-dark .action-page-wrapper.action-page-v1 .wrapper-inner .action-box .avatar-stack .h-avatar,
.action-page-wrapper.action-page-v1 .wrapper-inner body.is-dark .action-box .avatar-stack .h-avatar,
body.is-dark .action-page-wrapper.action-page-v2 .wrapper-inner .action-box .avatar-stack .h-avatar,
.action-page-wrapper.action-page-v2 .wrapper-inner body.is-dark .action-box .avatar-stack .h-avatar,
body.is-dark .saas-billing-wrapper .billing-options-wrapper .left .option-block .avatar-stack .h-avatar,
.saas-billing-wrapper .billing-options-wrapper .left body.is-dark .option-block .avatar-stack .h-avatar,
body.is-dark .saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .avatar-stack .h-avatar,
.saas-billing-wrapper .plans-wrapper .left .plans .plan body.is-dark .plan-inner .avatar-stack .h-avatar,
body.is-dark .search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item .avatar-stack .h-avatar,
.search-results-wrapper .search-results-body .search-results-group .search-results-list body.is-dark .search-results-item .avatar-stack .h-avatar,
body.is-dark .search-results-wrapper .search-results-body .filter-box .avatar-stack .h-avatar,
.search-results-wrapper .search-results-body body.is-dark .filter-box .avatar-stack .h-avatar,
body.is-dark .account-wrapper .account-box .avatar-stack .h-avatar,
.account-wrapper body.is-dark .account-box .avatar-stack .h-avatar,
body.is-dark .profile-wrapper .profile-body .profile-card .avatar-stack .h-avatar,
.profile-wrapper .profile-body body.is-dark .profile-card .avatar-stack .h-avatar,
body.is-dark .project-details .project-details-inner .task-grid .task-card .avatar-stack .h-avatar,
.project-details .project-details-inner .task-grid body.is-dark .task-card .avatar-stack .h-avatar,
body.is-dark .project-details .project-details-inner .project-team-card .avatar-stack .h-avatar,
.project-details .project-details-inner body.is-dark .project-team-card .avatar-stack .h-avatar,
body.is-dark .project-details .project-details-inner .side-card .avatar-stack .h-avatar,
.project-details .project-details-inner body.is-dark .side-card .avatar-stack .h-avatar,
body.is-dark .project-details .project-details-inner .project-details-card .avatar-stack .h-avatar,
.project-details .project-details-inner body.is-dark .project-details-card .avatar-stack .h-avatar,
body.is-dark .all-projects .project-grid .project-grid-item .avatar-stack .h-avatar,
.all-projects .project-grid body.is-dark .project-grid-item .avatar-stack .h-avatar,
body.is-dark .color-card .avatar-stack .h-avatar,
body.is-dark .demo-card .avatar-stack .h-avatar,
body.is-dark .tile-grid.tile-grid-v3 .tile-grid-item .avatar-stack .h-avatar,
.tile-grid.tile-grid-v3 body.is-dark .tile-grid-item .avatar-stack .h-avatar,
body.is-dark .tile-grid.tile-grid-v2 .tile-grid-item .avatar-stack .h-avatar,
.tile-grid.tile-grid-v2 body.is-dark .tile-grid-item .avatar-stack .h-avatar,
body.is-dark .tile-grid.tile-grid-v1 .tile-grid-item .avatar-stack .h-avatar,
.tile-grid.tile-grid-v1 body.is-dark .tile-grid-item .avatar-stack .h-avatar,
body.is-dark .card-grid.card-grid-v4 .card-grid-item .avatar-stack .h-avatar,
.card-grid.card-grid-v4 body.is-dark .card-grid-item .avatar-stack .h-avatar,
body.is-dark .card-grid.card-grid-v3 .card-grid-item .avatar-stack .h-avatar,
.card-grid.card-grid-v3 body.is-dark .card-grid-item .avatar-stack .h-avatar,
body.is-dark .user-grid.user-grid-v4 .grid-item .avatar-stack .h-avatar,
.user-grid.user-grid-v4 body.is-dark .grid-item .avatar-stack .h-avatar,
body.is-dark .user-grid.user-grid-v3 .grid-item .avatar-stack .h-avatar,
.user-grid.user-grid-v3 body.is-dark .grid-item .avatar-stack .h-avatar,
body.is-dark .user-grid.user-grid-v1 .grid-item .avatar-stack .h-avatar,
.user-grid.user-grid-v1 body.is-dark .grid-item .avatar-stack .h-avatar,
body.is-dark .user-grid.user-grid-v2 .grid-item .avatar-stack .h-avatar,
.user-grid.user-grid-v2 body.is-dark .grid-item .avatar-stack .h-avatar,
body.is-dark .list-view.list-view-v2 .list-view-item .avatar-stack .h-avatar,
.list-view.list-view-v2 body.is-dark .list-view-item .avatar-stack .h-avatar,
body.is-dark .ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .avatar-stack .h-avatar,
.ecommerce-dashboard.ecommerce-dashboard-v1 body.is-dark .dashboard-tile .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .avatar-stack .h-avatar,
.lifestyle-dashboard.lifestyle-dashboard-v1 body.is-dark .overview-card .avatar-stack .h-avatar,
body.is-dark .business-dashboard.company-dashboard .dashboard-card .avatar-stack .h-avatar,
.business-dashboard.company-dashboard body.is-dark .dashboard-card .avatar-stack .h-avatar,
body.is-dark .business-dashboard.flights-dashboard .filters-card .avatar-stack .h-avatar,
.business-dashboard.flights-dashboard body.is-dark .filters-card .avatar-stack .h-avatar,
body.is-dark .business-dashboard.flights-dashboard .company-card .avatar-stack .h-avatar,
.business-dashboard.flights-dashboard body.is-dark .company-card .avatar-stack .h-avatar,
body.is-dark .business-dashboard.flights-dashboard .flights .flight-card .avatar-stack .h-avatar,
.business-dashboard.flights-dashboard .flights body.is-dark .flight-card .avatar-stack .h-avatar,
body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .avatar-stack .h-avatar,
.business-dashboard.flights-dashboard .flights-summary-wrapper body.is-dark .flight-summary .avatar-stack .h-avatar,
body.is-dark .business-dashboard.flights-dashboard .booking-bar-wrapper .avatar-stack .h-avatar,
.business-dashboard.flights-dashboard body.is-dark .booking-bar-wrapper .avatar-stack .h-avatar,
body.is-dark .banking-dashboard.banking-dashboard-v3 .dashboard-card .avatar-stack .h-avatar,
.banking-dashboard.banking-dashboard-v3 body.is-dark .dashboard-card .avatar-stack .h-avatar,
body.is-dark .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile .avatar-stack .h-avatar,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles body.is-dark .dashboard-tile .avatar-stack .h-avatar,
body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card .avatar-stack .h-avatar,
.banking-dashboard.banking-dashboard-v2 body.is-dark .dashboard-card .avatar-stack .h-avatar,
body.is-dark .banking-dashboard.banking-dashboard-v1 .dashboard-card .avatar-stack .h-avatar,
.banking-dashboard.banking-dashboard-v1 body.is-dark .dashboard-card .avatar-stack .h-avatar,
body.is-dark .finance-dashboard.sales-dashboard .dashboard-card .avatar-stack .h-avatar,
.finance-dashboard.sales-dashboard body.is-dark .dashboard-card .avatar-stack .h-avatar,
body.is-dark .finance-dashboard.sales-dashboard .spark-tiles .spark-tile .avatar-stack .h-avatar,
.finance-dashboard.sales-dashboard .spark-tiles body.is-dark .spark-tile .avatar-stack .h-avatar,
body.is-dark .finance-dashboard.analytics-dashboard .dashboard-card .avatar-stack .h-avatar,
.finance-dashboard.analytics-dashboard body.is-dark .dashboard-card .avatar-stack .h-avatar,
body.is-dark .finance-dashboard.analytics-dashboard .dashboard-tile .avatar-stack .h-avatar,
.finance-dashboard.analytics-dashboard body.is-dark .dashboard-tile .avatar-stack .h-avatar,
body.is-dark .personal-dashboard.personal-dashboard-v2 .dashboard-card .avatar-stack .h-avatar,
.personal-dashboard.personal-dashboard-v2 body.is-dark .dashboard-card .avatar-stack .h-avatar,
body.is-dark .personal-dashboard.personal-dashboard-v2 .dashboard-header .avatar-stack .h-avatar,
.personal-dashboard.personal-dashboard-v2 body.is-dark .dashboard-header .avatar-stack .h-avatar,
body.is-dark .personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .avatar-stack .h-avatar,
.personal-dashboard.personal-dashboard-v1 .dashboard-body body.is-dark .dashboard-card .avatar-stack .h-avatar,
body.is-dark .timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .avatar-stack .h-avatar,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item body.is-dark .content-wrap .avatar-stack .h-avatar,
body.is-dark .collapse .avatar-stack .h-avatar,
body.is-dark .right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .avatar-stack .h-avatar,
.right-panel-wrapper.is-activity .right-panel .right-panel-body body.is-dark .team-card .avatar-stack .h-avatar,
body.is-dark .right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .avatar-stack .h-avatar,
.right-panel-wrapper.is-activity .right-panel .right-panel-body body.is-dark .project-card .avatar-stack .h-avatar,
body.is-dark .l-card .avatar-stack .h-avatar,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .avatar-stack .h-avatar,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body body.is-dark .edit-box .avatar-stack .h-avatar,
body.is-dark .wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .avatar-stack .h-avatar,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left body.is-dark .uploader-actions .avatar-stack .h-avatar,
body.is-dark .wizard-v1-wrapper .step-content .wizard-types .wizard-card .avatar-stack .h-avatar,
.wizard-v1-wrapper .step-content .wizard-types body.is-dark .wizard-card .avatar-stack .h-avatar,
body.is-dark .stat-widget .avatar-stack .h-avatar,
body.is-dark .cart-widget .avatar-stack .h-avatar,
body.is-dark .followers-widget .avatar-stack .h-avatar,
body.is-dark .contact-widget .avatar-stack .h-avatar,
body.is-dark .avatar-list-widget .avatar-stack .h-avatar,
body.is-dark .call-widget .avatar-stack .h-avatar,
body.is-dark .social-buttons-widget .avatar-stack .h-avatar,
body.is-dark .creative-list-widget .avatar-stack .h-avatar,
body.is-dark .illustration-widget.illustration-widget-v3 .avatar-stack .h-avatar,
body.is-dark .illustration-widget.illustration-widget-v2 .avatar-stack .h-avatar,
body.is-dark .illustration-widget.illustration-widget-v1 .avatar-stack .h-avatar,
body.is-dark .inbox-widget .avatar-stack .h-avatar,
body.is-dark .video-widget .avatar-stack .h-avatar,
body.is-dark .icon-list-widget .avatar-stack .h-avatar,
body.is-dark .search-widget .avatar-stack .h-avatar,
body.is-dark .stats-widget .avatar-stack .h-avatar,
body.is-dark .picker-widget .avatar-stack .h-avatar,
body.is-dark .list-widget .avatar-stack .h-avatar,
body.is-dark .image-widget .avatar-stack .h-avatar,
body.is-dark .calendar-widget .calendar-widget-inner .calendar-square .avatar-stack .h-avatar,
.calendar-widget .calendar-widget-inner body.is-dark .calendar-square .avatar-stack .h-avatar,
body.is-dark .tags-widget .avatar-stack .h-avatar,
body.is-dark .text-widget .avatar-stack .h-avatar,
body.is-dark .icon-toolbar-widget .avatar-stack .h-avatar,
body.is-dark .gauge-widget .avatar-stack .h-avatar,
body.is-dark .food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .avatar-stack .h-avatar,
.food-delivery-dashboard .left .left-body .restaurants-list body.is-dark .restaurants-list-item .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .avatar-stack .h-avatar,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .matches-card .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .avatar-stack .h-avatar,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .leagues .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .avatar-stack .h-avatar,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .live-match .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .avatar-stack .h-avatar,
.lifestyle-dashboard.lifestyle-dashboard-v4 body.is-dark .updates .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .avatar-stack .h-avatar,
.lifestyle-dashboard.lifestyle-dashboard-v4 body.is-dark .featured-authors .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat .avatar-stack .h-avatar,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats body.is-dark .writing-stat .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .avatar-stack .h-avatar,
.lifestyle-dashboard.lifestyle-dashboard-v3 body.is-dark .dashboard-card .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .avatar-stack .h-avatar,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list body.is-dark .media-flex-center .avatar-stack .h-avatar,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .avatar-stack .h-avatar,
.lifestyle-dashboard.lifestyle-dashboard-v2 body.is-dark .long-card .avatar-stack .h-avatar,
body.is-dark .business-dashboard.jobs-dashboard .main-container .job-card .avatar-stack .h-avatar,
.business-dashboard.jobs-dashboard .main-container body.is-dark .job-card .avatar-stack .h-avatar,
body.is-dark .business-dashboard.course-dashboard .course-grid .course-card .avatar-stack .h-avatar,
.business-dashboard.course-dashboard .course-grid body.is-dark .course-card .avatar-stack .h-avatar,
body.is-dark .personal-dashboard.personal-dashboard-v3 .dashboard-card .avatar-stack .h-avatar,
.personal-dashboard.personal-dashboard-v3 body.is-dark .dashboard-card .avatar-stack .h-avatar,
body.is-dark .boxed-features .flex-card .avatar-stack .h-avatar,
.boxed-features body.is-dark .flex-card .avatar-stack .h-avatar {
	border-color: #323236 !important
}

body.is-dark .r-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .avatar-stack .h-avatar .avatar.is-more .inner,
.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .avatar-stack .h-avatar .avatar.is-more .inner,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .avatar-stack .h-avatar .avatar.is-more .inner,
.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .avatar-stack .h-avatar .avatar.is-more .inner,
.standard-onboarding .onboarding-wrap .onboarding-wrap-inner body.is-dark .onboarding-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .list-view.list-view-v4 .list-view-item .avatar-stack .h-avatar .avatar.is-more .inner,
.list-view.list-view-v4 body.is-dark .list-view-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .list-view.list-view-v3 .list-view-item .avatar-stack .h-avatar .avatar.is-more .inner,
.list-view.list-view-v3 body.is-dark .list-view-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .list-view.list-view-v1 .list-view-item .avatar-stack .h-avatar .avatar.is-more .inner,
.list-view.list-view-v1 body.is-dark .list-view-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content body.is-dark .media-feed-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .finance-dashboard.stock-dashboard .stock-card .avatar-stack .h-avatar .avatar.is-more .inner,
.finance-dashboard.stock-dashboard body.is-dark .stock-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center .column-placeholder .avatar-stack .h-avatar .avatar.is-more .inner,
.webapp-subnavbar .webapp-subnavbar-inner .tab-content .tab-content-inner .center body.is-dark .column-placeholder .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .s-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .stat-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .cart-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .followers-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .contact-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .avatar-list-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .call-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .social-buttons-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .creative-list-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .illustration-widget.illustration-widget-v3.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .illustration-widget.illustration-widget-v2.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .illustration-widget.illustration-widget-v1.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .inbox-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .video-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .icon-list-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .search-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .stats-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .picker-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .list-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .image-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .tags-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .text-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .icon-toolbar-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .gauge-widget.is-straight .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .invoice-wrapper .invoice-body .invoice-card .avatar-stack .h-avatar .avatar.is-more .inner,
.invoice-wrapper .invoice-body body.is-dark .invoice-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .promotion-page-wrapper .wrapper-outer .avatar-stack .h-avatar .avatar.is-more .inner,
.promotion-page-wrapper body.is-dark .wrapper-outer .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .confirm-account-wrapper .wrapper-inner .action-box .avatar-stack .h-avatar .avatar.is-more .inner,
.confirm-account-wrapper .wrapper-inner body.is-dark .action-box .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .promotion-page-wrapper .wrapper-inner .action-box .avatar-stack .h-avatar .avatar.is-more .inner,
.promotion-page-wrapper .wrapper-inner body.is-dark .action-box .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .form-layout .form-outer .avatar-stack .h-avatar .avatar.is-more .inner,
.form-layout body.is-dark .form-outer .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .avatar-stack .h-avatar .avatar.is-more .inner,
.form-layout.is-separate .form-outer .form-body .form-section body.is-dark .form-section-inner .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .action-page-wrapper.action-page-v2 .wrapper-outer .avatar-stack .h-avatar .avatar.is-more .inner,
.action-page-wrapper.action-page-v2 body.is-dark .wrapper-outer .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .action-page-wrapper.action-page-v1 .wrapper-inner .action-box .avatar-stack .h-avatar .avatar.is-more .inner,
.action-page-wrapper.action-page-v1 .wrapper-inner body.is-dark .action-box .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .action-page-wrapper.action-page-v2 .wrapper-inner .action-box .avatar-stack .h-avatar .avatar.is-more .inner,
.action-page-wrapper.action-page-v2 .wrapper-inner body.is-dark .action-box .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .saas-billing-wrapper .billing-options-wrapper .left .option-block .avatar-stack .h-avatar .avatar.is-more .inner,
.saas-billing-wrapper .billing-options-wrapper .left body.is-dark .option-block .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .avatar-stack .h-avatar .avatar.is-more .inner,
.saas-billing-wrapper .plans-wrapper .left .plans .plan body.is-dark .plan-inner .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item .avatar-stack .h-avatar .avatar.is-more .inner,
.search-results-wrapper .search-results-body .search-results-group .search-results-list body.is-dark .search-results-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .search-results-wrapper .search-results-body .filter-box .avatar-stack .h-avatar .avatar.is-more .inner,
.search-results-wrapper .search-results-body body.is-dark .filter-box .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .account-wrapper .account-box .avatar-stack .h-avatar .avatar.is-more .inner,
.account-wrapper body.is-dark .account-box .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .profile-wrapper .profile-body .profile-card .avatar-stack .h-avatar .avatar.is-more .inner,
.profile-wrapper .profile-body body.is-dark .profile-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .project-details .project-details-inner .task-grid .task-card .avatar-stack .h-avatar .avatar.is-more .inner,
.project-details .project-details-inner .task-grid body.is-dark .task-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .project-details .project-details-inner .project-team-card .avatar-stack .h-avatar .avatar.is-more .inner,
.project-details .project-details-inner body.is-dark .project-team-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .project-details .project-details-inner .side-card .avatar-stack .h-avatar .avatar.is-more .inner,
.project-details .project-details-inner body.is-dark .side-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .project-details .project-details-inner .project-details-card .avatar-stack .h-avatar .avatar.is-more .inner,
.project-details .project-details-inner body.is-dark .project-details-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .all-projects .project-grid .project-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
.all-projects .project-grid body.is-dark .project-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .color-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .demo-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .tile-grid.tile-grid-v3 .tile-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
.tile-grid.tile-grid-v3 body.is-dark .tile-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .tile-grid.tile-grid-v2 .tile-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
.tile-grid.tile-grid-v2 body.is-dark .tile-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .tile-grid.tile-grid-v1 .tile-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
.tile-grid.tile-grid-v1 body.is-dark .tile-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .card-grid.card-grid-v4 .card-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
.card-grid.card-grid-v4 body.is-dark .card-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .card-grid.card-grid-v3 .card-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
.card-grid.card-grid-v3 body.is-dark .card-grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .user-grid.user-grid-v4 .grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
.user-grid.user-grid-v4 body.is-dark .grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .user-grid.user-grid-v3 .grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
.user-grid.user-grid-v3 body.is-dark .grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .user-grid.user-grid-v1 .grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
.user-grid.user-grid-v1 body.is-dark .grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .user-grid.user-grid-v2 .grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
.user-grid.user-grid-v2 body.is-dark .grid-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .list-view.list-view-v2 .list-view-item .avatar-stack .h-avatar .avatar.is-more .inner,
.list-view.list-view-v2 body.is-dark .list-view-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .avatar-stack .h-avatar .avatar.is-more .inner,
.ecommerce-dashboard.ecommerce-dashboard-v1 body.is-dark .dashboard-tile .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.lifestyle-dashboard-v1 body.is-dark .overview-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .business-dashboard.company-dashboard .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.business-dashboard.company-dashboard body.is-dark .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .business-dashboard.flights-dashboard .filters-card .avatar-stack .h-avatar .avatar.is-more .inner,
.business-dashboard.flights-dashboard body.is-dark .filters-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .business-dashboard.flights-dashboard .company-card .avatar-stack .h-avatar .avatar.is-more .inner,
.business-dashboard.flights-dashboard body.is-dark .company-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .business-dashboard.flights-dashboard .flights .flight-card .avatar-stack .h-avatar .avatar.is-more .inner,
.business-dashboard.flights-dashboard .flights body.is-dark .flight-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .avatar-stack .h-avatar .avatar.is-more .inner,
.business-dashboard.flights-dashboard .flights-summary-wrapper body.is-dark .flight-summary .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .business-dashboard.flights-dashboard .booking-bar-wrapper .avatar-stack .h-avatar .avatar.is-more .inner,
.business-dashboard.flights-dashboard body.is-dark .booking-bar-wrapper .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .banking-dashboard.banking-dashboard-v3 .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.banking-dashboard.banking-dashboard-v3 body.is-dark .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile .avatar-stack .h-avatar .avatar.is-more .inner,
.banking-dashboard.banking-dashboard-v3 .dashboard-tiles body.is-dark .dashboard-tile .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.banking-dashboard.banking-dashboard-v2 body.is-dark .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .banking-dashboard.banking-dashboard-v1 .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.banking-dashboard.banking-dashboard-v1 body.is-dark .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .finance-dashboard.sales-dashboard .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.finance-dashboard.sales-dashboard body.is-dark .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .finance-dashboard.sales-dashboard .spark-tiles .spark-tile .avatar-stack .h-avatar .avatar.is-more .inner,
.finance-dashboard.sales-dashboard .spark-tiles body.is-dark .spark-tile .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .finance-dashboard.analytics-dashboard .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.finance-dashboard.analytics-dashboard body.is-dark .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .finance-dashboard.analytics-dashboard .dashboard-tile .avatar-stack .h-avatar .avatar.is-more .inner,
.finance-dashboard.analytics-dashboard body.is-dark .dashboard-tile .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .personal-dashboard.personal-dashboard-v2 .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.personal-dashboard.personal-dashboard-v2 body.is-dark .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .personal-dashboard.personal-dashboard-v2 .dashboard-header .avatar-stack .h-avatar .avatar.is-more .inner,
.personal-dashboard.personal-dashboard-v2 body.is-dark .dashboard-header .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.personal-dashboard.personal-dashboard-v1 .dashboard-body body.is-dark .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .avatar-stack .h-avatar .avatar.is-more .inner,
.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item body.is-dark .content-wrap .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .collapse .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .right-panel-wrapper.is-activity .right-panel .right-panel-body .team-card .avatar-stack .h-avatar .avatar.is-more .inner,
.right-panel-wrapper.is-activity .right-panel .right-panel-body body.is-dark .team-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .right-panel-wrapper.is-activity .right-panel .right-panel-body .project-card .avatar-stack .h-avatar .avatar.is-more .inner,
.right-panel-wrapper.is-activity .right-panel .right-panel-body body.is-dark .project-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .l-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .avatar-stack .h-avatar .avatar.is-more .inner,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body body.is-dark .edit-box .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .avatar-stack .h-avatar .avatar.is-more .inner,
.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left body.is-dark .uploader-actions .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .wizard-v1-wrapper .step-content .wizard-types .wizard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.wizard-v1-wrapper .step-content .wizard-types body.is-dark .wizard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .stat-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .cart-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .followers-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .contact-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .avatar-list-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .call-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .social-buttons-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .creative-list-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .illustration-widget.illustration-widget-v3 .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .illustration-widget.illustration-widget-v2 .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .illustration-widget.illustration-widget-v1 .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .inbox-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .video-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .icon-list-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .search-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .stats-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .picker-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .list-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .image-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .calendar-widget .calendar-widget-inner .calendar-square .avatar-stack .h-avatar .avatar.is-more .inner,
.calendar-widget .calendar-widget-inner body.is-dark .calendar-square .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .tags-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .text-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .icon-toolbar-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .gauge-widget .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .avatar-stack .h-avatar .avatar.is-more .inner,
.food-delivery-dashboard .left .left-body .restaurants-list body.is-dark .restaurants-list-item .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .matches-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .leagues .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner body.is-dark .live-match .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .updates .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.lifestyle-dashboard-v4 body.is-dark .updates .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.lifestyle-dashboard-v4 body.is-dark .featured-authors .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats body.is-dark .writing-stat .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.lifestyle-dashboard-v3 body.is-dark .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list body.is-dark .media-flex-center .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .avatar-stack .h-avatar .avatar.is-more .inner,
.lifestyle-dashboard.lifestyle-dashboard-v2 body.is-dark .long-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .business-dashboard.jobs-dashboard .main-container .job-card .avatar-stack .h-avatar .avatar.is-more .inner,
.business-dashboard.jobs-dashboard .main-container body.is-dark .job-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .business-dashboard.course-dashboard .course-grid .course-card .avatar-stack .h-avatar .avatar.is-more .inner,
.business-dashboard.course-dashboard .course-grid body.is-dark .course-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .personal-dashboard.personal-dashboard-v3 .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
.personal-dashboard.personal-dashboard-v3 body.is-dark .dashboard-card .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .boxed-features .flex-card .avatar-stack .h-avatar .avatar.is-more .inner,
.boxed-features body.is-dark .flex-card .avatar-stack .h-avatar .avatar.is-more .inner {
	border-color: #323236 !important
}

.l-card-advanced {
	border-radius: 16px
}

.r-card-advanced {
	border-radius: 10px
}

.s-card-advanced {
	border-radius: 6px
}

.r-card-advanced,
.s-card-advanced,
.l-card-advanced {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.r-card-advanced .card-head,
.r-card-advanced .card-foot,
.s-card-advanced .card-head,
.s-card-advanced .card-foot,
.l-card-advanced .card-head,
.l-card-advanced .card-foot {
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.r-card-advanced .card-head .left,
.r-card-advanced .card-foot .left,
.s-card-advanced .card-head .left,
.s-card-advanced .card-foot .left,
.l-card-advanced .card-head .left,
.l-card-advanced .card-foot .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.r-card-advanced .card-head .right,
.r-card-advanced .card-foot .right,
.s-card-advanced .card-head .right,
.s-card-advanced .card-foot .right,
.l-card-advanced .card-head .right,
.l-card-advanced .card-foot .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.r-card-advanced .card-head,
.s-card-advanced .card-head,
.l-card-advanced .card-head {
	border-bottom: 1px solid #e5e5e5
}

.r-card-advanced .card-foot,
.s-card-advanced .card-foot,
.l-card-advanced .card-foot {
	border-top: 1px solid #e5e5e5
}

.r-card-advanced .card-body,
.s-card-advanced .card-body,
.l-card-advanced .card-body {
	padding: 20px
}

body.is-dark .r-card-advanced,
body.is-dark .s-card-advanced,
body.is-dark .l-card-advanced {
	background: #323236;
	border-color: #404046
}

body.is-dark .r-card-advanced .card-head,
body.is-dark .r-card-advanced .card-foot,
body.is-dark .s-card-advanced .card-head,
body.is-dark .s-card-advanced .card-foot,
body.is-dark .l-card-advanced .card-head,
body.is-dark .l-card-advanced .card-foot {
	border-color: #404046
}

body.is-dark .r-card-advanced .h-avatar img,
body.is-dark .s-card-advanced .h-avatar img,
body.is-dark .l-card-advanced .h-avatar img {
	border-color: #323236 !important
}

body.is-dark .r-card-advanced .avatar-stack .h-avatar,
body.is-dark .s-card-advanced .avatar-stack .h-avatar,
body.is-dark .l-card-advanced .avatar-stack .h-avatar {
	border-color: #323236 !important
}

body.is-dark .r-card-advanced .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .s-card-advanced .avatar-stack .h-avatar .avatar.is-more .inner,
body.is-dark .l-card-advanced .avatar-stack .h-avatar .avatar.is-more .inner {
	border-color: #323236 !important
}

.card.h-card {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #e5e5e5
}

.card.h-card .card-header {
	-webkit-box-shadow: none;
	box-shadow: none
}

.card.h-card .card-header .card-header-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 600
}

.card.h-card .card-image img {
	-o-object-fit: cover;
	object-fit: cover
}

.card.h-card .card-footer a {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

body.is-dark .card.h-card {
	background: #323236;
	border-color: #404046
}

body.is-dark .card.h-card .card-header .card-header-title {
	color: #aaaab3
}

body.is-dark .card.h-card .card-footer {
	border-color: #404046
}

body.is-dark .card.h-card .card-footer a {
	border-color: #404046
}

body.is-dark .card.h-card .h-avatar .badge {
	border-color: #323236
}

/*! _content.scss | Huro | Css ninja 2020-2021 */
.content ol,
.content ul {
	color: #283252;
	font-family: "Roboto", sans-serif
}

.content ol.is-light,
.content ul.is-light {
	color: #a2a5b9
}

.content blockquote {
	color: #a2a5b9
}

.content blockquote.is-primary {
	border-color: var(--primary-color)
}

.content blockquote.is-success {
	border-color: #06d6a0
}

.content blockquote.is-info {
	border-color: #039be5
}

.content blockquote.is-warning {
	border-color: #faae42
}

.content blockquote.is-danger {
	border-color: #e62965
}

.content table th {
	color: #283252;
	font-family: "Montserrat", sans-serif
}

.content table td {
	color: #a2a5b9
}

body.is-dark .content ol:not(.is-light),
body.is-dark .content ul:not(.is-light) {
	color: #aaaab3
}

body.is-dark .content blockquote {
	background: #3b3b41
}

body.is-dark .content blockquote:not(.is-primary):not(.is-success):not(.is-info):not(.is-warning):not(.is-danger) {
	border-color: #28282b
}

body.is-dark .content blockquote.is-primary {
	border-color: #797bf2
}

body.is-dark .content table th {
	color: #aaaab3;
	border-color: #45454b
}

body.is-dark .content table td {
	border-color: #45454b
}

body.is-dark .is-divider,
body.is-dark .is-divider-vertical {
	border-color: #45454b
}

body.is-dark .is-divider:before,
body.is-dark .is-divider-vertical:before {
	border-color: #45454b
}

body.is-dark .is-divider:after,
body.is-dark .is-divider-vertical:after {
	background: #323236
}

/*! _forms-general.scss | Huro | Css ninja 2020-2021 */
.form-label {
	display: block;
	margin-bottom: 4px;
	font-size: .9rem;
	font-weight: 500;
	color: #283252
}

.form-label.is-smaller {
	font-size: .8rem;
	font-weight: 400
}

.form-label.is-narrow {
	margin-bottom: 0
}

.sub-label {
	font-size: .8rem;
	color: #999
}

.input,
.input:focus,
.textarea,
.textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.input {
	height: 38px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.input:focus {
	border-color: #e3e3e3;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.input:focus.is-primary-focus {
	border-color: var(--primary-color) !important
}

.input:focus.is-success-focus {
	border-color: #06d6a0 !important
}

.input:focus.is-info-focus {
	border-color: #039be5 !important
}

.input:focus.is-warning-focus {
	border-color: #faae42 !important
}

.input:focus.is-danger-focus {
	border-color: #e62965 !important
}

.textarea {
	-webkit-transition: all .3s;
	transition: all .3s
}

.textarea:focus {
	border-color: #e3e3e3;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.textarea:focus.is-primary-focus {
	border-color: var(--primary-color) !important
}

.textarea:focus.is-success-focus {
	border-color: #06d6a0 !important
}

.textarea:focus.is-info-focus {
	border-color: #039be5 !important
}

.textarea:focus.is-warning-focus {
	border-color: #faae42 !important
}

.textarea:focus.is-danger-focus {
	border-color: #e62965 !important
}

body.is-dark .input,
body.is-dark .textarea {
	background-color: #28282b;
	border-color: #2d2d31;
	color: #aaaab3
}

body.is-dark .input:hover,
body.is-dark .textarea:hover {
	border-color: #404046
}

body.is-dark .input:focus,
body.is-dark .textarea:focus {
	border-color: #37373b
}

body.is-dark .input:focus+.form-icon svg,
body.is-dark .textarea:focus+.form-icon svg {
	stroke: #797bf2 !important
}

body.is-dark .input::-webkit-input-placeholder,
body.is-dark .textarea::-webkit-input-placeholder {
	color: gray !important
}

body.is-dark .input::-moz-placeholder,
body.is-dark .textarea::-moz-placeholder {
	color: gray !important
}

body.is-dark .input:-ms-input-placeholder,
body.is-dark .textarea:-ms-input-placeholder {
	color: gray !important
}

body.is-dark .input:-moz-placeholder,
body.is-dark .textarea:-moz-placeholder {
	color: gray !important
}

body.is-dark .input.is-primary-focus:focus,
body.is-dark .textarea.is-primary-focus:focus {
	border-color: #797bf2 !important
}

.radio-list {
	padding: 6px 4px
}

.radio-list li label {
	position: relative;
	display: block
}

.radio-list li label input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer
}

.radio-list li label input:checked+.k-radio .radio-knob {
	border-color: var(--primary-color)
}

.radio-list li label input:checked+.k-radio .radio-knob .knob-inner {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.radio-list li label input:checked+.k-radio .label-text {
	color: #283252
}

.radio-list li label span {
	display: block
}

.radio-list li label .k-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0
}

.radio-list li label .k-radio .radio-knob {
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.radio-list li label .k-radio .radio-knob .knob-inner {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: var(--primary-color);
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.radio-list li label .k-radio .label-text {
	margin-left: 10px;
	color: #999;
	font-size: .9rem;
	font-weight: 500;
	line-height: 0;
	-webkit-transition: color .3s;
	transition: color .3s
}

.form-fieldset {
	padding: 20px 0;
	/*max-width:480px;*/
	margin: 0 auto
}

.form-fieldset .fieldset-heading {
	margin-bottom: 20px
}

.form-fieldset .fieldset-heading h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600
}

.form-fieldset .fieldset-heading p {
	font-size: .9rem
}

.form-fieldset .columns .column {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.select:not(.is-multiple):not(.is-loading)::after {
	border-color: #bdbdbd;
	border-width: 1.4px
}

.select.is-loading:after {
	right: .75em;
	top: .75em
}

.select+.icon svg {
	height: 18px;
	width: 18px
}

.select+.icon .lnil,
.select+.icon .lnir {
	font-size: 16px
}

select:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #dedede !important
}

.field.is-horizontal .field-label .label {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9 !important;
	font-weight: 400
}

.field.has-addons .control .button,
.field.is-grouped .control .button {
	height: 38px
}

.field.has-addons .control .select,
.field.is-grouped .control .select {
	height: 38px
}

.field.has-addons .control .select.currency-select select,
.field.is-grouped .control .select.currency-select select {
	font-family: "Roboto", sans-serif;
	font-weight: 600
}

.field.has-addons .control .select select,
.field.is-grouped .control .select select {
	height: 38px
}

.field.has-textarea-addon .textarea {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
	border-color: #e8e8e8 !important;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.field.has-textarea-addon .is-textarea-addon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 12px 8px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	border: 1px solid #e8e8e8;
	border-top: none;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.field>label {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9 !important
}

.control.is-loading:after {
	right: .75em;
	top: .75em
}

.control.has-icon {
	position: relative
}

.control.has-icon .form-icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 38px;
	width: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.control.has-icon .form-icon svg {
	height: 18px;
	width: 18px;
	stroke: #cecece;
	-webkit-transition: all .3s;
	transition: all .3s
}

.control.has-icon .form-icon .fas,
.control.has-icon .form-icon .far,
.control.has-icon .form-icon .fal,
.control.has-icon .form-icon .fab {
	color: #cecece;
	-webkit-transition: all .3s;
	transition: all .3s
}

.control.has-icon .form-icon .lnil,
.control.has-icon .form-icon .lnir {
	font-size: 1.2rem;
	color: #cecece;
	-webkit-transition: all .3s;
	transition: all .3s
}

.control.has-icon .input {
	height: 38px;
	padding-left: 38px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.control.has-icon .input:focus+.form-icon svg {
	stroke: var(--primary-color)
}

.control.has-icon .input:focus+.form-icon .fas,
.control.has-icon .input:focus+.form-icon .far,
.control.has-icon .input:focus+.form-icon .fal,
.control.has-icon .input:focus+.form-icon .fab {
	color: var(--primary-color)
}

.control.has-icon .input:focus+.form-icon .lnil,
.control.has-icon .input:focus+.form-icon .lnir {
	color: var(--primary-color)
}

.control.has-validation.has-success input {
	border-color: #06d6a0 !important;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	-webkit-transition: all .3s;
	transition: all .3s
}

.control.has-validation.has-success .validation-icon.is-success,
.control.has-validation.has-success .form-icon {
	opacity: 1 !important
}

.control.has-validation.has-success .validation-icon.is-success svg,
.control.has-validation.has-success .validation-icon.is-success .form-icon svg,
.control.has-validation.has-success .form-icon svg,
.control.has-validation.has-success .form-icon .form-icon svg {
	stroke: #06d6a0 !important
}

.control.has-validation.has-error input {
	border-color: #e62965 !important;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.control.has-validation.has-error .validation-icon.is-error,
.control.has-validation.has-error .form-icon {
	opacity: 1 !important
}

.control.has-validation.has-error .validation-icon.is-error svg,
.control.has-validation.has-error .validation-icon.is-error .form-icon svg,
.control.has-validation.has-error .form-icon svg,
.control.has-validation.has-error .form-icon .form-icon svg {
	stroke: #e62965 !important
}

.control.has-validation.has-error .help-text span.info {
	display: none
}

.control.has-validation.has-error .help-text span.error {
	display: block
}

.control.has-validation .input {
	padding-right: 40px
}

.control.has-validation .validation-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	width: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.control.has-validation .validation-icon svg {
	height: 18px;
	width: 18px;
	stroke: #cecece;
	-webkit-transition: all .3s;
	transition: all .3s
}

.control .help-text {
	display: block;
	color: #999;
	margin-top: 10px;
	font-size: .8rem
}

.control .help-text span.info {
	display: block
}

.control .help-text span.error {
	display: none;
	color: #e62965
}

.control .search-results {
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	max-height: 285px;
	overflow-y: auto;
	background: #fff;
	opacity: 0;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	pointer-events: none;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	z-index: 10;
	-webkit-transition: all .3s;
	transition: all .3s
}

.control .search-results.is-active {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.control .search-results .placeholder-wrap {
	min-height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px
}

.control .search-results .placeholder-wrap .placeholder-content img {
	display: block;
	margin: 0 auto;
	max-width: 100px
}

.control .search-results .placeholder-wrap .placeholder-content h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #283252;
	padding: 0
}

.control .search-results .placeholder-wrap .placeholder-content p {
	color: #a2a5b9;
	font-size: .95rem;
	max-width: 420px;
	margin: 0 auto
}

.control .search-results .search-result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.control .search-results .search-result:last-child {
	border-bottom: none
}

.control .search-results .search-result:hover {
	background: #f7f7f7
}

.control .search-results .search-result .h-avatar .article {
	border-radius: 2px
}

.control .search-results .search-result .meta {
	margin-left: 12px
}

.control .search-results .search-result .meta span {
	display: block;
	line-height: 1.3
}

.control .search-results .search-result .meta span:first-child {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: .9rem;
	color: #283252
}

.control .search-results .search-result .meta span:nth-child(2) {
	font-size: .85rem;
	color: #a2a5b9
}

body.is-dark .form-fieldset .fieldset-heading h4 {
	color: #aaaab3
}

body.is-dark .field.has-textarea-addon .textarea {
	border-color: #2d2d31 !important
}

body.is-dark .field.has-textarea-addon .is-textarea-addon {
	background-color: #28282b;
	border-color: #2d2d31
}

body.is-dark .control.has-icon .input:focus~.form-icon svg {
	stroke: #797bf2
}

body.is-dark .control.has-icon .input:focus~.form-icon .fas,
body.is-dark .control.has-icon .input:focus~.form-icon .fal,
body.is-dark .control.has-icon .input:focus~.form-icon .far,
body.is-dark .control.has-icon .input:focus~.form-icon .fab,
body.is-dark .control.has-icon .input:focus~.form-icon .lnir,
body.is-dark .control.has-icon .input:focus~.form-icon .lnil {
	color: #797bf2
}

body.is-dark .control.has-icon .form-icon svg {
	stroke: #9397ae
}

body.is-dark .control.has-icon .form-icon .fas,
body.is-dark .control.has-icon .form-icon .fal,
body.is-dark .control.has-icon .form-icon .far,
body.is-dark .control.has-icon .form-icon .fab,
body.is-dark .control.has-icon .form-icon .lnir,
body.is-dark .control.has-icon .form-icon .lnil {
	color: #9397ae
}

body.is-dark .select:not(.is-multiple):not(.is-loading):hover:after {
	border-color: #aaaab3 !important
}

body.is-dark .select select {
	background-color: #3b3b41;
	border-color: #404046 !important;
	color: #aaaab3
}

body.is-dark .search-results {
	background: #1e1e21;
	border-color: #2d2d31 !important
}

body.is-dark .search-results .search-result:hover {
	background: #28282b
}

body.is-dark .search-results .search-result .meta span:first-child {
	color: #aaaab3
}

.custom-select-wrapper {
	position: relative;
	margin-bottom: 10px
}

.custom-select-wrapper.is-opened .custom-select {
	border-color: #cecece
}

.custom-select-wrapper.is-opened .select-drop {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: all
}

.custom-select-wrapper.is-opened .select-caret {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.custom-select-wrapper.is-opened .select-caret svg {
	stroke: var(--primary-color)
}

.custom-select-wrapper .custom-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ededed;
	border-radius: 6px;
	padding: 14px 16px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.custom-select-wrapper .custom-select:hover {
	border-color: #cecece
}

.custom-select-wrapper .custom-select .selected-option .option-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.custom-select-wrapper .custom-select .selected-option .option-content .image {
	margin-right: 15px
}

.custom-select-wrapper .custom-select .selected-option .option-content .image img {
	height: 38px;
	width: 38px;
	border-radius: 50%
}

.custom-select-wrapper .custom-select .selected-option .option-content .option-text span {
	display: block
}

.custom-select-wrapper .custom-select .selected-option .option-content .option-text span:first-child {
	font-size: 1rem;
	font-weight: 500;
	color: var(--primary-color)
}

.custom-select-wrapper .custom-select .selected-option .option-content .option-text span:nth-child(2) {
	font-size: .85rem;
	color: #999
}

.custom-select-wrapper .custom-select .select-caret {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s;
	transition: all .3s
}

.custom-select-wrapper .custom-select .select-caret svg {
	width: 20px;
	height: 20px;
	stroke: #999
}

.custom-select-wrapper .select-drop {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 6px;
	margin-top: 10px;
	padding: 5px 0;
	-webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, .18) !important;
	box-shadow: 0px 5px 43px rgba(0, 0, 0, .18) !important;
	z-index: 5;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.custom-select-wrapper .select-drop .inner {
	position: relative
}

.custom-select-wrapper .select-drop .inner .option-wrapper {
	cursor: pointer;
	border-bottom: 1px solid #ededed
}

.custom-select-wrapper .select-drop .inner .option-wrapper:last-child {
	border-bottom: 0
}

.custom-select-wrapper .select-drop .inner .option-wrapper:hover {
	background: #fafafa
}

.custom-select-wrapper .select-drop .inner .option-wrapper .option-content {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.custom-select-wrapper .select-drop .inner .option-wrapper .option-content .image {
	margin-right: 15px
}

.custom-select-wrapper .select-drop .inner .option-wrapper .option-content .image img {
	height: 32px;
	width: 32px;
	border-radius: 50%
}

.custom-select-wrapper .select-drop .inner .option-wrapper .option-content .option-text span {
	display: block
}

.custom-select-wrapper .select-drop .inner .option-wrapper .option-content .option-text span:first-child {
	font-size: .9rem;
	font-weight: 500;
	color: #283252
}

.custom-select-wrapper .select-drop .inner .option-wrapper .option-content .option-text span:nth-child(2) {
	font-size: .75rem;
	color: #999
}

.h-autocomplete .control {
	position: relative
}

.h-autocomplete .control .easy-autocomplete {
	width: 100% !important
}

.h-autocomplete .control .easy-autocomplete input {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	-webkit-transition: all .3s;
	transition: all .3s
}

.h-autocomplete .control .easy-autocomplete .template-wrapper {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.h-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper {
	position: relative;
	width: 40px !important;
	height: 40px !important
}

.h-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper .autocpl-avatar {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important
}

.h-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper .avatar-badge {
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 50%
}

.h-autocomplete .control .easy-autocomplete .template-wrapper .entry-text {
	margin-left: 15px
}

.h-autocomplete .control .easy-autocomplete .template-wrapper .entry-text span {
	font-size: .8rem;
	color: #a9abac
}

.h-autocomplete li {
	height: auto !important;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: none !important;
	border-right: none !important
}

.h-autocomplete .easy-autocomplete-container {
	top: 120% !important;
	border: none !important
}

.h-autocomplete .easy-autocomplete-container ul {
	border-radius: 4px !important;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
}

.is-autocomplete .control .easy-autocomplete {
	width: 100% !important
}

.is-autocomplete .control .easy-autocomplete input {
	-webkit-box-shadow: none;
	box-shadow: none
}

.is-autocomplete .control .easy-autocomplete input:focus {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.is-autocomplete .control .easy-autocomplete input:focus+.icon {
	color: var(--primary-color)
}

.is-autocomplete .control .easy-autocomplete .template-wrapper {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.is-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper {
	position: relative;
	margin-right: 10px
}

.is-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper .autocpl-avatar {
	width: 32px !important;
	height: 32px !important;
	border-radius: 50% !important
}

.is-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper .avatar-badge {
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	border-radius: 50%
}

.is-autocomplete .control .easy-autocomplete .template-wrapper .entry-text {
	color: #283252;
	line-height: 1.3
}

.is-autocomplete .control .easy-autocomplete .template-wrapper .entry-text span {
	font-family: "Roboto", sans-serif;
	display: block
}

.is-autocomplete .control .easy-autocomplete .template-wrapper .entry-text span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 500;
	color: #283252
}

.is-autocomplete .control .easy-autocomplete .template-wrapper .entry-text span:nth-child(2) {
	font-size: .9rem;
	color: #a2a5b9
}

.is-autocomplete li {
	height: auto !important;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: none !important;
	border-right: none !important
}

.is-autocomplete .easy-autocomplete-container {
	top: 120% !important;
	border: none !important
}

.is-autocomplete .easy-autocomplete-container ul {
	border-radius: 4px !important;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
}

body.is-dark .is-autocomplete .easy-autocomplete-container>ul {
	background: #232326;
	border-color: #37373b
}

body.is-dark .is-autocomplete .easy-autocomplete-container>ul li {
	border-color: #37373b
}

body.is-dark .is-autocomplete .easy-autocomplete-container>ul li.selected {
	background-color: #2a2a2e
}

body.is-dark .is-autocomplete .easy-autocomplete-container>ul li .eac-item .template-wrapper .entry-text {
	color: #283252
}

body.is-dark .is-autocomplete .easy-autocomplete-container>ul li .eac-item .template-wrapper .entry-text span:first-child {
	color: #aaaab3
}

.form-switch {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

.form-switch.is-primary input:checked+i {
	background-color: var(--primary-color)
}

.form-switch.is-success input:checked+i {
	background-color: #06d6a0
}

.form-switch.is-info input:checked+i {
	background-color: #039be5
}

.form-switch.is-warning input:checked+i {
	background-color: #faae42
}

.form-switch.is-danger input:checked+i {
	background-color: #e62965
}

.form-switch i {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 26px;
	background-color: #e6e6e6;
	border-radius: 23px;
	vertical-align: text-bottom;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.form-switch i::before {
	content: "";
	position: absolute;
	left: 0;
	width: 42px;
	height: 22px;
	background-color: #fff;
	border-radius: 11px;
	-webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
	transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
	-webkit-transition: all .25s linear;
	transition: all .25s linear
}

.form-switch i::after {
	content: "";
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 11px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
	-webkit-transform: translate3d(2px, 2px, 0);
	transform: translate3d(2px, 2px, 0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.form-switch:active i::after {
	width: 28px;
	-webkit-transform: translate3d(2px, 2px, 0);
	transform: translate3d(2px, 2px, 0)
}

.form-switch:active input:checked+i::after {
	-webkit-transform: translate3d(16px, 2px, 0);
	transform: translate3d(16px, 2px, 0)
}

.form-switch input {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.form-switch input:checked+i {
	background-color: #a2a5b9
}

.form-switch input:checked+i::before {
	-webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
	transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0)
}

.form-switch input:checked+i::after {
	-webkit-transform: translate3d(22px, 2px, 0);
	transform: translate3d(22px, 2px, 0)
}

.form-switch small {
	color: #999;
	position: relative;
	top: -4px
}

.switch-block {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.switch-block .text {
	margin-left: 6px
}

.switch-block .text span {
	display: block;
	position: relative;
	top: -2px;
	color: #a2a5b9
}

body.is-dark .form-switch.is-primary input:checked+i {
	background-color: #797bf2 !important
}

body.is-dark .form-switch.is-primary input:checked+i:after {
	background: #fff !important
}

body.is-dark .form-switch.is-success input:checked+i {
	background-color: #06d6a0 !important
}

body.is-dark .form-switch.is-success input:checked+i:after {
	background: #fff !important
}

body.is-dark .form-switch.is-info input:checked+i {
	background-color: #039be5 !important
}

body.is-dark .form-switch.is-info input:checked+i:after {
	background: #fff !important
}

body.is-dark .form-switch.is-warning input:checked+i {
	background-color: #faae42 !important
}

body.is-dark .form-switch.is-warning input:checked+i:after {
	background: #fff !important
}

body.is-dark .form-switch.is-danger input:checked+i {
	background-color: #e62965 !important
}

body.is-dark .form-switch.is-danger input:checked+i:after {
	background: #fff !important
}

body.is-dark .form-switch i {
	background: #232326 !important
}

body.is-dark .form-switch i:before {
	background: #232326 !important
}

body.is-dark .form-switch i:after {
	background: #595960 !important
}

body.is-dark .form-switch input:checked+i:after {
	background: #aeaeb4 !important
}

.thin-switch {
	display: block;
	margin-left: 8px
}

.thin-switch.is-primary .input:checked~.slider {
	background: #9d62e9
}

.thin-switch.is-primary .input:checked~.slider:after {
	background: var(--primary-color);
	border-color: var(--primary-color)
}

.thin-switch.is-success .input:checked~.slider {
	background: #48facc
}

.thin-switch.is-success .input:checked~.slider:after {
	background: #06d6a0;
	border-color: #06d6a0
}

.thin-switch.is-info .input:checked~.slider {
	background: #51c5fd
}

.thin-switch.is-info .input:checked~.slider:after {
	background: #039be5;
	border-color: #039be5
}

.thin-switch.is-warning .input:checked~.slider {
	background: #fdd9a5
}

.thin-switch.is-warning .input:checked~.slider:after {
	background: #faae42;
	border-color: #faae42
}

.thin-switch.is-danger .input:checked~.slider {
	background: #f184a7
}

.thin-switch.is-danger .input:checked~.slider:after {
	background: #e62965;
	border-color: #e62965
}

.thin-switch .slider {
	position: relative;
	display: inline-block;
	height: 8px;
	width: 32px;
	border-radius: 8px;
	cursor: pointer;
	background: #c5c5c5;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.thin-switch .slider:after {
	background: #eee;
	position: absolute;
	left: -8px;
	top: -8.5px;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	content: "";
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.thin-switch label {
	margin-right: 7px
}

.thin-switch .input {
	display: none
}

.thin-switch .input~.label {
	margin-left: 8px
}

.thin-switch .input:checked~.slider:after {
	left: 16px
}

.thin-switch .input:checked~.slider:after {
	background: #fff;
	border: 1px solid #ededed
}

.thin-switch-block {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.thin-switch-block .text {
	margin-left: 16px
}

.thin-switch-block .text span {
	display: block;
	position: relative;
	color: #a2a5b9
}

body.is-dark .thin-switch.is-primary .input:checked~.slider {
	background: #d6d7fb
}

body.is-dark .thin-switch.is-primary .input:checked~.slider:after {
	background: #797bf2;
	border-color: #797bf2
}

body.is-dark .thin-switch.is-success .input:checked~.slider:after {
	background: #06d6a0;
	border-color: #06d6a0
}

body.is-dark .thin-switch.is-info .input:checked~.slider:after {
	background: #039be5;
	border-color: #039be5
}

body.is-dark .thin-switch.is-warning .input:checked~.slider:after {
	background: #faae42;
	border-color: #faae42
}

body.is-dark .thin-switch.is-danger .input:checked~.slider:after {
	background: #e62965;
	border-color: #e62965
}

body.is-dark .thin-switch .slider {
	background: #232326
}

body.is-dark .thin-switch .slider:after {
	background: #595960
}

body.is-dark .thin-switch .input:checked~.slider:after {
	background: #aeaeb4;
	border: #aeaeb4
}

.range-slider {
	position: relative;
	width: 100%;
	margin: 0 4px
}

.range-slider .slider-output {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 0
}

.range-slider .slider-output small {
	font-size: .8rem;
	color: #999
}

.range-slider .input-range {
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: #ccc;
	outline: none
}

.range-slider .input-range:focus::-webkit-slider-thumb {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}

.range-slider .input-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--primary-color);
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.range-slider .input-range::-webkit-slider-thumb:hover {
	background: var(--primary-color)
}

.range-slider .input-range:active::-moz-range-thumb {
	background: var(--primary-color)
}

.range-slider .input-range::-moz-range-thumb {
	width: 16px;
	height: 16px;
	border: 0;
	border-radius: 50%;
	background: var(--primary-color);
	cursor: pointer;
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out
}

.range-slider .range-value {
	display: block !important;
	position: relative;
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 500;
	padding: 0 10px
}

.range-slider ::-moz-range-track {
	background: #ccc;
	border: 0
}

.range-slider input::-moz-focus-inner {
	border: 0
}

.file.is-default:hover .file-cta {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
}

.file.is-default .file-cta {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

body.is-dark .file:not(.is-primary):not(.is-success):not(.is-info):not(.is-warning):not(.is-danger) .file-cta {
	background: #3b3b41;
	border-color: #404046;
	color: #aaaab3
}

body.is-dark .file .file-name {
	background-color: #28282b;
	border-color: #2d2d31
}

.filepond-uploader.is-two-grid .filepond--item {
	width: calc(50% - 0.5em)
}

.filepond-uploader.is-three-grid .filepond--item {
	width: calc(33.3% - 0.5em)
}

.filepond-uploader .filepond--root {
	border: 2px dashed #e3e3e3;
	border-radius: 4px;
	min-height: 70px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.filepond-profile-wrap,
.filepond-square-wrap {
	display: inline-block;
	height: 100px;
	width: 100px;
	max-height: 100px;
	max-width: 100px
}

.filepond-profile-wrap.is-tiny,
.filepond-square-wrap.is-tiny {
	height: 68px;
	width: 68px;
	max-height: 68px;
	max-width: 68px
}

.filepond-profile-wrap.is-tiny .lnil,
.filepond-square-wrap.is-tiny .lnil {
	font-size: 1.8rem
}

.filepond-profile-wrap.is-small,
.filepond-square-wrap.is-small {
	height: 80px;
	width: 80px;
	max-height: 80px;
	max-width: 80px
}

.filepond-profile-wrap.is-small .lnil,
.filepond-square-wrap.is-small .lnil {
	font-size: 2rem
}

.filepond-profile-wrap:hover .lnil,
.filepond-square-wrap:hover .lnil {
	color: var(--primary-color)
}

.filepond-profile-wrap:hover .filepond--root,
.filepond-square-wrap:hover .filepond--root {
	border-color: dashed #dedede
}

.filepond-profile-wrap .lnil,
.filepond-square-wrap .lnil {
	pointer-events: none;
	font-size: 2.4rem;
	color: #a2a5b9;
	-webkit-transition: color .3s;
	transition: color .3s
}

.filepond-profile-wrap .filepond--root,
.filepond-square-wrap .filepond--root {
	border: 2px dashed #e3e3e3;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.filepond-square-wrap .filepond--root {
	border-radius: 4px
}

body.is-dark .filepond-uploader:hover .lnil,
body.is-dark .filepond-profile-wrap:hover .lnil,
body.is-dark .filepond-square-wrap:hover .lnil {
	color: #797bf2
}

body.is-dark .filepond-uploader .filepond--root,
body.is-dark .filepond-profile-wrap .filepond--root,
body.is-dark .filepond-square-wrap .filepond--root {
	border-color: #404046
}

body.is-dark .filepond-uploader .filepond--drop-label,
body.is-dark .filepond-profile-wrap .filepond--drop-label,
body.is-dark .filepond-square-wrap .filepond--drop-label {
	background: #28282b
}

body.is-dark .filepond-uploader .filepond--drop-label label,
body.is-dark .filepond-profile-wrap .filepond--drop-label label,
body.is-dark .filepond-square-wrap .filepond--drop-label label {
	color: #aaaab3
}

.choices.is-focused .choices__inner {
	border-color: #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.choices .choices__inner {
	border-radius: 6px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.choices .choices__inner .choices__list .choices__item {
	position: relative !important;
	background-color: #e8e8e8;
	border-color: #e8e8e8;
	color: #283252;
	font-family: "Roboto", sans-serif;
	padding: 4px 10px 5px 10px
}

.choices .choices__inner .choices__list .choices__item:before {
	content: "";
	position: absolute;
	top: 4.5px;
	right: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #a2a5b9
}

.choices .choices__inner .choices__list .choices__item button {
	border: none;
	background-image: none;
	margin: 0 -4px 0 4px
}

.choices .choices__list--dropdown {
	margin-top: 6px;
	border-color: #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.choices .choices__list--dropdown .choices__item--choice {
	color: #a2a5b9
}

body.is-dark .choices.is-focused .choices__inner {
	border-color: #37373b
}

body.is-dark .choices .choices__inner {
	background-color: #28282b;
	border-color: #2d2d31
}

body.is-dark .choices .choices__inner input {
	background-color: #28282b;
	color: #aaaab3
}

body.is-dark .choices .choices__inner .choices__list .choices__item {
	background-color: #37373b;
	border-color: #37373b;
	color: #aaaab3
}

body.is-dark .choices .choices__list--dropdown {
	background-color: #28282b;
	border-color: #2d2d31
}

body.is-dark .choices .choices__list--dropdown .choices__item.is-highlighted {
	background-color: #1e1e21
}

/*! _forms-combos.scss | Huro | Css ninja 2020-2021 */
.h-select {
	width: 100%;
	z-index: 3
}

.h-select.is-dropup .select-drop {
	top: -180px
}

.h-select.is-active .select-drop {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: all
}

.h-select.is-active .select-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.h-select.has-media .select-drop {
	min-height: 180px;
	max-height: 180px
}

.h-select.has-media .option-meta img {
	max-height: 36px !important;
	border-radius: 50%
}

.h-select.is-rounded .select-box {
	border-radius: 500px;
	padding-left: 16px
}

.h-select.is-rounded .select-icon {
	right: 4px
}

.h-select .select-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px 0 10px;
	height: 38px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #999;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.h-select .select-box:hover {
	border-color: #ededed
}

.h-select .select-box span {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	position: relative;
	top: 0
}

.h-select .select-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.h-select .select-icon svg {
	height: 20px;
	width: 20px;
	stroke: #bababa !important;
	-webkit-transition: all .3s;
	transition: all .3s
}

.h-select .select-drop {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	max-height: 180px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 4px;
	z-index: 5;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	pointer-events: none
}

.h-select .select-drop .drop-inner {
	position: relative;
	height: 100%;
	width: 100%;
	background: #fff
}

.h-select .select-drop .drop-inner .option-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff
}

.h-select .select-drop .drop-inner .option-row:hover {
	background: #f5f5f5
}

.h-select .select-drop .drop-inner .option-row input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer
}

.h-select .select-drop .drop-inner .option-row input:checked+.option-meta {
	background: #f7f7f7
}

.h-select .select-drop .drop-inner .option-row input:checked+.option-meta span {
	color: #283252
}

.h-select .select-drop .drop-inner .option-row input:checked+.option-meta svg.is-purple {
	stroke: var(--primary-color)
}

.h-select .select-drop .drop-inner .option-row .option-meta {
	padding: 12px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.h-select .select-drop .drop-inner .option-row .option-meta img {
	display: block;
	max-height: 20px
}

.h-select .select-drop .drop-inner .option-row .option-meta svg {
	height: 20px;
	width: 20px;
	stroke: #cecece
}

.h-select .select-drop .drop-inner .option-row .option-meta svg.is-small {
	height: 14px;
	width: 14px
}

.h-select .select-drop .drop-inner .option-row .option-meta span {
	display: block;
	font-weight: 500;
	color: #999;
	font-size: .9rem;
	margin-left: 8px
}

body.is-dark .h-select .select-box {
	background: #252529 !important;
	border-color: #2d2d31 !important
}

body.is-dark .h-select .select-drop {
	border-color: #2d2d31 !important;
	background: #252529 !important
}

body.is-dark .h-select .select-drop .drop-inner {
	background: #252529 !important
}

body.is-dark .h-select .select-drop .option-row {
	background: #252529 !important;
	border-color: #2d2d31 !important
}

body.is-dark .h-select .select-drop .option-row:hover {
	background: #2a2a2e !important
}

body.is-dark .h-select .select-drop .option-row input:checked+.option-meta {
	background: #2d2d31 !important
}

body.is-dark .h-select .select-drop .option-row input:checked+.option-meta span {
	color: #ccc !important
}

.is-combo .combo-label {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.is-combo .combo-box,
.is-combo .image-combo-box,
.is-combo .stacked-combo-box,
.is-combo .user-combo-box {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 38px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.is-combo .combo-box.has-rounded-images .combo-item img,
.is-combo .combo-box.has-rounded-images .item-icon img,
.is-combo .image-combo-box.has-rounded-images .combo-item img,
.is-combo .image-combo-box.has-rounded-images .item-icon img,
.is-combo .stacked-combo-box.has-rounded-images .combo-item img,
.is-combo .stacked-combo-box.has-rounded-images .item-icon img,
.is-combo .user-combo-box.has-rounded-images .combo-item img,
.is-combo .user-combo-box.has-rounded-images .item-icon img {
	border-radius: 50% !important
}

.is-combo .combo-box.is-rounded,
.is-combo .image-combo-box.is-rounded,
.is-combo .stacked-combo-box.is-rounded,
.is-combo .user-combo-box.is-rounded {
	border-radius: 500px
}

.is-combo .combo-box .box-inner,
.is-combo .image-combo-box .box-inner,
.is-combo .stacked-combo-box .box-inner,
.is-combo .user-combo-box .box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.is-combo .combo-box .box-inner .combo-item,
.is-combo .image-combo-box .box-inner .combo-item,
.is-combo .stacked-combo-box .box-inner .combo-item,
.is-combo .user-combo-box .box-inner .combo-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
	padding-left: 8px
}

.is-combo .combo-box .box-inner .combo-item i,
.is-combo .image-combo-box .box-inner .combo-item i,
.is-combo .stacked-combo-box .box-inner .combo-item i,
.is-combo .user-combo-box .box-inner .combo-item i {
	color: #a2a5b9;
	font-size: 20px;
	margin: 0 8px
}

.is-combo .combo-box .box-inner .combo-item .fa,
.is-combo .image-combo-box .box-inner .combo-item .fa,
.is-combo .stacked-combo-box .box-inner .combo-item .fa,
.is-combo .user-combo-box .box-inner .combo-item .fa {
	font-size: 14px
}

.is-combo .combo-box .box-inner .combo-item .fa.is-green,
.is-combo .image-combo-box .box-inner .combo-item .fa.is-green,
.is-combo .stacked-combo-box .box-inner .combo-item .fa.is-green,
.is-combo .user-combo-box .box-inner .combo-item .fa.is-green {
	color: #06d6a0
}

.is-combo .combo-box .box-inner .combo-item .fa.is-blue,
.is-combo .image-combo-box .box-inner .combo-item .fa.is-blue,
.is-combo .stacked-combo-box .box-inner .combo-item .fa.is-blue,
.is-combo .user-combo-box .box-inner .combo-item .fa.is-blue {
	color: #039be5
}

.is-combo .combo-box .box-inner .combo-item .fa.is-orange,
.is-combo .image-combo-box .box-inner .combo-item .fa.is-orange,
.is-combo .stacked-combo-box .box-inner .combo-item .fa.is-orange,
.is-combo .user-combo-box .box-inner .combo-item .fa.is-orange {
	color: #faae42
}

.is-combo .combo-box .box-inner .combo-item .fa.is-red,
.is-combo .image-combo-box .box-inner .combo-item .fa.is-red,
.is-combo .stacked-combo-box .box-inner .combo-item .fa.is-red,
.is-combo .user-combo-box .box-inner .combo-item .fa.is-red {
	color: #e62965
}

.is-combo .combo-box .box-inner .combo-item img,
.is-combo .image-combo-box .box-inner .combo-item img,
.is-combo .stacked-combo-box .box-inner .combo-item img,
.is-combo .user-combo-box .box-inner .combo-item img {
	display: block;
	height: 22px;
	width: 22px;
	border-radius: 6px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 8px
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked,
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked,
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked,
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked {
	height: 26px;
	width: 26px;
	border: 2px solid #fff;
	margin-right: 0 !important
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1),
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1),
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1),
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1) {
	margin-left: -9px
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2),
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2),
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2),
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2) {
	margin-left: -9px
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3),
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3),
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3),
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3) {
	margin-left: -9px
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4),
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4),
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4),
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4) {
	margin-left: -9px
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5),
.is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5),
.is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5),
.is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5) {
	margin-left: -9px
}

.is-combo .combo-box .box-inner .combo-item .avatar-container,
.is-combo .image-combo-box .box-inner .combo-item .avatar-container,
.is-combo .stacked-combo-box .box-inner .combo-item .avatar-container,
.is-combo .user-combo-box .box-inner .combo-item .avatar-container {
	position: relative;
	display: block;
	height: 26px;
	width: 26px
}

.is-combo .combo-box .box-inner .combo-item .avatar-container .avatar,
.is-combo .image-combo-box .box-inner .combo-item .avatar-container .avatar,
.is-combo .stacked-combo-box .box-inner .combo-item .avatar-container .avatar,
.is-combo .user-combo-box .box-inner .combo-item .avatar-container .avatar {
	display: block;
	height: 26px;
	width: 26px;
	border-radius: 50%
}

.is-combo .combo-box .box-inner .combo-item .avatar-container .badge,
.is-combo .image-combo-box .box-inner .combo-item .avatar-container .badge,
.is-combo .stacked-combo-box .box-inner .combo-item .avatar-container .badge,
.is-combo .user-combo-box .box-inner .combo-item .avatar-container .badge {
	position: absolute;
	bottom: 0;
	right: -6px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: 0
}

.is-combo .combo-box .box-inner .combo-item span,
.is-combo .image-combo-box .box-inner .combo-item span,
.is-combo .stacked-combo-box .box-inner .combo-item span,
.is-combo .user-combo-box .box-inner .combo-item span {
	display: block;
	color: #283252;
	font-size: .9rem;
	font-weight: 500
}

.is-combo .combo-box .box-inner .combo-item span.is-pushed,
.is-combo .image-combo-box .box-inner .combo-item span.is-pushed,
.is-combo .stacked-combo-box .box-inner .combo-item span.is-pushed,
.is-combo .user-combo-box .box-inner .combo-item span.is-pushed {
	margin-left: 18px
}

.is-combo .combo-box .box-chevron,
.is-combo .image-combo-box .box-chevron,
.is-combo .stacked-combo-box .box-chevron,
.is-combo .user-combo-box .box-chevron {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	width: 36px
}

.is-combo .combo-box .box-chevron svg,
.is-combo .image-combo-box .box-chevron svg,
.is-combo .stacked-combo-box .box-chevron svg,
.is-combo .user-combo-box .box-chevron svg {
	height: 18px;
	width: 18px;
	stroke: #bababa !important;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s;
	transition: all .3s
}

.is-combo .combo-box .box-dropdown,
.is-combo .image-combo-box .box-dropdown,
.is-combo .stacked-combo-box .box-dropdown,
.is-combo .user-combo-box .box-dropdown {
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	z-index: 50;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.is-combo .combo-box .box-dropdown.is-dropup,
.is-combo .image-combo-box .box-dropdown.is-dropup,
.is-combo .stacked-combo-box .box-dropdown.is-dropup,
.is-combo .user-combo-box .box-dropdown.is-dropup {
	top: -165px;
	height: 148px
}

.is-combo .combo-box .box-dropdown.is-dropup .dropdown-inner,
.is-combo .image-combo-box .box-dropdown.is-dropup .dropdown-inner,
.is-combo .stacked-combo-box .box-dropdown.is-dropup .dropdown-inner,
.is-combo .user-combo-box .box-dropdown.is-dropup .dropdown-inner {
	overflow-y: auto
}

.is-combo .combo-box .box-dropdown .dropdown-inner,
.is-combo .image-combo-box .box-dropdown .dropdown-inner,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner,
.is-combo .user-combo-box .box-dropdown .dropdown-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 10px;
	max-height: 190px;
	overflow-y: auto
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul {
	padding: 10px 0
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li {
	padding: 6px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li:hover,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li:hover,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li:hover,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li:hover {
	background: #f2f2f2
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i {
	color: var(--primary-color)
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img {
	opacity: 1
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active span,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active span,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active span,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active span {
	color: #283252
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark {
	opacity: 1
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	width: 30px;
	margin-right: 8px
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon i,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon i,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon i,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon i {
	color: #999;
	font-size: 20px
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa {
	font-size: 16px;
	position: relative;
	top: 5px
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green {
	color: #06d6a0
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue {
	color: #039be5
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange {
	color: #faae42
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red {
	color: #e62965
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon img,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon img,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon img,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon img {
	display: block;
	height: 22px;
	width: 22px;
	border-radius: 6px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img {
	opacity: .4
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar {
	display: block;
	height: 24px;
	width: 24px;
	border-radius: 50%
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #fff
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 16px;
	width: 16px;
	margin-right: 8px;
	margin-left: auto;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark svg,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg {
	stroke: var(--primary-color);
	stroke-width: 3px;
	height: 14px;
	width: 14px
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li span,
.is-combo .image-combo-box .box-dropdown .dropdown-inner ul li span,
.is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li span,
.is-combo .user-combo-box .box-dropdown .dropdown-inner ul li span {
	display: block;
	color: #999;
	font-size: .9rem;
	font-weight: 500
}

.is-combo .combo-box.is-active,
.is-combo .image-combo-box.is-active,
.is-combo .stacked-combo-box.is-active,
.is-combo .user-combo-box.is-active {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.is-combo .combo-box.is-active .box-chevron svg,
.is-combo .image-combo-box.is-active .box-chevron svg,
.is-combo .stacked-combo-box.is-active .box-chevron svg,
.is-combo .user-combo-box.is-active .box-chevron svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.is-combo .combo-box.is-active .box-dropdown,
.is-combo .image-combo-box.is-active .box-dropdown,
.is-combo .stacked-combo-box.is-active .box-dropdown,
.is-combo .user-combo-box.is-active .box-dropdown {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: all
}

.is-combo .help-text {
	font-size: .75rem;
	color: #999
}

.is-combo .big-combo-box {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 58px;
	margin-top: 4px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.is-combo .big-combo-box .box-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.is-combo .big-combo-box .box-inner .combo-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 58px;
	padding-left: 8px
}

.is-combo .big-combo-box .box-inner .combo-item i {
	color: var(--primary-color);
	font-size: 1.6rem
}

.is-combo .big-combo-box .box-inner .combo-item .combo-text {
	margin-left: 16px
}

.is-combo .big-combo-box .box-inner .combo-item .combo-text span {
	display: block
}

.is-combo .big-combo-box .box-inner .combo-item .combo-text span:first-child {
	color: #283252;
	font-size: .9rem;
	font-weight: 500
}

.is-combo .big-combo-box .box-inner .combo-item .combo-text span:nth-child(2) {
	color: #999;
	font-size: .8rem;
	max-width: 330px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.is-combo .big-combo-box .box-chevron {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 58px;
	width: 58px
}

.is-combo .big-combo-box .box-chevron svg {
	height: 18px;
	width: 18px;
	stroke: #283252;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s;
	transition: all .3s
}

.is-combo .big-combo-box .box-dropdown {
	position: absolute;
	top: 54px;
	left: 0;
	width: 100%;
	z-index: 50;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 10px;
	max-height: 190px;
	overflow-y: auto;
	overflow-x: hidden
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul {
	padding: 10px 0
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li {
	padding: 6px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	width: 30px;
	min-height: 30px;
	min-width: 30px;
	margin-right: 16px
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-icon i {
	color: #999;
	font-size: 1.6rem
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span {
	display: block
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span:first-child {
	color: #283252;
	font-size: .9rem;
	font-weight: 500
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span:nth-child(2) {
	color: #999;
	font-size: .8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li:hover {
	background: #f2f2f2
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i {
	color: var(--primary-color)
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li.is-active span {
	color: #283252
}

.is-combo .big-combo-box.is-active {
	border-color: var(--primary-color)
}

.is-combo .big-combo-box.is-active .box-chevron svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.is-combo .big-combo-box.is-active .box-dropdown {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: all
}

body.is-dark .is-combo .combo-box,
body.is-dark .is-combo .image-combo-box,
body.is-dark .is-combo .stacked-combo-box,
body.is-dark .is-combo .user-combo-box {
	background: #252529 !important;
	border-color: #2d2d31 !important
}

body.is-dark .is-combo .combo-box .box-inner .combo-item i,
body.is-dark .is-combo .image-combo-box .box-inner .combo-item i,
body.is-dark .is-combo .stacked-combo-box .box-inner .combo-item i,
body.is-dark .is-combo .user-combo-box .box-inner .combo-item i {
	color: #797bf2 !important
}

body.is-dark .is-combo .combo-box .box-inner .combo-item img,
body.is-dark .is-combo .image-combo-box .box-inner .combo-item img,
body.is-dark .is-combo .stacked-combo-box .box-inner .combo-item img,
body.is-dark .is-combo .user-combo-box .box-inner .combo-item img {
	border-color: #1e1e21 !important
}

body.is-dark .is-combo .combo-box .box-inner .combo-item .selected-item,
body.is-dark .is-combo .image-combo-box .box-inner .combo-item .selected-item,
body.is-dark .is-combo .stacked-combo-box .box-inner .combo-item .selected-item,
body.is-dark .is-combo .user-combo-box .box-inner .combo-item .selected-item {
	color: #ccc !important
}

body.is-dark .is-combo .combo-box .box-inner .combo-item .combo-text span:first-child,
body.is-dark .is-combo .image-combo-box .box-inner .combo-item .combo-text span:first-child,
body.is-dark .is-combo .stacked-combo-box .box-inner .combo-item .combo-text span:first-child,
body.is-dark .is-combo .user-combo-box .box-inner .combo-item .combo-text span:first-child {
	color: #b8b8b8 !important
}

body.is-dark .is-combo .combo-box .box-inner .combo-item .combo-text span:nth-child(2),
body.is-dark .is-combo .image-combo-box .box-inner .combo-item .combo-text span:nth-child(2),
body.is-dark .is-combo .stacked-combo-box .box-inner .combo-item .combo-text span:nth-child(2),
body.is-dark .is-combo .user-combo-box .box-inner .combo-item .combo-text span:nth-child(2) {
	color: #737373 !important
}

body.is-dark .is-combo .combo-box .box-inner .combo-item .combo-text span.is-pushed,
body.is-dark .is-combo .image-combo-box .box-inner .combo-item .combo-text span.is-pushed,
body.is-dark .is-combo .stacked-combo-box .box-inner .combo-item .combo-text span.is-pushed,
body.is-dark .is-combo .user-combo-box .box-inner .combo-item .combo-text span.is-pushed {
	color: #ccc !important
}

body.is-dark .is-combo .combo-box .box-chevron svg,
body.is-dark .is-combo .image-combo-box .box-chevron svg,
body.is-dark .is-combo .stacked-combo-box .box-chevron svg,
body.is-dark .is-combo .user-combo-box .box-chevron svg {
	stroke: #d9d9d9 !important
}

body.is-dark .is-combo .combo-box .box-dropdown .dropdown-inner,
body.is-dark .is-combo .image-combo-box .box-dropdown .dropdown-inner,
body.is-dark .is-combo .stacked-combo-box .box-dropdown .dropdown-inner,
body.is-dark .is-combo .user-combo-box .box-dropdown .dropdown-inner {
	background: #19191b !important;
	border-color: #19191b
}

body.is-dark .is-combo .combo-box .box-dropdown .dropdown-inner li img,
body.is-dark .is-combo .image-combo-box .box-dropdown .dropdown-inner li img,
body.is-dark .is-combo .stacked-combo-box .box-dropdown .dropdown-inner li img,
body.is-dark .is-combo .user-combo-box .box-dropdown .dropdown-inner li img {
	border-color: #1e1e21 !important
}

body.is-dark .is-combo .combo-box .box-dropdown .dropdown-inner li:hover,
body.is-dark .is-combo .image-combo-box .box-dropdown .dropdown-inner li:hover,
body.is-dark .is-combo .stacked-combo-box .box-dropdown .dropdown-inner li:hover,
body.is-dark .is-combo .user-combo-box .box-dropdown .dropdown-inner li:hover {
	background: #28282b !important
}

body.is-dark .is-combo .combo-box .box-dropdown .dropdown-inner li.is-active .item-icon i,
body.is-dark .is-combo .image-combo-box .box-dropdown .dropdown-inner li.is-active .item-icon i,
body.is-dark .is-combo .stacked-combo-box .box-dropdown .dropdown-inner li.is-active .item-icon i,
body.is-dark .is-combo .user-combo-box .box-dropdown .dropdown-inner li.is-active .item-icon i {
	color: #797bf2 !important
}

body.is-dark .is-combo .combo-box .box-dropdown .dropdown-inner li.is-active .checkmark svg,
body.is-dark .is-combo .image-combo-box .box-dropdown .dropdown-inner li.is-active .checkmark svg,
body.is-dark .is-combo .stacked-combo-box .box-dropdown .dropdown-inner li.is-active .checkmark svg,
body.is-dark .is-combo .user-combo-box .box-dropdown .dropdown-inner li.is-active .checkmark svg {
	stroke: #797bf2 !important
}

body.is-dark .is-combo .combo-box .box-dropdown .dropdown-inner li .item-name span:first-child,
body.is-dark .is-combo .image-combo-box .box-dropdown .dropdown-inner li .item-name span:first-child,
body.is-dark .is-combo .stacked-combo-box .box-dropdown .dropdown-inner li .item-name span:first-child,
body.is-dark .is-combo .user-combo-box .box-dropdown .dropdown-inner li .item-name span:first-child {
	color: #b8b8b8 !important
}

body.is-dark .is-combo .combo-box .box-dropdown .dropdown-inner li .item-name span:nth-child(2),
body.is-dark .is-combo .image-combo-box .box-dropdown .dropdown-inner li .item-name span:nth-child(2),
body.is-dark .is-combo .stacked-combo-box .box-dropdown .dropdown-inner li .item-name span:nth-child(2),
body.is-dark .is-combo .user-combo-box .box-dropdown .dropdown-inner li .item-name span:nth-child(2) {
	color: #737373 !important
}

/*! _checkboxes.scss | Huro | Css ninja 2020-2021 */
.animated-checkbox {
	position: relative;
	height: 32px;
	width: 32px
}

.animated-checkbox.is-purple .checkmark-circle {
	stroke: #8269b2 !important
}

.animated-checkbox.is-purple .checkmark {
	-webkit-box-shadow: inset 0px 0px 0px #8269b2 !important;
	box-shadow: inset 0px 0px 0px #8269b2 !important
}

.animated-checkbox.is-purple .checkmark-check {
	stroke: #8269b2 !important
}

.animated-checkbox.is-info .checkmark-circle {
	stroke: #039be5 !important
}

.animated-checkbox.is-info .checkmark {
	-webkit-box-shadow: inset 0px 0px 0px #039be5 !important;
	box-shadow: inset 0px 0px 0px #039be5 !important
}

.animated-checkbox.is-info .checkmark-check {
	stroke: #039be5 !important
}

.animated-checkbox.is-success .checkmark-circle {
	stroke: #06d6a0 !important
}

.animated-checkbox.is-success .checkmark {
	-webkit-box-shadow: inset 0px 0px 0px #06d6a0 !important;
	box-shadow: inset 0px 0px 0px #06d6a0 !important
}

.animated-checkbox.is-success .checkmark-check {
	stroke: #06d6a0 !important
}

.animated-checkbox.is-warning .checkmark-circle {
	stroke: #faae42 !important
}

.animated-checkbox.is-warning .checkmark {
	-webkit-box-shadow: inset 0px 0px 0px #faae42 !important;
	box-shadow: inset 0px 0px 0px #faae42 !important
}

.animated-checkbox.is-warning .checkmark-check {
	stroke: #faae42 !important
}

.animated-checkbox.is-danger .checkmark-circle {
	stroke: #f92b60 !important
}

.animated-checkbox.is-danger .checkmark {
	-webkit-box-shadow: inset 0px 0px 0px #f92b60 !important;
	box-shadow: inset 0px 0px 0px #f92b60 !important
}

.animated-checkbox.is-danger .checkmark-check {
	stroke: #f92b60 !important
}

.animated-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 1
}

.animated-checkbox .checkmark-wrap {
	position: relative;
	height: 32px;
	width: 32px
}

.animated-checkbox .checkmark-wrap .shadow-circle {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: 1px solid #cecece;
	z-index: 0;
	opacity: 1;
	-webkit-transition: all .2s;
	transition: all .2s
}

.animated-checkbox .checkmark-wrap .shadow-circle.is-opaque {
	opacity: 0
}

.animated-checkbox .checkmark-wrap .checkmark-circle {
	height: 32px;
	width: 32px;
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	fill: none;
	stroke: var(--primary-color)
}

.animated-checkbox .checkmark-wrap .checkmark {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #cecece;
	stroke-miterlimit: 10;
	margin: 0 auto;
	-webkit-box-shadow: inset 0px 0px 0px var(--primary-color);
	box-shadow: inset 0px 0px 0px var(--primary-color)
}

.animated-checkbox .checkmark-wrap .checkmark-check {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	stroke: var(--primary-color)
}

.animated-checkbox.is-checked .checkmark-circle {
	-webkit-animation: stroke .6s cubic-bezier(0.65, 0, 0.45, 1) both;
	animation: stroke .6s cubic-bezier(0.65, 0, 0.45, 1) both
}

.animated-checkbox.is-checked .checkmark-check {
	-webkit-animation: stroke .3s cubic-bezier(0.65, 0, 0.45, 1) .8s both;
	animation: stroke .3s cubic-bezier(0.65, 0, 0.45, 1) .8s both
}

.animated-checkbox.is-unchecked .checkmark-circle {
	-webkit-animation: reverseCircle .6s cubic-bezier(0.65, 0, 0.45, 1) .2s both;
	animation: reverseCircle .6s cubic-bezier(0.65, 0, 0.45, 1) .2s both
}

.animated-checkbox.is-unchecked .checkmark-check {
	-webkit-animation: reverseCheck .3s cubic-bezier(0.65, 0, 0.45, 1) .1s both;
	animation: reverseCheck .3s cubic-bezier(0.65, 0, 0.45, 1) .1s both
}

@-webkit-keyframes stroke {
	100% {
		stroke-dashoffset: 0
	}
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes reverseCircle {
	from {
		stroke-dashoffset: 0
	}

	to {
		stroke-dashoffset: 166
	}
}

@keyframes reverseCircle {
	from {
		stroke-dashoffset: 0
	}

	to {
		stroke-dashoffset: 166
	}
}

@-webkit-keyframes reverseCheck {
	from {
		stroke-dashoffset: 0
	}

	to {
		stroke-dashoffset: 48
	}
}

@keyframes reverseCheck {
	from {
		stroke-dashoffset: 0
	}

	to {
		stroke-dashoffset: 48
	}
}

body.is-dark .animated-checkbox .checkmark-wrap .checkmark-circle,
body.is-dark .animated-checkbox .checkmark-wrap .checkmark-check {
	stroke: #797bf2
}

body.is-dark .animated-checkbox .checkmark-wrap .shadow-circle {
	border-color: #54545b
}

.checkboxes-list .list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
	padding: 0;
	border: none
}

.checkboxes-list .list-item .animated-checkbox .checkmark-wrap {
	position: relative
}

.checkboxes-list .list-item .item-meta {
	margin-left: 1rem
}

.checkboxes-list .list-item .item-meta span {
	display: block;
	line-height: 1.4
}

.checkboxes-list .list-item .item-meta span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	font-weight: 600;
	color: #283252
}

.checkboxes-list .list-item .item-meta span:nth-child(2) {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.radio,
.checkbox {
	position: relative;
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	padding: 1em
}

.radio::-moz-selection,
.checkbox::-moz-selection {
	background: transparent
}

.radio::selection,
.checkbox::selection {
	background: transparent
}

.radio input+span,
.checkbox input+span {
	position: relative;
	top: -1px;
	background: #fff;
	content: "";
	display: inline-block;
	margin: 0 .5em 0 0;
	padding: 0;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid #d9d9d9;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.radio input+span::after,
.checkbox input+span::after {
	content: "";
	display: block;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

@media screen and (min-width: 768px) {

	.radio:hover input+span,
	.checkbox:hover input+span {
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
		box-shadow: 0 2px 4px rgba(0, 0, 0, .15)
	}
}

.radio input:active+span,
.checkbox input:active+span {
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}

.radio input:checked+span::after,
.checkbox input:checked+span::after {
	-webkit-transform: translate(-50%, -50%) scale(1) !important;
	transform: translate(-50%, -50%) scale(1) !important
}

.radio input,
.checkbox input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.checkbox {
	color: #a2a5b9
}

.checkbox:hover {
	color: #a2a5b9
}

.checkbox.is-paddingless {
	padding: 0
}

.checkbox.is-circle input+span {
	border-radius: 50%
}

.checkbox.is-solid input+span {
	background: #f5f5f5
}

.checkbox.is-solid.is-primary input+span {
	border-color: var(--primary-color);
	background: var(--primary-color)
}

.checkbox.is-solid.is-primary input+span:after {
	color: #fff
}

.checkbox.is-solid.is-success input+span {
	border-color: #06d6a0;
	background: #06d6a0
}

.checkbox.is-solid.is-success input+span:after {
	color: #fff
}

.checkbox.is-solid.is-info input+span {
	border-color: #039be5;
	background: #039be5
}

.checkbox.is-solid.is-info input+span:after {
	color: #fff
}

.checkbox.is-solid.is-warning input+span {
	border-color: #faae42;
	background: #faae42
}

.checkbox.is-solid.is-warning input+span:after {
	color: #fff
}

.checkbox.is-solid.is-danger input+span {
	border-color: #e62965;
	background: #e62965
}

.checkbox.is-solid.is-danger input+span:after {
	color: #fff
}

.checkbox.is-outlined.is-primary input:checked+span {
	border-color: var(--primary-color)
}

.checkbox.is-outlined.is-primary input+span:after {
	color: var(--primary-color)
}

.checkbox.is-outlined.is-success input:checked+span {
	border-color: #06d6a0
}

.checkbox.is-outlined.is-success input+span:after {
	color: #06d6a0
}

.checkbox.is-outlined.is-info input:checked+span {
	border-color: #039be5
}

.checkbox.is-outlined.is-info input+span:after {
	color: #039be5
}

.checkbox.is-outlined.is-warning input:checked+span {
	border-color: #faae42
}

.checkbox.is-outlined.is-warning input+span:after {
	color: #faae42
}

.checkbox.is-outlined.is-danger input:checked+span {
	border-color: #e62965
}

.checkbox.is-outlined.is-danger input+span:after {
	color: #e62965
}

.checkbox input+span {
	border-radius: 2px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.checkbox input+span::after {
	background-size: contain;
	position: absolute;
	top: 48%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: .7rem
}

.radio {
	color: #a2a5b9
}

.radio+.radio {
	margin-left: 0 !important
}

.radio:hover {
	color: #a2a5b9
}

.radio.is-paddingless {
	padding: 0
}

.radio.is-square input+span {
	border-radius: 4px
}

.radio.is-solid input+span {
	background: #f5f5f5
}

.radio.is-solid.is-primary input+span {
	border-color: var(--primary-color);
	background: var(--primary-color)
}

.radio.is-solid.is-primary input+span:after {
	color: #fff
}

.radio.is-solid.is-success input+span {
	border-color: #06d6a0;
	background: #06d6a0
}

.radio.is-solid.is-success input+span:after {
	color: #fff
}

.radio.is-solid.is-info input+span {
	border-color: #039be5;
	background: #039be5
}

.radio.is-solid.is-info input+span:after {
	color: #fff
}

.radio.is-solid.is-warning input+span {
	border-color: #faae42;
	background: #faae42
}

.radio.is-solid.is-warning input+span:after {
	color: #fff
}

.radio.is-solid.is-danger input+span {
	border-color: #e62965;
	background: #e62965
}

.radio.is-solid.is-danger input+span:after {
	color: #fff
}

.radio.is-outlined.is-primary input:checked+span {
	border-color: var(--primary-color)
}

.radio.is-outlined.is-primary input+span:after {
	color: var(--primary-color)
}

.radio.is-outlined.is-success input:checked+span {
	border-color: #06d6a0
}

.radio.is-outlined.is-success input+span:after {
	color: #06d6a0
}

.radio.is-outlined.is-info input:checked+span {
	border-color: #039be5
}

.radio.is-outlined.is-info input+span:after {
	color: #039be5
}

.radio.is-outlined.is-warning input:checked+span {
	border-color: #faae42
}

.radio.is-outlined.is-warning input+span:after {
	color: #faae42
}

.radio.is-outlined.is-danger input:checked+span {
	border-color: #e62965
}

.radio.is-outlined.is-danger input+span:after {
	color: #e62965
}

.radio input+span {
	border-radius: 100%
}

.radio input+span::after {
	background-size: contain;
	position: absolute;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: .6rem
}

body.is-dark .checkbox input+span,
body.is-dark .radio input+span {
	background-color: #28282b;
	border-color: #2d2d31
}

body.is-dark .checkbox input+span::after,
body.is-dark .radio input+span::after {
	color: #aaaab3
}

body.is-dark .checkbox input+span,
body.is-dark .radio input+span {
	border-color: #4a4a50
}

body.is-dark .checkbox.is-solid.is-primary input+span,
body.is-dark .radio.is-solid.is-primary input+span {
	background-color: #797bf2 !important;
	border-color: #797bf2 !important
}

body.is-dark .checkbox.is-outlined.is-primary input:checked+span,
body.is-dark .radio.is-outlined.is-primary input:checked+span {
	border-color: #797bf2 !important
}

body.is-dark .checkbox.is-outlined.is-primary input:checked+span::after,
body.is-dark .radio.is-outlined.is-primary input:checked+span::after {
	color: #797bf2 !important
}

.h-toggle {
	margin: 0 auto;
	width: 76px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.h-toggle input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.h-toggle input:checked~.toggler {
	background: #e8e8e8;
	border-color: #e8e8e8
}

.h-toggle input:checked~.toggler .active,
.h-toggle input:checked~.toggler .inactive {
	-webkit-transform: translateX(80%) rotate(360deg);
	transform: translateX(80%) rotate(360deg)
}

.h-toggle input:checked~.toggler .active {
	opacity: 1
}

.h-toggle input:checked~.toggler .inactive {
	opacity: 0
}

.h-toggle .toggler {
	position: relative;
	display: block;
	height: 16px;
	width: 50px;
	border: 1.6px solid #cecece;
	border-radius: 100px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.h-toggle .toggler .active,
.h-toggle .toggler .inactive {
	position: absolute;
	top: -14px;
	left: -10px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1.6px solid transparent;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.h-toggle .toggler .active i,
.h-toggle .toggler .inactive i {
	color: #fff;
	font-size: 18px
}

.h-toggle .toggler .active svg,
.h-toggle .toggler .inactive svg {
	height: 16px;
	width: 16px
}

.h-toggle .toggler .inactive {
	background: #fff;
	border-color: #06d6a0;
	color: #06d6a0;
	opacity: 1;
	z-index: 1
}

.h-toggle .toggler .active {
	background: #fff;
	border-color: #a2a5b9;
	color: #a2a5b9;
	opacity: 0;
	z-index: 0
}

body.is-dark .h-toggle input:checked~.toggler {
	background: #28282b
}

body.is-dark .h-toggle .toggler {
	border-color: #606068
}

body.is-dark .h-toggle .toggler .active,
body.is-dark .h-toggle .toggler .inactive {
	background: #28282b
}

/*! _forms-slider.scss | Huro | Css ninja 2020-2021 */
.noUi-horizontal,
.noUi-vertical {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.noUi-horizontal.is-info .noUi-connect,
.noUi-vertical.is-info .noUi-connect {
	background: #039be5
}

.noUi-horizontal.is-info .noUi-tooltip,
.noUi-vertical.is-info .noUi-tooltip {
	background: #039be5;
	color: #fcfcfc
}

.noUi-horizontal.is-info .noUi-tooltip:after,
.noUi-vertical.is-info .noUi-tooltip:after {
	background: #039be5
}

.noUi-horizontal.is-success .noUi-connect,
.noUi-vertical.is-success .noUi-connect {
	background: #06d6a0
}

.noUi-horizontal.is-success .noUi-tooltip,
.noUi-vertical.is-success .noUi-tooltip {
	background: #06d6a0;
	color: #fcfcfc
}

.noUi-horizontal.is-success .noUi-tooltip:after,
.noUi-vertical.is-success .noUi-tooltip:after {
	background: #06d6a0
}

.noUi-horizontal.is-warning .noUi-connect,
.noUi-vertical.is-warning .noUi-connect {
	background: #faae42
}

.noUi-horizontal.is-warning .noUi-tooltip,
.noUi-vertical.is-warning .noUi-tooltip {
	background: #faae42;
	color: #fcfcfc
}

.noUi-horizontal.is-warning .noUi-tooltip:after,
.noUi-vertical.is-warning .noUi-tooltip:after {
	background: #faae42
}

.noUi-horizontal.is-danger .noUi-connect,
.noUi-vertical.is-danger .noUi-connect {
	background: #e62965
}

.noUi-horizontal.is-danger .noUi-tooltip,
.noUi-vertical.is-danger .noUi-tooltip {
	background: #e62965;
	color: #fcfcfc
}

.noUi-horizontal.is-danger .noUi-tooltip:after,
.noUi-vertical.is-danger .noUi-tooltip:after {
	background: #e62965
}

.noUi-horizontal .noUi-connects,
.noUi-vertical .noUi-connects {
	background: #eef0f7;
	border: none !important
}

.noUi-horizontal .noUi-connect,
.noUi-vertical .noUi-connect {
	background-color: var(--primary-color)
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
	outline: none !important;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.noUi-horizontal.is-small {
	height: 10px
}

.noUi-horizontal.is-small.is-rounded .noUi-handle {
	border-radius: 50%
}

.noUi-horizontal.is-small .noUi-handle {
	width: 22px;
	height: 22px;
	top: -6px
}

.noUi-horizontal.is-small .noUi-handle:before {
	height: 10px;
	top: 5px;
	left: 8px
}

.noUi-horizontal.is-small .noUi-handle:after {
	height: 10px;
	top: 5px;
	left: 11px
}

.noUi-horizontal.is-tiny {
	height: 6px
}

.noUi-horizontal.is-tiny.is-rounded .noUi-handle {
	border-radius: 50%
}

.noUi-horizontal.is-tiny .noUi-handle {
	width: 18px;
	height: 18px;
	top: -6px
}

.noUi-horizontal.is-tiny .noUi-handle:before {
	height: 10px;
	top: 3px;
	left: 6px
}

.noUi-horizontal.is-tiny .noUi-handle:after {
	height: 10px;
	top: 3px;
	left: 9px
}

.noUi-horizontal .noUi-handle {
	width: 28px;
	height: 28px
}

.noUi-horizontal .noUi-handle:before {
	left: 11px
}

.noUi-horizontal .noUi-handle:after {
	left: 16px
}

.noUi-horizontal .noUi-tooltip {
	background: var(--primary-color);
	color: #fcfcfc
}

.noUi-horizontal .noUi-tooltip:after {
	background: var(--primary-color)
}

.noUi-vertical {
	height: 180px
}

.noUi-vertical.is-small {
	width: 10px
}

.noUi-vertical.is-small.is-rounded .noUi-handle {
	border-radius: 50%
}

.noUi-vertical.is-small .noUi-handle {
	width: 22px;
	height: 22px;
	top: -6px
}

.noUi-vertical.is-small .noUi-handle:before {
	width: 10px !important;
	top: 7px !important;
	left: 6px !important
}

.noUi-vertical.is-small .noUi-handle:after {
	width: 10px !important;
	top: 11px !important;
	left: 6px !important
}

.noUi-vertical.is-tiny {
	width: 6px
}

.noUi-vertical.is-tiny.is-rounded .noUi-handle {
	border-radius: 50%
}

.noUi-vertical.is-tiny .noUi-handle {
	width: 18px;
	height: 18px;
	top: -6px
}

.noUi-vertical.is-tiny .noUi-handle:before {
	width: 8px !important;
	top: 6px !important;
	left: 4px !important
}

.noUi-vertical.is-tiny .noUi-handle:after {
	width: 8px !important;
	top: 9px !important;
	left: 4px !important
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 28px
}

.noUi-vertical .noUi-handle:before {
	left: 7px;
	top: 10px
}

.noUi-vertical .noUi-handle:after {
	left: 7px;
	top: 15px
}

.noUi-horizontal.has-fixed-tooltip .noUi-tooltip,
.noUi-vertical.has-fixed-tooltip .noUi-tooltip {
	opacity: 1 !important;
	pointer-events: all !important;
	-webkit-transform: translate(-50%, 0) scale(1) !important;
	transform: translate(-50%, 0) scale(1) !important
}

.noUi-horizontal .noUi-tooltip,
.noUi-vertical .noUi-tooltip {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate(-50%, 10%) scale(0.8);
	transform: translate(-50%, 10%) scale(0.8);
	border-radius: 50%;
	background: var(--primary-color);
	position: absolute;
	left: 50%;
	top: -70px;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 0
}

.noUi-horizontal .noUi-tooltip:after,
.noUi-vertical .noUi-tooltip:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 50px;
	height: 50px;
	border-radius: 50% 50% 50% 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: var(--primary-color);
	z-index: -1
}

.noUi-horizontal .noUi-active .noUi-tooltip,
.noUi-vertical .noUi-active .noUi-tooltip {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1)
}

body.is-dark .noUi-horizontal.is-info .noUi-connect,
body.is-dark .noUi-vertical.is-info .noUi-connect {
	background: #039be5
}

body.is-dark .noUi-horizontal.is-info .noUi-tooltip,
body.is-dark .noUi-vertical.is-info .noUi-tooltip {
	background: #039be5
}

body.is-dark .noUi-horizontal.is-info .noUi-tooltip:after,
body.is-dark .noUi-vertical.is-info .noUi-tooltip:after {
	background: #039be5
}

body.is-dark .noUi-horizontal.is-success .noUi-connect,
body.is-dark .noUi-vertical.is-success .noUi-connect {
	background: #06d6a0
}

body.is-dark .noUi-horizontal.is-success .noUi-tooltip,
body.is-dark .noUi-vertical.is-success .noUi-tooltip {
	background: #06d6a0
}

body.is-dark .noUi-horizontal.is-success .noUi-tooltip:after,
body.is-dark .noUi-vertical.is-success .noUi-tooltip:after {
	background: #06d6a0
}

body.is-dark .noUi-horizontal.is-warning .noUi-connect,
body.is-dark .noUi-vertical.is-warning .noUi-connect {
	background: #faae42
}

body.is-dark .noUi-horizontal.is-warning .noUi-tooltip,
body.is-dark .noUi-vertical.is-warning .noUi-tooltip {
	background: #faae42
}

body.is-dark .noUi-horizontal.is-warning .noUi-tooltip:after,
body.is-dark .noUi-vertical.is-warning .noUi-tooltip:after {
	background: #faae42
}

body.is-dark .noUi-horizontal.is-danger .noUi-connect,
body.is-dark .noUi-vertical.is-danger .noUi-connect {
	background: #e62965
}

body.is-dark .noUi-horizontal.is-danger .noUi-tooltip,
body.is-dark .noUi-vertical.is-danger .noUi-tooltip {
	background: #e62965
}

body.is-dark .noUi-horizontal.is-danger .noUi-tooltip:after,
body.is-dark .noUi-vertical.is-danger .noUi-tooltip:after {
	background: #e62965
}

body.is-dark .noUi-horizontal .noUi-connects,
body.is-dark .noUi-vertical .noUi-connects {
	background: #28282b
}

body.is-dark .noUi-horizontal .noUi-connect,
body.is-dark .noUi-vertical .noUi-connect {
	background-color: #797bf2
}

body.is-dark .noUi-horizontal .noUi-handle,
body.is-dark .noUi-vertical .noUi-handle {
	background: #232326;
	border-color: #404046
}

body.is-dark .noUi-horizontal .noUi-handle:before,
body.is-dark .noUi-horizontal .noUi-handle:after,
body.is-dark .noUi-vertical .noUi-handle:before,
body.is-dark .noUi-vertical .noUi-handle:after {
	background: #54545b
}

body.is-dark .noUi-horizontal .noUi-tooltip,
body.is-dark .noUi-vertical .noUi-tooltip {
	background: #797bf2
}

body.is-dark .noUi-horizontal .noUi-tooltip:after,
body.is-dark .noUi-vertical .noUi-tooltip:after {
	background: #797bf2
}

/*! _icons.scss | Huro | Css ninja 2020-2021 */
.icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.icons .h-icon {
	margin: 0 6px
}

.h-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 40px;
	min-width: 40px;
	border-radius: 8px;
	background: #ededed;
	-webkit-transition: all .3s;
	transition: all .3s
}

.h-icon.is-small {
	height: 32px;
	width: 32px;
	min-width: 32px
}

.h-icon.is-small .fas,
.h-icon.is-small .fab,
.h-icon.is-small .far,
.h-icon.is-small .fal {
	font-size: 1rem
}

.h-icon.is-small .lnil,
.h-icon.is-small .lnir {
	font-size: 1.2rem
}

.h-icon.is-small svg {
	height: 16px;
	width: 16px;
	stroke-width: 1.4px
}

.h-icon.is-medium {
	height: 50px;
	width: 50px;
	min-width: 50px
}

.h-icon.is-medium.is-bordered {
	border-width: 1.6px
}

.h-icon.is-medium .fas,
.h-icon.is-medium .fab,
.h-icon.is-medium .far,
.h-icon.is-medium .fal {
	font-size: 1.5rem
}

.h-icon.is-medium .lnil,
.h-icon.is-medium .lnir {
	font-size: 1.7rem
}

.h-icon.is-medium svg {
	height: 25px;
	width: 25px;
	stroke-width: 1.4px
}

.h-icon.is-large {
	height: 68px;
	width: 68px;
	min-width: 68px
}

.h-icon.is-large.is-bordered {
	border-width: 2px
}

.h-icon.is-large .fas,
.h-icon.is-large .fab,
.h-icon.is-large .far,
.h-icon.is-large .fal {
	font-size: 2rem
}

.h-icon.is-large .lnil,
.h-icon.is-large .lnir {
	font-size: 2.2rem
}

.h-icon.is-large svg {
	height: 34px;
	width: 34px;
	stroke-width: 2px
}

.h-icon.is-big {
	height: 80px;
	width: 80px;
	min-width: 80px
}

.h-icon.is-big.is-bordered {
	border-width: 2px
}

.h-icon.is-big .fas,
.h-icon.is-big .fab,
.h-icon.is-big .far,
.h-icon.is-big .fal {
	font-size: 2.4rem
}

.h-icon.is-big .lnil,
.h-icon.is-big .lnir {
	font-size: 2.6rem
}

.h-icon.is-big svg {
	height: 40px;
	width: 40px;
	stroke-width: 3px
}

.h-icon.is-xl {
	height: 100px;
	width: 100px;
	min-width: 100px
}

.h-icon.is-xl.is-bordered {
	border-width: 2px
}

.h-icon.is-xl .fas,
.h-icon.is-xl .fab,
.h-icon.is-xl .far,
.h-icon.is-xl .fal {
	font-size: 3rem
}

.h-icon.is-xl .lnil,
.h-icon.is-xl .lnir {
	font-size: 3.4rem
}

.h-icon.is-xl svg {
	height: 50px;
	width: 50px;
	stroke-width: 3px
}

.h-icon.is-rounded {
	border-radius: 50%
}

.h-icon.is-primary {
	background: #dac4f7
}

.h-icon.is-primary.is-bordered {
	border-color: var(--primary-color)
}

.h-icon.is-primary i {
	color: var(--primary-color)
}

.h-icon.is-primary svg {
	stroke: var(--primary-color)
}

.h-icon.is-secondary {
	background: #fff8fb
}

.h-icon.is-secondary.is-bordered {
	border-color: #ff227d
}

.h-icon.is-secondary i {
	color: #ff227d
}

.h-icon.is-secondary svg {
	stroke: #ff227d
}

.h-icon.is-accent {
	background: #fff
}

.h-icon.is-accent.is-bordered {
	border-color: #797bf2
}

.h-icon.is-accent i {
	color: #797bf2
}

.h-icon.is-accent svg {
	stroke: #797bf2
}

.h-icon.is-success {
	background: #c4fdef
}

.h-icon.is-success.is-bordered {
	border-color: #06d6a0
}

.h-icon.is-success i {
	color: #06d6a0
}

.h-icon.is-success svg {
	stroke: #06d6a0
}

.h-icon.is-info {
	background: #cfeffe
}

.h-icon.is-info.is-bordered {
	border-color: #039be5
}

.h-icon.is-info i {
	color: #039be5
}

.h-icon.is-info svg {
	stroke: #039be5
}

.h-icon.is-warning {
	background: #fef2e1
}

.h-icon.is-warning.is-bordered {
	border-color: #faae42
}

.h-icon.is-warning i {
	color: #faae42
}

.h-icon.is-warning svg {
	stroke: #faae42
}

.h-icon.is-danger {
	background: #f9cddb
}

.h-icon.is-danger.is-bordered {
	border-color: #e62965
}

.h-icon.is-danger i {
	color: #e62965
}

.h-icon.is-danger svg {
	stroke: #e62965
}

.h-icon.is-purple {
	background: #e7e2f0
}

.h-icon.is-purple.is-bordered {
	border-color: #8269b2
}

.h-icon.is-purple i {
	color: #8269b2
}

.h-icon.is-purple svg {
	stroke: #8269b2
}

.h-icon.is-blue {
	background: #e4f7ff
}

.h-icon.is-blue.is-bordered {
	border-color: #37c3ff
}

.h-icon.is-blue i {
	color: #37c3ff
}

.h-icon.is-blue svg {
	stroke: #37c3ff
}

.h-icon.is-yellow {
	background: #fff6de
}

.h-icon.is-yellow.is-bordered {
	border-color: #ffd66e
}

.h-icon.is-yellow i {
	color: #ffd66e
}

.h-icon.is-yellow svg {
	stroke: #ffd66e
}

.h-icon.is-orange {
	background: #ffefe7
}

.h-icon.is-orange.is-bordered {
	border-color: #ffa981
}

.h-icon.is-orange i {
	color: #ffa981
}

.h-icon.is-orange svg {
	stroke: #ffa981
}

.h-icon.is-green {
	background: #e7f8e5
}

.h-icon.is-green.is-bordered {
	border-color: #93e088
}

.h-icon.is-green i {
	color: #93e088
}

.h-icon.is-green svg {
	stroke: #93e088
}

.h-icon.is-red {
	background: #fee7ed
}

.h-icon.is-red.is-bordered {
	border-color: #f92b60
}

.h-icon.is-red i {
	color: #f92b60
}

.h-icon.is-red svg {
	stroke: #f92b60
}

.h-icon.is-bordered {
	border: 1px solid #999
}

.h-icon .fas,
.h-icon .fab,
.h-icon .far,
.h-icon .fal {
	font-size: 1.2rem;
	color: #999;
	-webkit-transition: color .3s;
	transition: color .3s
}

.h-icon .lnil,
.h-icon .lnir {
	font-size: 1.4rem;
	color: #999;
	-webkit-transition: color .3s;
	transition: color .3s
}

.h-icon svg {
	height: 20px;
	width: 20px;
	stroke-width: 1.4px
}

body.is-dark .h-icon.is-primary {
	background: #797bf2
}

body.is-dark .h-icon.is-primary.is-bordered {
	border-color: #797bf2
}

body.is-dark .h-icon.is-primary i {
	color: #fff
}

body.is-dark .h-icon.is-primary svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-accent {
	background: #797bf2
}

body.is-dark .h-icon.is-accent.is-bordered {
	border-color: #797bf2
}

body.is-dark .h-icon.is-accent i {
	color: #fff
}

body.is-dark .h-icon.is-accent svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-success {
	background: #06d6a0
}

body.is-dark .h-icon.is-success.is-bordered {
	border-color: #06d6a0
}

body.is-dark .h-icon.is-success i {
	color: #fff
}

body.is-dark .h-icon.is-success svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-info {
	background: #039be5
}

body.is-dark .h-icon.is-info.is-bordered {
	border-color: #039be5
}

body.is-dark .h-icon.is-info i {
	color: #fff
}

body.is-dark .h-icon.is-info svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-warning {
	background: #faae42
}

body.is-dark .h-icon.is-warning.is-bordered {
	border-color: #faae42
}

body.is-dark .h-icon.is-warning i {
	color: #fff
}

body.is-dark .h-icon.is-warning svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-danger {
	background: #e62965
}

body.is-dark .h-icon.is-danger.is-bordered {
	border-color: #e62965
}

body.is-dark .h-icon.is-danger i {
	color: #fff
}

body.is-dark .h-icon.is-danger svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-purple {
	background: #8269b2
}

body.is-dark .h-icon.is-purple.is-bordered {
	border-color: #8269b2
}

body.is-dark .h-icon.is-purple i {
	color: #fff
}

body.is-dark .h-icon.is-purple svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-blue {
	background: #37c3ff
}

body.is-dark .h-icon.is-blue.is-bordered {
	border-color: #37c3ff
}

body.is-dark .h-icon.is-blue i {
	color: #fff
}

body.is-dark .h-icon.is-blue svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-yellow {
	background: #ffd66e
}

body.is-dark .h-icon.is-yellow.is-bordered {
	border-color: #ffd66e
}

body.is-dark .h-icon.is-yellow i {
	color: #fff
}

body.is-dark .h-icon.is-yellow svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-orange {
	background: #ffa981
}

body.is-dark .h-icon.is-orange.is-bordered {
	border-color: #ffa981
}

body.is-dark .h-icon.is-orange i {
	color: #fff
}

body.is-dark .h-icon.is-orange svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-green {
	background: #93e088
}

body.is-dark .h-icon.is-green.is-bordered {
	border-color: #93e088
}

body.is-dark .h-icon.is-green i {
	color: #fff
}

body.is-dark .h-icon.is-green svg {
	stroke: #fcfcfc
}

body.is-dark .h-icon.is-red {
	background: #f92b60
}

body.is-dark .h-icon.is-red.is-bordered {
	border-color: #f92b60
}

body.is-dark .h-icon.is-red i {
	color: #fff
}

body.is-dark .h-icon.is-red svg {
	stroke: #fcfcfc
}

/*! _links.scss | Huro | Css ninja 2020-2021 */
.action-link {
	position: relative;
	display: inline-block;
	font-weight: 500;
	color: var(--primary-color);
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.action-link:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1.6px dotted var(--primary-color)
}

.action-link:hover {
	color: var(--primary-color);
	opacity: .6
}

body.is-dark .action-link {
	color: #797bf2
}

body.is-dark .action-link:after {
	border-bottom-color: #797bf2
}

/*! _lists.scss | Huro | Css ninja 2020-2021 */
.user-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 0
}

.user-list .user-list-avatar img {
	width: 40px;
	height: 40px;
	border-radius: 100px
}

.user-list .user-list-info {
	margin: 0 10px
}

.user-list .user-list-info .name {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	font-weight: 600;
	color: #283252
}

.user-list .user-list-info .position {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	color: #a2a5b9
}

.user-list .user-list-status {
	height: 10px;
	width: 10px;
	border-radius: 100px;
	background: #ededed;
	margin-left: auto;
	margin-right: 1rem
}

.user-list .user-list-status.is-offline {
	background: #ededed
}

.user-list .user-list-status.is-online {
	background: #06d6a0
}

.user-list .user-list-status.is-busy {
	background: #faae42
}

.user-list .user-list-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto
}

.user-list .user-list-icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	color: #cecfda;
	font-size: .9rem;
	-webkit-transition: all .3s;
	transition: all .3s
}

.user-list .user-list-icons a:hover {
	color: #a2a5b9;
	background: #f5f5f5
}

body.is-dark .user-list .user-list-icons a:hover {
	background: #3b3b41
}

/*! _tags.scss | Huro | Css ninja 2020-2021 */
.tag:not(body) {
	display: inline-block;
	line-height: 2.4;
	height: 2.4em
}

.tag:not(body).is-rounded {
	padding-left: 1em;
	padding-right: 1em
}

.tag:not(body).is-curved {
	padding-left: .85em;
	padding-right: .85em;
	line-height: 2.5;
	height: 2.6em;
	border-radius: 8px
}

.tag:not(body).is-elevated {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.tag:not(body).is-solid {
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #a2a5b9
}

.tag:not(body).is-primary.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.tag:not(body).is-primary.is-outlined {
	background: none !important;
	color: var(--primary-color);
	border: 1px solid var(--primary-color)
}

.tag:not(body).is-success.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(6, 214, 160, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(6, 214, 160, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(6, 214, 160, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(6, 214, 160, .2) !important
}

.tag:not(body).is-success.is-outlined {
	background: none !important;
	color: #06d6a0;
	border: 1px solid #06d6a0
}

.tag:not(body).is-info.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important
}

.tag:not(body).is-info.is-outlined {
	background: none !important;
	color: #039be5;
	border: 1px solid #039be5
}

.tag:not(body).is-warning.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(250, 174, 66, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(250, 174, 66, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(250, 174, 66, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(250, 174, 66, .2) !important
}

.tag:not(body).is-warning.is-outlined {
	background: none !important;
	color: #faae42;
	border: 1px solid #faae42
}

.tag:not(body).is-danger.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(230, 41, 101, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(230, 41, 101, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(230, 41, 101, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(230, 41, 101, .2) !important
}

.tag:not(body).is-danger.is-outlined {
	background: none !important;
	color: #e62965;
	border: 1px solid #e62965
}

.tag:not(body).is-secondary {
	background: #ff227d;
	color: #fff
}

.tag:not(body).is-secondary.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(255, 34, 125, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 34, 125, .2);
	box-shadow: 0 14px 26px -12px rgba(255, 34, 125, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 34, 125, .2)
}

.tag:not(body).is-secondary.is-outlined {
	background: none !important;
	color: #ff227d;
	border: 1px solid #ff227d
}

.tag:not(body).is-green {
	background: #93e088;
	color: #fff
}

.tag:not(body).is-green.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(72, 199, 142, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(72, 199, 142, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(72, 199, 142, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(72, 199, 142, .2) !important
}

.tag:not(body).is-green.is-outlined {
	background: none !important;
	color: #93e088;
	border: 1px solid #93e088
}

.tag:not(body).is-blue {
	background: #37c3ff;
	color: #fff
}

.tag:not(body).is-blue.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(55, 195, 255, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(55, 195, 255, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(55, 195, 255, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(55, 195, 255, .2) !important
}

.tag:not(body).is-blue.is-outlined {
	background: none !important;
	color: #37c3ff;
	border: 1px solid #37c3ff
}

.tag:not(body).is-green {
	background: #93e088;
	color: #fff
}

.tag:not(body).is-green.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(72, 199, 142, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(72, 199, 142, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(72, 199, 142, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(72, 199, 142, .2) !important
}

.tag:not(body).is-green.is-outlined {
	background: none !important;
	color: #93e088;
	border: 1px solid #93e088
}

.tag:not(body).is-purple {
	background: #8269b2;
	color: #fff
}

.tag:not(body).is-purple.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(130, 105, 178, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(130, 105, 178, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(130, 105, 178, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(130, 105, 178, .2) !important
}

.tag:not(body).is-purple.is-outlined {
	background: none !important;
	color: #8269b2;
	border: 1px solid #8269b2
}

.tag:not(body).is-orange {
	background: #ffa981;
	color: #fff
}

.tag:not(body).is-orange.is-elevated {
	-webkit-box-shadow: 0 14px 26px -12px rgba(255, 169, 129, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 169, 129, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(255, 169, 129, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 169, 129, .2) !important
}

.tag:not(body).is-orange.is-outlined {
	background: none !important;
	color: #ffa981;
	border: 1px solid #ffa981
}

body.is-dark .tag:not(.is-primary):not(.is-secondary):not(.is-success):not(.is-info):not(.is-warning):not(.is-danger):not(.is-orange):not(.is-green):not(.is-blue):not(.is-purple) {
	background: #3b3b41;
	border-color: #3b3b41;
	color: #aaaab3
}

body.is-dark .tag.is-primary {
	background: #797bf2
}

body.is-dark .tag.is-primary.is-outlined {
	border-color: #797bf2;
	color: #797bf2
}

body.is-dark .tag.is-primary.is-light {
	background: #dfe0fc;
	color: #797bf2
}

/*! _accordion.scss | Huro | Css ninja 2020-2021 */
.single-accordion {
	background: #fff;
	background: #fff;
	margin: 0 auto;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border-radius: 6px;
	overflow: hidden
}

.single-accordion .accordion-header {
	border-bottom: 1px solid #dde0e7;
	color: #283252;
	cursor: pointer;
	font-weight: 600;
	font-size: .95rem;
	font-family: "Montserrat", sans-serif;
	padding: 1.5rem
}

.single-accordion .accordion-header:hover {
	background: #f6f7f9
}

.single-accordion .accordion-header.is-active:before {
	background-color: var(--primary-color)
}

.single-accordion .accordion-header:before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background-color: #b1b5be;
	margin-right: .75rem
}

.single-accordion .accordion-content {
	display: none;
	border-bottom: 1px solid #dde0e7;
	background: #f6f7f9;
	padding: 1.5rem;
	color: #a2a5b9;
	font-family: "Roboto", sans-serif
}

body.is-dark .single-accordion {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .single-accordion .accordion-header {
	color: #aaaab3;
	border-color: #404046
}

body.is-dark .single-accordion .accordion-header:hover {
	background: #323236
}

body.is-dark .single-accordion .accordion-header:before {
	background: #232326
}

body.is-dark .single-accordion .accordion-header.is-active:before {
	background-color: #797bf2
}

body.is-dark .single-accordion .accordion-content {
	background: #232326;
	border-color: #37373b
}

.collapse {
	padding: 0;
	margin-bottom: 1.5rem
}

.collapse.has-plus.is-active .collapse-header .collapse-icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.collapse.has-chevron.is-active .collapse-header .collapse-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.collapse.is-active .collapse-icon {
	border-color: #e5e5e5 !important;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.collapse .collapse-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 60px;
	padding: 0 20px;
	cursor: pointer
}

.collapse .collapse-header h3 {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 600;
	color: #283252
}

.collapse .collapse-header .collapse-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	width: 30px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.collapse .collapse-header .collapse-icon svg {
	height: 16px;
	width: 16px;
	stroke: #a2a5b9
}

.collapse .collapse-content {
	display: none;
	padding: 0 20px 20px 20px;
	color: #a2a5b9;
	font-family: "Roboto", sans-serif
}

.collapse .collapse-content p:not(:last-child) {
	margin-bottom: 12px
}

body.is-dark .collapse.is-active .collapse-header .collapse-icon {
	background: #28282b;
	border-color: #2d2d31 !important
}

body.is-dark .collapse .collapse-header h3 {
	color: #aaaab3
}

body.is-dark .collapse .collapse-header .collapse-icon {
	background: #323236;
	border-color: #323236
}

.image-accordion {
	width: 100%;
	max-width: 1080px;
	height: 250px;
	overflow: hidden;
	margin: 50px auto
}

.image-accordion ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0
}

.image-accordion ul li {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width: 16.666%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.image-accordion ul li div {
	display: block;
	overflow: hidden;
	width: 100%
}

.image-accordion ul li div a {
	display: block;
	height: 250px;
	width: 100%;
	position: relative;
	z-index: 3;
	vertical-align: bottom;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease
}

.image-accordion ul li div a * {
	opacity: 0;
	margin: 0;
	width: 100%;
	text-overflow: ellipsis;
	position: relative;
	z-index: 5;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.image-accordion ul li div a h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	text-overflow: clip;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 0;
	top: 160px
}

.image-accordion ul li div a p {
	top: 160px;
	font-size: 13.5px;
	color: #fff
}

.image-accordion ul:hover li,
.image-accordion ul:focus-within li {
	width: 8%
}

.image-accordion ul li:focus {
	outline: none
}

.image-accordion ul:hover li:hover,
.image-accordion ul li:focus,
.image-accordion ul:focus-within li:focus {
	width: 60%
}

.image-accordion ul:hover li:hover a,
.image-accordion ul li:focus a,
.image-accordion ul:focus-within li:focus a {
	background: rgba(0, 0, 0, .4)
}

.image-accordion ul:hover li:hover a *,
.image-accordion ul li:focus a *,
.image-accordion ul:focus-within li:focus a * {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.image-accordion ul:hover li {
	width: 8% !important
}

.image-accordion ul:hover li a * {
	opacity: 0 !important
}

.image-accordion ul:hover li:hover {
	width: 60% !important
}

.image-accordion ul:hover li:hover a {
	background: rgba(0, 0, 0, .4)
}

.image-accordion ul:hover li:hover a * {
	opacity: 1 !important;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@media screen and (max-width: 600px) {
	.image-accordion {
		height: auto
	}

	.image-accordion ul li,
	.image-accordion ul li:hover,
	.image-accordion ul:hover li,
	.image-accordion ul:hover li:hover {
		position: relative;
		display: table;
		table-layout: fixed;
		width: 100% !important;
		-webkit-transition: none;
		transition: none
	}
}

/*! _breadcrumbs.scss | Huro | Css Ninja 2020-2021 */
.breadcrumb.is-narrow {
	margin-bottom: 10px
}

.breadcrumb ul li a {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.breadcrumb ul li a:hover {
	color: var(--primary-color)
}

.breadcrumb ul li a .icon.is-solo svg {
	top: 2px
}

.breadcrumb ul li a .icon svg {
	position: relative;
	top: 0;
	height: 16px;
	min-width: 16px
}

body.is-dark .breadcrumb ul li a:hover {
	color: #797bf2
}

/*! _datepicker.scss | Huro | Css ninja 2020-2021 */
.pika-single {
	margin-top: 6px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pika-single.is-bound {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.pika-single .pika-lendar {
	padding: 16px
}

.pika-single .pika-lendar .pika-title {
	font-family: "Roboto", sans-serif;
	color: #283252
}

.pika-single .pika-lendar .pika-title .pika-prev,
.pika-single .pika-lendar .pika-title .pika-next {
	height: 30px;
	width: 30px;
	font-size: 0
}

.pika-single .pika-lendar .pika-table thead th {
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	color: #283252
}

.pika-single .pika-lendar .pika-table tbody td.is-selected .pika-day,
.pika-single .pika-lendar .pika-table tbody td.is-selected .pika-button {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	color: #fff
}

.pika-single .pika-lendar .pika-table tbody td:hover .pika-day,
.pika-single .pika-lendar .pika-table tbody td:hover .pika-button {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ededed;
	color: #283252
}

.pika-single .pika-lendar .pika-table tbody td .pika-day,
.pika-single .pika-lendar .pika-table tbody td .pika-button {
	text-align: center;
	background: #fff;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	color: #a2a5b9
}

body.is-dark .pika-single {
	background: #232326 !important;
	border-color: #37373b !important
}

body.is-dark .pika-single .pika-title {
	color: #aaaab3 !important
}

body.is-dark .pika-single .pika-title .pika-label {
	background: #232326 !important;
	color: #aaaab3 !important
}

body.is-dark .pika-single .pika-table thead th {
	color: #aaaab3
}

body.is-dark .pika-single .pika-table tbody td.is-selected .pika-day,
body.is-dark .pika-single .pika-table tbody td.is-selected .pika-button {
	background: #797bf2;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

body.is-dark .pika-single .pika-table tbody td:hover .pika-day,
body.is-dark .pika-single .pika-table tbody td:hover .pika-button {
	background: #37373b !important;
	color: #fff
}

body.is-dark .pika-single .pika-table tbody td .pika-day,
body.is-dark .pika-single .pika-table tbody td .pika-button {
	background: #232326
}

.is-bulma-timepicker .datetimepicker-dummy:before {
	content: "" !important
}

.datetimepicker-dummy {
	height: 38px
}

.datetimepicker-dummy:before {
	content: "";
	-webkit-mask: none !important;
	mask: none !important;
	background-color: transparent;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #a2a5b9
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper {
	border-color: #e3e3e3;
	border-radius: 4px
}

.datetimepicker-dummy .datetimepicker-clear-button {
	height: 28px;
	margin: .3rem .2rem 0 0 !important;
	color: #a2a5b9 !important
}

.datetimepicker-wrapper .is-datetimepicker-default .datetimepicker-container .datepicker .datepicker-body .datepicker-years::-webkit-scrollbar,
.datetimepicker-wrapper .is-datetimepicker-default .datetimepicker-container .datepicker .datepicker-body .datepicker-months::-webkit-scrollbar,
.datetimepicker-wrapper .is-datetimepicker-default .datetimepicker-container .datepicker .datepicker-body .datepicker-dates::-webkit-scrollbar {
	width: 6px !important
}

.datetimepicker-wrapper .is-datetimepicker-default .datetimepicker-container .datepicker .datepicker-body .datepicker-years::-webkit-scrollbar-thumb,
.datetimepicker-wrapper .is-datetimepicker-default .datetimepicker-container .datepicker .datepicker-body .datepicker-months::-webkit-scrollbar-thumb,
.datetimepicker-wrapper .is-datetimepicker-default .datetimepicker-container .datepicker .datepicker-body .datepicker-dates::-webkit-scrollbar-thumb {
	border-radius: 10px !important;
	background: rgba(0, 0, 0, .2) !important
}

.datetimepicker-wrapper .datetimepicker-footer {
	padding: 20px 10px !important
}

body.is-dark .datetimepicker-dummy .datetimepicker-dummy-wrapper {
	background: #28282b;
	border-color: #323236
}

body.is-dark .datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
	color: #aaaab3
}

body.is-dark .datetimepicker-container {
	background: #1e1e21
}

body.is-dark .datetimepicker-container:after {
	border-bottom-color: #1e1e21 !important
}

body.is-dark .datetimepicker-container .datetimepicker-header .datetimepicker-selection-details .datetimepicker-selection-start .datetimepicker-selection-wrapper .datetimepicker-selection-day {
	color: #797bf2
}

body.is-dark .datetimepicker-container .datetimepicker-header .datetimepicker-selection-details .datetimepicker-selection-start .datetimepicker-selection-wrapper .datetimepicker-selection-date .datetimepicker-selection-month {
	color: #aaaab3
}

body.is-dark .datetimepicker-container .datetimepicker-header .datetimepicker-selection-details .datetimepicker-selection-start .datetimepicker-selection-wrapper .datetimepicker-selection-date .datetimepicker-selection-weekday {
	color: #797bf2
}

body.is-dark .datetimepicker-container .datetimepicker-header .datetimepicker-selection-details .datetimepicker-selection-start .datetimepicker-selection-time .datetimepicker-selection-hour {
	color: #aaaab3
}

body.is-dark .datetimepicker-container .datepicker .datepicker-nav {
	background: #797bf2 !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-nav .button {
	background: #797bf2 !important;
	border-color: #797bf2 !important;
	color: #fcfcfc !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-years .datepicker-year:hover {
	border-color: #2d2d31 !important;
	background: #2d2d31 !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-years .datepicker-year.is-active {
	border-color: #797bf2 !important;
	background: #797bf2 !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-years .datepicker-year.is-active .item {
	color: #fff !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-years .datepicker-year .item {
	color: #aaaab3
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-months .datepicker-month {
	color: #aaaab3
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-months .datepicker-month:hover {
	border-color: #2d2d31 !important;
	background: #2d2d31 !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-months .datepicker-month.is-active {
	border-color: #797bf2 !important;
	background: #797bf2 !important;
	color: #fff !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date:not(.is-current-month) {
	border-color: #37373b !important;
	background: #37373b !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date:not(.is-current-month) .date-item {
	color: #a2a5b9 !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
	color: #aaaab3
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
	border-color: #797bf2 !important;
	color: #797bf2 !important;
	background: #37373b !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
	border-color: #797bf2 !important;
	color: #797bf2 !important
}

body.is-dark .datetimepicker-container .datepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
	border-color: #797bf2 !important;
	background: #797bf2 !important;
	color: #fff !important
}

body.is-dark .datetimepicker-container .timepicker .timepicker-start .timepicker-hours .timepicker-input .timepicker-input-number,
body.is-dark .datetimepicker-container .timepicker .timepicker-start .timepicker-minutes .timepicker-input .timepicker-input-number,
body.is-dark .datetimepicker-container .timepicker .timepicker-end .timepicker-hours .timepicker-input .timepicker-input-number,
body.is-dark .datetimepicker-container .timepicker .timepicker-end .timepicker-minutes .timepicker-input .timepicker-input-number {
	color: #aaaab3
}

body.is-dark .datetimepicker-container .timepicker .timepicker-start .timepicker-hours .timepicker-next:hover,
body.is-dark .datetimepicker-container .timepicker .timepicker-start .timepicker-hours .timepicker-previous:hover,
body.is-dark .datetimepicker-container .timepicker .timepicker-start .timepicker-minutes .timepicker-next:hover,
body.is-dark .datetimepicker-container .timepicker .timepicker-start .timepicker-minutes .timepicker-previous:hover,
body.is-dark .datetimepicker-container .timepicker .timepicker-end .timepicker-hours .timepicker-next:hover,
body.is-dark .datetimepicker-container .timepicker .timepicker-end .timepicker-hours .timepicker-previous:hover,
body.is-dark .datetimepicker-container .timepicker .timepicker-end .timepicker-minutes .timepicker-next:hover,
body.is-dark .datetimepicker-container .timepicker .timepicker-end .timepicker-minutes .timepicker-previous:hover {
	border-color: #2d2d31 !important;
	background: #2d2d31 !important
}

body.is-dark .datetimepicker-container .timepicker .timepicker-start .timepicker-time-divider,
body.is-dark .datetimepicker-container .timepicker .timepicker-end .timepicker-time-divider {
	color: #797bf2 !important
}

body.is-dark .datetimepicker-container .timepicker .timepicker-end:before {
	background: #404046 !important
}

body.is-dark .datetimepicker-footer {
	background: #1e1e21
}

.is-clock-timepicker {
	position: relative
}

.is-clock-timepicker .control {
	position: relative
}

.is-clock-timepicker .control .chevron {
	position: absolute;
	top: 3px;
	right: 2px;
	height: 34px;
	width: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	color: #a2a5b9;
	pointer-events: none
}

.is-clock-timepicker .control .chevron svg {
	height: 18px;
	width: 18px
}

.is-clock-timepicker input {
	--size: 1.2rem;
	--margin: calc(var(--size) * 0.5);
	--marginLeft: calc(var(--size) + calc(var(--size) * 0.5));
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><circle cx='20' cy='20' r='18.5' fill='none' stroke='grey' stroke-width='3' /><path d='M20,4 20,8 M4,20 8,20 M36,20 32,20 M20,36 20,32' stroke='grey' stroke-width='1' /><circle cx='20' cy='20' r='2' fill='grey' stroke='grey' stroke-width='2' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><path d='M18.5,24.5 19.5,4 20.5,4 21.5,24.5 Z' fill='grey' style='transform:rotate(120deg); transform-origin: 50% 50%;' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><path d='M18.5,24.5 19.5,8.5 20.5,8.5 21.5,24.5 Z' fill='grey' style='transform:rotate(20deg); transform-origin: 50% 50%;' /></svg>");
	background-position: var(--margin) 52%;
	background-repeat: no-repeat;
	background-size: var(--size) var(--size);
	padding-bottom: 4px;
	padding-left: 34px;
	line-height: 2;
	color: #a2a5b9;
	font-family: "Roboto", sans-serif;
	-webkit-transition: backgroundImage .25s;
	transition: backgroundImage .25s
}

body.is-dark .is-clock-timepicker .control .chevron {
	background-color: #28282b
}

/*! _dropdowns.scss | Huro | Css ninja 2020-2021 */
.dropdown.is-dots:hover .is-trigger,
.dropdown.is-dots.is-active .is-trigger {
	background: #f2f2f2
}

.dropdown.is-dots:hover .is-trigger svg,
.dropdown.is-dots.is-active .is-trigger svg {
	stroke: #969ab0
}

.dropdown.is-dots .is-trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.dropdown.is-dots .is-trigger svg {
	height: 20px;
	width: 20px;
	stroke: #a2a5b9;
	stroke-width: 1.6px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.dropdown.is-dots .dropdown-menu {
	margin-top: 6px;
	padding-bottom: 0;
	text-align: left
}

.dropdown.is-modern.is-active .caret {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.dropdown.is-modern .is-trigger .button {
	padding-right: .75em
}

.dropdown.is-modern .is-trigger .button .caret {
	height: 22px;
	width: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-left: 6px
}

.dropdown.is-modern .is-trigger .button .caret svg {
	height: 16px;
	width: 16px;
	stroke: #a2a5b9
}

.dropdown.is-modern .dropdown-menu {
	margin-top: 6px
}

.dropdown.is-spaced .dropdown-menu {
	-webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, .05);
	box-shadow: 0px 5px 16px rgba(0, 0, 0, .05);
	border-color: #ededed;
	padding-top: 0;
}

.dropdown.is-spaced .dropdown-menu.has-margin {
	margin-top: 10px
}

.dropdown.is-spaced .dropdown-menu .dropdown-content {
	border: 1px solid #ededed;
	-webkit-box-shadow: none;
	box-shadow: none
}

.dropdown.is-spaced .dropdown-item {
	padding-right: 1rem !important;
	padding: .5rem 1rem;
	font-size: .95rem;
	color: #a2a5b9;
	-webkit-transition: all .3s;
	transition: all .3s
}

.dropdown.is-spaced .dropdown-item:not(.is-button):hover,
.dropdown.is-spaced .dropdown-item:not(.is-button).is-active {
	background: #f5f5f5;
	color: #283252
}

.dropdown.is-spaced .dropdown-item.no-hover:hover {
	background: #fff
}

.dropdown.is-spaced .dropdown-item.is-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dropdown.is-spaced .dropdown-item.is-media:hover .icon svg,
.dropdown.is-spaced .dropdown-item.is-media.is-active .icon svg {
	stroke: var(--primary-color)
}

.dropdown.is-spaced .dropdown-item.is-media:hover .icon .lnir,
.dropdown.is-spaced .dropdown-item.is-media:hover .icon .lnil,
.dropdown.is-spaced .dropdown-item.is-media.is-active .icon .lnir,
.dropdown.is-spaced .dropdown-item.is-media.is-active .icon .lnil {
	color: var(--primary-color)
}

.dropdown.is-spaced .dropdown-item.is-media .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
	width: 28px
}

.dropdown.is-spaced .dropdown-item.is-media .icon svg {
	height: 18px;
	width: 18px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.dropdown.is-spaced .dropdown-item.is-media .icon .lnir,
.dropdown.is-spaced .dropdown-item.is-media .icon .lnil {
	font-size: 16px;
	-webkit-transition: color .3s;
	transition: color .3s
}

.dropdown.is-spaced .dropdown-item.is-media .item-img {
	display: block;
	height: 32px;
	width: 32px;
	border-radius: 6px
}

.dropdown.is-spaced .dropdown-item.is-media .item-img.is-rounded {
	border-radius: 50%
}

.dropdown.is-spaced .dropdown-item.is-media .meta {
	margin-left: 10px
}

.dropdown.is-spaced .dropdown-item.is-media .meta span {
	display: block;
	line-height: 1.3
}

.dropdown.is-spaced .dropdown-item.is-media .meta span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 600;
	color: #283252
}

.dropdown.is-spaced .dropdown-item.is-media .meta span:nth-child(2) {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	font-size: .9rem
}

.dropdown .is-trigger .button {
	font-family: "Roboto", sans-serif
}

.dropdown .is-trigger .button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-color: #e3e3e3;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.dropdown .dropdown-menu .dropdown-item {
	color: #a2a5b9
}

.dropdown .dropdown-menu .dropdown-item:hover {
	color: #283252
}

.dropdown .dropdown-menu .dropdown-item.has-child {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 1rem
}

.dropdown .dropdown-menu .dropdown-item.has-child svg {
	height: 16px;
	width: 16px;
	stroke: #999
}

.dropdown .dropdown-menu .dropdown-item.has-child .child-dropdown {
	position: absolute;
	right: -282px;
	top: 0;
	width: 280px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	pointer-events: none
}

.dropdown .dropdown-menu .dropdown-item.has-child .child-dropdown .inner {
	position: relative;
	height: 100%;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 8px 0
}

.dropdown .dropdown-menu .dropdown-item.has-child .child-dropdown .inner .column-setting {
	padding: 0 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.dropdown .dropdown-menu .dropdown-item.has-child .child-dropdown .inner .column-setting label {
	-webkit-transform: scale(0.7);
	transform: scale(0.7)
}

.dropdown .dropdown-menu .dropdown-item.has-child .child-dropdown .inner .column-setting .text span {
	display: block;
	font-size: .8rem
}

.dropdown .dropdown-menu .dropdown-item.has-child .child-dropdown .inner .column-setting .text span:first-child {
	color: #283252;
	font-weight: 500
}

.dropdown .dropdown-menu .dropdown-item.has-child .child-dropdown .inner .column-setting .text span:nth-child(2) {
	color: #999
}

.dropdown .dropdown-menu .dropdown-item.has-child:hover .child-dropdown {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: all
}

body.is-dark .toolbar-link:hover {
	background: #28282b !important
}

body.is-dark .toolbar-link svg {
	stroke: #aaaab3
}

body.is-dark .dropdown.is-spaced.is-dots:hover .is-trigger,
body.is-dark .dropdown.is-spaced.is-dots.is-active .is-trigger {
	background: #28282b !important
}

body.is-dark .dropdown.is-spaced.is-dots:hover .is-trigger svg,
body.is-dark .dropdown.is-spaced.is-dots.is-active .is-trigger svg {
	stroke: #aaaab3
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content {
	background: #232326 !important;
	border-color: #37373b !important
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .heading {
	border-color: #37373b !important
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .heading:hover,
body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .heading *:hover {
	background: #232326 !important
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .heading .heading-right .notification-link {
	color: #797bf2 !important
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .notification-list li .notification-item:hover,
body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .notification-list li .notification-item *:hover {
	background: #232326 !important
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .notification-list li .notification-item .user-content .user-info {
	color: #aaaab3 !important
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .is-media:hover .icon svg {
	stroke: #797bf2 !important
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .is-media:hover .icon .lnir,
body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .is-media:hover .icon .lnil {
	color: #797bf2
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .is-media .icon svg {
	stroke: #a2a5b9
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .is-media .icon .lnir,
body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .is-media .icon .lnil {
	color: #a2a5b9
}

body.is-dark .dropdown.is-spaced .dropdown-menu .dropdown-content .is-media .meta span:first-child {
	color: #aaaab3
}

body.is-dark .dropdown .dropdown-menu .dropdown-content {
	background: #232326;
	border-color: #37373b !important
}

body.is-dark .dropdown .dropdown-menu .dropdown-content .dropdown-item {
	color: #a2a5b9
}

body.is-dark .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-active {
	background: #797bf2 !important
}

body.is-dark .dropdown .dropdown-menu .dropdown-content .dropdown-divider {
	background: #2f2f33
}

body.is-dark .dropdown .dropdown-menu .dropdown-content a:hover {
	background: #2f2f33 !important
}

body.is-dark .child-dropdown .inner {
	background: #232326 !important;
	border-color: #2d2d31 !important
}

body.is-dark .child-dropdown .inner:hover {
	background: #232326 !important;
	border-color: #2d2d31 !important
}

body.is-dark .child-dropdown .inner ul li .text span:first-child {
	color: #aaaab3 !important
}

/*! _editors.scss | Huro | Css Ninja 2020-2021 */
.note-modal .note-modal-content .note-modal-header h4 {
	font-family: "Roboto", sans-serif;
	font-size: 1.2rem !important;
	font-weight: 500;
	color: #283252
}

.note-modal .note-modal-content .note-modal-header .close {
	outline: none !important
}

.note-modal .note-modal-content .note-modal-body {
	padding: 30px
}

.note-modal .note-modal-content .note-modal-body .form-group label {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #a2a5b9
}

.note-modal .note-modal-content .note-modal-footer {
	padding: 0 16px;
	height: 70px;
	background: #eef0f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.note-modal .note-modal-content .note-modal-footer .btn-primary {
	height: 40px;
	background: var(--primary-color);
	padding-bottom: 8px;
	opacity: 1;
	min-width: 130px;
	border-radius: 6px
}

body.is-dark .note-editor .note-toolbar {
	background: #28282b;
	border-color: #404046
}

body.is-dark .note-editor .note-toolbar .note-btn-group .note-btn {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .note-editor .note-toolbar .note-btn-group .note-btn i,
body.is-dark .note-editor .note-toolbar .note-btn-group .note-btn .note-icon-caret {
	color: #aaaab3
}

body.is-dark .note-editor .note-toolbar .note-btn-group .note-dropdown-menu {
	background: #1e1e21;
	border-color: #37373b
}

body.is-dark .note-editor .note-toolbar .note-btn-group .note-dropdown-menu .note-dropdown-item {
	color: #a2a5b9
}

body.is-dark .note-editor .note-toolbar .note-btn-group .note-dropdown-menu .note-dropdown-item:hover {
	background: #252529
}

body.is-dark .note-editor .note-toolbar .note-btn-group .note-dropdown-menu .note-dimension-display {
	color: #aaaab3
}

body.is-dark .note-editor .note-editable .table tbody td {
	border-color: #404046 !important
}

body.is-dark .note-editor .note-popover {
	background: #28282b;
	border-color: #404046
}

body.is-dark .note-editor .note-popover.bottom .note-popover-arrow:after {
	border-bottom-color: #28282b
}

body.is-dark .note-editor .note-popover .note-btn-group .note-btn {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .note-editor .note-popover .note-btn-group .note-btn i,
body.is-dark .note-editor .note-popover .note-btn-group .note-btn .note-icon-caret {
	color: #aaaab3
}

.note-modal .note-modal-content {
	border: none
}

.note-modal .note-modal-content .note-modal-header {
	background: #28282b;
	border-color: #404046
}

.note-modal .note-modal-content .note-modal-header h4 {
	color: #aaaab3
}

.note-modal .note-modal-content .note-modal-header .close {
	color: #aaaab3 !important
}

.note-modal .note-modal-content .note-modal-header .close .note-icon-close {
	color: #aaaab3 !important
}

.note-modal .note-modal-content .note-modal-body {
	background: #2d2d31
}

.note-modal .note-modal-content .note-modal-body .form-group input {
	background: #1e1e21;
	border-color: #37373b;
	color: #a2a5b9;
	height: 38px;
	border-radius: 4px
}

.note-modal .note-modal-content .note-modal-footer {
	background: #28282b;
	border-color: #404046
}

.note-modal .note-modal-content .note-modal-footer .btn-primary {
	background: #797bf2;
	border-color: #797bf2
}

body.is-dark .sun-editor {
	width: 100%;
	border-color: #404046 !important;
	background: #1e1e21
}

body.is-dark .sun-editor .se-container .se-toolbar {
	background: #1e1e21;
	border-color: #404046;
	outline: none
}

body.is-dark .sun-editor .se-container .se-toolbar.se-toolbar-balloon {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
}

body.is-dark .sun-editor .se-container .se-toolbar.se-toolbar-balloon .se-arrow.se-arrow-down:after {
	border-top-color: #1e1e21
}

body.is-dark .sun-editor .se-container .se-toolbar .se-btn-tray .se-btn-module {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .sun-editor .se-container .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button {
	color: #aaaab3
}

body.is-dark .sun-editor .se-container .se-toolbar .se-btn-tray .se-btn-module .se-menu-list li button:hover {
	background: #28282b;
	border-color: #404046
}

body.is-dark .sun-editor .se-container .se-wrapper {
	background: #0b0b0b
}

body.is-dark .sun-editor .se-container .se-wrapper .se-wrapper-inner {
	background: #0b0b0b;
	color: #aaaab3
}

body.is-dark .sun-editor .se-container .se-resizing-bar {
	background: #1e1e21;
	border-color: #404046
}

/*! _modals.scss | Huro | Css ninja 2020-2021 */
.modal {
	-webkit-transition: all .5s;
	transition: all .5s
}

.modal.is-big .modal-content {
	width: 100%;
	max-width: 840px
}

#registration-modal .modal-card-foot {
	width: 100%;
	z-index: 100;
	max-width: 840px
}

.modal.is-big .modal-content .modal-card {
	width: 100%
}

.modal.is-large .modal-content {
	width: 100%;
	max-width: 720px
}

.modal.is-large .modal-content .modal-card {
	width: 100%
}

.modal.is-medium .modal-content {
	width: 100%;
	max-width: 640px
}

.modal.is-medium .modal-content .modal-card {
	width: 100%
}

.modal.is-small .modal-content {
	width: 100%;
	max-width: 420px
}

.modal.is-small .modal-content .modal-card {
	width: 100%
}

.modal .modal-content {
	-webkit-transition: all .4s;
	transition: all .4s
}

.h-modal.is-active {
	z-index: 100 !important
}

.h-modal.is-active .h-modal-close {
	cursor: pointer
}

.h-modal .h-modal-card {
	width: 100%;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 8px;
	padding: 40px
}

.h-modal .modal-background {
	background-color: rgba(35, 35, 38, .8)
}

.h-modal .modal-content {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	opacity: 1 !important;
	max-width: 540px;
	overflow-x: hidden;
	-webkit-animation: fadeInDown .5s;
	animation: fadeInDown .5s;
	margin: 0;
}

.h-modal .modal-content .modal-card {
	max-width: 100%;
	margin: 0 auto
}

.h-modal .modal-content .modal-card.is-rounded {
	border-radius: 12px
}

.h-modal .modal-content .modal-card .modal-card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	background: #fff;
	border-bottom-color: #e5e5e5
}

.h-modal .modal-content .modal-card .modal-card-head.no-border {
	border-bottom-color: transparent
}

.h-modal .modal-content .modal-card .modal-card-head h3 {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 600;
	font-size: 1rem
}

.h-modal .modal-content .modal-card .modal-card-head .h-modal-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border-color: transparent;
	width: 22px;
	height: 22px;
	padding: 0;
	outline: none !important
}

.h-modal .modal-content .modal-card .modal-card-head .h-modal-close:hover svg {
	stroke: var(--primary-color)
}

.h-modal .modal-content .modal-card .modal-card-head .h-modal-close svg {
	width: 22px;
	height: 22px;
	stroke: #999
}

.h-modal .modal-content .modal-card .modal-card-body .modal-form {
	padding: 10px 0 20px 0
}

.h-modal .modal-content .modal-card .modal-card-foot {
	background-color: #fff;
	padding: 15px 20px;
	border-top: 1px solid #e5e5e5
}

.h-modal .modal-content .modal-card .modal-card-foot.no-border {
	border-top-color: transparent
}

.h-modal .modal-content .modal-card .modal-card-foot.is-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.h-modal .modal-content .modal-card .modal-card-foot.is-centered {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.h-modal .modal-content .modal-card .modal-card-foot.is-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.h-modal .modal-content .modal-card .modal-card-foot .h-button {
	min-width: 110px
}

body.is-dark .h-modal .modal-background {
	background: rgba(101, 101, 104, .8) !important
}

body.is-dark .h-modal .modal-content .modal-card .modal-card-head {
	background: #323236 !important;
	border-color: #404046
}

body.is-dark .h-modal .modal-content .modal-card .modal-card-head h3 {
	color: #aaaab3
}

body.is-dark .h-modal .modal-content .modal-card .modal-card-head .h-modal-close:hover svg {
	stroke: #797bf2
}

body.is-dark .h-modal .modal-content .modal-card .modal-card-body {
	background: #323236 !important
}

body.is-dark .h-modal .modal-content .modal-card .modal-card-foot {
	background: #323236 !important;
	border-color: #404046
}

@media screen and (min-width: 769px) {

	.modal.modal-lg .modal-card,
	.modal.modal-lg .modal-content {
		width: 800px !important
	}

	.modal.modal-sm .modal-card,
	.modal.modal-sm .modal-content {
		width: 400px !important
	}
}

/*! _message.scss | Huro | Css ninja 2020-2021 */
.message {
	position: relative;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	padding-right: 20px
}

.message.is-primary {
	border-color: #a874ec
}

.message.is-primary .delete:before,
.message.is-primary .delete:after {
	background-color: var(--primary-color)
}

.message.is-info {
	border-color: #65cbfd
}

.message.is-info .delete:before,
.message.is-info .delete:after {
	background-color: #039be5
}

.message.is-success {
	border-color: #5cfad1
}

.message.is-success .delete:before,
.message.is-success .delete:after {
	background-color: #06d6a0
}

.message.is-warning {
	border-color: #fde1b9
}

.message.is-warning .delete:before,
.message.is-warning .delete:after {
	background-color: #faae42
}

.message.is-danger {
	border-color: #f397b4
}

.message.is-danger .delete:before,
.message.is-danger .delete:after {
	background-color: #e62965
}

.message .delete {
	position: absolute;
	background-color: transparent;
	top: 6px;
	right: 6px
}

.message .delete:before {
	height: 1px;
	background-color: #a2a5b9
}

.message .delete:after {
	width: 1px;
	background-color: #a2a5b9
}

.message .message-body {
	border: none
}

body.is-dark .message:not(.is-primary):not(.is-info):not(.is-success):not(.is-warning):not(.is-danger) {
	background-color: #232326;
	border-color: #2a2a2e
}

body.is-dark .message:not(.is-primary):not(.is-info):not(.is-success):not(.is-warning):not(.is-danger) .message-body {
	color: #a2a5b9
}

body.is-dark .message.is-primary {
	background: #797bf2;
	border-color: #797bf2
}

body.is-dark .message.is-primary .message-body {
	color: #fff
}

body.is-dark .message.is-primary .delete:before,
body.is-dark .message.is-primary .delete:after {
	background-color: #fff
}

body.is-dark .message.is-success {
	background: #06d6a0;
	border-color: #06d6a0
}

body.is-dark .message.is-success .message-body {
	color: #fff
}

body.is-dark .message.is-success .delete:before,
body.is-dark .message.is-success .delete:after {
	background-color: #fff
}

body.is-dark .message.is-info {
	background: #039be5;
	border-color: #039be5
}

body.is-dark .message.is-info .message-body {
	color: #fff
}

body.is-dark .message.is-info .delete:before,
body.is-dark .message.is-info .delete:after {
	background-color: #fff
}

body.is-dark .message.is-warning {
	background: #faae42;
	border-color: #faae42
}

body.is-dark .message.is-warning .message-body {
	color: #fff
}

body.is-dark .message.is-warning .delete:before,
body.is-dark .message.is-warning .delete:after {
	background-color: #fff
}

body.is-dark .message.is-danger {
	background: #e62965;
	border-color: #e62965
}

body.is-dark .message.is-danger .message-body {
	color: #fff
}

body.is-dark .message.is-danger .delete:before,
body.is-dark .message.is-danger .delete:after {
	background-color: #fff
}

/*! _media.scss | Huro | Css ninja 2020-2021 */
.light-gallery-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.light-gallery-wrap>a {
	position: relative;
	display: block;
	margin: 8px;
	max-width: calc(33.3% - 16px);
	overflow: hidden
}

.light-gallery-wrap>a:hover .video-overlay {
	background: rgba(35, 35, 38, .7)
}

.light-gallery-wrap>a .video-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(35, 35, 38, .95);
	background-size: cover;
	border-radius: 18px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1
}

.light-gallery-wrap>a .video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}

.light-gallery-wrap>a .video-button .button-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--primary-color);
	color: #fcfcfc;
	height: 58px;
	width: 58px;
	border-radius: 50%;
	z-index: 1
}

.light-gallery-wrap>a .video-button:after {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: var(--primary-color);
	-webkit-animation: wave 1.6s infinite;
	animation: wave 1.6s infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	z-index: 0
}

.light-gallery-wrap>a img {
	display: block;
	border-radius: 18px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 250px
}

@media only screen and (max-width: 767px) {
	.light-gallery-wrap a {
		max-width: calc(100% - 16px)
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.light-gallery-wrap a {
		max-width: calc(50% - 16px)
	}

	.light-gallery-wrap a img {
		height: 230px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.light-gallery-wrap a img {
		height: 200px
	}
}

/*! _charts.scss | Huro | Css Ninja 2020-2021 */
.apexcharts-title-text {
	font-family: "Montserrat", sans-serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	color: #283252
}

.apexcharts-legend .apexcharts-legend-text {
	font-family: "Roboto", sans-serif !important
}

.apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-text,
.apexcharts-xaxis .apexcharts-yaxis-texts-g .apexcharts-text,
.apexcharts-yaxis .apexcharts-xaxis-texts-g .apexcharts-text,
.apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-text {
	font-family: "Roboto", sans-serif !important
}

.apexcharts-datalabels-group .apexcharts-text {
	font-family: "Roboto", sans-serif !important;
	font-weight: 600
}

body.is-dark .apexcharts-title-text {
	fill: #aaaab3 !important
}

body.is-dark .apexcharts-subtitle-text {
	fill: #797bf2
}

body.is-dark .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-text,
body.is-dark .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label {
	fill: #aaaab3
}

body.is-dark .apexcharts-svg .apexcharts-inner .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-text,
body.is-dark .apexcharts-svg .apexcharts-inner .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label,
body.is-dark .apexcharts-svg .apexcharts-graphical .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-text,
body.is-dark .apexcharts-svg .apexcharts-graphical .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label {
	fill: #aaaab3
}

body.is-dark .apexcharts-svg .apexcharts-inner .apexcharts-xaxis line,
body.is-dark .apexcharts-svg .apexcharts-graphical .apexcharts-xaxis line {
	stroke: #404046
}

body.is-dark .apexcharts-svg .apexcharts-inner .apexcharts-grid .apexcharts-gridlines-horizontal .apexcharts-gridline,
body.is-dark .apexcharts-svg .apexcharts-graphical .apexcharts-grid .apexcharts-gridlines-horizontal .apexcharts-gridline {
	stroke: #404046
}

body.is-dark .apexcharts-gridlines-vertical .apexcharts-gridline {
	stroke: #404046
}

body.is-dark .apexcharts-series-markers .apexcharts-marker,
body.is-dark .apexcharts-series-bubble .apexcharts-marker {
	stroke: #28282b
}

body.is-dark .apexcharts-pie-area,
body.is-dark .apexcharts-pie-slice-0 {
	stroke: #404046
}

body.is-dark .apexcharts-datalabels-group .apexcharts-text,
body.is-dark .apexcharts-datalabels-group .apexcharts-datalabel-value {
	fill: #aaaab3
}

body.is-dark .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text {
	color: #aaaab3 !important
}

body.is-dark .apexcharts-yaxis line,
body.is-dark .apexcharts-xaxis-inversed line {
	stroke: #404046
}

body.is-dark .apexcharts-radialbar-track .apexcharts-radialbar-area,
body.is-dark .apexcharts-track .apexcharts-radialbar-area {
	stroke: #28282b
}

body.is-dark .apexcharts-radar-series>polygon,
body.is-dark .apexcharts-radar-series>line,
body.is-dark .apexcharts-plot-series>polygon,
body.is-dark .apexcharts-plot-series>line {
	fill: none !important;
	stroke: #404046
}

body.is-dark .apexcharts-text,
body.is-dark .apexcharts-yaxis-title-text {
	fill: #aaaab3;
	font-family: "Roboto", sans-serif;
	font-weight: 400
}

body.is-dark .apexcharts-data-labels text {
	fill: #fafafa;
	font-family: "Roboto", sans-serif;
	font-weight: 400
}

body.is-dark .apexcharts-bar-area {
	stroke: #404046
}

body.is-dark .apexcharts-slices .apexcharts-pie-label {
	fill: #fafafa !important
}

body.is-dark .apexcharts-tooltip {
	-webkit-box-shadow: 2px 2px 6px -4px #232326 !important;
	box-shadow: 2px 2px 6px -4px #232326 !important
}

body.is-dark .apexcharts-tooltip.apexcharts-theme-light {
	border: 1px solid #404046;
	background: #28282b;
	color: #aaaab3 !important
}

body.is-dark .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
	background: #28282b;
	border-bottom: 1px solid #404046;
	color: #aaaab3
}

body.is-dark .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text-value,
body.is-dark .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text-z-value,
body.is-dark .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-series-group,
body.is-dark .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-marker {
	color: #aaaab3 !important
}

body.is-dark .apexcharts-tooltip * {
	font-family: "Roboto", sans-serif;
	color: inherit
}

body.is-dark .apexcharts-tooltip .apexcharts-yaxistooltip-text {
	color: #aaaab3 !important
}

body.is-dark .apexcharts-xaxistooltip {
	border: 1px solid #404046;
	background: #28282b;
	color: #aaaab3 !important
}

body.is-dark .apexcharts-xaxistooltip.apexcharts-xaxistooltip-bottom::after {
	border-bottom-color: #28282b
}

body.is-dark .apexcharts-xaxistooltip.apexcharts-xaxistooltip-bottom::before {
	border-bottom-color: #404046
}

body.is-dark .apexcharts-xaxistooltip.apexcharts-xaxistooltip-top::after {
	border-top-color: #28282b
}

body.is-dark .apexcharts-xaxistooltip.apexcharts-xaxistooltip-top::before {
	border-top-color: #404046
}

body.is-dark .apexcharts-xaxistooltip * {
	font-family: "Roboto", sans-serif;
	color: inherit
}

.bb-title {
	font-family: "Montserrat", sans-serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	color: #283252
}

.bb-axis line,
.bb-axis .domain {
	stroke: #e3e3e3
}

.tick text tspan {
	fill: #9397ae
}

body.is-dark .bb-title {
	fill: #aaaab3 !important
}

body.is-dark .bb-axis line,
body.is-dark .bb-axis .domain {
	stroke: #54545b !important
}

body.is-dark .bb-legend .bb-legend-background rect {
	fill: #1e1e21 !important;
	stroke: #404046 !important
}

body.is-dark .bb-legend .bb-legend-item text {
	fill: #aaaab3
}

body.is-dark .bb-chart-arc path {
	stroke: #404046 !important
}

body.is-dark .bb-chart-arcs .bb-chart-arcs-background {
	stroke: #3b3b41 !important;
	fill: #1e1e21 !important
}

body.is-dark .bb-chart-arcs-title,
body.is-dark .bb-gauge-value,
body.is-dark .bb-axis text {
	fill: #aaaab3
}

body.is-dark .bb-tooltip {
	border: 1px solid #3b3b41 !important
}

body.is-dark .bb-tooltip th {
	border-color: #3b3b41 !important;
	background-color: #1e1e21 !important;
	color: #fffdfd !important;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400 !important
}

body.is-dark .bb-tooltip th span {
	font-family: "Roboto", sans-serif !important;
	font-weight: 400 !important;
	color: #fffdfd !important
}

body.is-dark .bb-tooltip tr {
	border-color: #3b3b41 !important
}

body.is-dark .bb-tooltip td {
	background-color: #1e1e21 !important;
	border-color: #3b3b41 !important;
	color: #a2a5b9 !important
}

body.is-dark .bb-tooltip td>span,
body.is-dark .bb-tooltip td>svg {
	color: #fffdfd !important;
	border-color: #3b3b41 !important;
	fill: #fff !important;
	stroke: #fff !important
}

body.is-dark .bb-tooltip .bb-tooltip-title {
	color: #fffdfd !important
}

body.is-dark .bb-tooltip .bb-tooltip-detail .bb-tooltip-name,
body.is-dark .bb-tooltip .bb-tooltip-detail .bb-tooltip-value {
	color: #fffdfd !important
}

body.is-dark .bb-tooltip .bb-tooltip-detail .bb-tooltip-name span,
body.is-dark .bb-tooltip .bb-tooltip-detail .bb-tooltip-value span {
	color: #fffdfd !important
}

/*! _calendar.scss | Huro | Css Ninja 2020-2021 */
.event-calendar {
	font-family: "Roboto", sans-serif
}

.event-calendar .calendar-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5rem
}

.event-calendar .calendar-toolbar .title-mobile {
	display: none
}

.event-calendar .calendar-toolbar .buttons {
	margin-bottom: 0
}

.event-calendar .days li,
.event-calendar .dates li {
	float: left;
	width: 14.28%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.event-calendar .days::after,
.event-calendar .dates::after {
	content: "";
	display: block;
	clear: both
}

.event-calendar .days li {
	color: #a2a5b9;
	border-bottom: 1px solid #dbdbdb;
	padding: .25rem 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: .8rem
}

.event-calendar .dates {
	border-right: 1px solid #dbdbdb
}

.event-calendar .dates .date-cell {
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px 1px;
	height: 110px;
	margin: 0;
	overflow-y: auto;
	background: #fff
}

.event-calendar .dates .date-cell .date {
	padding: .1rem
}

.event-calendar .dates .date-cell .calendar-event {
	display: block;
	padding: .5rem;
	text-align: right;
	font-size: .8rem;
	text-align: left;
	text-decoration: none;
	color: #283252;
	border-radius: .5rem;
	margin: 4px 4px 0 4px
}

.event-calendar .dates .date-cell .calendar-event b {
	display: block;
	font-size: .8rem;
	font-weight: 500
}

.event-calendar .dates .date-cell .calendar-event.expand {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(26%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.5) 100%);
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: left;
	padding: 4px 0 0 0;
	margin: 0;
	border-radius: 0
}

.event-calendar .dates .date-cell .calendar-event.expand span {
	display: block;
	float: right;
	padding: 4px 8px;
	-webkit-transition: -webkit-transform 1s ease-in-out;
	transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out
}

.event-calendar .dates .date-cell .calendar-event.expand.open span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #333
}

.event-calendar .dates .date-cell.fade {
	color: #a2a5b9;
	background: #f5f6fa
}

.event-calendar .dates .date-cell::-webkit-scrollbar {
	width: 3px !important
}

.event-calendar .dates .date-cell::-webkit-scrollbar-thumb {
	border-radius: 10px !important;
	background: rgba(0, 0, 0, .2) !important
}

.event-calendar .generic-event,
.event-calendar .generic-event:before {
	background: #f5f6fa
}

.event-calendar .personal-event,
.event-calendar .personal-event:before {
	background: #06d6a0;
	color: #fff !important
}

.event-calendar .meeting,
.event-calendar .meeting:before {
	background: var(--primary-color);
	color: #fff !important
}

@media(max-width: 767px) {
	.event-calendar .calendar-toolbar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.event-calendar .calendar-toolbar .title-desktop {
		display: none
	}

	.event-calendar .calendar-toolbar .title-mobile {
		display: block
	}

	.event-calendar .calendar-toolbar .field {
		margin-top: 1rem
	}

	.event-calendar .days,
	.event-calendar .dates li,
	.event-calendar .dates li a.expand {
		display: none
	}

	.event-calendar .dates li.current {
		display: block;
		position: static;
		width: auto
	}

	.event-calendar .date {
		text-align: left;
		position: absolute;
		top: -46px;
		left: 0px;
		font-size: 21px
	}

	.event-calendar .dates {
		border: none
	}

	.event-calendar .dates .date-cell .calendar-event {
		background: none;
		color: #a2a5b9 !important;
		position: relative;
		font-size: 14px;
		padding: 1.75rem 2rem 1.75rem 4rem;
		margin: 5px 0;
		min-height: 45px;
		border-radius: 0
	}

	.event-calendar .dates .date-cell .calendar-event:not(:last-child) {
		border-bottom: 1px solid #dbdbdb
	}

	.event-calendar .dates .date-cell .calendar-event:last-child {
		margin-bottom: 0 !important
	}

	.event-calendar .dates .date-cell .calendar-event b {
		display: block;
		margin-bottom: 4px
	}

	.event-calendar .dates .date-cell .calendar-event::after {
		content: "";
		display: block;
		position: absolute;
		top: 42%;
		right: 20px;
		border: 1px solid #dbdbdb;
		border-width: 2px 2px 0 0;
		width: 12px;
		height: 12px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.event-calendar .dates .date-cell .calendar-event::before {
		content: "";
		display: block;
		width: 17px;
		height: 17px;
		border-radius: 17px;
		position: absolute;
		top: 30%;
		left: 1.5rem
	}

	.event-calendar .dates .date-cell.current {
		width: 100%;
		height: auto;
		border: none;
		position: relative;
		display: block
	}
}

.is-dark .event-calendar .calendar-toolbar .h-button:not(.is-primary) {
	background: #28282b !important
}

.is-dark .event-calendar .days li {
	border-color: #404046
}

.is-dark .event-calendar .dates {
	border-color: #404046
}

.is-dark .event-calendar .dates .date-cell {
	background: #2f2f33;
	border-color: #404046
}

.is-dark .event-calendar .dates .date-cell .date {
	color: #aaaab3
}

.is-dark .event-calendar .dates .date-cell.fade {
	background: #28282b
}

.is-dark .generic-event,
.is-dark .generic-event:before {
	background: #28282b;
	color: #fff !important
}

.is-dark .meeting,
.is-dark .meeting:before {
	background: #797bf2 !important
}

@media(max-width: 767px) {
	.is-dark .event-calendar .date-cell .calendar-event {
		border-bottom-color: #404046 !important
	}
}

/*! _loader.scss | Huro | Css Ninja 2020-2021 */
.infinite-scroll-loader {
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.infinite-scroll-loader.is-active {
	pointer-events: all;
	opacity: 1
}

.infinite-scroll-loader .infinite-scroll-loader-inner {
	height: 180px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.infinite-scroll-loader .infinite-scroll-loader-inner .loader {
	height: 5rem;
	width: 5rem
}

.infinite-scroll-loader .infinite-scroll-loader-inner .loader-end span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.has-loader {
	position: relative
}

.has-loader.has-loader-active {
	overflow: hidden
}

.has-loader.has-loader-active .h-loader-wrapper {
	opacity: 1;
	pointer-events: all
}

.has-loader .h-loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 5
}

.has-loader .h-loader-wrapper .loader {
	height: 3rem;
	width: 3rem
}

.has-loader .h-loader-wrapper .loader.is-small {
	height: 2rem;
	width: 2rem
}

.has-loader .h-loader-wrapper .loader.is-large {
	height: 5rem;
	width: 5rem
}

.has-loader .h-loader-wrapper .loader.is-xl {
	height: 7rem;
	width: 7rem
}

body.is-dark .has-loader .h-loader-wrapper {
	background: #323236
}

@-webkit-keyframes spinAroundLoader {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes spinAroundLoader {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.huro-demo-wrapper:after,
.button.is-loading::after,
.loader,
.select.is-loading::after,
.control.is-loading::after {
	-webkit-animation: spinAroundLoader 500ms infinite linear;
	animation: spinAroundLoader 500ms infinite linear;
	border: 2px solid #dbdbdb;
	border-radius: 9999px;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 1em;
	position: relative;
	width: 1em
}

/*! _toggles.scss | Huro | Css ninja 2020-2021 */
.sliding-toggle {
	width: 86px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.sliding-toggle input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.sliding-toggle input:checked~.toggler {
	border-color: #797bf2
}

.sliding-toggle input:checked~.toggler .dark,
.sliding-toggle input:checked~.toggler .light {
	-webkit-transform: translateX(100%) rotate(360deg);
	transform: translateX(100%) rotate(360deg)
}

.sliding-toggle input:checked~.toggler .dark {
	opacity: 1 !important
}

.sliding-toggle input:checked~.toggler .light {
	opacity: 0 !important
}

.sliding-toggle .toggler {
	position: relative;
	display: block;
	height: 31px;
	width: 53px;
	border: 2px solid var(--primary-color);
	border-radius: 100px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.sliding-toggle .toggler .dark,
.sliding-toggle .toggler .light {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.sliding-toggle .toggler .dark svg,
.sliding-toggle .toggler .light svg {
	stroke: #fff !important;
	height: 14px !important;
	width: 14px !important;
	opacity: 1 !important
}

.sliding-toggle .toggler .light {
	background: var(--primary-color);
	border-color: var(--primary-color);
	opacity: 1;
	z-index: 1
}

.sliding-toggle .toggler .dark {
	background: #797bf2;
	border-color: #797bf2;
	opacity: 0;
	z-index: 0
}

.sliding-toggle .toggler .dark svg {
	stroke: #fff !important
}

.special-checkbox {
	position: relative
}

.special-checkbox label {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 28px;
	left: 0;
	position: absolute;
	top: 0;
	width: 28px
}

.special-checkbox label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 7px;
	opacity: 0;
	position: absolute;
	top: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 12px
}

.special-checkbox input[type=checkbox] {
	visibility: hidden
}

.special-checkbox input[type=checkbox]:checked+label {
	background-color: var(--primary-color);
	border-color: var(--primary-color)
}

.special-checkbox input[type=checkbox]:checked+label:after {
	opacity: 1
}

.special-checkbox.is-small label {
	height: 20px;
	width: 20px
}

.special-checkbox.is-small label:after {
	left: 4px;
	top: 5px;
	width: 11px;
	height: 6px;
	-webkit-transform: rotate(-45deg) scale(0.8);
	transform: rotate(-45deg) scale(0.8)
}

.special-checkbox.is-small span {
	position: relative;
	top: -2px;
	padding: 0 10px;
	cursor: default
}

/*! _video-player.scss | Huro | Css ninja 2020-2021 */
.video-container {
	position: relative;
	padding-top: 56.25%;
	margin: 0 auto;
	background: #232326;
	border-radius: 2px
}

.video-container .video-player,
.video-container .media-player {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 2px
}

.video-container .media-player .media-toolbar {
	padding: 8px 16px
}

.video-container .media-player .media-toolbar .media-symbol {
	height: 1.8em;
	width: 1.8em
}

.video-container .media-player .media-toolbar .media-control {
	border-radius: 50%;
	padding: 8px;
	cursor: pointer;
	border: 1px solid transparent;
	outline: none !important;
	-webkit-transition: all .3s;
	transition: all .3s
}

.video-container .media-player .media-toolbar .media-control:hover {
	background: transparent;
	color: var(--primary-color)
}

.video-container .media-player .media-toolbar .media-control.media-play .media-play-symbol {
	position: relative;
	left: 2px
}

.video-container .media-player .media-toolbar .media-control.media-mute .media-mute-symbol,
.video-container .media-player .media-toolbar .media-control.media-mute .media-unmute-symbol,
.video-container .media-player .media-toolbar .media-control.media-mute .media-download-symbol,
.video-container .media-player .media-toolbar .media-control.media-mute .media-enterFullscreen-symbol,
.video-container .media-player .media-toolbar .media-control.media-mute .media-leaveFullscreen-symbol,
.video-container .media-player .media-toolbar .media-control.media-unmute .media-mute-symbol,
.video-container .media-player .media-toolbar .media-control.media-unmute .media-unmute-symbol,
.video-container .media-player .media-toolbar .media-control.media-unmute .media-download-symbol,
.video-container .media-player .media-toolbar .media-control.media-unmute .media-enterFullscreen-symbol,
.video-container .media-player .media-toolbar .media-control.media-unmute .media-leaveFullscreen-symbol,
.video-container .media-player .media-toolbar .media-control.media-download .media-mute-symbol,
.video-container .media-player .media-toolbar .media-control.media-download .media-unmute-symbol,
.video-container .media-player .media-toolbar .media-control.media-download .media-download-symbol,
.video-container .media-player .media-toolbar .media-control.media-download .media-enterFullscreen-symbol,
.video-container .media-player .media-toolbar .media-control.media-download .media-leaveFullscreen-symbol,
.video-container .media-player .media-toolbar .media-control.media-fullscreen .media-mute-symbol,
.video-container .media-player .media-toolbar .media-control.media-fullscreen .media-unmute-symbol,
.video-container .media-player .media-toolbar .media-control.media-fullscreen .media-download-symbol,
.video-container .media-player .media-toolbar .media-control.media-fullscreen .media-enterFullscreen-symbol,
.video-container .media-player .media-toolbar .media-control.media-fullscreen .media-leaveFullscreen-symbol {
	position: relative;
	left: 1px
}

.video-container .media-player .media-toolbar .media-current-time,
.video-container .media-player .media-toolbar .media-remaining-time {
	padding: 0 10px 0 8px;
	width: auto
}

.video-container .media-player .media-toolbar .media-slider .media-range {
	border-radius: 100px
}

.video-container .media-player .media-toolbar .media-slider .media-range .media-meter {
	border-radius: 100px;
	background: var(--primary-color)
}

body.is-dark .video-container .media-player .media-toolbar {
	padding: 8px 16px
}

body.is-dark .video-container .media-player .media-toolbar .media-control {
	color: #a2a5b9
}

body.is-dark .video-container .media-player .media-toolbar .media-control:hover {
	background: transparent;
	color: #797bf2
}

body.is-dark .video-container .media-player .media-toolbar .media-current-time,
body.is-dark .video-container .media-player .media-toolbar .media-remaining-time {
	color: #aaaab3
}

body.is-dark .video-container .media-player .media-toolbar .media-slider .media-range {
	background: #28282b
}

body.is-dark .video-container .media-player .media-toolbar .media-slider .media-range .media-meter {
	background: #797bf2
}

.video-player-container {
	margin: 0 auto;
	overflow: hidden
}

.video-player-container.is-square {
	position: relative;
	height: 440px;
	width: 480px
}

.video-player-container.is-square .plyr {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block
}

.video-player-container.is-4by3 {
	position: relative;
	padding-top: 75%;
	width: 100%;
	max-width: 840px
}

.video-player-container.is-4by3 .plyr {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block
}

.video-player-container.is-16by9 {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	max-width: 840px
}

.video-player-container.is-16by9 .plyr {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block
}

.video-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid {
	background: #fff !important;
	border: 1px solid var(--primary-color);
	color: var(--primary-color) !important
}

.video-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid:hover {
	background: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: #fff !important
}

.video-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid:hover svg {
	fill: #fff !important;
	stroke: #fff !important
}

.video-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid svg {
	fill: none;
	stroke: var(--primary-color);
	stroke-width: 1.6px
}

.video-player-container video {
	background-color: transparent !important
}

.video-player-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	background: var(--primary-color) !important;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true],
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background: var(--primary-color)
}

.plyr--full-ui input[type=range] {
	color: var(--primary-color)
}

.plyr__controls {
	-webkit-transition: all .3s;
	transition: all .3s
}

.plyr--paused .plyr__controls,
.plyr--stopped .plyr__controls {
	opacity: 0;
	pointer-events: none
}

@media only screen and (max-width: 767px) {
	.video-player-container.is-square {
		height: 303px;
		width: 330px
	}
}

/*! _placeload.scss | Huro | Css ninja 2020-2021 */
.content-shape-group {
	width: 100%;
	max-width: 100%
}

.content-shape-group .content-shape:not(:last-child) {
	margin-bottom: .5rem
}

.content-shape {
	height: 10px;
	width: 100%;
	max-width: 100%;
	border-radius: .25rem
}

.loads {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeload;
	animation-name: placeload;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: #eee;
	background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background-size: 1200px 104px;
	position: relative
}

@-webkit-keyframes placeload {
	0% {
		background-position: -468px 0
	}

	100% {
		background-position: 468px 0
	}
}

@keyframes placeload {
	0% {
		background-position: -468px 0
	}

	100% {
		background-position: 468px 0
	}
}

body.is-dark .loads {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeload;
	animation-name: placeload;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #232326;
	background: #3e3e43;
	background: -webkit-gradient(linear, left top, right top, color-stop(8%, #3e3e43), color-stop(18%, #232326), color-stop(33%, #3e3e43));
	background: linear-gradient(to right, #3e3e43 8%, #232326 18%, #3e3e43 33%);
	background-size: 1200px 104px;
	position: relative
}

.placeload-wrap.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.placeload-wrap .content-shape-group.is-grow-1,
.placeload-wrap .content-shape.is-grow-1 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.placeload-wrap .content-shape-group.is-grow-2,
.placeload-wrap .content-shape.is-grow-2 {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.placeload-wrap .content-shape-group.is-grow-3,
.placeload-wrap .content-shape.is-grow-3 {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3
}

.placeload-wrap .content-shape-group.is-grow-4,
.placeload-wrap .content-shape.is-grow-4 {
	-webkit-box-flex: 4;
	-ms-flex-positive: 4;
	flex-grow: 4
}

.placeload-wrap .content-shape-group.mw-30,
.placeload-wrap .content-shape.mw-30 {
	max-width: 30%
}

.placeload-wrap .content-shape-group.mw-60,
.placeload-wrap .content-shape.mw-60 {
	max-width: 60%
}

.placeload-wrap .content-shape-group.mw-80,
.placeload-wrap .content-shape.mw-80 {
	max-width: 80%
}

.placeload-wrap .content-shape-group.is-centered,
.placeload-wrap .content-shape.is-centered {
	margin-left: auto;
	margin-right: auto
}

.placeload-wrap .placeload-avatar {
	display: block;
	width: 40px;
	min-width: 40px;
	height: 40px
}

.placeload-wrap .placeload-avatar.is-small {
	width: 32px;
	min-width: 32px;
	height: 32px
}

.placeload-wrap .placeload-avatar.is-medium {
	width: 50px;
	min-width: 50px;
	height: 50px
}

.placeload-wrap .placeload-avatar.is-large {
	width: 68px;
	min-width: 68px;
	height: 68px
}

.placeload-wrap .placeload-avatar.is-big {
	width: 80px;
	min-width: 80px;
	height: 80px
}

.placeload-wrap .placeload-avatar.is-xl {
	width: 100px;
	min-width: 100px;
	height: 100px
}

.placeload-wrap .placeload-avatar.is-centered {
	margin-left: auto;
	margin-right: auto
}

.placeload-wrap .placeload-avatar.is-rounded-xs {
	border-radius: .25rem
}

.placeload-wrap .placeload-avatar.is-rounded-sm {
	border-radius: .5rem
}

.placeload-wrap .placeload-avatar.is-rounded-md {
	border-radius: .75rem
}

.placeload-wrap .placeload-avatar.is-rounded-lg {
	border-radius: 1rem
}

.placeload-wrap .placeload-avatar.is-rounded-xl {
	border-radius: 1.25rem
}

.placeload-wrap .placeload-avatar.is-rounded-full {
	border-radius: 50%
}

@media only screen and (max-width: 767px) {
	.placeload-wrap.is-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 1rem 0
	}

	.placeload-wrap.is-flex .content-shape-group {
		margin-top: .5rem;
		max-width: 70%;
		margin-left: auto;
		margin-right: auto
	}

	.placeload-wrap.is-flex .content-shape-group .content-shape {
		margin-left: auto;
		margin-right: auto
	}

	.placeload-wrap.is-flex>.content-shape {
		margin-top: .5rem;
		max-width: 70%;
		margin-left: auto;
		margin-right: auto
	}
}

/*! _placeholders.scss | Huro | Css ninja 2020-2021 */
.section-placeholder {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px
}

.section-placeholder .placeholder-content {
	text-align: center
}

.section-placeholder .placeholder-content>img {
	display: block;
	max-width: 280px;
	margin: 0 auto 10px auto
}

.section-placeholder .placeholder-content .h-avatar {
	margin: 0 auto 10px auto
}

.section-placeholder .placeholder-content h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252
}

.section-placeholder .placeholder-content p {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	color: #a2a5b9;
	max-width: 280px;
	margin: 0 auto 12px auto
}

.section-placeholder .placeholder-content .button {
	min-width: 140px
}

.page-placeholder {
	min-height: 400px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px
}

.page-placeholder.is-wider .placeholder-content>p {
	font-size: 1rem;
	max-width: 420px
}

.page-placeholder .placeholder-content {
	text-align: center
}

.page-placeholder .placeholder-content img {
	display: block;
	max-width: 340px;
	margin: 0 auto 12px auto
}

.page-placeholder .placeholder-content img.is-larger {
	max-width: 440px
}

.is-user-placeholder img {
	width: 130px;
}

.page-placeholder .placeholder-content h3 {
	font-size: 1.3rem;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #283252
}

.page-placeholder .placeholder-content p {
	font-size: 1.1rem;
	max-width: 440px;
	margin: 0 auto 12px auto;
	color: #a2a5b9
}

.page-placeholder .placeholder-content p.is-larger {
	max-width: 620px
}

.page-placeholder .placeholder-content .btn {
	margin-bottom: 8px
}

body.is-dark .page-placeholder .placeholder-content h3 {
	color: #aaaab3
}

@media(max-width: 767px) {
	.page-placeholder .placeholder-content img {
		max-width: 280px
	}
}

/*! _popovers.scss | Huro | Css ninja 2020-2021 */
.webui-popover {
	-webkit-box-shadow: rgba(0, 0, 0, .04) 0px 3px 10px 4px !important;
	box-shadow: rgba(0, 0, 0, .04) 0px 3px 10px 4px !important;
	background: #fff !important;
	color: #283252 !important;
	margin-top: -20px !important;
	border: 1px solid #ededed
}

.webui-popover.top>.webui-arrow {
	border-top-color: #fff !important
}

.webui-popover.bottom-right>.webui-arrow {
	border-right-color: transparent !important;
	border-bottom-color: transparent !important
}

.webui-popover.top-right>.webui-arrow {
	border-right-color: transparent !important
}

.webui-popover.top-right>.webui-arrow:after {
	border-top-color: #fff !important
}

.webui-popover.top-left>.webui-arrow {
	border-top-color: #fff !important
}

.webui-popover.left>.webui-arrow {
	border-left-color: transparent !important
}

.webui-popover .webui-arrow {
	border-top-color: transparent !important;
	border-right-color: transparent !important
}

.webui-popover .webui-arrow:after {
	border-top-color: transparent !important
}

.webui-popover .webui-popover-title {
	background-color: #fff !important;
	border-bottom: none !important;
	font-weight: 500
}

.webui-popover .webui-popover-content {
	font-size: .75rem !important
}

.webui-popover .webui-popover-content .popover-flex-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0
}

.webui-popover .webui-popover-content .popover-flex-block .staff-avatar {
	height: 38px;
	width: 38px;
	border-radius: 50%
}

.webui-popover .webui-popover-content .popover-flex-block .content-block {
	margin-left: 10px
}

.webui-popover .webui-popover-content .popover-flex-block .content-block label,
.webui-popover .webui-popover-content .popover-flex-block .content-block span {
	display: block
}

.webui-popover .webui-popover-content .popover-flex-block .content-block label {
	color: #7283ba;
	text-transform: uppercase;
	font-size: 70%
}

.webui-popover .webui-popover-content .popover-flex-block .fa.fa-star,
.webui-popover .webui-popover-content .popover-flex-block .fa.fa-star-half {
	color: gold
}

.webui-popover .webui-popover-content .popover-flex-block .icon-block {
	height: 38px;
	width: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.webui-popover .webui-popover-content .popover-flex-block .icon-block svg {
	height: 18px;
	width: 18px;
	stroke: #283252;
	stroke-width: 1.3px
}

.webui-popover .webui-popover-content .popover-flex-block .icon-block svg.is-medium {
	height: 26px;
	width: 26px
}

body.is-dark .webui-popover {
	background: #232326 !important;
	border-color: #323236
}

body.is-dark .webui-popover.top .webui-arrow {
	border-top-color: #232326 !important
}

body.is-dark .webui-popover.right .webui-arrow {
	border-top-color: transparent !important;
	border-right-color: #232326 !important
}

body.is-dark .webui-popover.right .webui-arrow:after {
	border-right-color: #232326 !important
}

body.is-dark .webui-popover.left .webui-arrow:after {
	border-left-color: #232326 !important
}

body.is-dark .webui-popover.bottom .webui-arrow:after {
	border-bottom-color: #232326 !important
}

body.is-dark .webui-popover.bottom-right .webui-arrow:after,
body.is-dark .webui-popover.bottom-left .webui-arrow:after {
	border-bottom-color: #232326 !important
}

body.is-dark .webui-popover.top-right .webui-arrow:after {
	border-top-color: #232326 !important
}

body.is-dark .webui-popover.top-left .webui-arrow {
	border-top-color: #232326 !important
}

body.is-dark .webui-popover .webui-popover-inner {
	background: #232326 !important;
	border-color: #232326 !important
}

body.is-dark .webui-popover .title {
	color: #bfbfbf !important
}

body.is-dark .webui-popover .country img,
body.is-dark .webui-popover .primary-skill img {
	border-color: #232326 !important
}

body.is-dark .webui-popover .notification-content a {
	color: #797bf2 !important
}

body.is-dark .webui-popover .notification-content span {
	color: #b3b3b3 !important
}

body.is-dark .webui-popover .media+.media {
	border-top-color: #3b3b41 !important
}

body.is-dark .webui-popover .loader-overlay {
	background: rgba(42, 42, 44, .95) !important
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 16px
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-avatar,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-avatar,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-avatar,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-avatar,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar {
	position: relative;
	width: 44px;
	height: 44px;
	min-width: 44px;
	z-index: 0
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-avatar img,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar img,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-avatar img,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar img,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-avatar img,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar img,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-avatar img,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar img {
	display: block
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-avatar .avatar,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar .avatar,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-avatar .avatar,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar .avatar,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-avatar .avatar,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar .avatar,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-avatar .avatar,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar .avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-avatar .badge,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar .badge,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-avatar .badge,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar .badge,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-avatar .badge,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar .badge,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-avatar .badge,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar .badge {
	position: absolute;
	right: -2px;
	bottom: 0;
	width: 20px;
	height: 20px;
	border: 1.6px solid #fff;
	border-radius: 50%
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar {
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-primary,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-primary,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-primary,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-primary {
	background: #dac4f7
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-primary span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-primary span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-primary span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-primary span {
	color: var(--primary-color)
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-accent,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-accent,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-accent,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-accent {
	background: #fff
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-accent span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-accent span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-accent span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-accent span {
	color: #797bf2
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-success,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-success,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-success,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-success {
	background: #c4fdef
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-success span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-success span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-success span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-success span {
	color: #06d6a0
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-info,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-info,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-info,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-info {
	background: #cfeffe
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-info span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-info span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-info span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-info span {
	color: #039be5
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-warning,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-warning,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-warning,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-warning {
	background: #fef2e1
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-warning span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-warning span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-warning span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-warning span {
	color: #faae42
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-danger,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-danger,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-danger,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-danger {
	background: #f9cddb
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-danger span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-danger span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-danger span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-danger span {
	color: #e62965
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-purple,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-purple,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-purple,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-purple {
	background: #e7e2f0
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-purple span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-purple span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-purple span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-purple span {
	color: #8269b2
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-orange,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-orange,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-orange,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-orange {
	background: #ffe8dd
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-orange span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-orange span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-orange span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-orange span {
	color: #ffa981
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-blue,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-blue,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-blue,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-blue {
	background: #daf4ff
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-blue span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-blue span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-blue span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-blue span {
	color: #37c3ff
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-red,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-red,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-red,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-red {
	background: #fee7ed
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-red span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-red span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-red span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-red span {
	color: #f92b60
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-green,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-green,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-green,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-green {
	background: #e4f7e1
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-green span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-green span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-green span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-green span {
	color: #93e088
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-yellow,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-yellow,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-yellow,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-yellow {
	background: #fff6de
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-yellow span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-yellow span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar.is-h-yellow span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar.is-h-yellow span {
	color: #ffca45
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-fake-avatar span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-fake-avatar span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-fake-avatar span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-fake-avatar span {
	font-size: 1.1rem;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #283252
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta {
	margin-left: 16px
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span {
	display: block
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.user-meta,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.skill-meta,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.user-meta,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.skill-meta,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.user-meta,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.skill-meta,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.user-meta,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.skill-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.user-meta .username,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.user-meta .skill-name,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.skill-meta .username,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.skill-meta .skill-name,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.user-meta .username,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.user-meta .skill-name,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.skill-meta .username,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.skill-meta .skill-name,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.user-meta .username,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.user-meta .skill-name,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.skill-meta .username,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.skill-meta .skill-name,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.user-meta .username,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.user-meta .skill-name,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.skill-meta .username,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.skill-meta .skill-name {
	display: block;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
	font-size: .9rem;
	font-weight: 600
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.user-meta .location,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.skill-meta .location,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.user-meta .location,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.skill-meta .location,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.user-meta .location,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.skill-meta .location,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.user-meta .location,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.skill-meta .location {
	font-size: .75rem;
	color: #a2a5b9
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.job-title,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.skill-type,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.job-title,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.skill-type,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.job-title,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.skill-type,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.job-title,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.skill-type {
	font-size: .8rem;
	color: var(--primary-color);
	font-weight: 500
}

.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.bio,
.webui-popover-profile .profile-popover-block .profile-popover-wrapper .popover-meta span.skill-description,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.bio,
.webui-popover-profile .profile-popover-block .skill-popover-wrapper .popover-meta span.skill-description,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.bio,
.webui-popover-profile .skill-popover-block .profile-popover-wrapper .popover-meta span.skill-description,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.bio,
.webui-popover-profile .skill-popover-block .skill-popover-wrapper .popover-meta span.skill-description {
	font-size: .8rem;
	color: #a2a5b9
}

.webui-popover-profile .profile-popover-block .popover-actions,
.webui-popover-profile .skill-popover-block .popover-actions {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 12px 12px 12px
}

.webui-popover-profile .profile-popover-block .popover-actions .button,
.webui-popover-profile .skill-popover-block .popover-actions .button {
	height: 26px
}

.webui-popover-profile .profile-popover-block .popover-actions .popover-icon,
.webui-popover-profile .skill-popover-block .popover-actions .popover-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	max-width: 30px;
	margin: 0 2px;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.webui-popover-profile .profile-popover-block .popover-actions .popover-icon:hover,
.webui-popover-profile .skill-popover-block .popover-actions .popover-icon:hover {
	background: #f5f5f5
}

.webui-popover-profile .profile-popover-block .popover-actions .popover-icon:hover svg,
.webui-popover-profile .skill-popover-block .popover-actions .popover-icon:hover svg {
	stroke: #a2a5b9
}

.webui-popover-profile .profile-popover-block .popover-actions .popover-icon svg,
.webui-popover-profile .skill-popover-block .popover-actions .popover-icon svg {
	width: 16px;
	height: 16px;
	stroke: #a2a5b9
}

.webui-popover-profile .profile-popover-block .loader-overlay,
.webui-popover-profile .skill-popover-block .loader-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 255, 255, .95);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 0
}

.webui-popover-profile .profile-popover-block .loader-overlay.is-active,
.webui-popover-profile .skill-popover-block .loader-overlay.is-active {
	opacity: 1;
	z-index: 1
}

.webui-popover-profile .profile-popover-block .loader-overlay .loader.is-loading,
.webui-popover-profile .skill-popover-block .loader-overlay .loader.is-loading {
	height: 24px;
	width: 24px;
	min-height: 24px;
	min-width: 24px
}

body.is-dark .webui-popover-profile .profile-popover-block .badge {
	border-color: #232326 !important
}

body.is-dark .webui-popover-profile .profile-popover-block .user-meta .username,
body.is-dark .webui-popover-profile .profile-popover-block .user-meta .skill-name,
body.is-dark .webui-popover-profile .profile-popover-block .skill-meta .username,
body.is-dark .webui-popover-profile .profile-popover-block .skill-meta .skill-name {
	color: #bfbfbf
}

body.is-dark .webui-popover-profile .profile-popover-block .job-title,
body.is-dark .webui-popover-profile .profile-popover-block .skill-type {
	color: #797bf2 !important
}

body.is-dark .webui-popover-profile .profile-popover-block .popover-actions .popover-icon:hover {
	background: #323236 !important
}

body.is-dark .webui-popover-profile .profile-popover-block .popover-actions .popover-icon:hover svg {
	stroke: #797bf2
}

.webui-popover.webui-popover-default .webui-popover-content .popover-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.webui-popover.webui-popover-default .webui-popover-content .popover-head .h-avatar,
.webui-popover.webui-popover-default .webui-popover-content .popover-head .h-icon {
	margin-right: 10px
}

.webui-popover.webui-popover-default .webui-popover-content .popover-head h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .9rem;
	color: #363636;
	margin-bottom: 0
}

.webui-popover.webui-popover-default .webui-popover-content .popover-body {
	padding: 0
}

.webui-popover.webui-popover-default .webui-popover-content .popover-body p {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.webui-popover.webui-popover-default .webui-popover-content .popover-body p:last-child {
	margin-bottom: 8px
}

/*! _progress.scss | Huro | Css ninja 2020-2021 */
.progress {
	margin-bottom: 0
}

.progress::-webkit-progress-value {
	border-radius: 50px
}

.progress::-moz-progress-bar {
	border-radius: 50px
}

.progress::-ms-fill {
	border-radius: 50px
}

.progress.is-smaller {
	height: .5rem !important
}

.progress.is-tiny {
	height: .35rem !important
}

body.is-dark .progress {
	background-color: #232326
}

body.is-dark .progress::-webkit-progress-bar {
	background-color: #232326
}

body.is-dark .progress.is-primary::-webkit-progress-value {
	background: #797bf2
}

body.is-dark .progress.is-primary::-moz-progress-bar {
	background: #797bf2
}

body.is-dark .progress.is-primary::-ms-fill {
	background: #797bf2
}

body.is-dark .progress:indeterminate.is-primary {
	background-color: #797bf2;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #232326), color-stop(30%, #797bf2));
	background-image: linear-gradient(to right, #232326 30%, #797bf2 30%)
}

body.is-dark .progress:indeterminate.is-primary::-webkit-progress-bar {
	background: transparent
}

body.is-dark .progress:indeterminate.is-primary::-moz-progress-bar {
	background: transparent
}

body.is-dark .progress:indeterminate.is-success {
	background-color: #06d6a0;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #232326), color-stop(30%, #06d6a0));
	background-image: linear-gradient(to right, #232326 30%, #06d6a0 30%)
}

body.is-dark .progress:indeterminate.is-success::-webkit-progress-bar {
	background: transparent
}

body.is-dark .progress:indeterminate.is-success::-moz-progress-bar {
	background: transparent
}

body.is-dark .progress:indeterminate.is-info {
	background-color: #039be5;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #232326), color-stop(30%, #039be5));
	background-image: linear-gradient(to right, #232326 30%, #039be5 30%)
}

body.is-dark .progress:indeterminate.is-info::-webkit-progress-bar {
	background: transparent
}

body.is-dark .progress:indeterminate.is-info::-moz-progress-bar {
	background: transparent
}

body.is-dark .progress:indeterminate.is-warning {
	background-color: #faae42;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #232326), color-stop(30%, #faae42));
	background-image: linear-gradient(to right, #232326 30%, #faae42 30%)
}

body.is-dark .progress:indeterminate.is-warning::-webkit-progress-bar {
	background: transparent
}

body.is-dark .progress:indeterminate.is-warning::-moz-progress-bar {
	background: transparent
}

body.is-dark .progress:indeterminate.is-danger {
	background-color: #e62965;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #232326), color-stop(30%, #e62965));
	background-image: linear-gradient(to right, #232326 30%, #e62965 30%)
}

body.is-dark .progress:indeterminate.is-danger::-webkit-progress-bar {
	background: transparent
}

body.is-dark .progress:indeterminate.is-danger::-moz-progress-bar {
	background: transparent
}

/*! _theme-switch.scss | Huro | Css ninja 2020-2021 */
.dark-mode {
	cursor: pointer;
	-webkit-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0)
}

.dark-mode input {
	display: none
}

.dark-mode input+span {
	display: block;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	position: relative;
	-webkit-box-shadow: inset 16px -16px 0 0 #ffd22e;
	box-shadow: inset 16px -16px 0 0 #ffd22e;
	-webkit-transform: scale(1) rotate(-2deg);
	transform: scale(1) rotate(-2deg);
	-webkit-transition: -webkit-box-shadow .5s ease 0s, -webkit-transform .4s ease .1s;
	transition: -webkit-box-shadow .5s ease 0s, -webkit-transform .4s ease .1s;
	transition: box-shadow .5s ease 0s, transform .4s ease .1s;
	transition: box-shadow .5s ease 0s, transform .4s ease .1s, -webkit-box-shadow .5s ease 0s, -webkit-transform .4s ease .1s
}

.dark-mode input+span:before {
	content: "";
	width: inherit;
	height: inherit;
	border-radius: inherit;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.dark-mode input+span:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -4px 0 0 -4px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 -23px 0 #ffb62e, 0 23px 0 #ffb62e, 23px 0 0 #ffb62e, -23px 0 0 #ffb62e, 15px 15px 0 #ffb62e, -15px 15px 0 #ffb62e, 15px -15px 0 #ffb62e, -15px -15px 0 #ffb62e;
	box-shadow: 0 -23px 0 #ffb62e, 0 23px 0 #ffb62e, 23px 0 0 #ffb62e, -23px 0 0 #ffb62e, 15px 15px 0 #ffb62e, -15px 15px 0 #ffb62e, 15px -15px 0 #ffb62e, -15px -15px 0 #ffb62e;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.dark-mode input:checked+span {
	-webkit-box-shadow: inset 32px -32px 0 0 #ffd22e;
	box-shadow: inset 32px -32px 0 0 #ffd22e;
	-webkit-transform: scale(0.5) rotate(0deg);
	transform: scale(0.5) rotate(0deg);
	-webkit-transition: -webkit-transform .3s ease .1s, -webkit-box-shadow .2s ease 0s;
	transition: -webkit-transform .3s ease .1s, -webkit-box-shadow .2s ease 0s;
	transition: transform .3s ease .1s, box-shadow .2s ease 0s;
	transition: transform .3s ease .1s, box-shadow .2s ease 0s, -webkit-transform .3s ease .1s, -webkit-box-shadow .2s ease 0s
}

.dark-mode input:checked+span:before {
	background: #ffb62e;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: background-color .3s ease .1s;
	transition: background-color .3s ease .1s
}

.dark-mode input:checked+span:after {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: -webkit-transform .5s ease .15s;
	transition: -webkit-transform .5s ease .15s;
	transition: transform .5s ease .15s;
	transition: transform .5s ease .15s, -webkit-transform .5s ease .15s
}

/*! _avatar.scss | Huro | Css ninja 2020-2021 */
.h-avatar {
	position: relative;
	display: inline-block;
	vertical-align: bottom
}

.h-avatar.has-dot:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #06d6a0;
	border: 1.8px solid #fff
}

.h-avatar.has-dot.has-dot-squared:after {
	top: -3px;
	right: -3px
}

.h-avatar.has-dot.dot-primary:after {
	background: var(--primary-color)
}

.h-avatar.has-dot.dot-info:after {
	background: #039be5
}

.h-avatar.has-dot.dot-warning:after {
	background: #faae42
}

.h-avatar.has-dot.dot-danger:after {
	background: #e62965
}

.h-avatar.has-dot.dot-grey:after {
	background: #a2a5b9
}

.h-avatar .avatar {
	width: 40px;
	min-width: 40px;
	height: 40px;
	-o-object-fit: cover;
	object-fit: cover
}

.h-avatar .avatar.is-squared {
	border-radius: 10px !important
}

.h-avatar .avatar.is-fake {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ededed;
	border-radius: 50%
}

.h-avatar .avatar.is-fake.is-primary {
	background: #dac4f7
}

.h-avatar .avatar.is-fake.is-primary span {
	color: var(--primary-color)
}

.h-avatar .avatar.is-fake.is-accent {
	background: #fff
}

.h-avatar .avatar.is-fake.is-accent span {
	color: #797bf2
}

.h-avatar .avatar.is-fake.is-success {
	background: #c4fdef
}

.h-avatar .avatar.is-fake.is-success span {
	color: #06d6a0
}

.h-avatar .avatar.is-fake.is-info {
	background: #cfeffe
}

.h-avatar .avatar.is-fake.is-info span {
	color: #039be5
}

.h-avatar .avatar.is-fake.is-warning {
	background: #fef2e1
}

.h-avatar .avatar.is-fake.is-warning span {
	color: #faae42
}

.h-avatar .avatar.is-fake.is-danger {
	background: #f9cddb
}

.h-avatar .avatar.is-fake.is-danger span {
	color: #e62965
}

.h-avatar .avatar.is-fake.is-h-purple {
	background: #e7e2f0
}

.h-avatar .avatar.is-fake.is-h-purple span {
	color: #8269b2
}

.h-avatar .avatar.is-fake.is-h-orange {
	background: #ffe8dd
}

.h-avatar .avatar.is-fake.is-h-orange span {
	color: #ffa981
}

.h-avatar .avatar.is-fake.is-h-blue {
	background: #daf4ff
}

.h-avatar .avatar.is-fake.is-h-blue span {
	color: #37c3ff
}

.h-avatar .avatar.is-fake.is-h-red {
	background: #fee7ed
}

.h-avatar .avatar.is-fake.is-h-red span {
	color: #f92b60
}

.h-avatar .avatar.is-fake.is-h-green {
	background: #e4f7e1
}

.h-avatar .avatar.is-fake.is-h-green span {
	color: #93e088
}

.h-avatar .avatar.is-fake.is-h-yellow {
	background: #fff6de
}

.h-avatar .avatar.is-fake.is-h-yellow span {
	color: #ffca45
}

.h-avatar .avatar.is-fake span {
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: #999
}

.h-avatar .avatar.is-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%
}

.h-avatar .avatar.is-more .inner {
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: #f2f2f2;
	border: 1px solid #ededed
}

.h-avatar .avatar.is-more .inner span {
	line-height: 1;
	position: relative;
	left: -3px;
	display: block;
	font-size: .9rem;
	font-weight: 500;
	color: #a2a5b9
}

.h-avatar .badge {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 16px;
	width: 16px;
	border: 1px solid #fff
}

.h-avatar img {
	display: block;
	border-radius: 50%
}

.h-avatar.is-small {
	max-width: 32px;
	min-width: 32px;
	max-height: 32px
}

.h-avatar.is-small.has-dot:after {
	content: "";
	top: 0;
	right: 0;
	height: 8px;
	width: 8px;
	border-width: 1.4px
}

.h-avatar.is-small.has-dot.has-dot-squared:after {
	top: -2px;
	right: -2px
}

.h-avatar.is-small .avatar {
	width: 32px;
	min-width: 32px;
	height: 32px
}

.h-avatar.is-small .avatar.is-squared {
	border-radius: 8px !important
}

.h-avatar.is-small .avatar.is-fake,
.h-avatar.is-small .avatar.is-more {
	width: 32px;
	min-width: 32px;
	height: 32px
}

.h-avatar.is-small .avatar.is-fake .inner,
.h-avatar.is-small .avatar.is-more .inner {
	width: 30px;
	min-width: 30px;
	height: 30px
}

.h-avatar.is-small .avatar.is-fake span,
.h-avatar.is-small .avatar.is-more span {
	font-size: .85rem
}

.h-avatar.is-small .badge {
	border-width: 1px;
	width: 12px;
	height: 12px
}

.h-avatar.is-medium {
	max-width: 50px;
	min-width: 50px
}

.h-avatar.is-medium.has-dot:after {
	content: "";
	top: 1px;
	right: 1px;
	height: 12px;
	width: 12px;
	border-width: 2px
}

.h-avatar.is-medium.has-dot.has-dot-squared:after {
	top: -3px;
	right: -3px
}

.h-avatar.is-medium .avatar {
	width: 50px;
	min-width: 50px;
	height: 50px
}

.h-avatar.is-medium .avatar.is-squared {
	border-radius: 12px !important
}

.h-avatar.is-medium .avatar.is-fake,
.h-avatar.is-medium .avatar.is-more {
	width: 50px;
	min-width: 50px;
	height: 50px
}

.h-avatar.is-medium .avatar.is-fake .inner,
.h-avatar.is-medium .avatar.is-more .inner {
	width: 50px;
	min-width: 50px;
	height: 50px
}

.h-avatar.is-medium .avatar.is-fake span,
.h-avatar.is-medium .avatar.is-more span {
	font-size: 1.2rem
}

.h-avatar.is-medium .badge {
	border-width: 2px;
	height: 20px;
	width: 20px
}

.h-avatar.is-large {
	/*max-width:68px;min-width:68px*/
}

.h-avatar.is-large.has-dot:after {
	content: "";
	top: 4px;
	right: 4px;
	height: 14px;
	width: 14px;
	border-width: 2.6px
}

.h-avatar.is-large.has-dot.has-dot-squared:after {
	top: -4px;
	right: -1px
}

.h-avatar.is-large .avatar {
	/*width:68px;min-width:68px;height:68px*/
}

.h-avatar.is-large .avatar.is-squared {
	border-radius: 16px !important
}

.h-avatar.is-large .avatar.is-fake {
	width: 68px;
	min-width: 68px;
	height: 68px
}

.h-avatar.is-large .avatar.is-fake span {
	font-size: 1.4rem
}

.h-avatar.is-large .badge {
	border-width: 2px;
	height: 24px;
	width: 24px
}

.h-avatar.is-big {
	max-width: 80px;
	min-width: 80px
}

.h-avatar.is-big.has-dot:after {
	content: "";
	top: 4px;
	right: 4px;
	height: 16px;
	width: 16px;
	border-width: 2.8px
}

.h-avatar.is-big.has-dot.has-dot-squared:after {
	top: -4px;
	right: -1px
}

.h-avatar.is-big .avatar {
	width: 80px;
	min-width: 80px;
	height: 80px
}

.h-avatar.is-big .avatar.is-squared {
	border-radius: 18px !important
}

.h-avatar.is-big .avatar.is-fake {
	width: 80px;
	min-width: 80px;
	height: 80px
}

.h-avatar.is-big .avatar.is-fake span {
	font-size: 1.4rem
}

.h-avatar.is-big .badge {
	border-width: 2.4px;
	height: 28px;
	width: 28px
}

.h-avatar.is-xl {
	max-width: 100px;
	min-width: 100px
}

.h-avatar.is-xl.has-dot:after {
	content: "";
	top: 6px;
	right: 5px;
	height: 18px;
	width: 18px;
	border-width: 2.8px
}

.h-avatar.is-xl.has-dot.has-dot-squared:after {
	top: -3px;
	right: -3px
}

.h-avatar.is-xl .avatar {
	width: 100px;
	min-width: 100px;
	height: 100px
}

.h-avatar.is-xl .avatar.is-squared {
	border-radius: 22px !important
}

.h-avatar.is-xl .avatar.is-fake {
	width: 100px;
	min-width: 100px;
	height: 100px
}

.h-avatar.is-xl .avatar.is-fake span {
	font-size: 1.6rem
}

.h-avatar.is-xl .badge {
	border-width: 3px;
	height: 34px;
	width: 34px
}

.avatar-stack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.avatar-stack .h-avatar {
	border-radius: 50%
}

.avatar-stack .h-avatar.is-small {
	border-radius: 50%
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(1) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(2) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(3) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(4) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(5) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(6) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(7) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(8) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(9) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(10) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(11) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(12) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(13) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(14) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(15) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(16) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(17) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(18) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(19) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(20) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(21) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(22) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(23) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(24) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(25) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(26) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(27) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(28) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(29) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(30) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(31) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(32) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(33) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(34) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(35) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(36) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(37) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(38) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(39) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(40) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(41) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(42) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(43) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(44) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(45) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(46) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(47) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(48) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(49) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(50) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(51) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(52) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(53) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(54) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(55) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(56) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(57) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(58) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(59) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(60) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(61) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(62) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(63) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(64) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(65) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(66) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(67) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(68) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(69) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(70) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(71) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(72) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(73) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(74) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(75) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(76) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(77) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(78) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(79) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(80) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(81) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(82) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(83) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(84) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(85) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(86) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(87) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(88) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(89) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(90) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(91) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(92) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(93) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(94) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(95) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(96) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(97) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(98) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(99) {
	margin-left: -12px
}

.avatar-stack .h-avatar.is-small img,
.avatar-stack .h-avatar.is-small .is-fake,
.avatar-stack .h-avatar.is-small .is-more .inner {
	border: 2px solid #fff
}

.avatar-stack .h-avatar.is-medium {
	border-radius: 50%
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(1) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(2) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(3) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(4) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(5) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(6) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(7) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(8) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(9) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(10) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(11) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(12) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(13) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(14) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(15) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(16) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(17) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(18) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(19) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(20) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(21) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(22) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(23) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(24) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(25) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(26) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(27) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(28) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(29) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(30) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(31) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(32) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(33) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(34) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(35) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(36) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(37) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(38) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(39) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(40) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(41) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(42) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(43) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(44) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(45) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(46) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(47) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(48) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(49) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(50) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(51) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(52) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(53) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(54) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(55) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(56) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(57) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(58) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(59) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(60) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(61) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(62) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(63) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(64) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(65) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(66) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(67) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(68) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(69) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(70) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(71) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(72) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(73) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(74) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(75) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(76) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(77) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(78) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(79) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(80) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(81) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(82) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(83) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(84) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(85) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(86) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(87) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(88) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(89) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(90) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(91) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(92) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(93) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(94) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(95) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(96) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(97) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(98) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium:not(:first-child):nth-child(99) {
	margin-left: -16px
}

.avatar-stack .h-avatar.is-medium img,
.avatar-stack .h-avatar.is-medium .is-fake,
.avatar-stack .h-avatar.is-medium .is-more .inner {
	border: 4px solid #fff
}

.avatar-stack .h-avatar:not(:first-child):nth-child(1) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(2) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(3) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(4) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(5) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(6) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(7) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(8) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(9) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(10) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(11) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(12) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(13) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(14) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(15) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(16) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(17) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(18) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(19) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(20) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(21) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(22) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(23) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(24) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(25) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(26) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(27) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(28) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(29) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(30) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(31) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(32) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(33) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(34) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(35) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(36) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(37) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(38) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(39) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(40) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(41) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(42) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(43) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(44) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(45) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(46) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(47) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(48) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(49) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(50) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(51) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(52) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(53) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(54) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(55) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(56) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(57) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(58) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(59) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(60) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(61) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(62) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(63) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(64) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(65) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(66) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(67) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(68) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(69) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(70) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(71) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(72) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(73) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(74) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(75) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(76) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(77) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(78) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(79) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(80) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(81) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(82) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(83) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(84) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(85) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(86) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(87) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(88) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(89) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(90) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(91) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(92) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(93) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(94) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(95) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(96) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(97) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(98) {
	margin-left: -14px
}

.avatar-stack .h-avatar:not(:first-child):nth-child(99) {
	margin-left: -14px
}

.avatar-stack .h-avatar img,
.avatar-stack .h-avatar .is-fake,
.avatar-stack .h-avatar .is-more .inner {
	border: 2px solid #fff
}

body.is-dark .h-avatar .avatar {
	border-color: #323236
}

body.is-dark .h-avatar .avatar.is-fake.is-primary {
	background: var(--primary-color)
}

body.is-dark .h-avatar .avatar.is-fake.is-primary span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-accent {
	background: #797bf2
}

body.is-dark .h-avatar .avatar.is-fake.is-accent span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-success {
	background: #06d6a0
}

body.is-dark .h-avatar .avatar.is-fake.is-success span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-info {
	background: #039be5
}

body.is-dark .h-avatar .avatar.is-fake.is-info span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-warning {
	background: #faae42
}

body.is-dark .h-avatar .avatar.is-fake.is-warning span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-danger {
	background: #e62965
}

body.is-dark .h-avatar .avatar.is-fake.is-danger span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-h-purple {
	background: #8269b2
}

body.is-dark .h-avatar .avatar.is-fake.is-h-purple span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-h-orange {
	background: #ffa981
}

body.is-dark .h-avatar .avatar.is-fake.is-h-orange span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-h-blue {
	background: #37c3ff
}

body.is-dark .h-avatar .avatar.is-fake.is-h-blue span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-h-red {
	background: #f92b60
}

body.is-dark .h-avatar .avatar.is-fake.is-h-red span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-h-green {
	background: #93e088
}

body.is-dark .h-avatar .avatar.is-fake.is-h-green span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-fake.is-h-yellow {
	background: #ffd66e
}

body.is-dark .h-avatar .avatar.is-fake.is-h-yellow span {
	color: #fff
}

body.is-dark .h-avatar .avatar.is-more .inner {
	background: #3b3b41;
	border-color: #1e1e21
}

body.is-dark .h-avatar .avatar.is-fake {
	border-color: #323236
}

/*! _snacks.scss | Huro | Css ninja 2020-2021 */
.snacks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.snacks .snack {
	margin: 0 8px 16px 8px
}

.snack {
	display: inline-block;
	background: #f2f2f2;
	height: 38px;
	width: auto;
	border-radius: 500px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.snack:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.snack.is-white {
	background: #fff
}

.snack.is-small {
	height: 30px
}

.snack.is-small .snack-media {
	height: 32px;
	width: 32px;
	margin-right: 4px
}

.snack.is-small .snack-media.is-icon {
	height: 30px;
	width: 30px
}

.snack.is-small .snack-media.is-icon svg {
	height: 15px;
	width: 15px
}

.snack.is-small .snack-media.is-icon .fas,
.snack.is-small .snack-media.is-icon .far,
.snack.is-small .snack-media.is-icon .fad,
.snack.is-small .snack-media.is-icon .fal,
.snack.is-small .snack-media.is-icon .fab {
	font-size: 13px
}

.snack.is-small .snack-media.is-icon .lnil,
.snack.is-small .snack-media.is-icon .lnir {
	font-size: 16px
}

.snack.is-small .snack-media img {
	height: 30px;
	width: 30px
}

.snack.is-small .snack-text {
	font-size: .9rem;
	top: -12px
}

.snack.is-small .snack-action {
	top: -9px;
	margin: 0 10px 0 6px
}

.snack .snack-media {
	position: relative;
	top: -1px;
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-right: 6px
}

.snack .snack-media.is-icon {
	position: relative;
	left: -1px;
	height: 38px;
	width: 38px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%
}

.snack .snack-media.is-icon.is-solid .fas,
.snack .snack-media.is-icon.is-solid .far,
.snack .snack-media.is-icon.is-solid .fad,
.snack .snack-media.is-icon.is-solid .fal,
.snack .snack-media.is-icon.is-solid .fab,
.snack .snack-media.is-icon.is-solid .lnil,
.snack .snack-media.is-icon.is-solid .lnir {
	color: #fff !important
}

.snack .snack-media.is-icon.is-primary {
	border-color: var(--primary-color)
}

.snack .snack-media.is-icon.is-primary.is-solid {
	background: var(--primary-color)
}

.snack .snack-media.is-icon.is-primary.is-solid svg {
	stroke: #fff
}

.snack .snack-media.is-icon.is-primary svg {
	stroke: var(--primary-color)
}

.snack .snack-media.is-icon.is-primary .fas,
.snack .snack-media.is-icon.is-primary .far,
.snack .snack-media.is-icon.is-primary .fad,
.snack .snack-media.is-icon.is-primary .fal,
.snack .snack-media.is-icon.is-primary .fab,
.snack .snack-media.is-icon.is-primary .lnil,
.snack .snack-media.is-icon.is-primary .lnir {
	color: var(--primary-color)
}

.snack .snack-media.is-icon.is-success {
	border-color: #06d6a0
}

.snack .snack-media.is-icon.is-success.is-solid {
	background: #06d6a0
}

.snack .snack-media.is-icon.is-success.is-solid svg {
	stroke: #fff
}

.snack .snack-media.is-icon.is-success svg {
	stroke: #06d6a0
}

.snack .snack-media.is-icon.is-success .fas,
.snack .snack-media.is-icon.is-success .far,
.snack .snack-media.is-icon.is-success .fad,
.snack .snack-media.is-icon.is-success .fal,
.snack .snack-media.is-icon.is-success .fab,
.snack .snack-media.is-icon.is-success .lnil,
.snack .snack-media.is-icon.is-success .lnir {
	color: #06d6a0
}

.snack .snack-media.is-icon.is-info {
	border-color: #039be5
}

.snack .snack-media.is-icon.is-info.is-solid {
	background: #039be5
}

.snack .snack-media.is-icon.is-info.is-solid svg {
	stroke: #fff
}

.snack .snack-media.is-icon.is-info svg {
	stroke: #039be5
}

.snack .snack-media.is-icon.is-info .fas,
.snack .snack-media.is-icon.is-info .far,
.snack .snack-media.is-icon.is-info .fad,
.snack .snack-media.is-icon.is-info .fal,
.snack .snack-media.is-icon.is-info .fab,
.snack .snack-media.is-icon.is-info .lnil,
.snack .snack-media.is-icon.is-info .lnir {
	color: #039be5
}

.snack .snack-media.is-icon.is-warning {
	border-color: #faae42
}

.snack .snack-media.is-icon.is-warning.is-solid {
	background: #faae42
}

.snack .snack-media.is-icon.is-warning.is-solid svg {
	stroke: #fff
}

.snack .snack-media.is-icon.is-warning svg {
	stroke: #faae42
}

.snack .snack-media.is-icon.is-warning .fas,
.snack .snack-media.is-icon.is-warning .far,
.snack .snack-media.is-icon.is-warning .fad,
.snack .snack-media.is-icon.is-warning .fal,
.snack .snack-media.is-icon.is-warning .fab,
.snack .snack-media.is-icon.is-warning .lnil,
.snack .snack-media.is-icon.is-warning .lnir {
	color: #faae42
}

.snack .snack-media.is-icon.is-danger {
	border-color: #e62965
}

.snack .snack-media.is-icon.is-danger.is-solid {
	background: #e62965
}

.snack .snack-media.is-icon.is-danger.is-solid svg {
	stroke: #fff
}

.snack .snack-media.is-icon.is-danger svg {
	stroke: #e62965
}

.snack .snack-media.is-icon.is-danger .fas,
.snack .snack-media.is-icon.is-danger .far,
.snack .snack-media.is-icon.is-danger .fad,
.snack .snack-media.is-icon.is-danger .fal,
.snack .snack-media.is-icon.is-danger .fab,
.snack .snack-media.is-icon.is-danger .lnil,
.snack .snack-media.is-icon.is-danger .lnir {
	color: #e62965
}

.snack .snack-media.is-icon .snack-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.snack .snack-media.is-icon svg {
	height: 18px;
	width: 18px;
	stroke-width: 1.6px;
	stroke: #a2a5b9
}

.snack .snack-media.is-icon .fas,
.snack .snack-media.is-icon .far,
.snack .snack-media.is-icon .fad,
.snack .snack-media.is-icon .fal,
.snack .snack-media.is-icon .fab {
	font-size: 15px;
	color: #a2a5b9
}

.snack .snack-media.is-icon .lnil,
.snack .snack-media.is-icon .lnir {
	font-size: 18px;
	color: #a2a5b9
}

.snack .snack-media img {
	display: inline-block;
	height: 38px;
	width: 38px;
	border-radius: 50%
}

.snack .snack-text {
	display: inline-block;
	position: relative;
	top: -15px;
	color: #283252
}

.snack .snack-action {
	position: relative;
	top: -12px;
	display: inline-block;
	margin: 0 16px 0 10px;
	cursor: pointer
}

.snack .snack-action svg {
	height: 14px;
	width: 14px;
	stroke: #a2a5b9
}

body.is-dark .snack {
	background: #28282b;
	border-color: #2d2d31
}

body.is-dark .snack .snack-media.is-icon:not(.is-solid) {
	background: #2d2d31
}

body.is-dark .snack .snack-media.is-icon.is-primary:not(.is-solid) {
	border-color: #797bf2
}

body.is-dark .snack .snack-media.is-icon.is-primary:not(.is-solid) svg {
	stroke: #797bf2
}

body.is-dark .snack .snack-media.is-icon.is-primary:not(.is-solid) .fas,
body.is-dark .snack .snack-media.is-icon.is-primary:not(.is-solid) .far,
body.is-dark .snack .snack-media.is-icon.is-primary:not(.is-solid) .fad,
body.is-dark .snack .snack-media.is-icon.is-primary:not(.is-solid) .fab,
body.is-dark .snack .snack-media.is-icon.is-primary:not(.is-solid) .fal,
body.is-dark .snack .snack-media.is-icon.is-primary:not(.is-solid) .lnil,
body.is-dark .snack .snack-media.is-icon.is-primary:not(.is-solid) .lnir {
	color: #797bf2
}

body.is-dark .snack .snack-media.is-icon.is-primary.is-solid {
	background: #797bf2;
	border-color: #797bf2
}

body.is-dark .snack .snack-text {
	color: #aaaab3
}

/*! _tabs.scss | Huro | Css ninja 2020-2021 */
.tabs {
	margin-bottom: 20px
}

.tabs.is-toggle li:first-child a {
	border-right: none
}

.tabs.is-toggle li:last-child a {
	border-left: none
}

.tabs.is-toggle li.is-active a {
	background: var(--primary-color);
	border-color: var(--primary-color)
}

.tabs.is-toggle li.is-active a:hover {
	color: #fff
}

.tabs.is-toggle li a {
	-webkit-transition: all .3s;
	transition: all .3s
}

.tabs.is-toggle li a:hover {
	border-color: #dbdbdb
}

.tabs li.is-active a {
	border-bottom-color: var(--primary-color);
	color: var(--primary-color)
}

.tabs li.is-active a:hover {
	border-bottom-color: var(--primary-color);
	color: var(--primary-color)
}

.tabs li a {
	font-family: "Roboto", sans-serif;
	border-bottom-width: 2px;
	color: #cecece;
	border-bottom-color: transparent
}

.tabs li a:hover {
	color: #a2a5b9;
	border-bottom-color: transparent
}

.tabs li a svg {
	height: 16px;
	width: 16px;
	margin-right: 6px
}

.tabs li a .fas,
.tabs li a .fal,
.tabs li a .far,
.tabs li a .fad,
.tabs li a .fab {
	margin-right: 6px
}

.tabs li a .lnil,
.tabs li a .lnir {
	font-size: 20px;
	margin-right: 6px
}

.tabs li a small {
	margin-left: 5px
}

body.is-dark .tabs.is-boxed li.is-active a,
body.is-dark .tabs.is-boxed li.is-active a:hover {
	background: #252529 !important
}

body.is-dark .tabs.is-boxed li a {
	border-color: #4a4a50 !important
}

body.is-dark .tabs.is-boxed li a:hover {
	background: #2d2d31 !important
}

body.is-dark .tabs.is-toggle li.is-active a,
body.is-dark .tabs.is-toggle li.is-active a:hover {
	background: #797bf2 !important;
	border-color: #797bf2;
	color: #fff
}

body.is-dark .tabs.is-toggle li a {
	border-color: #4a4a50 !important
}

body.is-dark .tabs.is-toggle li a:hover {
	background: #2d2d31 !important
}

body.is-dark .tabs ul {
	border-bottom-color: #4a4a50
}

body.is-dark .tabs li.is-active a {
	border-bottom-color: #797bf2;
	color: #797bf2
}

.tab-content {
	display: none;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.tab-content.is-active {
	display: block
}

.tab-content.is-active.is-spaced {
	margin-top: 10px !important
}

.tab-content.is-spaced {
	margin-top: 40px
}

.tab-content.is-spaced-lg {
	margin-top: 40px !important
}

.tabs-wrapper.is-slider.is-inverted .tabs,
.tabs-wrapper-alt.is-slider.is-inverted .tabs {
	background: #fff
}

.tabs-wrapper.is-slider.is-squared .tabs,
.tabs-wrapper.is-slider.is-squared .tab-naver,
.tabs-wrapper-alt.is-slider.is-squared .tabs,
.tabs-wrapper-alt.is-slider.is-squared .tab-naver {
	border-radius: 8px
}

.tabs-wrapper.is-slider .tabs,
.tabs-wrapper-alt.is-slider .tabs {
	position: relative;
	background: #f2f2f2;
	border: 1px solid #ededed;
	max-width: 185px;
	height: 35px;
	border-bottom: none;
	border-radius: 500px
}

.tabs-wrapper.is-slider .tabs ul,
.tabs-wrapper-alt.is-slider .tabs ul {
	border-bottom: none
}

.tabs-wrapper.is-slider .tabs ul.is-profile li a,
.tabs-wrapper-alt.is-slider .tabs ul.is-profile li a {
	color: #fcfcfc !important
}

.tabs-wrapper.is-slider .tabs ul.is-profile li.is-active a,
.tabs-wrapper-alt.is-slider .tabs ul.is-profile li.is-active a {
	color: #283252 !important
}

.tabs-wrapper.is-slider .tabs li,
.tabs-wrapper-alt.is-slider .tabs li {
	width: 50%
}

.tabs-wrapper.is-slider .tabs li a,
.tabs-wrapper-alt.is-slider .tabs li a {
	color: #a2a5b9;
	font-family: "Roboto", sans-serif;
	height: 40px;
	border-bottom: none;
	position: relative;
	z-index: 5
}

.tabs-wrapper.is-slider .tabs li a span,
.tabs-wrapper-alt.is-slider .tabs li a span {
	position: relative;
	top: -1px;
	display: block
}

.tabs-wrapper.is-slider .tabs li.is-active a,
.tabs-wrapper-alt.is-slider .tabs li.is-active a {
	color: #fff;
	font-weight: 400
}

.tabs-wrapper.is-slider .tabs li:first-child.is-active~.tab-naver,
.tabs-wrapper-alt.is-slider .tabs li:first-child.is-active~.tab-naver {
	margin-left: 0
}

.tabs-wrapper.is-slider .tabs li:nth-child(2).is-active~.tab-naver,
.tabs-wrapper-alt.is-slider .tabs li:nth-child(2).is-active~.tab-naver {
	margin-left: 50% !important
}

.tabs-wrapper.is-slider .tab-naver,
.tabs-wrapper-alt.is-slider .tab-naver {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50%;
	height: 20px;
	background: var(--primary-color);
	z-index: 1;
	position: absolute;
	top: .5px;
	left: 0;
	display: block;
	width: 50%;
	height: 32px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 4;
	border-radius: 50px
}

.tabs-wrapper.is-slider .tab-naver.is-profile,
.tabs-wrapper-alt.is-slider .tab-naver.is-profile {
	background: #fcfcfc !important
}

.tabs-wrapper.is-slider .tab-naver.is-active,
.tabs-wrapper-alt.is-slider .tab-naver.is-active {
	margin-left: 50%
}

.tabs-wrapper.is-triple-slider.is-inverted .tabs,
.tabs-wrapper-alt.is-triple-slider.is-inverted .tabs {
	background: #fff
}

.tabs-wrapper.is-triple-slider.is-squared .tabs,
.tabs-wrapper.is-triple-slider.is-squared .tab-naver,
.tabs-wrapper-alt.is-triple-slider.is-squared .tabs,
.tabs-wrapper-alt.is-triple-slider.is-squared .tab-naver {
	border-radius: 8px
}

.tabs-wrapper.is-triple-slider .tabs,
.tabs-wrapper-alt.is-triple-slider .tabs {
	position: relative;
	background: #f2f2f2;
	border: 1px solid #ededed;
	max-width: 280px;
	height: 35px;
	border-bottom: none;
	border-radius: 500px
}

.tabs-wrapper.is-triple-slider .tabs ul,
.tabs-wrapper-alt.is-triple-slider .tabs ul {
	border-bottom: none
}

.tabs-wrapper.is-triple-slider .tabs ul.is-profile li a,
.tabs-wrapper-alt.is-triple-slider .tabs ul.is-profile li a {
	color: #fcfcfc !important
}

.tabs-wrapper.is-triple-slider .tabs ul.is-profile li.is-active a,
.tabs-wrapper-alt.is-triple-slider .tabs ul.is-profile li.is-active a {
	color: #283252 !important
}

.tabs-wrapper.is-triple-slider .tabs li,
.tabs-wrapper-alt.is-triple-slider .tabs li {
	width: 33.3%
}

.tabs-wrapper.is-triple-slider .tabs li a,
.tabs-wrapper-alt.is-triple-slider .tabs li a {
	color: #a2a5b9;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	height: 40px;
	border-bottom: none;
	position: relative;
	z-index: 5
}

.tabs-wrapper.is-triple-slider .tabs li a span,
.tabs-wrapper-alt.is-triple-slider .tabs li a span {
	position: relative;
	top: -1px;
	display: block
}

.tabs-wrapper.is-triple-slider .tabs li.is-active a,
.tabs-wrapper-alt.is-triple-slider .tabs li.is-active a {
	color: #fff;
	font-weight: 400
}

.tabs-wrapper.is-triple-slider .tabs li:first-child.is-active~.tab-naver,
.tabs-wrapper-alt.is-triple-slider .tabs li:first-child.is-active~.tab-naver {
	margin-left: 0
}

.tabs-wrapper.is-triple-slider .tabs li:nth-child(2).is-active~.tab-naver,
.tabs-wrapper-alt.is-triple-slider .tabs li:nth-child(2).is-active~.tab-naver {
	margin-left: 33% !important
}

.tabs-wrapper.is-triple-slider .tabs li:nth-child(3).is-active~.tab-naver,
.tabs-wrapper-alt.is-triple-slider .tabs li:nth-child(3).is-active~.tab-naver {
	margin-left: 66.6%
}

.tabs-wrapper.is-triple-slider .tab-naver,
.tabs-wrapper-alt.is-triple-slider .tab-naver {
	position: absolute;
	top: .5px;
	left: 0;
	display: block;
	width: 33.3% !important;
	height: 20px;
	background: var(--primary-color);
	z-index: 1;
	position: absolute;
	left: 0;
	display: block;
	height: 32px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 4;
	border-radius: 50px
}

.tabs-wrapper.is-triple-slider .tab-naver.is-profile,
.tabs-wrapper-alt.is-triple-slider .tab-naver.is-profile {
	background: #fcfcfc !important
}

.tabs-wrapper.is-triple-slider .tab-naver.is-active,
.tabs-wrapper-alt.is-triple-slider .tab-naver.is-active {
	margin-left: 48%
}

body.is-dark .tabs-wrapper.is-slider.is-inverted .tabs,
body.is-dark .tabs-wrapper.is-triple-slider.is-inverted .tabs {
	border: 1px solid #4a4a50 !important;
	background: #28282b !important
}

body.is-dark .tabs-wrapper.is-slider .tabs,
body.is-dark .tabs-wrapper.is-triple-slider .tabs {
	border: 1px solid #4a4a50 !important;
	background: #28282b !important
}

body.is-dark .tabs-wrapper.is-slider .tabs .tab-naver,
body.is-dark .tabs-wrapper.is-triple-slider .tabs .tab-naver {
	background: #797bf2 !important
}

body.is-dark .tabs-wrapper.is-slider .tabs ul,
body.is-dark .tabs-wrapper.is-triple-slider .tabs ul {
	border: none
}

body.is-dark .tabs-wrapper.is-slider .tabs li.is-active a,
body.is-dark .tabs-wrapper.is-triple-slider .tabs li.is-active a {
	color: #fff
}

@media only screen and (max-width: 767px) {
	.vertical-tabs-wrapper .tabs ul li.is-active a {
		color: var(--primary-color);
		border-bottom-color: var(--primary-color)
	}

	.vertical-tabs-wrapper .tabs ul li a {
		color: #a2a5b9
	}

	.vertical-tabs-wrapper .content-wrap .tab-content {
		padding-top: 12px;
		display: none;
		-webkit-animation: fadeInLeft .5s;
		animation: fadeInLeft .5s
	}

	.vertical-tabs-wrapper .content-wrap .tab-content.is-active {
		display: block
	}
}

@media only screen and (min-width: 768px) {
	.vertical-tabs-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.vertical-tabs-wrapper .tabs {
		min-width: 25%;
		max-width: 25%;
		margin-right: 30px
	}

	.vertical-tabs-wrapper .tabs ul {
		display: block;
		text-align: left;
		border-bottom-color: transparent !important
	}

	.vertical-tabs-wrapper .tabs ul li {
		display: block
	}

	.vertical-tabs-wrapper .tabs ul li.is-active a {
		color: var(--primary-color);
		border-right-color: var(--primary-color)
	}

	.vertical-tabs-wrapper .tabs ul li a {
		display: block;
		border-bottom-color: transparent !important;
		border-right: 2px solid #dbdbdb;
		color: #a2a5b9
	}

	.vertical-tabs-wrapper .content-wrap {
		-webkit-box-flex: 2;
		-ms-flex-positive: 2;
		flex-grow: 2
	}

	.vertical-tabs-wrapper .content-wrap .tab-content {
		display: none;
		-webkit-animation: fadeInLeft .5s;
		animation: fadeInLeft .5s
	}

	.vertical-tabs-wrapper .content-wrap .tab-content.is-active {
		display: block
	}
}

/*! _table.scss | Huro | Css ninja 2020-2021 */
.flex-table.is-compact .flex-table-item {
	margin-bottom: 0;
	border-radius: 0
}

.flex-table.is-compact .flex-table-item:not(:last-child) {
	border-bottom: none
}

.flex-table.is-compact .flex-table-item:nth-child(2) {
	border-radius: 8px 8px 0 0
}

.flex-table.is-compact .flex-table-item:last-child {
	margin-bottom: 6px;
	border-radius: 0 0 8px 8px
}

.flex-table .flex-table-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px
}

.flex-table .flex-table-header span {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .8rem;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	padding: 0 10px 10px 10px
}

.flex-table .flex-table-header span.is-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	max-width: 30px
}

.flex-table .flex-table-header span.is-checkbox .checkbox {
	padding: 0
}

.flex-table .flex-table-header span.is-checkbox .checkbox>span {
	height: 22px
}

.flex-table .flex-table-header span.cell-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-table .flex-table-header span.cell-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-table .flex-table-header span.is-grow {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.flex-table .flex-table-header span.is-grow-lg {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3
}

.flex-table .flex-table-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	min-height: 60px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	padding: 8px;
	margin-bottom: 6px
}

.flex-table .flex-table-item.is-row {
	border: none;
	background: transparent
}

.flex-table .flex-table-item .flex-table-cell {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	font-family: "Roboto", sans-serif
}

.flex-table .flex-table-item .flex-table-cell.is-grow {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.flex-table .flex-table-item .flex-table-cell.cell-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-table .flex-table-item .flex-table-cell.cell-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-table .flex-table-item .flex-table-cell.cell-end .button.has-dot .dot {
	position: relative;
	top: 1px;
	font-size: 4px;
	margin: 0 6px
}

.flex-table .flex-table-item .flex-table-cell.cell-end .action-link {
	font-size: .9rem
}

.flex-table .flex-table-item .flex-table-cell.is-bold>span {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 600
}

.flex-table .flex-table-item .flex-table-cell.is-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	max-width: 30px
}

.flex-table .flex-table-item .flex-table-cell.is-checkbox .checkbox {
	padding: 0;
	margin-left: 4px
}

.flex-table .flex-table-item .flex-table-cell.is-user,
.flex-table .flex-table-item .flex-table-cell.is-media {
	padding-left: 0
}

.flex-table .flex-table-item .flex-table-cell.is-user.is-grow,
.flex-table .flex-table-item .flex-table-cell.is-media.is-grow {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.flex-table .flex-table-item .flex-table-cell.is-user.is-grow-lg,
.flex-table .flex-table-item .flex-table-cell.is-media.is-grow-lg {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3
}

.flex-table .flex-table-item .flex-table-cell.is-user>div span:not(.avatar),
.flex-table .flex-table-item .flex-table-cell.is-media>div span:not(.avatar) {
	display: block;
	margin-left: 10px
}

.flex-table .flex-table-item .flex-table-cell.is-user>div,
.flex-table .flex-table-item .flex-table-cell.is-media>div {
	line-height: 1.2
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-name,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-name {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 600;
	color: #363636
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta {
	color: #a2a5b9
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta svg,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta svg {
	position: relative;
	top: 2px;
	height: 14px;
	width: 14px;
	stroke-width: 1.6px;
	margin-right: 4px
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta span,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta span {
	display: inline-block;
	margin-left: 0;
	font-size: .9rem
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta .flex-media,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta .flex-media {
	margin-left: 10px;
	margin-top: 4px
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta .flex-media .h-avatar,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta .flex-media .h-avatar {
	width: 26px !important;
	min-width: 26px !important;
	height: 26px !important
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta .flex-media .h-avatar .avatar,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta .flex-media .h-avatar .avatar {
	width: 26px !important;
	min-width: 26px !important;
	height: 26px !important
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta .separator,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta .separator {
	padding: 0 8px
}

.flex-table .flex-table-item .flex-table-cell.is-user .h-avatar .avatar.is-fake span,
.flex-table .flex-table-item .flex-table-cell.is-media .h-avatar .avatar.is-fake span {
	margin: 0
}

.flex-table .flex-table-item .flex-table-cell.is-user .media,
.flex-table .flex-table-item .flex-table-cell.is-media .media {
	display: block;
	width: 100%;
	max-width: 130px;
	min-height: 95px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px
}

.flex-table .flex-table-item .flex-table-cell.is-user .cell-image,
.flex-table .flex-table-item .flex-table-cell.is-media .cell-image {
	display: block;
	width: 100%;
	max-width: 80px
}

.flex-table .flex-table-item .flex-table-cell.is-user .cell-image.is-mini,
.flex-table .flex-table-item .flex-table-cell.is-media .cell-image.is-mini {
	max-width: 40px
}

.flex-table .flex-table-item .flex-table-cell .cell-icon {
	margin-right: 4px;
	color: #a2a5b9
}

.flex-table .flex-table-item .flex-table-cell .tag {
	margin-bottom: 0 !important;
	line-height: 1.8;
	height: 1.8em
}

.flex-table .flex-table-item .flex-table-cell .flex-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-table .flex-table-item .flex-table-cell .flex-media .meta {
	margin-left: 6px;
	line-height: 1.3
}

.flex-table .flex-table-item .flex-table-cell .flex-media .meta span {
	display: block !important;
	font-size: .8rem;
	color: #a2a5b9;
	font-family: "Roboto", sans-serif
}

.flex-table .flex-table-item .flex-table-cell .dot-levels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-table .flex-table-item .flex-table-cell .dot-levels .dot {
	font-size: 8px;
	color: #b3b6c6;
	margin: 0 6px
}

.flex-table .flex-table-item .flex-table-cell .dot-levels .dot.active {
	color: var(--primary-color)
}

body.is-dark .flex-table .flex-table-item {
	background: #323236;
	border-color: #404046
}

body.is-dark .flex-table .flex-table-item .flex-table-cell.is-user .h-avatar .badge,
body.is-dark .flex-table .flex-table-item .flex-table-cell.is-media .h-avatar .badge {
	border-color: #323236 !important
}

body.is-dark .flex-table .flex-table-item .flex-table-cell.cell-end .button.dark-outlined:hover {
	border-color: #797bf2 !important;
	color: #797bf2 !important
}

body.is-dark .flex-table .flex-table-item .flex-table-cell .dark-text {
	color: #aaaab3 !important
}

body.is-dark .flex-table .flex-table-item .flex-table-cell .avatar-stack .h-avatar {
	border-color: #323236
}

body.is-dark .flex-table .flex-table-item .flex-table-cell .avatar-stack .h-avatar .is-more .inner {
	border-color: #323236 !important
}

body.is-dark .flex-table .flex-table-item .flex-table-cell .dot-levels .dot.active {
	color: #797bf2
}

.flex-pagination {
	padding: 12px 0
}

.flex-pagination .pagination-next,
.flex-pagination .pagination-previous {
	background: #fff;
	min-width: 85px
}

.flex-pagination .pagination-next.has-chevron,
.flex-pagination .pagination-previous.has-chevron {
	min-width: 55px
}

.flex-pagination .pagination-next.has-chevron svg,
.flex-pagination .pagination-previous.has-chevron svg {
	height: 16px;
	width: 16px;
	stroke-width: 3px;
	stroke: var(--primary-color)
}

.flex-pagination .pagination-list li .pagination-link {
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-size: .9em
}

.flex-pagination .pagination-list li .pagination-link.is-current {
	background: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

body.is-dark .flex-pagination .pagination-next,
body.is-dark .flex-pagination .pagination-previous {
	background: #28282b;
	border-color: #2d2d31;
	color: #aaaab3
}

body.is-dark .flex-pagination .pagination-next svg,
body.is-dark .flex-pagination .pagination-previous svg {
	stroke: #797bf2
}

body.is-dark .flex-pagination .pagination-list li .pagination-link {
	background: #28282b;
	border-color: #2d2d31;
	color: #aaaab3
}

body.is-dark .flex-pagination .pagination-list li .pagination-link.is-current {
	background: #797bf2;
	color: #fcfcfc;
	border-color: #797bf2;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

.flex-table-wrapper {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 20px
}

.flex-table-wrapper .flex-table-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px
}

.flex-table-wrapper .flex-table .flex-table-item {
	margin-bottom: 0;
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-top: none
}

.flex-table-wrapper .flex-table .flex-table-item:last-child {
	margin-bottom: 6px;
	border-bottom: none
}

body.is-dark .flex-table-wrapper {
	background: #323236;
	border-color: #404046
}

.demo-table {
	margin-bottom: 3rem
}

.table tbody th {
	font-family: "Roboto", sans-serif;
	color: #283252
}

.table tbody th.is-media {
	width: 40px
}

.table tbody th.is-end>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.table tbody td {
	font-family: "Roboto", sans-serif;
	vertical-align: middle
}

.table tbody td:not(:first-child) {
	color: #a2a5b9
}

.table tbody td.is-media {
	width: 40px
}

.table tbody td.is-end>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

body.is-dark .table {
	background: #323236;
	border-color: #404046
}

body.is-dark .table.is-hoverable tr:not(.is-selected):hover {
	background: #39393e
}

body.is-dark .table.is-striped tr:not(.is-selected):nth-child(even) {
	background: #39393e
}

body.is-dark .table tbody th,
body.is-dark .table tbody td {
	border-color: #404046
}

body.is-dark .table tbody th {
	color: #aaaab3
}

body.is-dark .table tbody td:first-child {
	color: #aaaab3
}

@media(max-width: 767px) {
	.flex-table-wrapper .flex-table-toolbar {
		margin-bottom: 10px
	}

	.flex-table-wrapper .flex-table-toolbar .left {
		-webkit-box-flex: 2;
		-ms-flex-positive: 2;
		flex-grow: 2
	}

	.flex-table-wrapper .flex-table-toolbar .right {
		display: none
	}

	.flex-table-wrapper .flex-table .flex-table-header .is-checkbox {
		display: none
	}

	.flex-table-wrapper .flex-table .flex-table-item {
		padding-left: 0;
		padding-right: 0
	}

	.flex-table-wrapper .flex-table .flex-table-item .is-checkbox {
		display: none
	}

	.flex-table .flex-table-header {
		display: none
	}

	.flex-table .flex-table-cell {
		position: relative;
		margin-bottom: 12px
	}

	.flex-table .flex-table-cell:before {
		content: attr(data-th);
		font-size: .9rem;
		text-transform: uppercase;
		font-weight: 500;
		color: #999
	}

	.flex-table .flex-table-cell.no-label-mobile:before {
		display: none !important
	}

	.flex-table .flex-table-cell.cell-end {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.flex-table .flex-table-cell.cell-end .btn-group {
		margin-left: auto
	}

	.flex-table .flex-table-cell.is-user span {
		font-size: 1.2rem
	}

	.flex-table .flex-table-cell>span,
	.flex-table .flex-table-cell>.is-pushed-mobile {
		margin-left: auto
	}

	.flex-table .flex-table-cell>span.no-push,
	.flex-table .flex-table-cell>.is-pushed-mobile.no-push {
		margin-left: 0 !important
	}

	.flex-table .flex-table-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100% !important;
		padding: 20px;
		margin-bottom: 16px
	}

	.flex-table .flex-table-item:last-child {
		margin-bottom: 0
	}

	.flex-table .flex-table-item>div {
		border: none !important
	}

	.pagination-next.has-chevron,
	.pagination-previous.has-chevron {
		min-width: 55px;
		max-width: 55px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.flex-table .flex-table-cell.is-user img {
		min-width: 50px
	}

	.pagination-next.has-chevron,
	.pagination-previous.has-chevron {
		min-width: 55px;
		max-width: 55px
	}

	.pagination-next {
		margin-right: auto
	}
}

/*! _datatable.scss | Huro | Css ninja 2020-2021 */
.datatable-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.datatable-toolbar.is-webapp {
	padding-top: 30px
}

.datatable-toolbar.is-reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.datatable-toolbar .field {
	margin-bottom: 0
}

.datatable-toolbar .field .control .button {
	color: #a2a5b9
}

.datatable-toolbar .field .control .button:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fcfcfc
}

.datatable-toolbar .buttons {
	margin-left: auto;
	margin-bottom: 0
}

.datatable-toolbar .buttons .h-button {
	margin-bottom: 0
}

@media only screen and (max-width: 767px) {
	.datatable-toolbar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.datatable-toolbar .buttons {
		width: 100%;
		margin-top: 1rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

body.is-dark .datatable-toolbar .field .control .button {
	background: #232326 !important;
	color: #a2a5b9
}

body.is-dark .datatable-toolbar .field .control .button:hover {
	background: #797bf2 !important;
	border-color: #797bf2 !important;
	color: #fcfcfc !important
}

.pagination {
	text-align: center
}

.pagination li {
	list-style-type: none;
	float: left
}

.pagination li a {
	padding: 0 5px;
	cursor: pointer
}

.pagination li.active {
	background: var(--primary-color) !important
}

.pagination li.active a {
	cursor: default;
	color: #fcfcfc !important
}

.pagination.datatable-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 10px
}

.pagination.datatable-pagination .datatable-info {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.pagination.datatable-pagination ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 36px !important;
	height: 36px !important;
	border-radius: 50%;
	margin: 4px;
	background: #ededed;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pagination.datatable-pagination ul li.is-selected {
	background: var(--primary-color)
}

.pagination.datatable-pagination ul li.is-selected a {
	color: #fff
}

.pagination.datatable-pagination ul li:hover {
	background: #fff;
	border-color: #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.pagination.datatable-pagination ul li a {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	font-weight: 500;
	color: #283252;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pagination.datatable-pagination ul li a i {
	font-size: 14px
}

body.is-dark .pagination.datatable-pagination ul li {
	background: #232326
}

body.is-dark .pagination.datatable-pagination ul li.is-selected {
	background: #797bf2
}

body.is-dark .pagination.datatable-pagination ul li.is-selected a {
	color: #fff
}

body.is-dark .pagination.datatable-pagination ul li.active {
	background: #797bf2 !important
}

body.is-dark .pagination.datatable-pagination ul li.active a {
	color: #fff
}

body.is-dark .pagination.datatable-pagination ul li:hover {
	border-color: #2d2d31 !important
}

body.is-dark .pagination.datatable-pagination ul li a {
	color: #fcfcfc
}

.sorting {
	cursor: pointer;
	background-image: url("../img/icons/datatable/sort_both.png");
	background-repeat: no-repeat;
	background-position: center right
}

.sorting-desc {
	background-image: url("../img/icons/datatable/sort_desc.png")
}

.sorting-asc {
	background-image: url("../img/icons/datatable/sort_asc.png")
}

.datatable-load-bar {
	width: 100%;
	margin: 8px 0
}

.datatable-load-bar {
	border: 1px solid gray;
	height: 10px
}

.datatable-load-bar .bar {
	height: 10px;
	background-color: #aef
}

.datatable-filter-line {
	background: #fcfcfc
}

.table-wrapper {
	overflow-x: auto;
	overflow-y: visible;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	min-height: 500px;
	background: #fff
}

.table-wrapper.has-margin-bottom {
	margin-bottom: 40px
}

.table-wrapper .section-placeholder {
	margin-top: -30px
}

.table-wrapper .table {
	display: table;
	width: 100%
}

.table-wrapper .table.is-datatable {
	overflow: visible
}

.table-wrapper .table.is-datatable .sorting {
	background-position: 90% 48%
}

.table-wrapper .table.is-datatable tr.is-selected {
	background: #f7f7f7
}

.table-wrapper .table.is-datatable tr.is-selected td {
	border-color: #e3e3e3
}

.table-wrapper .table.is-datatable tr.datatable-filter-line td {
	border-bottom: 1px solid #ededed
}

.table-wrapper .table.is-datatable th,
.table-wrapper .table.is-datatable td {
	vertical-align: middle
}

.table-wrapper .table.is-datatable th {
	padding: 16px 20px;
	font-family: "Montserrat", sans-serif;
	font-size: .8rem;
	color: #283252;
	text-transform: uppercase;
	border: 1px solid #ededed
}

.table-wrapper .table.is-datatable th .checkbox {
	padding: 0
}

.table-wrapper .table.is-datatable td {
	padding: 12px 20px
}

.table-wrapper .table.is-datatable td.datatable-filter-cell .control .input {
	padding-left: 40px
}

.table-wrapper .table.is-datatable td .checkbox {
	padding: 0
}

.table-wrapper .table.is-datatable input {
	padding: 6px 8px;
	border-radius: 4px;
	border: 1px solid #cecece;
	-webkit-box-shadow: none;
	box-shadow: none
}

.table-wrapper .table.is-datatable input:focus {
	border-color: #e3e3e3;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.table-wrapper .table.is-datatable .datatable-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%
}

.table-wrapper .table.is-datatable .product-photo {
	width: 80px;
	height: 80px;
	-o-object-fit: contain;
	object-fit: contain
}

.table-wrapper .table.is-datatable .file-icon {
	width: 46px;
	height: 46px;
	-o-object-fit: contain;
	object-fit: contain
}

.table-wrapper .table.is-datatable .status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.table-wrapper .table.is-datatable .status.is-available i {
	color: #06d6a0
}

.table-wrapper .table.is-datatable .status.is-busy i {
	color: #e62965
}

.table-wrapper .table.is-datatable .status.is-offline i {
	color: #a2a5b9
}

.table-wrapper .table.is-datatable .status i {
	margin-right: 8px;
	font-size: 8px
}

.table-wrapper .table.is-datatable .status span {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.table-wrapper .table.is-datatable .flex-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.table-wrapper .table.is-datatable .flex-media .meta {
	margin-left: 10px;
	line-height: 1.3
}

.table-wrapper .table.is-datatable .flex-media .meta span {
	display: block;
	font-size: .8rem;
	color: #a2a5b9;
	font-family: "Roboto", sans-serif
}

.table-wrapper .table.is-datatable .flex-media .meta span:first-child {
	font-family: "Montserrat", sans-serif;
	color: #283252
}

.table-wrapper .table.is-datatable .row-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

body.is-dark .table-wrapper {
	border-color: #404046;
	background: #323236
}

body.is-dark .table-wrapper .table.is-datatable tr:first-child:hover {
	background: #323236 !important
}

body.is-dark .table-wrapper .table.is-datatable tr.is-selected {
	background: #2f2f33 !important
}

body.is-dark .table-wrapper .table.is-datatable tr.is-selected td {
	border-color: #37373b !important
}

body.is-dark .table-wrapper .table.is-datatable tr.datatable-filter-line {
	background: #2a2a2e
}

body.is-dark .table-wrapper .table.is-datatable tr.datatable-filter-line td {
	border-color: #404046
}

body.is-dark .table-wrapper .table.is-datatable tr.datatable-filter-line td .control .input {
	border-color: #404046
}

body.is-dark .table-wrapper .table.is-datatable th {
	border-color: #404046;
	color: #aaaab3
}

body.is-dark .table-wrapper .table.is-datatable td .h-button:hover {
	border-color: #797bf2 !important;
	color: #797bf2 !important
}

body.is-dark .table-wrapper .table.is-datatable .flex-media .meta span:first-child {
	color: #aaaab3
}

/*! _toasts.scss | Huro | Css ninja 2020-2021 */
.notyf .notyf__toast .notyf__wrapper .notyf__icon .fas,
.notyf .notyf__toast .notyf__wrapper .notyf__icon .fal,
.notyf .notyf__toast .notyf__wrapper .notyf__icon .far,
.notyf .notyf__toast .notyf__wrapper .notyf__icon .fad,
.notyf .notyf__toast .notyf__wrapper .notyf__icon .fab {
	color: #fff !important;
	font-size: 1.6rem !important
}

.notyf .notyf__toast .notyf__wrapper .notyf__message {
	color: #fff !important
}

/*! _tooltips.scss | Huro | Css ninja 2020-2021 */
[class*=hint--] {
	position: relative;
	display: inline-block;
	cursor: pointer
}

[class*=hint--]:before,
[class*=hint--]:after {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
	visibility: visible;
	opacity: 1
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms
}

[class*=hint--]:before {
	content: "";
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001
}

[class*=hint--]:after {
	background: #383838;
	color: #fff;
	padding: 8px 10px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 12px;
	white-space: nowrap
}

[class*=hint--][aria-label]:after {
	content: attr(aria-label)
}

[class*=hint--][data-hint]:after {
	content: attr(data-hint)
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
	display: none !important
}

.hint--top-left:before {
	border-top-color: #383838
}

.hint--top-right:before {
	border-top-color: #383838
}

.hint--top:before {
	border-top-color: #383838
}

.hint--bottom-left:before {
	border-bottom-color: #383838
}

.hint--bottom-right:before {
	border-bottom-color: #383838
}

.hint--bottom:before {
	border-bottom-color: #383838
}

.hint--left:before {
	border-left-color: #383838
}

.hint--right:before {
	border-right-color: #383838
}

.hint--top:before {
	margin-bottom: -11px
}

.hint--top:before,
.hint--top:after {
	bottom: 100%;
	left: 50%
}

.hint--top:before {
	left: calc(50% - 6px)
}

.hint--top:after {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--top:hover:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--top:hover:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--bottom:before {
	margin-top: -11px
}

.hint--bottom:before,
.hint--bottom:after {
	top: 100%;
	left: 50%
}

.hint--bottom:before {
	left: calc(50% - 6px)
}

.hint--bottom:after {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hint--bottom:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--bottom:hover:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--right:before {
	margin-left: -11px;
	margin-bottom: -6px
}

.hint--right:after {
	margin-bottom: -14px
}

.hint--right:before,
.hint--right:after {
	left: 100%;
	bottom: 50%
}

.hint--right:hover:before {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--right:hover:after {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--left:before {
	margin-right: -11px;
	margin-bottom: -6px
}

.hint--left:after {
	margin-bottom: -14px
}

.hint--left:before,
.hint--left:after {
	right: 100%;
	bottom: 50%
}

.hint--left:hover:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--left:hover:after {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--top-left:before {
	margin-bottom: -11px
}

.hint--top-left:before,
.hint--top-left:after {
	bottom: 100%;
	left: 50%
}

.hint--top-left:before {
	left: calc(50% - 6px)
}

.hint--top-left:after {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.hint--top-left:after {
	margin-left: 12px
}

.hint--top-left:hover:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--top-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--top-right:before {
	margin-bottom: -11px
}

.hint--top-right:before,
.hint--top-right:after {
	bottom: 100%;
	left: 50%
}

.hint--top-right:before {
	left: calc(50% - 6px)
}

.hint--top-right:after {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.hint--top-right:after {
	margin-left: -12px
}

.hint--top-right:hover:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--top-right:hover:after {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--bottom-left:before {
	margin-top: -11px
}

.hint--bottom-left:before,
.hint--bottom-left:after {
	top: 100%;
	left: 50%
}

.hint--bottom-left:before {
	left: calc(50% - 6px)
}

.hint--bottom-left:after {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.hint--bottom-left:after {
	margin-left: 12px
}

.hint--bottom-left:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--bottom-left:hover:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right:before {
	margin-top: -11px
}

.hint--bottom-right:before,
.hint--bottom-right:after {
	top: 100%;
	left: 50%
}

.hint--bottom-right:before {
	left: calc(50% - 6px)
}

.hint--bottom-right:after {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.hint--bottom-right:after {
	margin-left: -12px
}

.hint--bottom-right:hover:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--bottom-right:hover:after {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--small:after,
.hint--medium:after,
.hint--large:after {
	white-space: normal;
	line-height: 1.4em;
	word-wrap: break-word
}

.hint--small:after {
	width: 80px
}

.hint--medium:after {
	width: 150px
}

.hint--large:after {
	width: 300px
}

[class*=hint--]:after {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.hint--primary:after {
	background-color: var(--primary-color)
}

.hint--primary.hint--top-left:before {
	border-top-color: var(--primary-color)
}

.hint--primary.hint--top-right:before {
	border-top-color: var(--primary-color)
}

.hint--primary.hint--top:before {
	border-top-color: var(--primary-color)
}

.hint--primary.hint--bottom-left:before {
	border-bottom-color: var(--primary-color)
}

.hint--primary.hint--bottom-right:before {
	border-bottom-color: var(--primary-color)
}

.hint--primary.hint--bottom:before {
	border-bottom-color: var(--primary-color)
}

.hint--primary.hint--left:before {
	border-left-color: var(--primary-color)
}

.hint--primary.hint--right:before {
	border-right-color: var(--primary-color)
}

.hint--error:after {
	background-color: #e62965
}

.hint--error.hint--top-left:before {
	border-top-color: #e62965
}

.hint--error.hint--top-right:before {
	border-top-color: #e62965
}

.hint--error.hint--top:before {
	border-top-color: #e62965
}

.hint--error.hint--bottom-left:before {
	border-bottom-color: #e62965
}

.hint--error.hint--bottom-right:before {
	border-bottom-color: #e62965
}

.hint--error.hint--bottom:before {
	border-bottom-color: #e62965
}

.hint--error.hint--left:before {
	border-left-color: #e62965
}

.hint--error.hint--right:before {
	border-right-color: #e62965
}

.hint--warning:after {
	background-color: #faae42
}

.hint--warning.hint--top-left:before {
	border-top-color: #faae42
}

.hint--warning.hint--top-right:before {
	border-top-color: #faae42
}

.hint--warning.hint--top:before {
	border-top-color: #faae42
}

.hint--warning.hint--bottom-left:before {
	border-bottom-color: #faae42
}

.hint--warning.hint--bottom-right:before {
	border-bottom-color: #faae42
}

.hint--warning.hint--bottom:before {
	border-bottom-color: #faae42
}

.hint--warning.hint--left:before {
	border-left-color: #faae42
}

.hint--warning.hint--right:before {
	border-right-color: #faae42
}

.hint--info:after {
	background-color: #039be5
}

.hint--info.hint--top-left:before {
	border-top-color: #039be5
}

.hint--info.hint--top-right:before {
	border-top-color: #039be5
}

.hint--info.hint--top:before {
	border-top-color: #039be5
}

.hint--info.hint--bottom-left:before {
	border-bottom-color: #039be5
}

.hint--info.hint--bottom-right:before {
	border-bottom-color: #039be5
}

.hint--info.hint--bottom:before {
	border-bottom-color: #039be5
}

.hint--info.hint--left:before {
	border-left-color: #039be5
}

.hint--info.hint--right:before {
	border-right-color: #039be5
}

.hint--success:after {
	background-color: #06d6a0
}

.hint--success.hint--top-left:before {
	border-top-color: #06d6a0
}

.hint--success.hint--top-right:before {
	border-top-color: #06d6a0
}

.hint--success.hint--top:before {
	border-top-color: #06d6a0
}

.hint--success.hint--bottom-left:before {
	border-bottom-color: #06d6a0
}

.hint--success.hint--bottom-right:before {
	border-bottom-color: #06d6a0
}

.hint--success.hint--bottom:before {
	border-bottom-color: #06d6a0
}

.hint--success.hint--left:before {
	border-left-color: #06d6a0
}

.hint--success.hint--right:before {
	border-right-color: #06d6a0
}

.hint--light:after {
	background-color: #fff;
	color: #283252 !important;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(39, 26, 54, .15);
	box-shadow: 0px 5px 15px 0px rgba(39, 26, 54, .15)
}

.hint--light.hint--top-left:before {
	border-top-color: #fff
}

.hint--light.hint--top-right:before {
	border-top-color: #fff
}

.hint--light.hint--top:before {
	border-top-color: #fff
}

.hint--light.hint--bottom-left:before {
	border-bottom-color: #fff
}

.hint--light.hint--bottom-right:before {
	border-bottom-color: #fff
}

.hint--light.hint--bottom:before {
	border-bottom-color: #fff
}

.hint--light.hint--left:before {
	border-left-color: #fff
}

.hint--light.hint--right:before {
	border-right-color: #fff
}

.hint--bubble:after {
	border-radius: 100px !important;
	font-size: .6rem !important;
	text-transform: uppercase !important
}

.hint--bubble.hint--top-left:before {
	display: none
}

.hint--bubble.hint--top-right:before {
	display: none
}

.hint--bubble.hint--top:before {
	display: none
}

.hint--bubble.hint--bottom-left:before {
	display: none
}

.hint--bubble.hint--bottom-right:before {
	display: none
}

.hint--bubble.hint--bottom:before {
	display: none
}

.hint--bubble.hint--left:before {
	display: none
}

.hint--bubble.hint--right:before {
	display: none
}

.hint--always:after,
.hint--always:before {
	opacity: 1;
	visibility: visible
}

.hint--always.hint--top:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--top:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px)
}

.hint--always.hint--top-left:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--top-left:after {
	-webkit-transform: translateX(-100%) translateY(-8px);
	transform: translateX(-100%) translateY(-8px)
}

.hint--always.hint--top-right:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--top-right:after {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.hint--always.hint--bottom:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--bottom:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px)
}

.hint--always.hint--bottom-left:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--bottom-left:after {
	-webkit-transform: translateX(-100%) translateY(8px);
	transform: translateX(-100%) translateY(8px)
}

.hint--always.hint--bottom-right:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--bottom-right:after {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--always.hint--left:after {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--always.hint--right:after {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.hint--rounded:after {
	border-radius: 4px
}

.hint--no-animate:before,
.hint--no-animate:after {
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms
}

.hint--bounce:before,
.hint--bounce:after {
	-webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform .3s cubic-bezier(0.71, 1.7, 0.77, 1.24)
}

.hint--no-shadow:before,
.hint--no-shadow:after {
	text-shadow: initial;
	-webkit-box-shadow: initial;
	box-shadow: initial
}

body.is-dark .hint--top-left:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):after {
	background: #19191b !important
}

body.is-dark .hint--top-left:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):before {
	border-top-color: #19191b
}

body.is-dark .hint--top-right:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):after {
	background: #19191b !important
}

body.is-dark .hint--top-right:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):before {
	border-top-color: #19191b
}

body.is-dark .hint--top:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):after {
	background: #19191b !important
}

body.is-dark .hint--top:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):before {
	border-top-color: #19191b
}

body.is-dark .hint--bottom-left:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):after {
	background: #19191b !important
}

body.is-dark .hint--bottom-left:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):before {
	border-bottom-color: #19191b
}

body.is-dark .hint--bottom-right:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):after {
	background: #19191b !important
}

body.is-dark .hint--bottom-right:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):before {
	border-bottom-color: #19191b
}

body.is-dark .hint--bottom:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):after {
	background: #19191b !important
}

body.is-dark .hint--bottom:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):before {
	border-bottom-color: #19191b
}

body.is-dark .hint--left:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):after {
	background: #19191b !important
}

body.is-dark .hint--left:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):before {
	border-left-color: #19191b
}

body.is-dark .hint--right:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):after {
	background: #19191b !important
}

body.is-dark .hint--right:not(.hint--light):not(.hint--info):not(.hint--success):not(.hint--warning):not(.hint--error):not(.hint--bubble):not(.hint--primary):before {
	border-right-color: #19191b
}

body.is-dark .hint--primary:after {
	background-color: #797bf2
}

body.is-dark .hint--primary.hint--top-left:before {
	border-top-color: #797bf2
}

body.is-dark .hint--primary.hint--top-right:before {
	border-top-color: #797bf2
}

body.is-dark .hint--primary.hint--top:before {
	border-top-color: #797bf2
}

body.is-dark .hint--primary.hint--bottom-left:before {
	border-bottom-color: #797bf2
}

body.is-dark .hint--primary.hint--bottom-right:before {
	border-bottom-color: #797bf2
}

body.is-dark .hint--primary.hint--bottom:before {
	border-bottom-color: #797bf2
}

body.is-dark .hint--primary.hint--left:before {
	border-left-color: #797bf2
}

body.is-dark .hint--primary.hint--right:before {
	border-right-color: #797bf2
}

/*! _timeline.scss | Huro | Css ninja 2020-2021 */
.timeline-wrapper {
	max-width: 940px;
	margin: 0 auto
}

.timeline-wrapper .timeline-wrapper-inner {
	padding-top: 30px
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item:before {
	content: "";
	position: absolute;
	top: 46px;
	left: 111px;
	height: 100%;
	width: 2px;
	background: #cecece;
	z-index: 0
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item:last-child:before {
	display: none
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item.is-unread .content-wrap .content-box .status {
	background: #f92b60 !important
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .date {
	width: 80px;
	font-family: "Roboto", sans-serif;
	text-align: right
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .date span {
	font-size: .9rem;
	color: #a2a5b9
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .dot {
	position: relative;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	border: 2.6px solid var(--primary-color);
	margin: 0 25px;
	z-index: 1
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .dot.is-info {
	border-color: #039be5
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .dot.is-success {
	border-color: #06d6a0
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .dot.is-warning {
	border-color: #faae42
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .dot.is-danger {
	border-color: #e62965
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .dot.is-purple {
	border-color: #b86bff
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .status {
	height: 8px;
	width: 8px;
	min-width: 8px;
	border-radius: 50%;
	background: #cecfda;
	margin: 0 16px 0 0
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 12px;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-text .meta-text {
	line-height: 1.2
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-text .meta-text p {
	color: #8589a3
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-text .meta-text p span {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 600
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-text .meta-text p a {
	color: var(--primary-color)
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-text .meta-text p .tag {
	position: relative;
	top: -1px;
	font-weight: 500;
	line-height: 1.8;
	height: 1.8em;
	margin: 0 2px
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-text .meta-text>span {
	color: #a2a5b9;
	font-size: .9rem
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-end {
	margin-left: auto
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-end .h-avatar {
	margin: 0 2px
}

.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .meta-content {
	padding-left: 78px
}

.timeline-wrapper .timeline-wrapper-inner .load-more-wrap {
	padding: 40px 0
}

.timeline-wrapper .timeline-wrapper-inner .load-more-wrap .button {
	min-width: 240px;
	min-height: 50px;
	text-transform: uppercase;
	font-size: .85rem;
	font-weight: 500;
	color: #a2a5b9
}

body.is-dark .timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item:before {
	background: #54545b
}

body.is-dark .timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .status {
	background: #54545b
}

body.is-dark .timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-text .meta-text p span {
	color: #aaaab3
}

body.is-dark .timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-text .meta-text p a {
	color: #797bf2
}

body.is-dark .timeline-wrapper .timeline-wrapper-inner .load-more-wrap .button {
	background: #28282b !important
}

@media only screen and (max-width: 767px) {
	.timeline-wrapper .timeline-wrapper-inner {
		padding-top: 0
	}

	.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item:before {
		display: none
	}

	.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .dot {
		display: none
	}

	.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .date {
		-ms-flex-item-align: end;
		align-self: end;
		margin-bottom: 4px
	}

	.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .content-wrap .content-box .box-end {
		display: none
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.timeline-wrapper .timeline-wrapper-inner {
		padding-top: 0
	}

	.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item:before {
		display: none
	}

	.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .dot {
		display: none
	}

	.timeline-wrapper .timeline-wrapper-inner .timeline-container .timeline-item .date {
		-ms-flex-item-align: end;
		align-self: end;
		margin-bottom: 4px
	}
}

/*! _circle-chart.scss | Huro | Css Ninja 2020-2021 */
.circle-chart-wrapper.is-success .circle-chart__circle {
	stroke: #06d6a0
}

.circle-chart-wrapper.is-info .circle-chart__circle {
	stroke: #039be5
}

.circle-chart-wrapper.is-warning .circle-chart__circle {
	stroke: #faae42
}

.circle-chart-wrapper.is-danger .circle-chart__circle {
	stroke: #e62965
}

.circle-chart__circle {
	animation: circle-chart-fill 2.4s reverse;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	stroke: var(--primary-color);
	-webkit-animation-timing-function: cubic-bezier(0.78, 0.59, 0.19, 0.33);
	animation-timing-function: cubic-bezier(0.78, 0.59, 0.19, 0.33)
}

.circle-chart__circle_2 {
	animation: circle-chart-fill_3 4s reverse
}

.circle-chart__background {
	stroke: #efefef
}

@-webkit-keyframes circle-chart-fill {
	100% {
		stroke-dasharray: 0 100
	}
}

@keyframes circle-chart-fill {
	100% {
		stroke-dasharray: 0 100
	}
}

@-webkit-keyframes circle-chart-fill_2 {
	from {
		opacity: 1
	}

	to {
		stroke-dasharray: 0 100;
		opacity: 0
	}
}

@keyframes circle-chart-fill_2 {
	from {
		opacity: 1
	}

	to {
		stroke-dasharray: 0 100;
		opacity: 0
	}
}

@-webkit-keyframes circle-chart-fill_3 {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1;
		stroke-dasharray: 0 100
	}

	100% {
		stroke-dasharray: 0 100;
		opacity: 0
	}
}

@keyframes circle-chart-fill_3 {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1;
		stroke-dasharray: 0 100
	}

	100% {
		stroke-dasharray: 0 100;
		opacity: 0
	}
}

body.is-dark .circle-chart-wrapper:not(.is-success):not(.is-info):not(.is-warning):not(.is-danger) .circle-chart__circle {
	stroke: #797bf2
}

body.is-dark .circle-chart__background {
	stroke: #1e1e21
}

/*! _landing.scss | Huro | Css ninja 2020-2021 */
.landing-page-wrapper {
	overflow-x: hidden
}

.landing-page-wrapper .container {
	max-width: 1140px
}

.landing-page-wrapper .light-image-l {
	display: inline-block !important
}

.landing-page-wrapper .dark-image-l {
	display: none !important
}

.landing-page-wrapper .light-image-block-l {
	display: block !important
}

.landing-page-wrapper .dark-image-block-l {
	display: none !important
}

.landing-page-wrapper.is-dark {
	background: #0c0e14
}

.landing-page-wrapper.is-dark .light-image-l {
	display: none !important
}

.landing-page-wrapper.is-dark .dark-image-l {
	display: inline-block !important
}

.landing-page-wrapper.is-dark .light-image-block-l {
	display: none !important
}

.landing-page-wrapper.is-dark .dark-image-block-l {
	display: block !important
}

.landing-page-wrapper.is-dark #backtotop.visible a {
	background: #797bf2 !important;
	color: #fcfcfc !important
}

.landing-page-wrapper .navbar {
	top: 15px;
	height: 65px;
	max-width: 1140px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border: 1px solid #ededed;
	border-radius: 500px;
	font-family: "Roboto", sans-serif;
	z-index: 99;
	-webkit-transition: all .3s;
	transition: all .3s
}

.landing-page-wrapper .navbar.is-docked {
	top: 0;
	border-color: transparent;
	height: 110px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent
}

.landing-page-wrapper .navbar.is-docked .navbar-brand .brand-icon {
	height: 64px;
	width: 64px;
	background: #fff;
	border-color: #e5e5e5
}

.landing-page-wrapper .navbar.is-docked .navbar-menu .navbar-item.is-theme-toggle {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.landing-page-wrapper .navbar.is-solid {
	background: #fff !important;
	border-radius: 10px 10px 0 0
}

.landing-page-wrapper .navbar .navbar-brand img {
	position: relative;
	display: block;
	width: 100%;
	max-width: 34px;
	max-height: 34px;
	margin-left: 10px
}

.landing-page-wrapper .navbar .navbar-brand .brand-icon {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.landing-page-wrapper .navbar .navbar-brand .brand-icon img {
	position: relative;
	top: -2px;
	margin-left: 0
}

.landing-page-wrapper .navbar .navbar-burger span {
	height: 2px
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item.is-theme-toggle {
	opacity: 1;
	pointer-events: all
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .nav-link {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	color: #a2a5b9;
	text-transform: capitalize
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .nav-link:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 2px;
	width: 50%;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	height: 3px;
	border-radius: 50px;
	background: var(--primary-color);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .nav-link:hover,
.landing-page-wrapper .navbar .navbar-menu .navbar-item .nav-link.is-active {
	color: #283252
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .nav-link:hover:before,
.landing-page-wrapper .navbar .navbar-menu .navbar-item .nav-link.is-active:before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .nav-link.active:before {
	background: var(--primary-color)
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle {
	width: 54px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle input:checked~.toggler {
	border-color: #797bf2
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle input:checked~.toggler .dark,
.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle input:checked~.toggler .light {
	-webkit-transform: translateX(100%) rotate(360deg);
	transform: translateX(100%) rotate(360deg)
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle input:checked~.toggler .dark {
	opacity: 1 !important
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle input:checked~.toggler .light {
	opacity: 0 !important
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle .toggler {
	position: relative;
	display: block;
	height: 31px;
	width: 53px;
	border: 2px solid var(--primary-color);
	border-radius: 100px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle .toggler .dark,
.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle .toggler .light {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle .toggler .dark svg,
.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle .toggler .light svg {
	stroke: #fff !important;
	height: 14px !important;
	width: 14px !important;
	opacity: 1 !important
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle .toggler .light {
	background: var(--primary-color);
	border-color: var(--primary-color);
	opacity: 1;
	z-index: 1
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle .toggler .dark {
	background: #797bf2;
	border-color: #797bf2;
	opacity: 0;
	z-index: 0
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .theme-toggle .toggler .dark svg {
	stroke: #fff !important
}

.landing-page-wrapper .navbar .navbar-menu .navbar-item .button {
	height: 44px;
	min-width: 110px
}

.landing-page-wrapper.is-dark .navbar:not(.is-docked) {
	background: #1b202e;
	border-color: #272d41
}

.landing-page-wrapper.is-dark .navbar.is-docked .navbar-brand .brand-icon {
	background: #282d45;
	border-color: #3b4265
}

.landing-page-wrapper.is-dark .navbar.is-solid {
	background: #1b202e !important;
	border-color: #272d41 !important
}

.landing-page-wrapper.is-dark .navbar.is-solid .navbar-brand .brand-icon {
	border-color: transparent;
	background-color: transparent
}

.landing-page-wrapper.is-dark .navbar.is-solid .navbar-menu.is-active {
	background: #23293a;
	border-color: #272d41
}

.landing-page-wrapper.is-dark .navbar .navbar-burger span {
	background: #fcfcfc
}

.landing-page-wrapper.is-dark .navbar .navbar-item .nav-link:hover,
.landing-page-wrapper.is-dark .navbar .navbar-item .nav-link.is-active {
	color: #797bf2
}

.landing-page-wrapper.is-dark .navbar .navbar-item .nav-link:before {
	background: #797bf2
}

.landing-page-wrapper.is-dark .navbar .navbar-item .button.is-primary {
	background: #797bf2;
	border-color: #797bf2
}

.landing-page-wrapper.is-dark .navbar .navbar-item .button.is-primary.is-raised:hover {
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

@-webkit-keyframes gradientBG {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

.landing-page-wrapper #demo-canvas {
	position: absolute;
	bottom: 20%;
	width: 100%;
	height: 100%;
	z-index: 0
}

.landing-page-wrapper .hero.rounded-hero {
	position: relative;
	z-index: 10
}

.landing-page-wrapper .hero.rounded-hero.is-active .absolute-header {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.landing-page-wrapper .hero.rounded-hero.is-active .absolute-header .header-inner .states {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.landing-page-wrapper .hero.rounded-hero.is-active .hero-body .hero-mockup {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	pointer-events: all
}

.landing-page-wrapper .hero.rounded-hero .hero-body {
	position: relative;
	z-index: 1
}

.landing-page-wrapper .hero.rounded-hero .hero-body .switch-wrapper {
	margin: 80px auto 0 auto
}

.landing-page-wrapper .hero.rounded-hero .hero-body .title {
	color: #283252
}

.landing-page-wrapper .hero.rounded-hero .hero-body .title span {
	color: var(--primary-color)
}

.landing-page-wrapper .hero.rounded-hero .hero-body .subtitle {
	color: #a2a5b9;
	margin-bottom: 2rem
}

.landing-page-wrapper .hero.rounded-hero .hero-body .tag {
	position: relative;
	top: -2px;
	left: 2px;
	line-height: 2;
	font-weight: 500;
	max-height: 20px
}

.landing-page-wrapper .hero.rounded-hero .hero-body .hero-mockup {
	display: block;
	max-width: 740px;
	margin: 0 auto;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	border-radius: 12px;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	pointer-events: none;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.landing-page-wrapper .hero.rounded-hero .hero-body .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.landing-page-wrapper .is-hero-title {
	z-index: 2
}

.landing-page-wrapper .is-hero-title h1,
.landing-page-wrapper .is-hero-title h2 {
	color: #fff
}

.landing-page-wrapper .absolute-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 580px;
	background: #e7eaf3;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.landing-page-wrapper .absolute-header .header-inner {
	position: relative;
	height: 100%;
	width: 100%
}

.landing-page-wrapper .absolute-header .header-inner .cut-circle {
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: auto
}

.landing-page-wrapper.is-dark .hero .absolute-header {
	background-color: #191c2b
}

.landing-page-wrapper.is-dark .hero .hero-body .title {
	color: #fcfcfc
}

.landing-page-wrapper.is-dark .hero .hero-body .title span {
	color: #797bf2
}

.landing-page-wrapper.is-dark .hero .hero-body .tag {
	background: #797bf2 !important
}

.stacks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 540px;
	margin: 0 auto;
	padding: 20px 0 20px 0
}

.stacks .stack {
	height: 54px;
	width: 54px;
	min-width: 54px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ededed;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 6px
}

.stacks .stack img {
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50%
}

.boxed-features .flex-card {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.boxed-features .flex-card .flex-cell {
	width: 25%;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	padding: 24px 16px
}

.boxed-features .flex-card .flex-cell.is-bordered {
	border-bottom: 1px solid #e5e5e5
}

.boxed-features .flex-card .flex-cell.no-border-edge {
	border-right: none
}

.boxed-features .flex-card .flex-cell i {
	font-size: 2.2rem;
	color: var(--primary-color);
	margin-bottom: 6px
}

.boxed-features .flex-card .flex-cell h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .95rem;
	color: #283252
}

.boxed-features .flex-card .flex-cell p {
	font-size: .95rem;
	color: #a2a5b9;
	max-width: 200px;
	margin: 0 auto
}

.landing-page-wrapper.is-dark .stacks .stack {
	background: #282d45;
	border-color: #3b4265
}

.landing-page-wrapper.is-dark .boxed-features .flex-card {
	background: #151825;
	border-color: #1d2031
}

.landing-page-wrapper.is-dark .boxed-features .flex-card .flex-cell {
	border-color: #212438
}

.landing-page-wrapper.is-dark .boxed-features .flex-card .flex-cell i {
	color: #797bf2
}

.landing-page-wrapper.is-dark .boxed-features .flex-card .flex-cell h3 {
	color: #aaaab3
}

.section {
	position: relative
}

.section.section-focus {
	background: #f2f3f8
}

.section .section-title {
	padding: 40px 0
}

.section .section-title h2 {
	font-family: "Montserrat", sans-serif;
	margin-bottom: 6px;
	font-weight: 300
}

.section .section-title h4 {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	font-size: 1.4rem;
	font-weight: 300
}

.section .section-feature-description {
	font-size: 1.2rem
}

.section .side-feature h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 300
}

.landing-page-wrapper.is-dark .section.section-focus {
	background: #10121a
}

.landing-page-wrapper.is-dark .section .section-title h2 {
	color: #aaaab3
}

.landing-page-wrapper.is-dark .section .side-feature h2,
.landing-page-wrapper.is-dark .section .side-feature h3 {
	color: #aaaab3
}

.cta-block {
	padding-bottom: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-bottom: 1px solid #e3e3e3;
	margin: 40px 0
}

.cta-block.no-border {
	padding-bottom: 2rem;
	border-bottom: none
}

.cta-block.is-box {
	padding: 3rem 2rem;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border: 1px solid #ededed;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cta-block .head-text h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	color: #283252
}

.cta-block .head-text p {
	font-family: "Roboto", sans-serif;
	font-size: 1.1rem;
	color: #a2a5b9
}

.cta-block .head-action .buttons .button.action-button {
	height: 36px;
	min-width: 140px
}

.cta-block .head-action .buttons .button.chat-button {
	background: transparent;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--primary-color);
	font-weight: 500
}

.landing-page-wrapper.is-dark .cta-block {
	border-color: #212438
}

.landing-page-wrapper.is-dark .cta-block .head-text h3 {
	color: #aaaab3
}

.landing-page-wrapper.is-dark .cta-block .head-action .buttons .button.action-button {
	background: #797bf2;
	border-color: #797bf2
}

.landing-page-wrapper.is-dark .cta-block .head-action .buttons .button.chat-button {
	color: #797bf2
}

.huro-demos .demo-section {
	margin-bottom: 100px
}

.huro-demos .demo-section .demo-section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.huro-demos .demo-section .demo-section-title img {
	display: block;
	width: 100%;
	max-width: 100px
}

.huro-demos .demo-section .demo-section-title .title-meta {
	margin-left: 12px;
	line-height: 1.2
}

.huro-demos .demo-section .demo-section-title .title-meta h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	color: #283252
}

.huro-demos .demo-section .demo-section-title .title-meta p {
	font-family: "Roboto", sans-serif;
	font-size: 1.1rem;
	color: #a2a5b9
}

.huro-demo-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	min-height: 205px
}

.huro-demo-wrapper:hover .circle-overlay {
	-webkit-transform: scale(35);
	transform: scale(35)
}

.huro-demo-wrapper:hover .demo-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0 !important;
	transition-delay: 0 !important
}

.huro-demo-wrapper:hover .demo-link {
	color: #fff;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0 !important;
	transition-delay: 0 !important
}

.huro-demo-wrapper:after {
	position: absolute !important;
	top: 40%;
	left: 42%;
	height: 3.5rem;
	width: 3.5rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 4
}

.huro-demo-wrapper.loaded:after {
	display: none !important
}

.huro-demo-wrapper img {
	border-radius: 10px;
	max-width: 100%
}

.huro-demo-wrapper .new-tag {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: red;
	color: #fff;
	font-family: "Roboto", sans-serif;
	padding: 6px 16px;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: .8rem;
	z-index: 3
}

.huro-demo-wrapper .circle-overlay {
	position: absolute;
	top: -60px;
	left: -60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--primary-color);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 1
}

.huro-demo-wrapper .demo-info {
	position: absolute;
	margin: 0 auto;
	top: 26%;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.huro-demo-wrapper .demo-title {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	padding-bottom: 0;
	opacity: 0;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #9d62e9;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.huro-demo-wrapper .demo-title span {
	display: block
}

.huro-demo-wrapper .demo-title span:first-child {
	text-transform: uppercase;
	font-size: .75rem
}

.huro-demo-wrapper .demo-title span:nth-child(2) {
	font-weight: 300
}

.huro-demo-wrapper .demo-link {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.huro-demo-wrapper .demo-link a {
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 1rem;
	margin-left: 8px
}

.huro-demo-wrapper .demo-link a i {
	position: relative;
	top: 1px;
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.huro-demo-wrapper .demo-link a:hover i {
	opacity: 1;
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}

.component-features .media-flex .left-icon {
	margin-right: 10px
}

.component-features .media-flex .left-icon i {
	color: var(--primary-color);
	font-size: 2.6rem
}

.component-features .media-flex .flex-meta h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 4px
}

.component-features .media-flex .flex-meta p {
	font-family: "Roboto", sans-serif;
	line-height: 1.4
}

.component-box {
	display: block;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.component-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border-color: var(--primary-color)
}

.component-box:hover .component img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}

.component-box:hover .component-title {
	color: #283252
}

.component-box .component img {
	display: block;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .6;
	max-height: 80px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.component-box .component-title {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	padding-top: 6px;
	color: #a2a5b9;
	-webkit-transition: color .3s;
	transition: color .3s
}

.landing-page-wrapper.is-dark .huro-demos .demo-section .demo-section-title .title-meta h3 {
	color: #aaaab3
}

.landing-page-wrapper.is-dark .huro-demos .huro-demo-wrapper {
	border-color: #404046
}

.landing-page-wrapper.is-dark .huro-demos .huro-demo-wrapper .circle-overlay {
	background: #797bf2
}

.landing-page-wrapper.is-dark .huro-demos .huro-demo-wrapper .demo-title {
	border-color: #a7a9f7
}

.landing-page-wrapper.is-dark .component-features .media-flex .left-icon i {
	color: #797bf2
}

.landing-page-wrapper.is-dark .component-features .media-flex .flex-meta h4 {
	color: #aaaab3
}

.landing-page-wrapper.is-dark .button.is-huge {
	background: #797bf2;
	border-color: #797bf2
}

.landing-page-wrapper.is-dark .vertical-tabs-wrapper .tabs ul li.is-active a {
	color: #797bf2;
	border-color: #797bf2
}

.landing-page-wrapper.is-dark .vertical-tabs-wrapper .tabs ul li a {
	border-color: #2e364d
}

.landing-page-wrapper.is-dark .component-box {
	background: #151825;
	border-color: #1d2031
}

.landing-page-wrapper.is-dark .component-box:hover {
	border-color: #797bf2
}

.landing-page-wrapper.is-dark .component-box:hover .component-title {
	color: #797bf2
}

.huro-footer {
	padding-bottom: 0 !important;
	padding-top: 4rem !important;
	background: #f9f9f9
}

.huro-footer .footer-head {
	padding-bottom: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3
}

.huro-footer .footer-head .head-text h3 {
	font-family: "Roboto", sans-serif;
	font-size: 1.8rem;
	color: #283252
}

.huro-footer .footer-head .head-text p {
	font-size: 1.1rem;
	color: #a2a5b9
}

.huro-footer .footer-head .head-action .buttons .button.action-button {
	height: 36px;
	min-width: 140px
}

.huro-footer .footer-head .head-action .buttons .button.chat-button {
	background: transparent;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--primary-color);
	font-weight: 500
}

.huro-footer .footer-body {
	padding-top: 3rem
}

.huro-footer .footer-body .footer-column {
	padding-top: 20px
}

.huro-footer .footer-body .footer-column .column-header {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #283252;
	font-size: 1rem;
	font-weight: 700;
	margin: 10px 0
}

.huro-footer .footer-body .footer-column .column-item {
	padding-bottom: 10px
}

.huro-footer .footer-body .footer-column .column-item a {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.huro-footer .footer-body .footer-column .column-item a:hover {
	color: var(--primary-color)
}

.huro-footer .footer-body .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.huro-footer .footer-body .social-links a {
	color: #a2a5b9;
	margin: 0 5px
}

.huro-footer .footer-body .social-links a:hover {
	color: var(--primary-color)
}

.huro-footer .footer-body .footer-description {
	color: #a2a5b9
}

.huro-footer .footer-body .moto {
	color: #a2a5b9
}

.huro-footer .footer-body .small-footer-logo {
	height: 36px
}

.huro-footer .footer-copyright {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	padding: 4rem 0 2rem 0
}

.huro-footer .footer-copyright a {
	color: #a2a5b9
}

.huro-footer .footer-copyright a:hover {
	color: var(--primary-color)
}

.landing-page-wrapper.is-dark .huro-footer {
	background: #1b202e
}

.landing-page-wrapper.is-dark .huro-footer .footer-head {
	border-color: #2e364d
}

.landing-page-wrapper.is-dark .huro-footer .footer-head .head-text h3 {
	color: #aaaab3
}

.landing-page-wrapper.is-dark .huro-footer .footer-head .head-text p {
	font-size: 1.1rem;
	color: #a2a5b9
}

.landing-page-wrapper.is-dark .huro-footer .footer-head .head-action .buttons .button.action-button {
	background: #797bf2;
	border-color: #797bf2
}

.landing-page-wrapper.is-dark .huro-footer .footer-head .head-action .buttons .button.chat-button {
	color: #797bf2
}

.landing-page-wrapper.is-dark .huro-footer .footer-body .footer-column .column-header {
	color: #aaaab3
}

.landing-page-wrapper.is-dark .huro-footer .footer-body .footer-column .column-item a:hover {
	color: #797bf2
}

.landing-page-wrapper.is-dark .huro-footer .footer-body .social-links a:hover {
	color: #797bf2
}

.landing-page-wrapper.is-dark .huro-footer .footer-copyright a:hover {
	color: #797bf2
}

.switch-wrapper {
	position: relative;
	width: 130px
}

.switch-wrapper .night-toggle {
	display: block;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: scale(0.6);
	transform: scale(0.6)
}

.switch-wrapper .night-toggle--checkbox {
	display: none
}

.switch-wrapper .night-toggle--btn {
	display: block;
	margin: 0 auto;
	font-size: 1.4em;
	-webkit-transition: all 350ms ease-in;
	transition: all 350ms ease-in
}

.switch-wrapper .night-toggle--btn:hover {
	cursor: pointer
}

.switch-wrapper .night-toggle--btn,
.switch-wrapper .night-toggle--btn:before,
.switch-wrapper .night-toggle--btn:after,
.switch-wrapper .night-toggle--checkbox,
.switch-wrapper .night-toggle--checkbox:before,
.switch-wrapper .night-toggle--checkbox:after,
.switch-wrapper .night-toggle--feature,
.switch-wrapper .night-toggle--feature:before,
.switch-wrapper .night-toggle--feature:after {
	-webkit-transition: all 250ms ease-in;
	transition: all 250ms ease-in
}

.switch-wrapper .night-toggle--btn:before,
.switch-wrapper .night-toggle--btn:after,
.switch-wrapper .night-toggle--checkbox:before,
.switch-wrapper .night-toggle--checkbox:after,
.switch-wrapper .night-toggle--feature:before,
.switch-wrapper .night-toggle--feature:after {
	content: "";
	display: block
}

.switch-wrapper .night-toggle--daynight .night-toggle--btn,
.switch-wrapper .night-toggle--like .night-toggle--btn {
	position: relative;
	height: 70px;
	width: 125px;
	border-radius: 70px
}

.switch-wrapper .night-toggle--daynight .night-toggle--btn:before,
.switch-wrapper .night-toggle--like .night-toggle--btn:before {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 56px;
	height: 56px;
	border-radius: 50%
}

.switch-wrapper .night-toggle--daynight .night-toggle--btn {
	border: 5px solid #1c1c1c;
	background-color: #3c4145
}

.switch-wrapper .night-toggle--daynight .night-toggle--btn:before {
	background-color: #fff;
	border: 5px solid #e3e3c7
}

.switch-wrapper .night-toggle--daynight .night-toggle--btn:after {
	position: absolute;
	top: 62%;
	left: 39px;
	z-index: 10;
	width: 11.2px;
	height: 11.2px;
	opacity: 0;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: #fff 0 0, #fff 3px 0, #fff 6px 0, #fff 9px 0, #fff 11px 0, #fff 14px 0, #fff 16px 0, #fff 21px -1px 0 1px, #fff 16px -7px 0 -2px, #fff 7px -7px 0 1px, #d3d3d3 0 0 0 4px, #d3d3d3 6px 0 0 4px, #d3d3d3 11px 0 0 4px, #d3d3d3 16px 0 0 4px, #d3d3d3 21px -1px 0 5px, #d3d3d3 16px -7px 0 1px, #d3d3d3 7px -7px 0 5px;
	box-shadow: #fff 0 0, #fff 3px 0, #fff 6px 0, #fff 9px 0, #fff 11px 0, #fff 14px 0, #fff 16px 0, #fff 21px -1px 0 1px, #fff 16px -7px 0 -2px, #fff 7px -7px 0 1px, #d3d3d3 0 0 0 4px, #d3d3d3 6px 0 0 4px, #d3d3d3 11px 0 0 4px, #d3d3d3 16px 0 0 4px, #d3d3d3 21px -1px 0 5px, #d3d3d3 16px -7px 0 1px, #d3d3d3 7px -7px 0 5px;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in
}

@-webkit-keyframes starry_star {
	50% {
		background-color: rgba(255, 255, 255, .1);
		-webkit-box-shadow: #fff 30px -3px 0 0, #fff 12px 10px 0 -1px, rgba(255, 255, 255, .1) 38px 18px 0 1px, #fff 32px 34px 0 0, rgba(255, 255, 255, .1) 20px 24px 0 -1.5px, #fff 5px 38px 0 1px;
		box-shadow: #fff 30px -3px 0 0, #fff 12px 10px 0 -1px, rgba(255, 255, 255, .1) 38px 18px 0 1px, #fff 32px 34px 0 0, rgba(255, 255, 255, .1) 20px 24px 0 -1.5px, #fff 5px 38px 0 1px
	}
}

@keyframes starry_star {
	50% {
		background-color: rgba(255, 255, 255, .1);
		-webkit-box-shadow: #fff 30px -3px 0 0, #fff 12px 10px 0 -1px, rgba(255, 255, 255, .1) 38px 18px 0 1px, #fff 32px 34px 0 0, rgba(255, 255, 255, .1) 20px 24px 0 -1.5px, #fff 5px 38px 0 1px;
		box-shadow: #fff 30px -3px 0 0, #fff 12px 10px 0 -1px, rgba(255, 255, 255, .1) 38px 18px 0 1px, #fff 32px 34px 0 0, rgba(255, 255, 255, .1) 20px 24px 0 -1.5px, #fff 5px 38px 0 1px
	}
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 100;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	55% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		opacity: 100;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 100;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	55% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		opacity: 100;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.switch-wrapper .night-toggle--daynight .night-toggle--feature {
	display: block;
	position: absolute;
	top: 9px;
	left: 52.5%;
	z-index: 20;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: rgba(255, 255, 255, .1) 30px -3px 0 0, rgba(255, 255, 255, .1) 12px 10px 0 -1px, #fff 38px 18px 0 1px, rgba(255, 255, 255, .1) 32px 34px 0 0, #fff 20px 24px 0 -1.5px, rgba(255, 255, 255, .1) 5px 38px 0 1px;
	box-shadow: rgba(255, 255, 255, .1) 30px -3px 0 0, rgba(255, 255, 255, .1) 12px 10px 0 -1px, #fff 38px 18px 0 1px, rgba(255, 255, 255, .1) 32px 34px 0 0, #fff 20px 24px 0 -1.5px, rgba(255, 255, 255, .1) 5px 38px 0 1px;
	-webkit-animation: starry_star 5s ease-in-out infinite;
	animation: starry_star 5s ease-in-out infinite
}

.switch-wrapper .night-toggle--daynight .night-toggle--feature:before {
	position: absolute;
	top: -2px;
	left: -25px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
	border: 5px solid #e3e3c7;
	-webkit-box-shadow: #e3e3c7 -28px 0 0 -3px, #e3e3c7 -8px 24px 0 -2px;
	box-shadow: #e3e3c7 -28px 0 0 -3px, #e3e3c7 -8px 24px 0 -2px;
	-webkit-transform-origin: -6px 130%;
	transform-origin: -6px 130%
}

.switch-wrapper .night-toggle--daynight .night-toggle--checkbox:checked+.night-toggle--btn {
	background-color: #cdcdfa;
	border: 5px solid #babbf8
}

.switch-wrapper .night-toggle--daynight .night-toggle--checkbox:checked+.night-toggle--btn:before {
	left: 55px;
	background-color: #ffdf6d;
	border: 5px solid #e1c348
}

.switch-wrapper .night-toggle--daynight .night-toggle--checkbox:checked+.night-toggle--btn:after {
	opacity: 100;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

.switch-wrapper .night-toggle--daynight .night-toggle--checkbox:checked+.night-toggle--btn>.night-toggle--feature {
	opacity: 0;
	-webkit-box-shadow: rgba(255, 255, 255, .1) 30px -3px 0 -4px, rgba(255, 255, 255, .1) 12px 10px 0 -5px, #fff 38px 18px 0 -3px, rgba(255, 255, 255, .1) 32px 34px 0 -4px, #fff 20px 24px 0 -5.5px, rgba(255, 255, 255, .1) 5px 38px 0 -3px;
	box-shadow: rgba(255, 255, 255, .1) 30px -3px 0 -4px, rgba(255, 255, 255, .1) 12px 10px 0 -5px, #fff 38px 18px 0 -3px, rgba(255, 255, 255, .1) 32px 34px 0 -4px, #fff 20px 24px 0 -5.5px, rgba(255, 255, 255, .1) 5px 38px 0 -3px;
	-webkit-animation: none;
	animation: none
}

.switch-wrapper .night-toggle--daynight .night-toggle--checkbox:checked+.night-toggle--btn>.night-toggle--feature:before {
	left: 25px;
	-webkit-transform: rotate(70deg);
	transform: rotate(70deg)
}

.cta-wrapper .cta-title {
	text-align: center
}

.cta-wrapper .cta-title h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	color: #a2a5b9;
	margin-bottom: 20px
}

.cta-wrapper .cta-title .custom-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px auto;
	max-width: 200px;
	font-family: "Roboto", sans-serif;
	border: 2px solid #d3f4ed;
	border-radius: 100px;
	background: #d3f4ed;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	-webkit-transition: all .3s;
	transition: all .3s
}

.cta-wrapper .cta-title .custom-button img {
	display: block;
	height: 50px;
	width: 50px
}

.cta-wrapper .cta-title .custom-button span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	color: #46cbb1;
	margin-left: 22px;
	-webkit-transition: color .3s;
	transition: color .3s
}

@media(max-width: 767px) {
	.landing-page-wrapper .navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% - 32px);
		margin: 0 16px
	}

	.landing-page-wrapper .navbar.is-docked {
		height: 80px
	}

	.landing-page-wrapper .navbar.is-docked .navbar-menu .navbar-item.is-theme-toggle {
		display: none !important
	}

	.landing-page-wrapper .navbar:not(.is-docked).is-solid .navbar-menu {
		top: 73px !important
	}

	.landing-page-wrapper .navbar:not(.is-docked) .navbar-menu .navbar-item.is-theme-toggle {
		display: block
	}

	.landing-page-wrapper .navbar.is-solid {
		top: 10px;
		-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
		box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
	}

	.landing-page-wrapper .navbar.is-solid .navbar-brand .brand-icon {
		border-color: transparent
	}

	.landing-page-wrapper .navbar.is-solid .navbar-menu {
		-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
		box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
	}

	.landing-page-wrapper .navbar .navbar-brand {
		width: 100%
	}

	.landing-page-wrapper .navbar .navbar-brand .navbar-burger {
		border-radius: 50%;
		margin-right: 12px
	}

	.landing-page-wrapper .navbar .navbar-menu {
		width: calc(100% - 32px);
		position: fixed;
		top: 78px;
		left: 0;
		right: 0;
		margin: 0 auto;
		border-radius: 0 0 10px 10px;
		padding: 30px;
		text-align: center;
		border: 1px solid #ededed;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.landing-page-wrapper .navbar .navbar-menu .navbar-item.is-theme-toggle .theme-toggle {
		margin: 0 auto
	}

	.landing-page-wrapper .navbar .navbar-menu .navbar-item .button {
		width: 100%
	}

	.landing-page-wrapper .rounded-hero {
		min-height: 75vh !important;
		max-height: 75vh
	}

	.landing-page-wrapper .rounded-hero .absolute-header {
		height: 500px
	}

	.landing-page-wrapper .rounded-hero .hero-body .hero-mockup {
		max-width: 340px !important
	}

	.landing-page-wrapper .rounded-hero .hero-body h1 {
		font-size: 3.2rem !important
	}

	.landing-page-wrapper .boxed-features .flex-card .flex-cell {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #e5e5e5
	}

	.landing-page-wrapper .boxed-features .flex-card .flex-cell:last-child {
		border-bottom: none
	}

	.landing-page-wrapper .cta-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.landing-page-wrapper .cta-block .head-text {
		padding-bottom: 20px
	}

	.huro-demo-wrapper {
		min-height: 184px
	}

	.side-feature {
		margin-bottom: 60px !important
	}

	.huro-footer .footer-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.huro-footer .footer-head .head-text {
		padding-bottom: 20px
	}

	.huro-footer .footer-body {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.landing-page-wrapper .navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% - 32px);
		margin: 0 16px
	}

	.landing-page-wrapper .navbar.is-docked {
		height: 80px
	}

	.landing-page-wrapper .navbar.is-docked .navbar-menu .navbar-item.is-theme-toggle {
		display: none !important
	}

	.landing-page-wrapper .navbar:not(.is-docked).is-solid .navbar-menu {
		top: 73px !important
	}

	.landing-page-wrapper .navbar:not(.is-docked) .navbar-menu .navbar-item.is-theme-toggle {
		display: block
	}

	.landing-page-wrapper .navbar.is-solid {
		top: 10px;
		-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
		box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
	}

	.landing-page-wrapper .navbar.is-solid .navbar-brand .brand-icon {
		border-color: transparent
	}

	.landing-page-wrapper .navbar.is-solid .navbar-menu {
		-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
		box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
	}

	.landing-page-wrapper .navbar .navbar-brand {
		width: 100%
	}

	.landing-page-wrapper .navbar .navbar-brand .navbar-burger {
		height: 40px;
		width: 40px;
		border-radius: 50%;
		margin-right: 12px
	}

	.landing-page-wrapper .navbar .navbar-menu {
		width: calc(100% - 32px);
		position: fixed;
		top: 78px;
		left: 0;
		right: 0;
		margin: 0 auto;
		border-radius: 0 0 10px 10px;
		padding: 30px;
		text-align: center;
		border: 1px solid #ededed;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.landing-page-wrapper .navbar .navbar-menu .navbar-item.is-theme-toggle .theme-toggle {
		margin: 0 auto
	}

	.landing-page-wrapper .navbar .navbar-menu .navbar-item .button {
		width: 100%
	}

	.landing-page-wrapper .main-hero .is-hero-title {
		text-align: center !important
	}

	.landing-page-wrapper .main-hero .is-hero-title .buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.landing-page-wrapper .rounded-hero {
		min-height: 75vh !important
	}

	.landing-page-wrapper .rounded-hero .hero-body .hero-mockup {
		max-width: 610px !important
	}

	.landing-page-wrapper .huro-demos .demo-section .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.landing-page-wrapper .huro-demos .demo-section .columns .column.is-4 {
		min-width: 50% !important
	}

	.landing-page-wrapper .side-feature {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.landing-page-wrapper .component-features .media-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.landing-page-wrapper .component-features .media-flex .left-icon,
	.landing-page-wrapper .component-features .media-flex .flex-meta {
		margin: 0
	}

	.landing-page-wrapper .component-features .media-flex .left-icon {
		margin-bottom: 10px
	}

	.landing-page-wrapper .huro-components .tab-content .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.landing-page-wrapper .huro-components .tab-content .columns .column.is-3 {
		min-width: 33.3% !important
	}

	.huro-footer .footer-head,
	.huro-footer .footer-body {
		padding-left: 20px;
		padding-right: 20px
	}

	.huro-footer .footer-description {
		max-width: 400px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.landing-page-wrapper .navbar {
		width: calc(100% - 40px);
		margin: 0 20px
	}

	.huro-demo-wrapper {
		min-height: 174px
	}

	.huro-footer .footer-head,
	.huro-footer .footer-body {
		padding-left: 20px;
		padding-right: 20px
	}
}

/*! _personal.scss | Huro | Css ninja 2020-2021 */
.personal-dashboard.is-webapp {
	margin-top: 30px
}

.personal-dashboard.personal-dashboard-v1 .dashboard-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	margin-bottom: 30px
}

.personal-dashboard.personal-dashboard-v1 .dashboard-header .start {
	margin-left: 12px
}

.personal-dashboard.personal-dashboard-v1 .dashboard-header .start h3,
.card-grid-toolbar .dashboard-header .start h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	/*font-size:1.3rem;*/
	color: #283252
}

.personal-dashboard.personal-dashboard-v1 .dashboard-header .end {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.personal-dashboard.personal-dashboard-v1 .dashboard-header .end .button {
	margin-left: 10px
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card {
	font-family: "Roboto", sans-serif
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card>h4,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .apexcharts-title-text {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252;
	margin-bottom: 12px
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner .quick-stat {
	width: calc(50% - 16px);
	padding: 40px 20px;
	background: #f5f6fa;
	margin: 8px;
	border-radius: 6px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner .quick-stat .media-flex-center .flex-meta span:first-child {
	font-size: 1.4rem;
	font-weight: 600;
	color: #283252
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-upgrade {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #7b2ce2;
	border-color: #7b2ce2;
	padding: 20px 40px;
	min-height: 320px;
	border-radius: 6px;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-upgrade .lnil,
.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-upgrade .lnir {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	font-size: 4rem;
	opacity: .3
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-upgrade .cta-content {
	text-align: center
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-upgrade .cta-content h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	color: #fcfcfc;
	margin-bottom: 8px
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-upgrade .link {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin-top: .5rem
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-upgrade .link:hover {
	color: #fcfcfc;
	opacity: .6
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-gauge {
	position: relative
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-gauge .people {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 5
}

.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-gauge .people .h-avatar {
	margin: 0 4px
}

body.is-dark .personal-dashboard.personal-dashboard-v1 .dashboard-header .start h3,
body.is-dark .card-grid-toolbar .dashboard-header .start h3 {
	color: #aaaab3
}

body.is-dark .personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card.is-upgrade {
	background: #797bf2;
	border-color: #797bf2;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

body.is-dark .personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner .quick-stat {
	background: #28282b;
	border: 1px solid #404046
}

body.is-dark .personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner .quick-stat .media-flex-center .flex-meta span:first-child {
	color: #aaaab3
}

.personal-dashboard.personal-dashboard-v2 .dashboard-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px
}

.personal-dashboard.personal-dashboard-v2 .dashboard-header .user-meta {
	padding: 0 3rem;
	border-right: 1px solid #e5e5e5
}

.personal-dashboard.personal-dashboard-v2 .dashboard-header .user-meta h3 {
	max-width: 180px
}

.personal-dashboard.personal-dashboard-v2 .dashboard-header .user-action {
	padding: 0 3rem
}

.personal-dashboard.personal-dashboard-v2 .dashboard-header .cta {
	position: relative;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	max-width: 275px;
	margin-left: auto;
	background: #7b2ce2;
	padding: 20px;
	border-radius: 6px;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.personal-dashboard.personal-dashboard-v2 .dashboard-header .cta .lnil,
.personal-dashboard.personal-dashboard-v2 .dashboard-header .cta .lnir {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	font-size: 4rem;
	opacity: .3
}

.personal-dashboard.personal-dashboard-v2 .dashboard-header .cta .link {
	font-family: "Montserrat", sans-serif;
	display: block;
	font-weight: 500;
	margin-top: .5rem
}

.personal-dashboard.personal-dashboard-v2 .dashboard-header .cta .link:hover {
	color: #fcfcfc;
	opacity: .6
}

.personal-dashboard.personal-dashboard-v2 .dashboard-card {
	padding: 30px
}

.personal-dashboard.personal-dashboard-v2 .dashboard-card:not(:last-child) {
	margin-bottom: 1.5rem
}

.personal-dashboard.personal-dashboard-v2 .dashboard-card .card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.personal-dashboard.personal-dashboard-v2 .dashboard-card .card-head h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252;
	margin-bottom: 0
}

.personal-dashboard.personal-dashboard-v2 .dashboard-card .active-projects,
.personal-dashboard.personal-dashboard-v2 .dashboard-card .active-team,
.personal-dashboard.personal-dashboard-v2 .dashboard-card .active-list {
	padding: 10px 0
}

body.is-dark .personal-dashboard.personal-dashboard-v2 .home-header .cta {
	background: #8284f3;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

.personal-dashboard.personal-dashboard-v3 .columns.is-flex-tablet-p .column.is-6 {
	min-width: 50%
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card {
	font-family: "Roboto", sans-serif
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card:not(:last-child) {
	margin-bottom: 1.5rem
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card.is-welcome {
	background: #f5f6fa;
	border: none;
	padding: 40px
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card.is-welcome .welcome-title h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	color: #283252
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card.is-welcome .welcome-progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card.is-welcome .welcome-progress .meta {
	margin-left: 16px
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card.is-welcome .welcome-progress .meta span {
	display: block
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card.is-welcome .welcome-progress .meta span:first-child {
	color: #a2a5b9;
	font-size: .95rem
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card.is-welcome .welcome-progress .meta span:nth-child(2) {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card.is-welcome .button-wrap .h-button {
	height: 44px;
	border-radius: 10px
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card.is-interview:not(:last-child) {
	margin-bottom: .75rem
}

.personal-dashboard.personal-dashboard-v3 .dashboard-card.is-interview .flex-end svg {
	height: 18px;
	width: 18px;
	stroke: #a2a5b9
}

.personal-dashboard.personal-dashboard-v3 .picker-widget {
	padding: 40px;
	height: 317px
}

.personal-dashboard.personal-dashboard-v3 .stats-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 280px
}

.personal-dashboard.personal-dashboard-v3 .stats-wrapper .people {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 6px
}

.personal-dashboard.personal-dashboard-v3 .stats-wrapper .people .left span {
	display: block;
	font-family: "Roboto", sans-serif
}

.personal-dashboard.personal-dashboard-v3 .stats-wrapper .people .left span:first-child {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.personal-dashboard.personal-dashboard-v3 .stats-wrapper .people .left span:nth-child(2) {
	font-size: .9rem;
	color: #a2a5b9
}

.personal-dashboard.personal-dashboard-v3 .stats-wrapper .people .left span:nth-child(2) a {
	font-weight: 500;
	color: var(--primary-color)
}

@media only screen and (max-width: 767px) {
	.personal-dashboard.personal-dashboard-v1 .dashboard-header {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.personal-dashboard.personal-dashboard-v1 .dashboard-header .start {
		margin: 10px auto
	}

	.personal-dashboard.personal-dashboard-v1 .dashboard-header .end {
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner .quick-stat {
		padding: 20px
	}

	.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner .quick-stat .media-flex-center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner .quick-stat .media-flex-center .flex-meta {
		margin: 10px 0;
		text-align: center
	}

	.personal-dashboard.personal-dashboard-v2 .dashboard-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.personal-dashboard.personal-dashboard-v2 .dashboard-header .h-avatar {
		margin-bottom: 10px
	}

	.personal-dashboard.personal-dashboard-v2 .dashboard-header .user-meta {
		padding-top: 10px;
		padding-bottom: 10px;
		border: none
	}

	.personal-dashboard.personal-dashboard-v2 .dashboard-header .user-action {
		padding-bottom: 30px
	}

	.personal-dashboard.personal-dashboard-v2 .dashboard-header .cta {
		margin-left: 0
	}

	.personal-dashboard.personal-dashboard-v2 .active-projects .media-flex-center .flex-end .avatar-stack {
		display: none
	}

	.personal-dashboard.personal-dashboard-v3 .stats-wrapper {
		height: auto
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner .quick-stat {
		padding: 20px 20px
	}

	.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner .quick-stat .media-flex-center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.personal-dashboard.personal-dashboard-v1 .dashboard-body .dashboard-card .quick-stats .quick-stats-inner .quick-stat .media-flex-center .flex-meta {
		margin: 2px 0 0 0;
		text-align: center
	}
}

/*! _finance.scss | Huro | Css ninja 2020-2021 */
.finance-dashboard.analytics-dashboard .dashboard-tile {
	font-family: "Roboto", sans-serif
}

.finance-dashboard.analytics-dashboard .dashboard-tile .tile-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.finance-dashboard.analytics-dashboard .dashboard-tile .tile-head h3 {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 600
}

.finance-dashboard.analytics-dashboard .dashboard-tile .tile-body {
	font-size: 2rem;
	padding: 4px 0 8px 0
}

.finance-dashboard.analytics-dashboard .dashboard-tile .tile-body span {
	color: #283252;
	font-weight: 600
}

.finance-dashboard.analytics-dashboard .dashboard-tile .tile-foot span:first-child {
	font-weight: 500
}

.finance-dashboard.analytics-dashboard .dashboard-tile .tile-foot span:first-child svg {
	height: 16px;
	width: 16px;
	margin-right: 6px;
	stroke-width: 3px
}

.finance-dashboard.analytics-dashboard .dashboard-tile .tile-foot span:nth-child(2) {
	color: #a2a5b9;
	font-size: .9rem
}

.finance-dashboard.analytics-dashboard .dashboard-card {
	font-family: "Roboto", sans-serif;
	height: 100%
}

.finance-dashboard.analytics-dashboard .dashboard-card .card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.finance-dashboard.analytics-dashboard .dashboard-card .card-head h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.finance-dashboard.analytics-dashboard .dashboard-card .revenue-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.finance-dashboard.analytics-dashboard .dashboard-card .revenue-stats .revenue-stat {
	margin-right: 30px;
	font-family: "Roboto", sans-serif
}

.finance-dashboard.analytics-dashboard .dashboard-card .revenue-stats .revenue-stat span {
	display: block
}

.finance-dashboard.analytics-dashboard .dashboard-card .revenue-stats .revenue-stat span:first-child {
	color: #a2a5b9;
	font-size: .9rem
}

.finance-dashboard.analytics-dashboard .dashboard-card .revenue-stats .revenue-stat span:nth-child(2) {
	color: #283252;
	font-size: 1.2rem;
	font-weight: 600
}

.finance-dashboard.analytics-dashboard .dashboard-card .revenue-stats .revenue-stat span.current {
	color: #797bf2
}

.finance-dashboard.analytics-dashboard .dashboard-card .radial-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 44px)
}

.finance-dashboard.analytics-dashboard .dashboard-card .radial-wrap .radial-stats {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5
}

.finance-dashboard.analytics-dashboard .dashboard-card .radial-wrap .radial-stats .radial-stat {
	width: 50%;
	text-align: center
}

.finance-dashboard.analytics-dashboard .dashboard-card .radial-wrap .radial-stats .radial-stat:first-child {
	border-right: 1px solid #e5e5e5
}

.finance-dashboard.analytics-dashboard .dashboard-card .radial-wrap .radial-stats .radial-stat span {
	display: block
}

.finance-dashboard.analytics-dashboard .dashboard-card .radial-wrap .radial-stats .radial-stat span:first-child {
	color: #a2a5b9;
	font-size: .9rem
}

.finance-dashboard.analytics-dashboard .dashboard-card .radial-wrap .radial-stats .radial-stat span:nth-child(2) {
	color: #283252;
	font-size: 1.3rem;
	font-weight: 600
}

.finance-dashboard.analytics-dashboard .dashboard-card .progress-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 44px);
	font-family: "Roboto", sans-serif
}

.finance-dashboard.analytics-dashboard .dashboard-card .progress-block .value {
	font-size: 1.4rem;
	font-weight: 600
}

.finance-dashboard.analytics-dashboard .dashboard-card .progress-block .value span {
	color: #283252
}

.finance-dashboard.analytics-dashboard .dashboard-card .progress-block .progress {
	margin-bottom: 8px
}

.finance-dashboard.analytics-dashboard .dashboard-card .progress-block .progress-foot span:first-child {
	font-weight: 500
}

.finance-dashboard.analytics-dashboard .dashboard-card .progress-block .progress-foot span:first-child svg {
	height: 16px;
	width: 16px;
	margin-right: 6px;
	stroke-width: 3px
}

.finance-dashboard.analytics-dashboard .dashboard-card .progress-block .progress-foot span:nth-child(2) {
	color: #a2a5b9;
	font-size: .9rem
}

.finance-dashboard.analytics-dashboard .dashboard-card .progress-block .circle-chart-wrapper {
	margin-top: auto
}

.finance-dashboard.stock-dashboard .stock {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	padding: 5px 0;
	margin: 5px 0
}

.finance-dashboard.stock-dashboard .stock .stock-logo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	margin-right: 10px
}

.finance-dashboard.stock-dashboard .stock .stock-logo:before {
	content: "";
	width: 36px;
	height: 36px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	border-radius: 7px
}

.finance-dashboard.stock-dashboard .stock .stock-logo.github:before,
.finance-dashboard.stock-dashboard .stock .stock-logo.apple:before {
	background: #444;
	-webkit-box-shadow: 0 14px 26px -12px rgba(68, 68, 68, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(68, 68, 68, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(68, 68, 68, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(68, 68, 68, .2) !important
}

.finance-dashboard.stock-dashboard .stock .stock-logo.invision:before {
	background: #f36;
	-webkit-box-shadow: 0 14px 26px -12px rgba(255, 51, 102, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 51, 102, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(255, 51, 102, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 51, 102, .2) !important
}

.finance-dashboard.stock-dashboard .stock .stock-logo.facebook:before,
.finance-dashboard.stock-dashboard .stock .stock-logo.docker:before {
	background: #3b5998;
	-webkit-box-shadow: 0 14px 26px -12px rgba(59, 89, 152, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(59, 89, 152, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(59, 89, 152, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(59, 89, 152, .2) !important
}

.finance-dashboard.stock-dashboard .stock .stock-logo.amazon:before {
	background: #f90;
	-webkit-box-shadow: 0 14px 26px -12px rgba(255, 153, 0, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 153, 0, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(255, 153, 0, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 153, 0, .2) !important
}

.finance-dashboard.stock-dashboard .stock .stock-logo.twitter:before {
	background: #1dcaff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(29, 202, 255, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(29, 202, 255, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(29, 202, 255, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(29, 202, 255, .2) !important
}

.finance-dashboard.stock-dashboard .stock .stock-logo.algolia:before {
	background: #797bf2;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

.finance-dashboard.stock-dashboard .stock .stock-logo.snapchat:before {
	background: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.finance-dashboard.stock-dashboard .stock .stock-logo i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.finance-dashboard.stock-dashboard .stock .stock-info {
	margin-left: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.2
}

.finance-dashboard.stock-dashboard .stock .stock-info .stock-name {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .9rem;
	color: #283252
}

.finance-dashboard.stock-dashboard .stock .stock-info .stock-fullname {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.finance-dashboard.stock-dashboard .stock .stock-value {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bold;
	color: #a2a5b9;
	text-align: right
}

.finance-dashboard.stock-dashboard .graph {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border: 1px solid #ededed
}

.finance-dashboard.stock-dashboard .graph .dropdown {
	position: absolute;
	top: 10px;
	right: 10px
}

.finance-dashboard.stock-dashboard .graph>svg {
	max-width: 100%;
	min-height: 90px;
	margin: 0 auto 16px auto;
	display: block
}

.finance-dashboard.stock-dashboard .graph>svg text {
	font-family: Roboto;
	font-weight: 700;
	font-size: 12px;
	font-style: normal
}

.finance-dashboard.stock-dashboard .asset-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 0
}

.finance-dashboard.stock-dashboard .asset-category .category {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.finance-dashboard.stock-dashboard .asset-category .category:hover .asset .asset-logo {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.finance-dashboard.stock-dashboard .asset-category .category:hover .asset .asset-logo:before {
	border-color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.finance-dashboard.stock-dashboard .asset-category .category:hover .asset .asset-logo i {
	color: var(--primary-color)
}

.finance-dashboard.stock-dashboard .asset-category .category:hover .asset-name {
	color: var(--primary-color)
}

.finance-dashboard.stock-dashboard .asset-category .category .asset {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 10px 0
}

.finance-dashboard.stock-dashboard .asset-category .category .asset .asset-logo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.finance-dashboard.stock-dashboard .asset-category .category .asset .asset-logo:before {
	content: "";
	width: 46px;
	height: 46px;
	background-color: #fff;
	border: 1px solid #ededed;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 10px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.finance-dashboard.stock-dashboard .asset-category .category .asset .asset-logo i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #a2a5b9;
	font-size: 18px;
	-webkit-transition: color .3s;
	transition: color .3s
}

.finance-dashboard.stock-dashboard .asset-category .category .asset-name {
	color: #283252;
	font-size: .9rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	-webkit-transition: color .3s;
	transition: color .3s
}

.finance-dashboard.stock-dashboard .stock-card .action-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.finance-dashboard.stock-dashboard .stock-card .action-bar h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.finance-dashboard.stock-dashboard .stock-card .stock {
	margin: 8px 0
}

.finance-dashboard.stock-dashboard .stock-card .stock .stock-logo i {
	font-size: 14px
}

body.is-dark .finance-dashboard.stock-dashboard .graph {
	background: #323236 !important;
	border-color: #404046 !important
}

body.is-dark .finance-dashboard.stock-dashboard .stock .stock-info .stock-name {
	color: #aaaab3
}

body.is-dark .finance-dashboard.stock-dashboard .asset-category .category:hover .asset .asset-logo:before {
	border-color: #797bf2 !important
}

body.is-dark .finance-dashboard.stock-dashboard .asset-category .category:hover .asset .asset-logo i {
	color: #797bf2
}

body.is-dark .finance-dashboard.stock-dashboard .asset-category .category:hover .asset-name {
	color: #797bf2
}

body.is-dark .finance-dashboard.stock-dashboard .asset-category .category .asset .asset-logo:before {
	background: #323236 !important;
	border-color: #404046 !important
}

body.is-dark .finance-dashboard.stock-dashboard .asset-category .category .asset-name {
	color: #aaaab3
}

body.is-dark .finance-dashboard.stock-dashboard .stock-card .action-bar h3 {
	color: #aaaab3
}

.finance-dashboard.sales-dashboard .dashboard-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	margin-bottom: 30px
}

.finance-dashboard.sales-dashboard .dashboard-header .start {
	margin-left: 12px
}

.finance-dashboard.sales-dashboard .dashboard-header .start h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
	color: #283252
}

.finance-dashboard.sales-dashboard .dashboard-header .end {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.finance-dashboard.sales-dashboard .dashboard-header .end .button {
	margin-left: 10px
}

.finance-dashboard.sales-dashboard .spark-tiles .spark-tile {
	padding: 0
}

.finance-dashboard.sales-dashboard .dashboard-card:not(:last-child) {
	margin-bottom: 1.5rem
}

.finance-dashboard.sales-dashboard .dashboard-card.flex-chart {
	height: calc(50% - 0.75rem)
}

.finance-dashboard.sales-dashboard .dashboard-card .card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.finance-dashboard.sales-dashboard .dashboard-card .card-head h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.finance-dashboard.sales-dashboard .dashboard-card .revenue-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

.finance-dashboard.sales-dashboard .dashboard-card .revenue-stats .revenue-stat {
	margin-right: 30px;
	font-family: "Roboto", sans-serif
}

.finance-dashboard.sales-dashboard .dashboard-card .revenue-stats .revenue-stat span {
	display: block
}

.finance-dashboard.sales-dashboard .dashboard-card .revenue-stats .revenue-stat span:first-child {
	color: #a2a5b9;
	font-size: .9rem
}

.finance-dashboard.sales-dashboard .dashboard-card .revenue-stats .revenue-stat span:nth-child(2) {
	color: #283252;
	font-size: 1.2rem;
	font-weight: 600
}

.finance-dashboard.sales-dashboard .dashboard-card .revenue-stats .revenue-stat span.current {
	color: #797bf2
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-media .meta {
	margin-right: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-media .meta h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-media .meta span {
	display: block;
	color: #283252;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 8px
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-media .meta p {
	font-size: .9rem
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-media .chart-container {
	min-width: 110px
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-group .group {
	text-align: center;
	width: 33.3%
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-group .group .chart-container {
	margin-top: -5px
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-group .group span {
	display: block;
	margin-top: -25px;
	font-family: "Roboto", sans-serif;
	color: #283252;
	font-weight: 600;
	font-size: 1.2rem
}

.finance-dashboard.sales-dashboard .dashboard-card .chart-group .group p {
	font-size: .9rem
}

.finance-dashboard.sales-dashboard .widget {
	min-height: 305px
}

@media only screen and (max-width: 767px) {
	.finance-dashboard.stock-dashboard .asset-category {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.finance-dashboard.stock-dashboard .asset-category .category {
		min-width: 25% !important;
		margin-bottom: 12px !important
	}

	.finance-dashboard.sales-dashboard .dashboard-header {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.finance-dashboard.sales-dashboard .dashboard-header .start {
		margin: 10px auto
	}

	.finance-dashboard.sales-dashboard .dashboard-header .end {
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

/*! _banking.scss | Huro | Css ninja 2020-2021 */
.banking-dashboard.banking-dashboard-v1 .columns .column {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card:not(:last-child) {
	margin-bottom: 1.5rem
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards {
	padding: 0
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .title-wrap {
	padding: 20px 20px 10px 20px;
	margin-bottom: 0
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	justify-content: space-between;
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner:not(:first-child) {
	border-top: 1.6px dashed #e3e3e3
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 80px;
	width: 120px;
	min-width: 120px;
	background: #ededed;
	border-radius: 10px;
	padding: 6px 10px 8px 10px;
	overflow: hidden
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card.is-theme-1 {
	background: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card.is-theme-2 {
	background: #039be5;
	-webkit-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card .top .card-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card .top .card-number span {
	font-family: "Roboto", sans-serif;
	font-size: .8rem;
	font-weight: 500;
	color: #fcfcfc;
	display: block
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card .top .card-number img {
	display: block;
	width: 100%;
	max-width: 28px
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card .bottom {
	font-family: "Roboto", sans-serif;
	font-size: .7rem;
	font-weight: 500;
	color: #fcfcfc
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card .shape {
	position: absolute;
	bottom: -10px;
	right: -10px;
	height: 46px;
	width: 46px;
	background: #fff;
	border-radius: 50%;
	opacity: .15
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta {
	margin-left: 16px
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta span {
	display: block;
	font-family: "Roboto", sans-serif
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta span:first-child {
	font-size: .9rem;
	color: #a2a5b9
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta span:nth-child(2) {
	color: #283252;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-end {
	margin-left: auto
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner {
	padding: 10px 20px 20px 20px
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 12px
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .title-wrap h3 {
	font-size: 1rem;
	color: #283252;
	font-weight: 500
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .title-wrap .action-link {
	font-size: .9rem
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6px 0
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #283252;
	font-size: .9rem;
	line-height: 2
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line span {
	color: #a2a5b9;
	font-size: .9rem
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line span.has-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line span.has-image img {
	max-width: 28px;
	margin-right: 6px
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .info-block-inner .info-block-line span i {
	position: relative;
	top: 0;
	font-size: 10px;
	margin-right: 8px
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 372px
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .people {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .people .h-avatar {
	margin: 0 4px
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "Roboto", sans-serif;
	padding: 0 4px
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .actions span {
	font-size: .9rem;
	color: #a2a5b9
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .actions a {
	color: #a2a5b9
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .actions a:hover {
	color: var(--primary-color)
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .people-wrap .actions a svg {
	height: 16px;
	width: 16px
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts .transfer-form {
	margin-top: auto
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-transactions .transactions {
	padding: 10px 0
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-transactions .transactions .media-flex-center .flex-meta span:nth-child(2) {
	font-size: .85rem
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-transactions .transactions .media-flex-center .flex-end {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #283252
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-income {
	position: relative
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-income .field {
	position: absolute;
	top: 12px;
	right: 16px;
	z-index: 5
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-income .field .h-select .select-box {
	border-color: transparent
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card>.title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px;
	font-family: "Roboto", sans-serif
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card>.title-wrap h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card>.title-wrap .title-meta {
	font-size: 1rem;
	font-weight: 500;
	color: #283252
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card>.title-wrap .action-link {
	font-size: .9rem
}

.banking-dashboard.banking-dashboard-v1 .dashboard-card .context-text {
	font-size: .9rem;
	margin-bottom: 10px
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card {
		height: 67px;
		width: 100px;
		min-width: 100px
	}

	.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-credit-cards .card-block .card-block-inner .credit-card-meta span:nth-child(2) {
		font-size: 1.3rem
	}

	.banking-dashboard.banking-dashboard-v1 .dashboard-card.is-contacts {
		height: 400px
	}

	.banking-dashboard.banking-dashboard-v1 .dashboard-card .context-text {
		font-size: .8rem
	}
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card:not(:last-child) {
	margin-bottom: 1.5rem
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel.is-grey {
	background: #f5f6fa;
	border: none
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .columns .column:first-child .inner-box {
	border-right: 1px solid #e5e5e5
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box {
	position: relative;
	margin: 20px;
	height: calc(100% - 40px)
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .box-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .box-title h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .box-title .h-select .select-box {
	border-color: transparent
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .controls {
	margin-right: 1.5rem
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .controls .button .icon svg {
	height: 20px;
	width: 20px
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel {
	max-width: 520px
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .slick-dots {
	text-align: right;
	position: absolute;
	top: -45px;
	right: 0;
	height: auto;
	max-height: 30px;
	width: auto
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .slick-dots li {
	margin: 0
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner {
	margin-bottom: 0
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item {
	margin: 0 1.5rem 1.5rem 0;
	outline: none !important
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard {
	background-image: linear-gradient(-225deg, #5517a5 0%, #621bc0 48%, #863ee4 100%);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .shape {
	opacity: .15
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .top img.active {
	display: block
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .top img.inactive,
.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .top img.inactive.light-image {
	display: none !important
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .bottom span {
	color: #fcfcfc
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Roboto", sans-serif;
	width: 240px;
	height: 144px;
	border-radius: 14px;
	background: #ededed;
	padding: 18px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .shape {
	position: absolute;
	bottom: -10px;
	right: -10px;
	height: 70px;
	width: 70px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .top img {
	display: block;
	max-width: 35px
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .top img.active {
	display: none
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .top img.inactive {
	display: block
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .bottom {
	margin-top: auto
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .bottom span {
	display: block;
	color: #283252
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .bottom span:first-child {
	font-weight: 600;
	font-size: 1.3rem
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .bottom span:nth-child(2) {
	font-size: .9rem
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 60px)
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance span {
	display: block;
	color: var(--primary-color)
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance span:first-child {
	font-weight: 700;
	font-size: 2.4rem
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance span:nth-child(2) {
	font-size: 1rem;
	font-weight: 500
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat {
	width: 50%;
	font-family: "Roboto", sans-serif
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-title {
	color: #a2a5b9;
	margin-bottom: 6px
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #f2f2f2
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon.is-up {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon.is-up svg {
	stroke: #93e088
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon.is-down {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon.is-down svg {
	stroke: #f92b60
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon svg {
	height: 16px;
	width: 16px;
	stroke-width: 3px
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-text {
	margin-left: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	color: #283252
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary {
	padding: 0 20px;
	border: 1px solid #e0e0e0;
	border-radius: 6px
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item {
	padding: 20px 0;
	font-family: "Roboto", sans-serif
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item:first-child {
	border-bottom: 1px solid #e0e0e0
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item span {
	display: block
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item span:first-child {
	font-size: .85rem;
	font-weight: 500;
	color: #a2a5b9
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item span:nth-child(2) {
	font-weight: 500
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item span:nth-child(2).is-income {
	color: #93e088
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item span:nth-child(2).is-expense {
	color: #f92b60
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper {
	position: relative;
	padding-right: 30px
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper .action-link {
	position: absolute;
	top: -42px;
	right: 45px
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .transactions {
	padding: 10px 0
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .transactions .media-flex-center .flex-meta span:nth-child(2) {
	font-size: .85rem
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .transactions .media-flex-center .flex-end {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #283252
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0 0 0
}

.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .button-wrap .button {
	max-width: 49%
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel {
	background: #323236
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box {
	border-color: #404046 !important
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .box-title h3 {
	color: #aaaab3
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard {
	background-image: linear-gradient(-225deg, #5456ee 0%, #7072f1 48%, #b1b2f7 100%);
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item.slick-current .ccard .top .inactive.dark-image {
	display: none !important
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard {
	background: #28282b
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .top .inactive.dark-image {
	display: block !important
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard .bottom span {
	color: #aaaab3
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance span {
	color: #797bf2
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-icon {
	background: #28282b
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance-stats .card-balance-stat .stat-block .stat-text {
	color: #aaaab3
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary {
	border-color: #404046;
	background: #2d2d31
}

body.is-dark .banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap .monthly-summary .monthly-summary-item {
	border-color: #404046
}

.banking-dashboard.banking-dashboard-v3 .dashboard-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "Roboto", sans-serif;
	margin-bottom: 20px
}

.banking-dashboard.banking-dashboard-v3 .dashboard-header .left>span {
	color: #a2a5b9
}

.banking-dashboard.banking-dashboard-v3 .dashboard-header .left .currency .amount {
	position: relative;
	font-size: 2rem;
	font-weight: 600;
	color: #283252
}

.banking-dashboard.banking-dashboard-v3 .dashboard-header .left .currency .amount.is-positive:after {
	color: #93e088
}

.banking-dashboard.banking-dashboard-v3 .dashboard-header .left .currency .amount.is-negative:after {
	color: #f92b60
}

.banking-dashboard.banking-dashboard-v3 .dashboard-header .left .currency .amount:after {
	content: "+3.4%";
	position: relative;
	top: -8px;
	right: -8px;
	font-size: 1.1rem
}

.banking-dashboard.banking-dashboard-v3 .dashboard-tiles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
	margin-bottom: 1rem
}

.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile {
	width: calc(33.3% - 16px);
	margin: 8px
}

.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile span {
	display: block;
	font-family: "Roboto", sans-serif
}

.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile span:first-child {
	font-size: .9rem;
	color: #a2a5b9;
	margin-bottom: 4px
}

.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile span:nth-child(2) {
	font-weight: 500;
	font-size: 1.2rem;
	color: #283252
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card:not(:last-child) {
	margin-bottom: 1.5rem
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card.is-side {
	padding: 30px
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card.is-wallet img {
	display: block;
	max-width: 200px;
	margin: 0 auto
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card .subheading-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card .subheading-wrap .subheading {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .8rem;
	text-transform: uppercase;
	color: #283252
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card .subheading-wrap .action-link {
	font-size: .9rem
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card .currency-description {
	padding: 10px 0 20px 0
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card .button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.banking-dashboard.banking-dashboard-v3 .dashboard-card .button-wrap .button {
	width: 49%
}

@media only screen and (max-width: 767px) {
	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel {
		overflow: hidden;
		padding: 10px
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box {
		border-right: none !important
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper {
		position: relative;
		margin-top: 30px
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-wrapper .controls {
		position: absolute;
		top: -68px;
		right: -8px;
		margin-right: 0
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance {
		margin-bottom: 30px
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap {
		margin-bottom: 60px
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper {
		padding-right: 0
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper .action-link {
		top: -45px;
		right: 0px
	}

	.banking-dashboard.banking-dashboard-v3 .dashboard-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.banking-dashboard.banking-dashboard-v3 .dashboard-header .left {
		margin-bottom: 1.5rem
	}

	.banking-dashboard.banking-dashboard-v3 .dashboard-tiles {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile {
		width: calc(100% - 16px) !important;
		min-width: calc(100% - 16px) !important
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box {
		border-right: none !important
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance {
		margin-bottom: 30px
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .monthly-summary-wrap {
		margin-bottom: 60px
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper {
		padding-right: 0
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .chart-wrapper .action-link {
		top: -45px;
		right: 0px
	}

	.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile span:nth-child(2) {
		font-size: 1.1rem
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel {
		margin-left: 30px;
		max-width: 400px !important
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .cards-carousel .cards-carousel-inner .cards-carousel-item .ccard {
		width: 180px !important;
		height: 108px !important
	}

	.banking-dashboard.banking-dashboard-v2 .dashboard-card.is-card-panel .inner-box .card-balance-wrap .card-balance {
		margin-bottom: 20px
	}

	.banking-dashboard.banking-dashboard-v3 .dashboard-tiles .dashboard-tile span:nth-child(2) {
		font-size: 1rem
	}
}

/*! _business.scss | Huro | Css ninja 2020-2021 */
.business-dashboard.flights-dashboard .booking-bar-wrapper {
	position: relative;
	background: var(--primary-color);
	border-color: var(--primary-color);
	padding: 30px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.business-dashboard.flights-dashboard .booking-bar-wrapper .travel-illustration {
	position: absolute;
	bottom: 30px;
	right: 30px;
	max-width: 260px
}

.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px
}

.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar-info .lnil {
	font-size: 2.2rem;
	color: #fff
}

.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar-info .inner {
	margin-left: 16px
}

.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar-info .inner .booking-bar-heading {
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff
}

.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar-info .inner .booking-bar-sub-heading {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
	color: #fff
}

.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs .control:not(:last-of-type) {
	margin-right: 2rem
}

.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs .input {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.business-dashboard.flights-dashboard .flights-toolbar {
	padding: 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.business-dashboard.flights-dashboard .flights-toolbar h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #283252
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ededed;
	-webkit-transition: all .3s;
	transition: all .3s
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary:hover {
	border-color: var(--primary-color)
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary.is-featured {
	background: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary.is-featured .flight-price {
	color: #fff
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary.is-featured .meta span {
	color: #fff !important
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .flight-price {
	font-family: "Roboto", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: var(--primary-color)
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .flight-price:before {
	content: "$";
	position: relative;
	right: -4px;
	font-size: 1.2rem;
	font-weight: 700
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .meta {
	margin-left: 16px;
	line-height: 1.3
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .meta span {
	display: block
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .meta span:first-child {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase
}

.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .meta span:nth-child(2) {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	font-size: .9rem
}

.business-dashboard.flights-dashboard .flights {
	padding: 1.5rem 0
}

.business-dashboard.flights-dashboard .flights .flight-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none
}

.business-dashboard.flights-dashboard .flights .flight-card:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.business-dashboard.flights-dashboard .flights .flight-card:hover .route .line:before,
.business-dashboard.flights-dashboard .flights .flight-card:hover .route .line:after {
	opacity: 1
}

.business-dashboard.flights-dashboard .flights .flight-card>img {
	display: block;
	border-radius: 50%;
	max-width: 32px
}

.business-dashboard.flights-dashboard .flights .flight-card .start span,
.business-dashboard.flights-dashboard .flights .flight-card .end span {
	display: block;
	color: #283252;
	font-family: "Roboto", sans-serif
}

.business-dashboard.flights-dashboard .flights .flight-card .start span:first-child,
.business-dashboard.flights-dashboard .flights .flight-card .end span:first-child {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.business-dashboard.flights-dashboard .flights .flight-card .start span:nth-child(2),
.business-dashboard.flights-dashboard .flights .flight-card .start span:nth-child(3),
.business-dashboard.flights-dashboard .flights .flight-card .end span:nth-child(2),
.business-dashboard.flights-dashboard .flights .flight-card .end span:nth-child(3) {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.business-dashboard.flights-dashboard .flights .flight-card .start {
	margin-left: 1rem
}

.business-dashboard.flights-dashboard .flights .flight-card .end {
	margin-left: auto;
	margin-right: 1.5rem
}

.business-dashboard.flights-dashboard .flights .flight-card .route {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 320px;
	margin: 0 auto;
	padding: 0 1rem
}

.business-dashboard.flights-dashboard .flights .flight-card .route .departure {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 1px solid #a2a5b9
}

.business-dashboard.flights-dashboard .flights .flight-card .route .line {
	position: relative;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	height: 1px;
	border-bottom: 1.6px dashed #a2a5b9
}

.business-dashboard.flights-dashboard .flights .flight-card .route .line:before,
.business-dashboard.flights-dashboard .flights .flight-card .route .line:after {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.business-dashboard.flights-dashboard .flights .flight-card .route .line:before {
	content: "";
	position: absolute;
	top: -14px;
	left: 50%;
	right: 50%;
	height: 10px;
	width: 1px;
	border-right: 1px solid #a2a5b9
}

.business-dashboard.flights-dashboard .flights .flight-card .route .line:after {
	content: attr(data-content);
	position: absolute;
	top: -32px;
	left: 23%;
	width: 130px;
	font-size: .8rem;
	text-align: center;
	color: #a2a5b9
}

.business-dashboard.flights-dashboard .flights .flight-card .route .arrival {
	font-size: 1.8rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	height: 26px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.business-dashboard.flights-dashboard .flights .flight-card .route .arrival .lnil {
	position: relative;
	top: -4px;
	right: 5px;
	color: #a2a5b9;
	margin-left: .75rem
}

.business-dashboard.flights-dashboard .flights .flight-card .flight-price {
	font-family: "Roboto", sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	color: #a2a5b9
}

.business-dashboard.flights-dashboard .flights .flight-card .flight-price:before {
	content: "$";
	position: relative;
	top: -8px;
	right: -6px;
	font-size: 1.1rem;
	font-weight: 700
}

.business-dashboard.flights-dashboard .company-card {
	padding: 30px;
	margin-bottom: 1.5rem
}

.business-dashboard.flights-dashboard .company-card .h-avatar {
	display: block;
	margin: 0 auto
}

.business-dashboard.flights-dashboard .filters-card {
	padding: 30px;
	margin-bottom: 1.5rem
}

.business-dashboard.flights-dashboard .filters-card .checkboxes-list {
	margin: 0;
	padding: 20px 0 0 0
}

.business-dashboard.flights-dashboard .filters-card .checkboxes-list .field>h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .8rem;
	text-transform: uppercase;
	color: #283252;
	padding-bottom: 6px
}

.business-dashboard.flights-dashboard .filters-card .checkboxes-list .checkbox {
	padding: 8px 0
}

body.is-dark .business-dashboard.flights-dashboard .booking-bar-wrapper {
	background: #2d2d31;
	border-color: #404046;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary:hover {
	border-color: #797bf2 !important
}

body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary.is-featured {
	background: #797bf2 !important;
	border-color: #797bf2 !important;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important
}

body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary.is-featured .flight-price {
	color: #fff
}

body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .flight-price {
	color: #797bf2
}

body.is-dark .business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .meta span:first-child {
	color: #aaaab3
}

body.is-dark .business-dashboard.flights-dashboard .flights .flight-card .start span:first-child,
body.is-dark .business-dashboard.flights-dashboard .flights .flight-card .end span:first-child {
	color: #aaaab3
}

.business-dashboard.company-dashboard .company-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	margin-bottom: 1.5rem
}

.business-dashboard.company-dashboard .company-header .header-item {
	width: 25%;
	border-right: 1px solid #e5e5e5
}

.business-dashboard.company-dashboard .company-header .header-item:last-child {
	border-right: none
}

.business-dashboard.company-dashboard .company-header .header-item .item-inner {
	text-align: center
}

.business-dashboard.company-dashboard .company-header .header-item .item-inner .lnil,
.business-dashboard.company-dashboard .company-header .header-item .item-inner .lnir {
	font-size: 1.8rem;
	margin-bottom: 6px;
	color: var(--primary-color)
}

.business-dashboard.company-dashboard .company-header .header-item .item-inner span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	color: #283252
}

.business-dashboard.company-dashboard .company-header .header-item .item-inner p {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem
}

.business-dashboard.company-dashboard .widget {
	height: 100%
}

.business-dashboard.company-dashboard .dashboard-card {
	height: 100%
}

.business-dashboard.company-dashboard .dashboard-card.is-company {
	text-align: center;
	padding: 30px
}

.business-dashboard.company-dashboard .dashboard-card.is-company .h-avatar {
	display: block;
	margin: 0 auto 10px auto
}

.business-dashboard.company-dashboard .dashboard-card.is-company .h-avatar .button {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 35px
}

.business-dashboard.company-dashboard .dashboard-card.is-company>h3 {
	color: #283252;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 600
}

.business-dashboard.company-dashboard .dashboard-card.is-company>p {
	font-size: .9rem
}

.business-dashboard.company-dashboard .dashboard-card.is-company .description {
	padding: 10px 0 0 0
}

.business-dashboard.company-dashboard .dashboard-card.is-company .company-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #e5e5e5
}

.business-dashboard.company-dashboard .dashboard-card.is-company .company-stats .company-stat {
	width: 33.3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.business-dashboard.company-dashboard .dashboard-card.is-company .company-stats .company-stat span {
	display: block;
	font-family: "Roboto", sans-serif
}

.business-dashboard.company-dashboard .dashboard-card.is-company .company-stats .company-stat span:first-child {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: .75rem;
	color: #a2a5b9
}

.business-dashboard.company-dashboard .dashboard-card.is-company .company-stats .company-stat span:nth-child(2) {
	color: #283252;
	font-size: 1.4rem;
	font-weight: 600
}

.business-dashboard.company-dashboard .dashboard-card.is-base-chart {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box {
	padding: 30px
}

.business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5
}

.business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats .revenue-stat {
	margin-right: 30px;
	font-family: "Roboto", sans-serif
}

.business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats .revenue-stat span {
	display: block
}

.business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats .revenue-stat span:first-child {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: .75rem;
	color: #a2a5b9
}

.business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats .revenue-stat span:nth-child(2) {
	color: #283252;
	font-size: 1.6rem;
	font-weight: 600
}

.business-dashboard.company-dashboard .dashboard-card.is-base-chart .content-box .revenue-stats .revenue-stat span.current {
	color: #797bf2
}

.business-dashboard.company-dashboard .dashboard-card.is-base-chart .chart-container {
	margin-top: auto
}

.business-dashboard.company-dashboard .dashboard-card.is-tickets {
	padding: 30px
}

.business-dashboard.company-dashboard .dashboard-card.is-tickets .ticket-list {
	padding: 10px 0
}

.business-dashboard.company-dashboard .dashboard-card.is-tickets .ticket-list .media-flex+.media-flex {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5
}

.business-dashboard.company-dashboard .dashboard-card.is-tickets .ticket-list .media-flex .flex-meta span:nth-child(2) {
	font-size: 1rem;
	margin: 4px 0;
	color: #696e8c;
	max-width: 430px
}

.business-dashboard.company-dashboard .dashboard-card.is-tickets .ticket-list .media-flex .flex-meta span:nth-child(3) {
	font-size: .9rem;
	color: #a2a5b9
}

.business-dashboard.company-dashboard .dashboard-card .card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.business-dashboard.company-dashboard .dashboard-card .card-head h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.business-dashboard.company-dashboard .table-wrapper {
	min-height: 0
}

.business-dashboard.hr-dashboard .block-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	border-radius: 16px;
	padding: 50px;
	background: var(--primary-color);
	font-family: "Roboto", sans-serif;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.business-dashboard.hr-dashboard .block-header .left,
.business-dashboard.hr-dashboard .block-header .right {
	width: 30%
}

.business-dashboard.hr-dashboard .block-header .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 61%;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid var(--primary-border-color)
}

.business-dashboard.hr-dashboard .block-header .center .block-text {
	margin-bottom: 16px
}

.business-dashboard.hr-dashboard .block-header .center .candidates {
	margin-top: auto
}

.business-dashboard.hr-dashboard .block-header .center .candidates>.h-avatar {
	margin-right: 10px
}

.business-dashboard.hr-dashboard .block-header .center .candidates button {
	height: 40px;
	width: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	background: #fff;
	color: #a2a5b9;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.business-dashboard.hr-dashboard .block-header .center .candidates button svg {
	height: 18px;
	width: 18px
}

.business-dashboard.hr-dashboard .block-header .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.business-dashboard.hr-dashboard .block-header .left .current-user .h-avatar {
	margin-bottom: 1rem
}

.business-dashboard.hr-dashboard .block-header .left .current-user h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.2
}

.business-dashboard.hr-dashboard .block-header .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.business-dashboard.hr-dashboard .block-header .right .button {
	margin-top: auto
}

.business-dashboard.hr-dashboard .block-header .block-heading {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 4px
}

.business-dashboard.hr-dashboard .block-header .block-text {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #fff;
	margin-bottom: 16px
}

.business-dashboard.hr-dashboard .block-header .header-meta {
	margin-left: 0px;
	padding-right: 30px
}

.business-dashboard.hr-dashboard .block-header .header-meta h3 {
	color: #fcfcfc;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	max-width: 280px
}

.business-dashboard.hr-dashboard .block-header .header-meta p {
	font-weight: 400;
	color: #f7f7f7;
	margin-bottom: 16px;
	max-width: 320px
}

.business-dashboard.hr-dashboard .block-header .header-meta .action-link span {
	font-size: .8rem;
	text-transform: uppercase;
	margin-right: 6px
}

.business-dashboard.hr-dashboard .block-header .header-meta .action-link i {
	font-size: 12px
}

.business-dashboard.hr-dashboard .feed-settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0
}

.business-dashboard.hr-dashboard .feed-settings h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252
}

.business-dashboard.hr-dashboard .feed-settings .button {
	font-size: .8rem;
	border-radius: 8px;
	margin-right: 4px
}

.business-dashboard.hr-dashboard .feed-settings .button.is-selected {
	background: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.business-dashboard.hr-dashboard .side-text h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252;
	margin-bottom: 8px
}

.business-dashboard.hr-dashboard .side-text p {
	font-size: .95rem;
	margin-bottom: 8px
}

.business-dashboard.hr-dashboard .side-text .action-link {
	font-size: .9rem
}

.business-dashboard.hr-dashboard .recent-rookies .recent-rookies-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.business-dashboard.hr-dashboard .recent-rookies .recent-rookies-header h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252
}

body.is-dark .business-dashboard.hr-dashboard .block-header {
	background: #232326;
	-webkit-box-shadow: none;
	box-shadow: none
}

body.is-dark .business-dashboard.hr-dashboard .block-header .center {
	border-color: #3b3b41
}

body.is-dark .business-dashboard.hr-dashboard .block-header .center .candidates button {
	background: #3b3b41;
	border: 1px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

body.is-dark .business-dashboard.hr-dashboard .block-header .center .candidates button:hover {
	border-color: #797bf2
}

body.is-dark .business-dashboard.hr-dashboard .block-header .center .candidates button:hover svg {
	stroke: #797bf2
}

body.is-dark .business-dashboard.hr-dashboard .feed-settings .button.is-selected {
	background: #797bf2 !important;
	border-color: #797bf2 !important;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	color: #fff !important
}

.business-dashboard.course-dashboard .dashboard-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif
}

.business-dashboard.course-dashboard .dashboard-title.is-main {
	margin-bottom: 30px
}

.business-dashboard.course-dashboard .dashboard-title.is-main h2 {
	font-size: 1.8rem
}

.business-dashboard.course-dashboard .dashboard-title h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #283252
}

.business-dashboard.course-dashboard .course-grid {
	margin-bottom: 2rem
}

.business-dashboard.course-dashboard .course-grid .course-card .tag {
	height: 2.75em;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: .5rem;
	line-height: 2.7;
	margin-bottom: 2rem
}

.business-dashboard.course-dashboard .course-grid .course-card h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252;
	margin-bottom: 1rem
}

.business-dashboard.course-dashboard .course-grid .course-card .students {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem 0
}

.business-dashboard.course-dashboard .course-grid .course-card .students .h-avatar {
	margin: 0 .25rem
}

.business-dashboard.course-dashboard .course-grid .course-card .students .h-avatar .avatar.is-fake span {
	position: relative;
	left: -2px
}

.business-dashboard.course-dashboard .course-grid .course-card .students .link {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: var(--primary-color);
	margin-left: 1rem
}

.business-dashboard.course-dashboard .course-grid .course-card .attached-block+.attached-block {
	margin-top: 1.5rem
}

.business-dashboard.course-dashboard .course-grid .course-card .attached-block>a {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: .5rem
}

.business-dashboard.course-dashboard .course-grid .course-card .attached-block .block-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #a2a5b9
}

.business-dashboard.course-dashboard .course-grid .course-card .attached-block .block-stats+.block-stats {
	margin-top: .25rem
}

.business-dashboard.course-dashboard .course-grid .course-card .attached-block .block-stats span {
	font-family: "Roboto", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: .75rem
}

.business-dashboard.course-dashboard .course-grid .course-card .attached-block .block-stats span svg {
	height: 15px;
	width: 15px;
	stroke-width: 1px;
	margin-right: .25rem
}

.business-dashboard.course-dashboard .course-grid .course-card .action-block {
	margin-top: 2.5rem
}

.business-dashboard.course-dashboard .course-grid .course-card .action-block .button {
	height: 46px;
	border-radius: .75rem
}

.business-dashboard.course-dashboard .tile-grid .tile-grid-item {
	margin-bottom: 1rem
}

.business-dashboard.course-dashboard .flex-table .flex-table-item {
	border-radius: 1rem;
	padding: 1rem;
	margin-bottom: 1rem
}

.business-dashboard.course-dashboard .flex-table .flex-table-item .tag {
	height: 2.75em;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: .5rem;
	line-height: 2.7
}

.business-dashboard.course-dashboard .flex-table .flex-table-item .action-button {
	border-radius: .75rem
}

.business-dashboard.course-dashboard .flex-table .flex-table-item .action-button:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.business-dashboard.jobs-dashboard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	/* overflow: hidden */
}

.business-dashboard.jobs-dashboard .jobs-dashboard-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: auto
}

.business-dashboard.jobs-dashboard .search-menu {
	height: 56px;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	width: 100%;
	padding-left: .75rem
}

.business-dashboard.jobs-dashboard .search-menu>div:not(:last-of-type) {
	border-right: 1px solid #dbdbdb
}

.business-dashboard.jobs-dashboard .search-menu .search-bar {
	height: 55px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 1.5rem
}

.business-dashboard.jobs-dashboard .search-menu .search-bar .field {
	width: 100%
}

.business-dashboard.jobs-dashboard .search-menu .search-bar .multiselect-tags {
	padding-left: 2.5rem
}

.business-dashboard.jobs-dashboard .search-menu .search-location,
.business-dashboard.jobs-dashboard .search-menu .search-job,
.business-dashboard.jobs-dashboard .search-menu .search-salary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	font-size: 14px;
	font-weight: 500;
	padding: 0 25px;
	height: 100%;
	font-family: "Roboto", sans-serif
}

.business-dashboard.jobs-dashboard .search-menu .search-location input,
.business-dashboard.jobs-dashboard .search-menu .search-job input,
.business-dashboard.jobs-dashboard .search-menu .search-salary input {
	width: 100%;
	height: 100%;
	display: block;
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	background-color: transparent;
	border: none;
	outline: none
}

.business-dashboard.jobs-dashboard .search-menu .search-location svg,
.business-dashboard.jobs-dashboard .search-menu .search-job svg,
.business-dashboard.jobs-dashboard .search-menu .search-salary svg {
	margin-right: .5rem;
	width: 18px;
	color: var(--primary-color);
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.business-dashboard.jobs-dashboard .search-menu .search-button {
	background-color: var(--primary-color);
	min-width: 120px;
	height: 55px;
	border: none;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	padding: 0 1rem;
	border-radius: 0 .75rem .75rem 0;
	color: #fff;
	cursor: pointer;
	margin-left: auto
}

.business-dashboard.jobs-dashboard .main-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	/* padding-top: 2rem */
}

.business-dashboard.jobs-dashboard .main-container .search-type {
	width: 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* height: calc(100vh - 170px); */
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.business-dashboard.jobs-dashboard .main-container .alert {
	background-color: #f5f6fa;
	padding: 1.75rem;
	border-radius: 8px
}

.business-dashboard.jobs-dashboard .main-container .alert .alert-title {
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	margin-bottom: .75rem
}

.business-dashboard.jobs-dashboard .main-container .alert .alert-subtitle {
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	margin-bottom: 1.5rem
}

.business-dashboard.jobs-dashboard .main-container .alert input {
	border-radius: 6px
}

/* .business-dashboard.jobs-dashboard .main-container .job-time {
    padding-top: 1.75rem
} */

.business-dashboard.jobs-dashboard .main-container .job-time .job-wrapper {
	padding-top: 1.75rem
}

.business-dashboard.jobs-dashboard .main-container .job-time .job-time-title {
	font-size: .95rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.business-dashboard.jobs-dashboard .main-container .job-time .type-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a2a5b9;
	font-size: 13px
}

.business-dashboard.jobs-dashboard .main-container .job-time .type-container label {
	margin-left: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.business-dashboard.jobs-dashboard .main-container .job-time .type-container+.type-container {
	margin-top: 10px
}

.business-dashboard.jobs-dashboard .main-container .job-time .type-container .job-number {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 25px;
	min-width: 25px;
	background-color: #fff;
	color: #a2a5b9;
	font-size: .8rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	padding: 0 .25rem;
	border-radius: 50rem
}

.business-dashboard.jobs-dashboard .main-container .searched-jobs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 2.5rem
}

.business-dashboard.jobs-dashboard .main-container .searched-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.business-dashboard.jobs-dashboard .main-container .searched-bar .searched-count {
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #283252
}

.business-dashboard.jobs-dashboard .main-container .job-cards {
	padding-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem
}

@media screen and (max-width: 1212px) {
	.business-dashboard.jobs-dashboard .main-container .job-cards {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width: 930px) {
	.business-dashboard.jobs-dashboard .main-container .job-cards {
		grid-template-columns: repeat(1, 1fr)
	}
}

.business-dashboard.jobs-dashboard .main-container .job-card {
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s
}

.business-dashboard.jobs-dashboard .main-container .job-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.business-dashboard.jobs-dashboard .main-container .job-card .job-card-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.business-dashboard.jobs-dashboard .main-container .job-card .job-card-logo {
	width: 80px;
	height: 80px
}

.business-dashboard.jobs-dashboard .main-container .job-card .job-card-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	margin-bottom: .75rem
}

.business-dashboard.jobs-dashboard .main-container .job-card .job-card-subtitle {
	color: #a2a5b9;
	font-family: "Roboto", sans-serif;
	font-size: .95rem;
	line-height: 1.6em;
	margin-bottom: 1rem
}

.business-dashboard.jobs-dashboard .main-container .job-card .job-card-buttons {
	margin-top: 1rem
}

.business-dashboard.jobs-dashboard .main-container .job-card .job-card-buttons .buttons {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.business-dashboard.jobs-dashboard .main-container .job-card .job-card-buttons .buttons .h-button {
	width: 48%
}

.is-dark .business-dashboard.jobs-dashboard .search-menu {
	background: #28282b;
	border-color: #404046
}

.is-dark .business-dashboard.jobs-dashboard .search-menu>div:not(:last-of-type) {
	border-color: #404046
}

.is-dark .business-dashboard.jobs-dashboard .search-menu .search-location svg,
.is-dark .business-dashboard.jobs-dashboard .search-menu .search-job svg,
.is-dark .business-dashboard.jobs-dashboard .search-menu .search-salary svg {
	color: #797bf2
}

.is-dark .business-dashboard.jobs-dashboard .search-menu .search-location {
	color: #a2a5b9
}

.is-dark .business-dashboard.jobs-dashboard .search-menu .search-button {
	background-color: #797bf2
}

.is-dark .business-dashboard.jobs-dashboard .main-container .alert {
	background: #323236
}

.is-dark .business-dashboard.jobs-dashboard .main-container .alert .alert-title {
	color: #fff
}

.is-dark .business-dashboard.jobs-dashboard .main-container .job-time .job-time-title {
	color: #fff
}

.is-dark .business-dashboard.jobs-dashboard .main-container .job-time .job-number {
	background: #28282b
}

.is-dark .business-dashboard.jobs-dashboard .main-container .searched-jobs .searched-bar .searched-count {
	color: #fff
}

.is-dark .business-dashboard.jobs-dashboard .main-container .searched-jobs .job-card .job-card-title {
	color: #fff
}

@media screen and (max-width: 620px) {
	.business-dashboard.jobs-dashboard .job-cards {
		grid-template-columns: repeat(1, 1fr)
	}
}

@media screen and (max-width: 730px) {
	.business-dashboard.jobs-dashboard .job-cards {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width: 767px) {
	.business-dashboard.flights-dashboard .booking-bar-wrapper .travel-illustration {
		position: static;
		margin-bottom: 20px
	}

	.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}

	.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs .control {
		margin: 0 !important;
		width: 100% !important
	}

	.business-dashboard.flights-dashboard .booking-bar-wrapper .booking-bar .booking-bar-inputs .control:first-child {
		margin-bottom: 1rem !important
	}

	.business-dashboard.flights-dashboard .flights {
		padding-bottom: 0
	}

	.business-dashboard.flights-dashboard .flights .flight-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.business-dashboard.flights-dashboard .flights .flight-card:last-child {
		margin-bottom: 0
	}

	.business-dashboard.flights-dashboard .flights .flight-card>img {
		max-width: 48px;
		margin-bottom: 12px
	}

	.business-dashboard.flights-dashboard .flights .flight-card .start,
	.business-dashboard.flights-dashboard .flights .flight-card .end {
		text-align: center;
		margin: 10px auto
	}

	.business-dashboard.flights-dashboard .flights .flight-card .start span,
	.business-dashboard.flights-dashboard .flights .flight-card .end span {
		font-size: 1rem !important
	}

	.business-dashboard.flights-dashboard .flights .flight-card .route {
		width: 100%;
		max-width: 100%
	}

	.business-dashboard.flights-dashboard .flights .flight-card .route .line:before,
	.business-dashboard.flights-dashboard .flights .flight-card .route .line:after {
		display: none !important
	}

	.business-dashboard.company-dashboard .company-header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.business-dashboard.company-dashboard .company-header .header-item {
		width: 50%;
		border-right: none;
		border: none;
		padding: 16px 0
	}

	.business-dashboard.hr-dashboard .block-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px
	}

	.business-dashboard.hr-dashboard .block-header .left,
	.business-dashboard.hr-dashboard .block-header .center,
	.business-dashboard.hr-dashboard .block-header .right {
		width: 100%
	}

	.business-dashboard.hr-dashboard .block-header .left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 20px
	}

	.business-dashboard.hr-dashboard .block-header .center {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		margin-bottom: 20px
	}

	.business-dashboard.hr-dashboard .feed-settings {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.business-dashboard.hr-dashboard .feed-settings h3 {
		margin-bottom: 16px
	}

	.business-dashboard.course-dashboard .dashboard-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.business-dashboard.course-dashboard .dashboard-title .left {
		margin-bottom: 1rem
	}

	.business-dashboard.jobs-dashboard .search-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		padding: 1rem
	}

	.business-dashboard.jobs-dashboard .search-menu>div:not(:last-of-type) {
		border-right: none
	}

	.business-dashboard.jobs-dashboard .search-menu .search-bar {
		padding: 0
	}

	.business-dashboard.jobs-dashboard .search-menu .search-location,
	.business-dashboard.jobs-dashboard .search-menu .search-job,
	.business-dashboard.jobs-dashboard .search-menu .search-salary {
		width: 100%;
		height: 44px;
		padding: 0
	}

	.business-dashboard.jobs-dashboard .search-menu .search-button {
		width: 100%;
		border-radius: .75rem
	}

	.business-dashboard.jobs-dashboard .main-container .search-type {
		display: none
	}

	.business-dashboard.jobs-dashboard .main-container .searched-jobs {
		padding-left: 0
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.business-dashboard.flights-dashboard .booking-bar-wrapper .travel-illustration {
		bottom: 30px;
		right: -25px;
		max-width: 215px
	}

	.business-dashboard.flights-dashboard .flights {
		padding-bottom: 0
	}

	.business-dashboard.flights-dashboard .flights .flight-card:last-child {
		margin-bottom: 0
	}

	.business-dashboard.hr-dashboard .block-header {
		padding: 40px
	}

	.business-dashboard.hr-dashboard .side-text {
		display: none
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.business-dashboard.flights-dashboard .booking-bar-wrapper .travel-illustration {
		bottom: 30px;
		right: -12px;
		max-width: 200px
	}

	.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .flight-price {
		font-size: 2.2rem
	}

	.business-dashboard.hr-dashboard .block-header {
		padding: 40px
	}

	.business-dashboard.hr-dashboard .block-header .left .current-user h3 {
		font-size: 1.5rem
	}

	.business-dashboard.hr-dashboard .block-header .center .candidates .h-avatar:nth-child(3) {
		display: none
	}

	.business-dashboard.hr-dashboard .column.is-7.is-offset-1 {
		margin-left: 2% !important;
		width: 64.33333% !important
	}
}

@media only screen and (max-width: 1300px)and (orientation: landscape) {
	.business-dashboard.flights-dashboard .flights-summary-wrapper .flight-summary .flight-price {
		font-size: 2.2rem
	}
}

/*! _lifestyle.scss | Huro | Css ninja 2020-2021 */
.lifestyle-dashboard-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 355px;
	background: #fff;
	z-index: 0
}

.is-webapp .lifestyle-dashboard-bg {
	height: 385px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 220px;
	margin-bottom: 20px;
	z-index: 1
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .avatar-container {
	position: relative;
	height: 140px;
	width: 140px;
	min-width: 140px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .avatar-container img {
	display: block;
	height: 140px;
	width: 140px;
	min-width: 140px;
	border-radius: 50%
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .avatar-container .button {
	position: absolute;
	bottom: 5px;
	right: 5px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta {
	font-family: "Roboto", sans-serif;
	margin-left: 16px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .username h3 {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-size: 1.2rem;
	font-weight: 700
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .username h3 i {
	font-size: 1.2rem;
	margin-left: 5px;
	color: #ffd66e
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .username>span {
	color: #9397ae
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .badges {
	margin-left: 16px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 0
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats .meta-stat {
	margin-right: 30px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats .meta-stat span:first-child {
	color: #283252;
	font-size: 1.3rem;
	font-weight: 600
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats .meta-stat span:nth-child(2) {
	color: #a2a5b9
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-description {
	max-width: 640px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-description p {
	color: #9397ae
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 16px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements .meta-achievement {
	height: 36px;
	width: 36px;
	min-width: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 3px solid #fff;
	background: #ededed;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements .meta-achievement.is-primary {
	color: var(--primary-color);
	background: #e3d2f9
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements .meta-achievement.is-yellow {
	color: #ffd66e;
	background: #fff6de
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements .meta-achievement.is-danger {
	color: #e62965;
	background: #fbe0e8
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .end {
	margin-left: auto
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .tabs-wrapper .tabs-inner .tabs {
	margin-bottom: 30px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .tabs-wrapper .tabs-inner .tabs ul {
	border: none
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .tabs-wrapper .tabs-inner .tabs ul li a {
	border-bottom-width: 4px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .body-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "Roboto", sans-serif;
	margin-bottom: 20px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .body-title h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .body-title .h-select .select-box {
	border: none;
	background: none
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .body-title .h-select .select-box span {
	font-size: 1.1rem
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card {
	font-family: "Roboto", sans-serif
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card.is-metrics,
.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card.is-heatmap {
	padding: 30px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head.has-margin-bottom {
	margin-bottom: 16px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head h4 {
	color: #9c9fb5
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-head h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-metric {
	font-weight: 700;
	font-size: 2.8rem;
	color: #283252;
	padding: 6px 0 16px 0
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-metric.is-smaller {
	font-size: 2.5rem
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot.is-up span span {
	color: #93e088
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot.is-up span span svg {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot.is-down span span {
	color: #f92b60
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot.is-down span span svg {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #a2a5b9
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot span span {
	margin-right: 8px;
	font-weight: 500
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-foot span span svg {
	height: 18px;
	width: 18px;
	stroke-width: 3px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container {
	position: relative;
	width: 512px;
	height: 480px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud {
	width: 512px;
	height: 480px;
	position: absolute
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element {
	font-size: 2em;
	font-family: "Roboto", sans-serif;
	text-align: center
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element.size-2 {
	font-size: 3rem
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element.size-3 {
	font-size: 4rem
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element.is-bold a {
	font-weight: 600
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element a {
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-head h4 {
	color: #9c9fb5
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric {
	font-weight: 700;
	font-size: 2.8rem;
	color: #283252;
	padding: 10px 0
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric.is-smaller {
	font-size: 2.5rem
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot.is-up span span {
	color: #93e088
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot.is-up span span svg {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot.is-down span span {
	color: #f92b60
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot.is-down span span svg {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #a2a5b9
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot span span {
	margin-right: 8px;
	font-weight: 500
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric-foot span span svg {
	height: 18px;
	width: 18px;
	stroke-width: 3px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .stat-widget:not(:last-child) {
	margin-bottom: 1.5rem
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-title .title-avatar {
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-title .title-avatar img {
	display: block;
	height: 50px;
	width: 50px;
	min-width: 50px;
	border-radius: 50%;
	border: 3px solid #fff
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-title .title-meta {
	margin-left: 16px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-title .title-meta p span {
	color: #283252;
	font-weight: 500
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-label {
	width: 60px;
	text-align: center;
	color: #a2a5b9;
	font-size: .95rem
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item {
	margin: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 34px;
	border-radius: 6px;
	background: #eef0f7
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.heat-1 {
	background: #ebdffb
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.heat-2 {
	background: #b98fef
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.heat-3 {
	background: var(--primary-color)
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.heat-3 i {
	color: #fcfcfc;
	font-size: 12px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.is-time {
	background: none;
	color: #a2a5b9;
	font-size: .95rem;
	min-height: 26px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-stats {
	padding: 16px;
	text-align: center;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: .9rem
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-stats span {
	color: #a2a5b9
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-stats .post-stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.2
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-stats .post-stat i {
	font-size: 1.2rem;
	margin-right: 6px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-stats .post-stat .count {
	font-size: 2.2rem;
	font-weight: 700;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-group-wrap {
	padding: 4px 10px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-group-wrap .post-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -6px;
	margin-right: -6px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-group-wrap .post-group a {
	display: block;
	/* width: calc(25% - 12px); */
	margin: 6px
}

.lifestyle-dashboard.lifestyle-dashboard-v1 .post-group-wrap .post-group a img {
	display: block;
	width: 100%;
	min-height: 65px;
	max-height: 85px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 6px;
	margin: 0
}

body.is-dark .lifestyle-dashboard-bg {
	background: #323236
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .username h3 {
	color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats .meta-stat span:first-child {
	color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .body-title h3 {
	color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .body-title .h-select .select-box {
	border: none !important;
	background: none !important
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .card-metric,
body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .metric .metric {
	color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .cloud-container .cloud-element a {
	color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-title .title-avatar {
	border-color: #404046
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-title .title-avatar img {
	border-color: #1e1e21
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-title .title-meta p span {
	color: #aaaab3
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:not(.is-time) {
	background: #3b3b41
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:not(.is-time).heat-1 {
	background: #28282b
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:not(.is-time).heat-2 {
	background: #a7a9f7
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:not(.is-time).heat-3 {
	background: #797bf2
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v1 .overview-card .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:not(.is-time).heat-3 i {
	color: #fcfcfc
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-title.is-main {
	margin-bottom: 30px
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-title.is-main h2 {
	font-size: 1.8rem
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-title h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card {
	position: relative;
	min-height: 300px
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card:hover .long-card-overlay {
	opacity: .5;
	pointer-events: all
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card:hover .long-card-text-overlay {
	opacity: 1;
	pointer-events: all
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card:hover .long-card-text-overlay .top,
.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card:hover .long-card-text-overlay .bottom {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #232326;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	cursor: pointer;
	border-radius: 16px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	font-family: "Roboto", sans-serif;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	overflow: hidden;
	cursor: pointer
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .top,
.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .bottom {
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fcfcfc
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .top {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	font-weight: 500;
	font-size: .75rem;
	letter-spacing: 2px;
	text-transform: uppercase
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .bottom {
	font-size: .9rem;
	-webkit-transform: translateY(30px);
	transform: translateY(30px)
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px;
	max-height: 66px
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center:hover .flex-end .rating {
	opacity: 1
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .flex-meta {
	max-width: 160px;
	width: 100%
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .flex-end .rating {
	padding: 0 20px;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .flex-end .rating i {
	font-size: 12px;
	color: #ccd1e6
}

.lifestyle-dashboard.lifestyle-dashboard-v2 .dashboard-list .inner-list .media-flex-center .flex-end .rating i.selected {
	color: #ffd66e
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	border-radius: 16px;
	background: #300d5e;
	font-family: "Roboto", sans-serif;
	margin-bottom: 30px
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-image {
	position: relative;
	height: 168px;
	width: 280px
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-image img {
	position: absolute;
	top: -76px;
	left: -30px;
	display: block;
	pointer-events: none
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta {
	margin-left: 0px
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta h3 {
	color: #fcfcfc;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.3rem
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta p {
	font-weight: 400;
	color: #d3d3d3;
	margin-bottom: 16px
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats .summary-stat {
	margin-right: 30px
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats .summary-stat span {
	font-family: "Roboto", sans-serif;
	display: block
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats .summary-stat span:first-child {
	font-size: 1.1rem;
	font-family: "Montserrat", sans-serif;
	color: #fcfcfc
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats .summary-stat span:nth-child(2) {
	color: #9759e8;
	font-size: .85rem
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .action-link span {
	font-size: .8rem;
	text-transform: uppercase;
	margin-right: 6px
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .action-link i {
	font-size: 12px
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile {
	font-family: "Roboto", sans-serif
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile .tile-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile .tile-head .h-icon {
	margin-right: 10px
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile .tile-head h4 span:first-child {
	font-size: 1.2rem;
	font-weight: 600;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile .tile-head h4 span:nth-child(2) {
	font-size: .95rem;
	color: #a2a5b9
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile h3 {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	font-weight: 600;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile p {
	font-size: .95rem
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .card-head h3 {
	color: #283252;
	font-size: 1.2rem;
	font-weight: 500
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .chart-meta p {
	font-size: .95rem;
	max-width: 80%
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .chart-meta p svg {
	position: relative;
	top: 2px;
	height: 16px;
	width: 16px;
	stroke: #a2a5b9
}

.lifestyle-dashboard.lifestyle-dashboard-v3 .dashboard-card .chart-meta p a {
	color: var(--primary-color);
	font-weight: 500
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	border-radius: 16px;
	background: var(--primary-color);
	font-family: "Roboto", sans-serif;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-image {
	position: relative;
	height: 175px;
	width: 320px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-image img {
	position: absolute;
	top: 0;
	left: -40px;
	display: block;
	pointer-events: none
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta {
	margin-left: 0px;
	padding-right: 30px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta h3 {
	color: #fcfcfc;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	max-width: 280px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta p {
	font-weight: 400;
	color: #f7f7f7;
	margin-bottom: 16px;
	max-width: 320px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta .action-link span {
	font-size: .8rem;
	text-transform: uppercase;
	margin-right: 6px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta .action-link i {
	font-size: 12px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	margin-left: -8px;
	margin-right: -8px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat {
	margin: 8px;
	width: calc(33.3% - 16px);
	padding: 12px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat span {
	display: block
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .8rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #a2a5b9
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat span:nth-child(2) {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors {
	padding: 20px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .featured-authors-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .featured-authors-header h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .featured-authors-header .action-link {
	font-size: .9rem
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .featured-authors-list .featured-authors-item:not(:last-child) {
	margin-bottom: 20px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .featured-authors .featured-authors-list .featured-authors-item .media-flex-center .flex-end span {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .updates {
	padding: 20px;
	margin-top: 8px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-header h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-header .action-link {
	font-size: .9rem
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-list .update-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e5e5
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-list .update-item:last-child {
	margin-bottom: 0;
	border-bottom: none
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-list .update-item p {
	font-size: .9rem
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-list .update-item span {
	display: block;
	min-width: 60px;
	text-align: right;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: .8rem;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed {
	background: #f5f6fa;
	padding: 30px;
	border-radius: 12px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-header h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-header .action-link {
	font-size: .9rem
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-subheader {
	margin-bottom: 20px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-subheader .selector .button {
	font-size: .8rem;
	border-radius: 50px;
	margin-right: 4px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-subheader .selector .button.is-selected {
	background: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item {
	display: block
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item:not(:last-child) {
	margin-bottom: 20px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-image {
	height: 180px;
	overflow: hidden;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content {
	position: relative;
	padding: 25px;
	border-radius: 18px;
	background: #fff;
	margin-top: -40px;
	z-index: 1
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content h4,
.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content p {
	margin-bottom: 10px
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content .media-flex-center .flex-meta span {
	font-size: .8rem
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 {
	background: #232326;
	-webkit-box-shadow: none;
	box-shadow: none
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed {
	background: #37373b
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-subheader .selector .button.is-selected {
	background: #797bf2 !important;
	border-color: #797bf2 !important;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	color: #fff !important
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item .featured-content {
	background: #232326
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title.is-main {
	margin-bottom: 30px
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title.is-main h2 {
	font-size: 1.8rem
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #283252
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members h4 {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	padding: 0 .35rem;
	margin-bottom: .75rem
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list .h-avatar {
	margin: 0 .35rem
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list .h-avatar button {
	outline: none;
	border: none;
	background: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	color: #fff;
	cursor: pointer
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list .h-avatar button svg {
	stroke: #fff;
	height: 16px;
	width: 16px
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group+.feed-group {
	margin-top: 3.5rem
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-title {
	font-family: "Roboto", sans-serif;
	font-size: .85rem;
	font-weight: 500;
	color: #a2a5b9;
	text-transform: uppercase;
	margin-bottom: 1rem
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item {
	position: relative;
	padding: 1.5rem;
	min-height: 220px;
	overflow: hidden
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big {
	min-height: 380px
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big .item-duration {
	top: 40px;
	right: 40px
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big .play-button {
	top: 40px;
	left: 40px;
	height: 60px;
	width: 60px;
	border-radius: 1rem
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big .play-button svg {
	height: 26px;
	width: 26px
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big .overlay-layer .overlay-content .inner-content {
	padding: 40px
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item.is-big .overlay-layer .overlay-content .inner-content .media-title {
	font-size: 2.5rem;
	line-height: 43px
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .play-button {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #fff;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	outline: none;
	border-radius: .75rem;
	z-index: 3;
	cursor: pointer;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .play-button:hover svg {
	stroke: var(--primary-color);
	fill: var(--primary-color)
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .play-button svg {
	position: relative;
	left: 2px;
	height: 15px;
	width: 15px;
	fill: #283252;
	stroke: #283252;
	-webkit-transition: all .3s;
	transition: all .3s
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .item-duration {
	position: absolute;
	top: 20px;
	right: 20px;
	background: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #fff;
	height: 2.75em;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: .5rem;
	line-height: 2.7;
	z-index: 3
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content {
	position: relative;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content {
	padding: 20px;
	color: #fff
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	font-weight: bolder;
	line-height: 24px;
	color: #fcfcfc;
	margin-bottom: 6px
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta img {
	display: block;
	height: 30px;
	width: 30px;
	min-width: 30px;
	border-radius: 50%;
	margin-right: 6px
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta .meta-item {
	display: block;
	font-size: .82rem;
	font-weight: 500;
	color: #e8e8e8;
	-webkit-transition: color .3s;
	transition: color .3s
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta .meta-item.is-hoverable:hover {
	color: var(--primary-color)
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta .separator {
	padding: 0 10px;
	font-size: .8rem;
	color: #e3e3e3;
	opacity: .6;
	text-align: center;
	color: #fcfcfc
}

.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#161616), to(rgba(255, 0, 0, 0)));
	background: linear-gradient(to top, #161616, rgba(255, 0, 0, 0));
	z-index: 0
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list .h-avatar button {
	background: #797bf2 !important
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .members .members-list .h-avatar .avatar.is-fake {
	background: #28282b
}

body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .item-duration {
	background: #797bf2 !important;
	color: #fff !important;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match {
	padding: 2rem;
	margin-bottom: 1.5rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head {
	margin-bottom: 1.5rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .left span {
	display: block;
	font-family: "Roboto", sans-serif
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .left span:first-child {
	color: #283252
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .left span:nth-child(2) {
	color: #a2a5b9;
	font-size: .9rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .right .live-block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	border-radius: 50rem;
	background: #e62965;
	color: #fff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(230, 41, 101, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(230, 41, 101, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(230, 41, 101, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(230, 41, 101, .2) !important
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .right .live-block svg {
	height: 16px;
	width: 16px
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .head .league .right .live-block span {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: .85rem;
	margin-left: .25rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .left,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .right {
	text-align: center
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .left .team-logo,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .right .team-logo {
	display: block;
	min-width: 50px;
	max-width: 50px;
	text-align: center;
	margin-bottom: .25rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .left .team-name,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .right .team-name {
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 500
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .center .score {
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 2.25rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .center .separator {
	position: relative;
	top: -2px;
	display: block;
	padding: 0 .5rem;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 1.75rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .action .h-button {
	border-radius: .65rem;
	height: 44px
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues {
	padding: 2rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .head {
	margin-bottom: 1.5rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item:not(:last-child) {
	margin-bottom: 1rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .league-logo {
	display: block;
	min-width: 38px;
	max-width: 38px
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .meta {
	margin-left: .5rem;
	line-height: 1.2
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .meta .league-name {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .meta .league-country {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .end {
	margin-left: auto;
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta {
	background-color: var(--primary-color);
	padding: 2rem;
	border-radius: 1rem;
	position: relative;
	margin-bottom: 1.5rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff;
	margin: 0 0 .25rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-text {
	color: #fff;
	opacity: .9;
	font-family: "Roboto", sans-serif;
	line-height: 1.7;
	margin-top: 0;
	max-width: 58%;
	margin-bottom: 1rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-img {
	width: 40%;
	max-width: 350px;
	position: absolute;
	overflow: hidden;
	height: calc(110%);
	top: -10%;
	right: 2rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-img img {
	width: 100%;
	height: auto
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card {
	padding: 0;
	overflow: hidden
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3rem;
	padding: 2rem 2rem 0 2rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-header .header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-header .header-nav .nav-item .nav-link {
	font-family: "Roboto", sans-serif;
	margin-right: 1rem;
	border-bottom: 3px solid transparent;
	padding-bottom: 1rem;
	color: #a2a5b9
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-header .header-nav .nav-item .nav-link.is-active {
	color: #283252;
	border-bottom-color: var(--primary-color)
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body {
	overflow-x: auto
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table {
	width: 100%
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table thead th {
	border: none;
	font-family: "Roboto", sans-serif;
	font-size: .8rem;
	text-transform: uppercase
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr th:first-child,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td:first-child {
	padding-left: 2rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr th:last-child,
.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td:last-child {
	padding-right: 2rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td.score-cell {
	min-width: 300px
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .match-time-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .match-time-row .match-time {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	margin-right: .75rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .match-time-row .tag {
	font-family: "Roboto", sans-serif
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .match-time-row .tag svg {
	color: #faae42
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .match-time-row .tag.is-live svg {
	color: #e62965
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .table-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	color: #a2a5b9;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .table-action svg {
	height: 18px;
	width: 18px
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table tr td .table-action:hover {
	background: #f5f6fa
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-vertical {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team {
	text-align: center
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team span {
	display: block;
	font-weight: 500;
	padding-top: .25rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team img {
	width: 40px
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team.score-team-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team.score-team-vertical:first-child {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team.score-team-vertical span {
	white-space: nowrap;
	font-size: inherit
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-team.score-team-vertical img {
	width: 32px;
	margin: 0 .5rem
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-result {
	text-align: center;
	width: 100%;
	font-weight: 900;
	font-size: 1.75rem;
	margin: 0;
	letter-spacing: .4em
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-result.score-result-not-started {
	color: gray
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-body .table .score .score-result.score-result-vertical {
	letter-spacing: .2em;
	font-size: inherit;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches .nav-item:first-child .nav-link {
	padding-left: 0
}

.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches .nav-item .nav-link {
	padding-top: 0;
	padding-bottom: 0
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .league .left span:first-child,
.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .league .left span:first-child {
	color: #fff
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .left .team-name,
.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .right .team-name,
.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .match .left .team-name,
.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .match .right .team-name {
	color: #fff !important
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .center .score,
.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .match .center .score {
	color: #fff !important
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .match .center .separator,
.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .match .center .separator {
	color: #a2a5b9 !important
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .live-match .leagues-list .league-item .meta span:first-child,
.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .leagues .leagues-list .league-item .meta span:first-child {
	font-weight: 500;
	color: #fff !important
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta {
	background: #797bf2
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card .matches-card-header .header-nav .nav-item .nav-link.is-active {
	color: #fff !important;
	border-color: #797bf2 !important
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card-body .table .score .score-team.score-team-vertical>span {
	color: #fff !important;
	font-weight: 500
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card-body .table thead th {
	color: #aaaab3
}

.is-dark .lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .matches-card-body .table tr td .table-action:hover {
	background: #2a2a2e !important
}

@media only screen and (max-width: 767px) {
	.lifestyle-dashboard-bg {
		height: 555px
	}

	.is-webapp .lifestyle-dashboard-bg {
		height: 565px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper {
		height: 418px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .avatar-container {
		margin: 0 auto 10px auto
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta {
		margin-left: 0;
		text-align: center
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .username-wrap .badges {
		margin: 10px auto
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-stats .meta-stat {
		margin: 0 10px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .header-meta .meta-achievements {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 16px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .dashboard-header-wrapper .dashboard-header .end {
		position: absolute;
		right: 0
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .tabs-wrapper .tabs-inner .tabs ul {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-overlay {
		opacity: .5 !important;
		pointer-events: all !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay {
		opacity: 1 !important;
		pointer-events: all !important;
		padding: 30px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .top,
	.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .bottom {
		font-size: 1rem;
		opacity: 1 !important;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-image {
		height: auto;
		width: 100%
	}

	.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-image img {
		position: relative;
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
		top: 0px;
		margin-top: -75px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta {
		padding: 20px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta>p {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto
	}

	.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-meta .summary-stats .summary-stat {
		margin: 10px;
		min-width: calc(33.3% - 20px)
	}

	.lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile {
		padding: 20px;
		background: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 10px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-image {
		height: auto;
		width: 100%
	}

	.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-image img {
		position: relative;
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
		top: 0px;
		left: 0;
		margin-top: -34px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta {
		padding: 20px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v4 .illustration-header-2 .header-meta>p {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto
	}

	.lifestyle-dashboard.lifestyle-dashboard-v4 .writing-stats .writing-stat {
		text-align: center
	}

	.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.lifestyle-dashboard.lifestyle-dashboard-v5 .dashboard-title .right {
		text-align: center
	}

	.lifestyle-dashboard.soccer-dashboard .soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-title {
		max-width: 170px
	}

	.lifestyle-dashboard.soccer-dashboard .soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-img {
		right: -0.25rem;
		width: 36%
	}

	body.is-dark .lifestyle-dashboard.lifestyle-dashboard-v3 .health-tile {
		background: #323236;
		border-color: #404046
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.is-webapp .lifestyle-dashboard-bg {
		height: 435px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .is-flex-tablet-p {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .is-flex-tablet-p .is-half-tablet-p {
		min-width: 50%
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .is-flex-tablet-p .is-full-tablet-p {
		min-width: 100%
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .is-flex-tablet-p .column.is-3 {
		min-width: 50%
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-label {
		width: 40px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:first-child,
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(2),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(3),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(4),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(5),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(6),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(7),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(8),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(9) {
		display: none
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.is-time {
		font-size: .85rem
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 {
		min-width: 25% !important;
		width: 25% !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-overlay {
		opacity: .5 !important;
		pointer-events: all !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-text-overlay {
		opacity: 1 !important;
		pointer-events: all !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-text-overlay .top,
	.lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-text-overlay .bottom {
		opacity: 1 !important;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-text-overlay .top i {
		display: none !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .is-flex-tablet-p .column.is-3 .long-card .long-card-text-overlay .bottom .avatar-stack {
		display: none !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v3 .illustration-header .header-image {
		width: 250px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -12px;
		margin-right: -12px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed .articles-feed-list .articles-feed-list-inner .articles-feed-item {
		width: calc(50% - 24px);
		margin: 12px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content>.columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content>.columns .column {
		min-width: 50%
	}

	.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-title {
		max-width: 170px
	}

	.lifestyle-dashboard.soccer-dashboard .soccer-dashboard-inner .dashboard-cta .dashboard-cta-img {
		right: 1rem;
		width: 36%
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.lifestyle-dashboard.lifestyle-dashboard-v1 .cloud-container {
		width: 400px !important;
		height: 495px !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .cloud-container .cloud {
		width: 400px !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .cloud-container .cloud-element {
		font-size: 1.5em !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .cloud-container .cloud-element.size-2 {
		font-size: 2rem !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .cloud-container .cloud-element.size-3 {
		font-size: 3rem !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-label {
		width: 40px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:first-child,
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(2),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(3),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(4),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(5),
	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item:nth-child(6) {
		display: none
	}

	.lifestyle-dashboard.lifestyle-dashboard-v1 .heatmap-wrapper .heatmap-inner .heatmap-row .heatmap-row-content .heatmap-row-item.is-time {
		font-size: .85rem
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-overlay {
		opacity: .5 !important;
		pointer-events: all !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay {
		opacity: 1 !important;
		pointer-events: all !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .top,
	.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .bottom {
		opacity: 1 !important;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .top i {
		display: none !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v2 .long-card .long-card-text-overlay .bottom .avatar-stack {
		display: none !important
	}

	.lifestyle-dashboard.lifestyle-dashboard-v4 .updates .updates-list .update-item>span {
		display: none
	}

	.lifestyle-dashboard.lifestyle-dashboard-v4 .articles-feed {
		padding: 20px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-title {
		font-size: 1.1rem
	}

	.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta img {
		height: 24px;
		width: 24px;
		min-width: 24px
	}

	.lifestyle-dashboard.lifestyle-dashboard-v5 .media-feed .feed-group .group-content .media-feed-item .overlay-layer .overlay-content .inner-content .media-meta .separator {
		padding: 0 5px
	}
}

/*! _ecommerce.scss | Huro | Css ninja 2020-2021 */
.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	margin-bottom: 30px
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-header .start {
	margin-left: 12px
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-header .start h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
	color: #283252
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-header .end {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-header .end .button {
	margin-left: 10px
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile {
	font-family: "Roboto", sans-serif
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .tile-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .tile-head h3 {
	font-family: "Montserrat", sans-serif;
	color: #a2a5b9;
	font-size: 1rem;
	font-weight: 500
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .dashboard-tile-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .dashboard-tile-inner .left {
	margin-right: 20px
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .dashboard-tile-inner .left span {
	font-size: 1.5rem;
	font-weight: 600;
	color: #283252
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-tile .dashboard-tile-inner .right {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .table-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "Roboto", sans-serif;
	margin: 20px 0
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .table-header h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #283252
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .table-header .h-select .select-box {
	border: none;
	background: none
}

.ecommerce-dashboard.ecommerce-dashboard-v1 .table-header .h-select .select-box span {
	font-size: 1.1rem
}

@media only screen and (max-width: 767px) {
	.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-header {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-header .start {
		margin: 10px auto
	}

	.ecommerce-dashboard.ecommerce-dashboard-v1 .dashboard-header .end {
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

/*! _apps.scss | Huro | Css ninja 2020-2021 */
.food-delivery-dashboard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.food-delivery-dashboard.is-webapp {
	margin-top: 30px
}

.food-delivery-dashboard.is-webapp>.right .sticky-panel {
	height: calc(100% - 120px) !important
}

.food-delivery-dashboard.is-webapp>.right .sticky-panel.is-stretched {
	height: calc(100% - 120px);
	top: 100px
}

.food-delivery-dashboard .left {
	width: 70%
}

.food-delivery-dashboard .left .left-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	border-radius: 16px;
	background: #e9e9fd;
	font-family: "Roboto", sans-serif
}

.food-delivery-dashboard .left .left-header .header-image {
	position: relative;
	height: 150px;
	width: 280px
}

.food-delivery-dashboard .left .left-header .header-image img {
	position: absolute;
	top: -40px;
	left: -30px;
	display: block
}

.food-delivery-dashboard .left .left-header .header-meta {
	margin-left: 0px;
	margin-bottom: 20px
}

.food-delivery-dashboard .left .left-header .header-meta h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 1.6rem
}

.food-delivery-dashboard .left .left-header .header-meta p {
	font-weight: 400;
	color: #47138a;
	margin-bottom: 8px
}

.food-delivery-dashboard .left .left-header .header-meta .action-link span {
	font-size: .8rem;
	text-transform: uppercase;
	margin-right: 6px
}

.food-delivery-dashboard .left .left-header .header-meta .action-link i {
	font-size: 12px
}

.food-delivery-dashboard .left .left-body .restaurants .restaurants-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0;
	font-family: "Roboto", sans-serif
}

.food-delivery-dashboard .left .left-body .restaurants .restaurants-toolbar .left h3 {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-size: 1.3rem;
	font-weight: 600
}

.food-delivery-dashboard .left .left-body .restaurants .restaurants-toolbar .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.food-delivery-dashboard .left .left-body .food-pills {
	position: relative
}

.food-delivery-dashboard .left .left-body .food-pills .food-pills-inner .food-pill {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	width: 80px;
	height: 170px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 500px;
	padding: 10px;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.food-delivery-dashboard .left .left-body .food-pills .food-pills-inner .food-pill.is-active {
	background: var(--primary-color);
	border-color: var(--primary-color)
}

.food-delivery-dashboard .left .left-body .food-pills .food-pills-inner .food-pill.is-active .food-pill-icon {
	border-color: var(--primary-color)
}

.food-delivery-dashboard .left .left-body .food-pills .food-pills-inner .food-pill.is-active>span {
	color: #fcfcfc
}

.food-delivery-dashboard .left .left-body .food-pills .food-pills-inner .food-pill .food-pill-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 80px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 500px
}

.food-delivery-dashboard .left .left-body .food-pills .food-pills-inner .food-pill .food-pill-icon img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 26px;
	width: 26px
}

.food-delivery-dashboard .left .left-body .food-pills .food-pills-inner .food-pill span {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	padding-top: 12px;
	-webkit-transition: color .3s;
	transition: color .3s
}

.food-delivery-dashboard .left .left-body .food-pills .slick-slide:focus {
	outline: none !important
}

.food-delivery-dashboard .left .left-body .food-pills .slick-slide.slick-current {
	background: var(--primary-color);
	border-color: var(--primary-color)
}

.food-delivery-dashboard .left .left-body .food-pills .slick-slide.slick-current .food-pill-icon {
	border-color: var(--primary-color)
}

.food-delivery-dashboard .left .left-body .food-pills .slick-slide.slick-current>span {
	color: #fcfcfc
}

.food-delivery-dashboard .left .left-body .food-pills .slick-custom.is-prev {
	right: 30px
}

.food-delivery-dashboard .left .left-body .food-pills .slick-custom.is-prev i {
	position: relative;
	left: -1px
}

.food-delivery-dashboard .left .left-body .food-pills .slick-custom.is-next {
	right: 0
}

.food-delivery-dashboard .left .left-body .food-pills .slick-custom.is-next i {
	position: relative;
	right: -1px
}

.food-delivery-dashboard .left .left-body .food-pills .slick-prev:before,
.food-delivery-dashboard .left .left-body .food-pills .slick-next:before {
	color: #999
}

.food-delivery-dashboard .left .left-body .food-pills .slick-custom {
	position: absolute;
	top: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid transparent;
	width: 30px;
	height: 30px;
	background: transparent;
	border-radius: 100px;
	cursor: pointer;
	color: #a2a5b9;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 25
}

.food-delivery-dashboard .left .left-body .food-pills .slick-custom svg {
	height: 16px;
	width: 16px;
	stroke: var(--primary-color);
	-webkit-transition: all .3s;
	transition: all .3s
}

.food-delivery-dashboard .left .left-body .food-pills .slick-custom:hover {
	border-color: #e3e3e3;
	background: #fff;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.food-delivery-dashboard .left .left-body .restaurants-list {
	padding: 30px 0
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item {
	position: relative;
	padding: 0;
	border: none;
	background: none
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .image-container {
	position: relative
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .image-container>img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 24px;
	min-height: 180px;
	max-height: 180px;
	width: 100%
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .image-container .timer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	width: 50px;
	border-radius: 12px;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	font-family: "Roboto", sans-serif;
	text-align: center
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .image-container .timer span {
	display: block
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .image-container .timer span:first-child {
	font-size: 1.3rem;
	color: #fcfcfc;
	font-weight: 600;
	line-height: 1
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .image-container .timer span:nth-child(2) {
	font-size: .7rem;
	text-transform: uppercase;
	color: #d5bbf6
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .meta-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 5px
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .meta-container .meta-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 46px;
	min-width: 46px;
	height: 46px;
	max-height: 46px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 500px
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .meta-container .meta-icon img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 22px;
	width: 22px
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .meta-container .meta-content {
	margin-left: 8px;
	font-family: "Roboto", sans-serif;
	line-height: 1.3
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .meta-container .meta-content h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	color: #283252
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .meta-container .meta-content p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .meta-container .meta-content p .fa-circle {
	font-size: 5px;
	margin: 0 10px
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .meta-container .meta-content p .fa-star {
	position: relative;
	top: -1px;
	font-size: 12px;
	color: #fab82a
}

.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .meta-container .meta-content p .fa-star+span {
	color: #283252
}

.food-delivery-dashboard>.right {
	width: 30%;
	padding: 0 0 0 20px
}

.food-delivery-dashboard>.right .sticky-panel {
	position: fixed;
	height: calc(100% - 100px);
	-webkit-transition: all .3s;
	transition: all .3s
}

.food-delivery-dashboard>.right .sticky-panel.is-stretched {
	height: calc(100% - 30px);
	top: 10px
}

.food-delivery-dashboard>.right .sticky-panel .icon-toolbar-widget {
	width: 100%
}

.food-delivery-dashboard>.right .sticky-panel .side-section {
	display: none;
	-webkit-animation: fadeInLeft .5s;
	animation: fadeInLeft .5s
}

.food-delivery-dashboard>.right .sticky-panel .side-section.is-active {
	display: block
}

.food-delivery-dashboard>.right .sticky-panel .cart-widget {
	height: calc(100% - 90px)
}

.food-delivery-dashboard>.right .sticky-panel .cart-widget .section-placeholder {
	height: calc(100% - 160px)
}

.food-delivery-dashboard>.right .sticky-panel .cart-widget .section-placeholder img {
	max-width: 90px;
	margin: 0 auto 10px auto
}

.food-delivery-dashboard>.right .sticky-panel .cart-widget .cart-items {
	height: calc(100% - 160px);
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
	overflow-y: auto
}

.food-delivery-dashboard>.right .sticky-panel .cart-widget .cart-items .cart-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.food-delivery-dashboard>.right .sticky-panel .cart-widget .cart-items .cart-item .price {
	margin: 0;
	font-size: .9rem;
	font-weight: 500
}

.food-delivery-dashboard>.right .sticky-panel .cart-widget .cart-button .total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 5px
}

.food-delivery-dashboard>.right .sticky-panel .cart-widget .cart-button .total span {
	font-family: "Roboto", sans-serif;
	margin: 0
}

.food-delivery-dashboard>.right .sticky-panel .cart-widget .cart-button .total span:first-child {
	font-size: 1rem;
	font-weight: 500;
	color: #a2a5b9;
	text-transform: uppercase
}

.food-delivery-dashboard>.right .sticky-panel .cart-widget .cart-button .total span:nth-child(2) {
	color: #283252;
	font-weight: 600;
	font-size: 1.4rem
}

body.is-dark .food-delivery-dashboard .left .left-header {
	background: #28282b !important
}

body.is-dark .food-delivery-dashboard .left .left-header .header-meta h3 {
	color: #aaaab3
}

body.is-dark .food-delivery-dashboard .left .left-header .header-meta p {
	color: #797bf2
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .restaurants-toolbar .left h3 {
	color: #aaaab3
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .food-pills .food-pills-inner .food-pill {
	background: #28282b !important;
	border-color: #404046 !important
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .food-pills .food-pills-inner .food-pill .food-pill-icon {
	background: #f5f5f5;
	border-color: #f5f5f5
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .food-pills .food-pills-inner .food-pill span {
	color: #aaaab3
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .food-pills .food-pills-inner .slick-slide.slick-current {
	background: #797bf2 !important;
	border-color: #797bf2 !important
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .food-pills .food-pills-inner .slick-slide.slick-current .food-pill-icon {
	border-color: #797bf2 !important
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .food-pills .food-pills-inner .slick-slide.slick-current span {
	color: #fcfcfc
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .food-pills .food-pills-inner .slick-custom:hover {
	border-color: #28282b;
	background: #28282b;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .restaurants-list .restaurants-list-item {
	background: none;
	border: none
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .restaurants-list .restaurants-list-item .image-container .timer {
	background: #797bf2;
	border-color: #797bf2
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .restaurants-list .restaurants-list-item .image-container .timer span:nth-child(2) {
	color: #cdcdfa
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .restaurants-list .restaurants-list-item .meta-container .meta-icon {
	background: #f5f5f5;
	border-color: #f5f5f5
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .restaurants-list .restaurants-list-item .meta-container .meta-content h4 {
	color: #aaaab3
}

body.is-dark .food-delivery-dashboard .left .left-body .restaurants .restaurants-list .restaurants-list-item .meta-container .meta-content p .fa-star {
	color: #797bf2
}

body.is-dark .food-delivery-dashboard .right .cart-widget .cart-items {
	border-color: #404046 !important
}

body.is-dark .food-delivery-dashboard .right .cart-widget .cart-button .total span:first-child {
	color: #a2a5b9
}

body.is-dark .food-delivery-dashboard .right .cart-widget .cart-button .total span:nth-child(2) {
	color: #aaaab3
}

@media only screen and (max-width: 767px) {
	.food-delivery-dashboard {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.food-delivery-dashboard .left,
	.food-delivery-dashboard .right {
		width: 100%;
		padding: 0
	}

	.food-delivery-dashboard .left .left-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.food-delivery-dashboard .left .left-header .header-image img {
		left: 0
	}

	.food-delivery-dashboard .left .restaurants-list .restaurants-list-item .image-container img {
		min-height: 220px !important;
		max-height: 220px !important
	}

	.food-delivery-dashboard .right .sticky-panel {
		position: static;
		width: 100% !important
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.food-delivery-dashboard {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.food-delivery-dashboard .left,
	.food-delivery-dashboard .right {
		width: 100%;
		padding: 0
	}

	.food-delivery-dashboard .left .restaurants-list .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.food-delivery-dashboard .left .restaurants-list .columns .column {
		min-width: 50%
	}

	.food-delivery-dashboard .left .restaurants-list .restaurants-list-item .image-container img {
		min-height: 220px !important;
		max-height: 220px !important
	}

	.food-delivery-dashboard .right .sticky-panel {
		position: static;
		width: 100% !important
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.food-delivery-dashboard .left .left-body .restaurants-list .restaurants-list-item .image-container>img {
		min-height: 140px !important;
		max-height: 140px !important
	}
}

/*! _maps.scss | Huro | Css ninja 2020-2021 */
.is-webapp .dashboard-map-wrapper {
	top: 80px;
	height: calc(100% - 80px)
}

.dashboard-map-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner.is-reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .map-section {
	position: relative;
	width: calc(100% - 380px)
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section {
	width: 380px;
	background: #fff
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-header {
	height: 80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2rem
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body {
	height: calc(100% - 80px);
	overflow-y: auto;
	padding: 0 2rem 2rem 2rem
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .content-section-title {
	font-family: "Roboto", sans-serif;
	font-size: .8rem;
	color: #a2a5b9;
	text-transform: uppercase;
	margin-bottom: .75rem
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box {
	border: 1px solid #dbdbdb;
	border-radius: .75rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	-webkit-transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, box-shadow .3s;
	transition: border .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box.is-active {
	border-color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box .map-box-body {
	padding: .5rem 0
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box .map-box-body p {
	font-size: .95rem
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box .map-box-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box .map-box-actions .rating i {
	font-size: .9rem;
	color: #f5f6fa
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box .map-box-actions .rating i.highlighted {
	color: #ffd66e
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box .map-box-actions .action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #283252
}

.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box .map-box-actions .action svg {
	height: 16px;
	width: 16px;
	margin-right: .25rem;
	stroke: #a2a5b9
}

body.is-dark .dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section {
	background: #1c1c1e
}

body.is-dark .dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box {
	background: #2a2a2e;
	border-color: #3b3b41
}

body.is-dark .dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section .content-section-body .map-box.is-active {
	border-color: #797bf2 !important
}

.mapboxgl-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
	z-index: 30;
	position: relative;
	top: -2px
}

.mapboxgl-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
	z-index: 30;
	position: relative;
	bottom: -2px
}

.mapboxgl-popup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
	z-index: 30;
	position: relative;
	left: -2px
}

.mapboxgl-popup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
	z-index: 30;
	position: relative;
	right: -2px
}

.mapboxgl-popup .mapboxgl-popup-content {
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	padding: 1.25rem;
	border-radius: .5rem
}

.mapboxgl-popup .mapboxgl-popup-content .map-box-location .map-box-body {
	padding: .5rem 0
}

.mapboxgl-popup .mapboxgl-popup-content .map-box-location .map-box-body p {
	line-height: 1.4
}

body.is-dark .mapboxgl-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
	border-top-color: #1c1c1e
}

body.is-dark .mapboxgl-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
	border-bottom-color: #1c1c1e
}

body.is-dark .mapboxgl-popup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
	border-right-color: #1c1c1e
}

body.is-dark .mapboxgl-popup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
	border-left-color: #1c1c1e
}

body.is-dark .mapboxgl-popup .mapboxgl-popup-content {
	background: #1c1c1e;
	border-color: #3b3b41
}

body.is-dark .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
	color: #aaaab3 !important
}

.geocoder {
	position: absolute;
	z-index: 1;
	width: 100%;
	max-width: 380px;
	top: 1rem;
	left: 0;
	right: 0;
	margin: 0 auto
}

.mapboxgl-ctrl-geocoder {
	min-width: 100% !important;
	border-radius: .65rem !important;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--suggestion-title {
	font-family: "Roboto", sans-serif
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--suggestion-address {
	font-family: "Roboto", sans-serif
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
	top: 13px;
	left: 12px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s;
	fill: #a2a5b9
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right>* {
	top: 11px !important;
	right: 11px !important
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--button {
	background: none !important
}

.mapboxgl-ctrl-geocoder input {
	height: 44px;
	padding-left: 3rem;
	border-radius: .75rem;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}

.mapboxgl-ctrl-geocoder input:focus {
	outline: none
}

.mapboxgl-ctrl-geocoder input:focus~.mapboxgl-ctrl-geocoder--icon-search {
	fill: var(--primary-color) !important
}

body.is-dark .mapboxgl-marker svg circle {
	fill: #2a2a2e !important
}

body.is-dark .mapboxgl-ctrl-geocoder {
	background: #1c1c1e;
	border-color: #3b3b41
}

body.is-dark .mapboxgl-ctrl-geocoder input {
	color: #fff;
	background: #1c1c1e
}

body.is-dark .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions {
	background: #1c1c1e;
	border-color: #3b3b41
}

body.is-dark .mapboxgl-ctrl-geocoder .suggestions>.active>a,
body.is-dark .mapboxgl-ctrl-geocoder .suggestions>li>a:hover {
	background: #141416
}

body.is-dark .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--suggestion-title {
	color: #aaaab3
}

body.is-dark .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--suggestion-address {
	color: #a2a5b9
}

@media only screen and (max-width: 767px) {
	.is-webapp .dashboard-map-wrapper {
		top: 0;
		height: 100%
	}

	.dashboard-map-wrapper {
		overflow-x: hidden
	}

	.dashboard-map-wrapper .dashboard-map-wrapper-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.dashboard-map-wrapper .dashboard-map-wrapper-inner.is-reversed {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.dashboard-map-wrapper .dashboard-map-wrapper-inner .map-section {
		min-height: 30vh;
		width: 100%
	}

	.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section {
		height: 70vh
	}

	.geocoder {
		padding: 0 2rem
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.is-webapp .dashboard-map-wrapper {
		top: 0;
		height: 100%
	}

	.dashboard-map-wrapper {
		overflow-x: hidden
	}

	.dashboard-map-wrapper .dashboard-map-wrapper-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.dashboard-map-wrapper .dashboard-map-wrapper-inner.is-reversed {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.dashboard-map-wrapper .dashboard-map-wrapper-inner .map-section {
		min-height: 30vh;
		width: 100%
	}

	.dashboard-map-wrapper .dashboard-map-wrapper-inner .content-section {
		height: calc(70vh - 60px);
		width: 100%
	}

	.geocoder {
		padding: 0 2rem
	}
}

/*! _hub.scss | Huro | Css ninja 2020-2021 */
.card-hub {
	max-width: 840px;
	margin: 0 auto
}

.card-hub .hub-header {
	text-align: center
}

.card-hub .hub-header>img {
	display: block;
	margin: 0 auto;
	max-width: 300px
}

.card-hub .hub-header .h-avatar {
	margin: 0 auto 12px auto
}

.card-hub .hub-header .anim-icon {
	margin-bottom: 12px
}

.card-hub .hub-header p {
	font-size: 1.15rem
}

.card-hub .hub-body {
	padding: 10px 0 20px 0
}

.card-hub .hub-body .body-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.card-hub .hub-body .body-inner .hub-card {
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	width: calc(50% - 20px);
	max-width: calc(50% - 20px);
	margin: 10px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.card-hub .hub-body .body-inner .hub-card:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.card-hub .hub-body .body-inner .hub-card:hover .hub-card-body img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}

.card-hub .hub-body .body-inner .hub-card .hub-card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 24px
}

.card-hub .hub-body .body-inner .hub-card .hub-card-body .inner-content .title {
	font-size: 1.3rem;
	margin-bottom: 8px
}

.card-hub .hub-body .body-inner .hub-card .hub-card-body .inner-content p {
	max-width: 220px
}

.card-hub .hub-body .body-inner .hub-card .hub-card-body .inner-content .partner-name span {
	font-weight: 500;
	color: #283252
}

.card-hub .hub-body .body-inner .hub-card .hub-card-body img {
	display: block;
	width: 100%;
	max-width: 100px;
	height: 100px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .6;
	-webkit-transition: all .3s;
	transition: all .3s
}

.card-hub .hub-body .body-inner .hub-card .hub-card-foot {
	border-top: 1px dashed #e3e3e3;
	border-top-width: 1.6px;
	padding: 18px 24px
}

.card-hub .hub-body .body-inner .hub-card .hub-card-foot a {
	color: var(--primary-color);
	opacity: .6;
	font-weight: 500;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.card-hub .hub-body .body-inner .hub-card .hub-card-foot a:hover {
	opacity: 1
}

.card-hub .hub-footer {
	text-align: center;
	padding-top: 20px
}

.card-hub .hub-footer p {
	font-weight: 500
}

.card-hub .hub-footer p a {
	position: relative;
	-webkit-transition: color .3s;
	transition: color .3s
}

body.is-dark .card-hub .hub-header .h-avatar .badge {
	border-color: #323236 !important
}

body.is-dark .card-hub .hub-body .body-inner .hub-card {
	background: #323236;
	border-color: #404046
}

body.is-dark .card-hub .hub-body .body-inner .hub-card .hub-card-foot {
	border-color: #595959
}

body.is-dark .card-hub .hub-body .body-inner .hub-card .hub-card-foot a {
	color: #797bf2
}

@media only screen and (max-width: 767px) {
	.card-hub .hub-body .body-inner .hub-card {
		width: calc(100% - 20px);
		max-width: calc(100% - 20px)
	}
}

/*! _list-view.scss | Huro | Css ninja 2020-2021 */
.list-view-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* margin-bottom: 20px */
}

.list-view-toolbar.is-webapp {
	padding-top: 30px
}

.list-view-toolbar.is-reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.list-view-toolbar.is-reversed .control {
	margin-right: 0;
	margin-left: auto
}

.list-view-toolbar.is-reversed .tabs-inner {
	margin-right: 10px;
	margin-left: 0
}

.list-view-toolbar .control {
	margin-right: 10px
}

.list-view-toolbar .list-info span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.list-view-toolbar .buttons {
	margin-left: auto;
	margin-bottom: 0
}

.list-view-toolbar .buttons .h-button {
	margin-bottom: 0
}

.list-view-toolbar .tabs-inner {
	margin-left: auto
}

.list-view-toolbar .tabs-inner .tabs {
	margin-bottom: 0;
	min-width: 170px
}

.list-view.list-view-v1 .list-view-item {
	margin-bottom: 16px;
	padding: 16px
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-left {
	margin-left: 16px
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-left h3 {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-left>span:not(.tag) {
	font-size: .9rem;
	color: #a2a5b9
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-left>span:not(.tag) svg {
	height: 12px;
	width: 12px
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .tags {
	margin-right: 30px;
	margin-bottom: 0
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .tags .tag {
	margin-bottom: 0
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats .stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	color: #a2a5b9
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats .stat>span {
	font-family: "Roboto", sans-serif
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats .stat>span:first-child {
	font-size: 1.2rem;
	font-weight: 600;
	color: #283252;
	line-height: 1.4
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats .stat>span:nth-child(2) {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: .75rem
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats .stat svg {
	height: 16px;
	width: 16px
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats .stat i {
	font-size: 1.4rem
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats .separator {
	height: 25px;
	width: 2px;
	border-right: 1px solid #e5e5e5;
	margin: 0 16px
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .network {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 145px
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .network>span {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9;
	margin-left: 6px
}

.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .dropdown {
	margin-left: 30px
}

body.is-dark .list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-left h3 {
	color: #aaaab3 !important
}

body.is-dark .list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats .stat span:first-child {
	color: #aaaab3
}

body.is-dark .list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats .separator {
	border-color: #4a4a50 !important
}

.list-view.list-view-v2 .list-view-item {
	margin-bottom: 16px;
	padding: 16px
}

.list-view.list-view-v2 .list-view-item:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner>img {
	display: block;
	min-height: 130px;
	max-height: 130px;
	min-width: 190px;
	max-width: 190px;
	/* -o-object-fit: cover; */
	/* object-fit: cover; */
	border-radius: 4px
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 55%;
	margin-left: 16px
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left h3 {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.5
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left h3 .rating {
	margin-left: 12px
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left h3 .rating i {
	position: relative;
	top: -2px;
	font-size: 12px;
	color: #e3e3e3
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left h3 .rating i.active {
	color: #ffc43b
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left p {
	font-size: .95rem;
	color: #a2a5b9
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left p svg {
	height: 12px;
	width: 12px
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: var(--primary-color)
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left>span .icon-separator {
	font-size: 5px;
	color: #a2a5b9;
	padding: 0 10px
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left .icon-list {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left .icon-list>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left .icon-list>span span {
	font-size: .85rem;
	font-family: "Montserrat", sans-serif;
	color: #283252
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left .icon-list>span i {
	font-size: 1.2rem;
	margin-right: 6px;
	color: #a2a5b9
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right .buttons {
	margin-bottom: 0;
	margin-right: 10px
}

body.is-dark .list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left h3 {
	color: #aaaab3 !important
}

body.is-dark .list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left h3 .rating i:not(.active) {
	color: #1e1e21
}

body.is-dark .list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left>span {
	color: #797bf2
}

body.is-dark .list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left .icon-list>span span {
	color: #aaaab3
}

body.is-dark .list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right .buttons .button:first-child {
	background: #28282b;
	border-color: #37373b;
	color: #aaaab3
}

.list-view.list-view-v3 .list-view-item {
	margin-bottom: 16px;
	padding: 16px
}

.list-view.list-view-v3 .list-view-item .list-view-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.list-view.list-view-v3 .list-view-item .list-view-item-inner>img {
	width: 100%;
	max-width: 60px;
	min-width: 60px;
	max-height: 60px;
	min-height: 60px;
	border-radius: 50%;
	border: 1px solid #ededed
}

.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left {
	margin-left: 16px
}

.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left h3 {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1
}

.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left>span:not(.tag) {
	font-size: .9rem;
	color: #a2a5b9
}

.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left>span:not(.tag) svg {
	position: relative;
	top: 1px;
	height: 12px;
	width: 12px
}

.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left>span:not(.tag) .icon-separator {
	position: relative;
	top: -3px;
	font-size: 5px;
	color: #a2a5b9;
	padding: 0 8px
}

.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-right {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-right .buttons {
	margin-bottom: 0;
	margin-right: 10px
}

body.is-dark .list-view.list-view-v3 .list-view-item .list-view-item-inner>img {
	border-color: #404046
}

body.is-dark .list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left h3 {
	color: #aaaab3 !important
}

body.is-dark .list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-right .buttons .button:nth-child(2) {
	background: #28282b;
	border-color: #37373b;
	color: #aaaab3;
	-webkit-transition: all .3s;
	transition: all .3s
}

body.is-dark .list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-right .buttons .button:nth-child(2):hover {
	border-color: #797bf2;
	color: #797bf2
}

.list-view.list-view-v4 .list-view-item {
	margin-bottom: 16px;
	padding: 16px
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .pre-meta {
	margin-right: 16px;
	width: 160px
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .pre-meta h3 {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-size: 1rem;
	font-weight: 600;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner>img {
	width: 100%;
	max-width: 60px;
	min-width: 60px;
	max-height: 60px;
	min-height: 60px;
	border-radius: 50%;
	border: 1px solid #ededed
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left {
	margin-left: 16px
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	font-size: .75rem;
	line-height: 1
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left h3 .avatar {
	display: block;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	margin-right: 6px
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left>span:not(.tag) {
	font-size: .9rem;
	color: #a2a5b9
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left>span:not(.tag) svg {
	position: relative;
	top: 1px;
	height: 12px;
	width: 12px
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left>span:not(.tag) .icon-separator {
	position: relative;
	top: -3px;
	font-size: 5px;
	color: #a2a5b9;
	padding: 0 8px
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .network {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 145px;
	margin-right: 30px
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .network>span {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9;
	margin-left: 6px
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons {
	margin-bottom: 0;
	margin-right: 10px
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button {
	margin-bottom: 0
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button:nth-child(2) {
	-webkit-transition: all .3s;
	transition: all .3s
}

.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button:nth-child(2):hover {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	color: #e62965
}

body.is-dark .list-view.list-view-v4 .list-view-item .list-view-item-inner .pre-meta h3 {
	color: #aaaab3
}

body.is-dark .list-view.list-view-v4 .list-view-item .list-view-item-inner>img {
	border-color: #404046
}

body.is-dark .list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left h3 {
	color: #aaaab3 !important
}

body.is-dark .list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button:nth-child(2) {
	background: #28282b;
	border-color: #37373b;
	color: #aaaab3;
	-webkit-transition: all .3s;
	transition: all .3s
}

body.is-dark .list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button:nth-child(2):hover {
	border-color: #e62965;
	color: #e62965
}

@media only screen and (max-width: 767px) {
	.list-view-toolbar .list-info {
		display: none
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .h-avatar {
		margin-bottom: 10px
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-left {
		margin-left: 0
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .tags {
		margin: 10px 0
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats {
		margin: 10px 0
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .network {
		margin: 10px 0 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .network>span {
		display: none
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .dropdown {
		position: absolute;
		top: 0px;
		right: 0px;
		margin-left: 0
	}

	.list-view.list-view-v2 .list-view-item {
		padding: 20px
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner>img {
		width: 100%;
		max-width: 100%;
		min-height: 160px;
		max-height: 160px;
		margin-bottom: 1rem
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left {
		margin-left: 0
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left>span {
		margin-bottom: 16px
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left .icon-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left .icon-list>span {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		margin: 10px;
		width: calc(33.3% - 20px)
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left .icon-list>span i {
		margin: 0
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right {
		margin: 16px 0 0 0
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right .buttons {
		margin: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right .buttons .button {
		width: 48%
	}

	.list-view.list-view-v3 .list-view-item {
		position: relative;
		padding: 20px
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner>img {
		margin-bottom: 1rem
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left {
		margin-left: 0
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left h3 {
		text-align: center;
		margin-bottom: 6px
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left>span {
		margin-bottom: 16px
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left .icon-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left .icon-list>span {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		margin: 10px;
		width: calc(33.3% - 20px)
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-left .icon-list>span i {
		margin: 0
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-right {
		margin: 16px 0 0 0;
		width: 100%
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-right .buttons {
		margin: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-right .buttons .button {
		width: 100%;
		margin: 10px 0
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-right .buttons .button:first-child {
		width: 100%;
		max-width: 240px;
		margin: 10px auto
	}

	.list-view.list-view-v3 .list-view-item .list-view-item-inner .meta-right .buttons .button:nth-child(2) {
		position: absolute;
		top: 10px;
		right: 10px;
		max-width: 35px
	}

	.list-view.list-view-v4 .list-view-item {
		position: relative;
		padding: 20px
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .pre-meta {
		margin: 0 0 16px 0
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .pre-meta h3 {
		text-align: center
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner>img {
		max-width: 90px;
		min-width: 90px;
		max-height: 90px;
		min-height: 90px;
		margin-bottom: 1rem
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left {
		margin-left: 0
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left h3 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 6px
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left>span {
		margin-bottom: 16px
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left .icon-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left .icon-list>span {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		margin: 10px;
		width: calc(33.3% - 20px)
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left .icon-list>span i {
		margin: 0
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right {
		margin: 16px 0 0 0;
		width: 100%
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .network {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons {
		margin: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button {
		width: 100%;
		margin: 10px 0
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button:first-child {
		width: 100%;
		max-width: 240px;
		margin: 10px auto
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button:nth-child(2) {
		position: absolute;
		top: 0;
		right: 10px;
		max-width: 35px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.list-view-toolbar {
		padding: 0 10px
	}

	.list-view.list-view-v1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.list-view.list-view-v1 .list-view-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.list-view.list-view-v1 .list-view-item {
		margin: 10px;
		width: calc(50% - 20px);
		min-width: calc(50% - 20px);
		max-width: calc(50% - 20px)
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .h-avatar {
		margin-bottom: 10px
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-left {
		margin-left: 0
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .tags {
		margin: 10px 0
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .stats {
		margin: 10px 0
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .network {
		margin: 10px 0 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .network>span {
		display: none
	}

	.list-view.list-view-v1 .list-view-item .list-view-item-inner .meta-right .dropdown {
		position: absolute;
		top: 0px;
		right: 0px;
		margin-left: 0
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .h-avatar {
		margin-bottom: 10px
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-left {
		margin-left: 0
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right .tags {
		margin: 10px 0
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right .stats {
		margin: 10px 0
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right .network {
		margin: 10px 0 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right .network>span {
		display: none
	}

	.list-view.list-view-v2 .list-view-item .list-view-item-inner .meta-right .dropdown {
		position: absolute;
		top: 0px;
		right: 0px;
		margin-left: 0
	}

	.list-view.list-view-v2 .list-view-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item {
		padding: 20px;
		margin: 10px;
		width: calc(50% - 20px)
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item .list-view-item-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item .list-view-item-inner>img {
		width: 100%;
		max-width: 100%;
		min-height: 160px;
		max-height: 160px;
		margin-bottom: 1rem
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item .list-view-item-inner .meta-left {
		margin-left: 0
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item .list-view-item-inner .meta-left>span {
		margin-bottom: 16px
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item .list-view-item-inner .meta-left .icon-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item .list-view-item-inner .meta-left .icon-list>span {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		margin: 10px;
		width: calc(33.3% - 20px)
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item .list-view-item-inner .meta-left .icon-list>span i {
		margin: 0
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item .list-view-item-inner .meta-right {
		margin: auto 0 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item .list-view-item-inner .meta-right .buttons {
		margin: 16px 0 0 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.list-view.list-view-v2 .list-view-inner .list-view-item .list-view-item-inner .meta-right .buttons .button {
		width: 48%
	}

	.list-view.list-view-v4 .list-view-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.list-view.list-view-v4 .list-view-item {
		position: relative;
		margin: 10px;
		width: calc(50% - 20px);
		padding: 20px
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .pre-meta {
		margin: 0 0 16px 0
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .pre-meta h3 {
		margin-right: 0;
		text-align: center
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner>img {
		max-width: 90px;
		min-width: 90px;
		max-height: 90px;
		min-height: 90px;
		margin-bottom: 1rem
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left {
		margin-left: 0
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left h3 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 6px
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left>span {
		margin-bottom: 16px
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left .icon-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left .icon-list>span {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		margin: 10px;
		width: calc(33.3% - 20px)
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-left .icon-list>span i {
		margin: 0
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right {
		margin: 16px 0 0 0;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .network {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons {
		margin: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 0 16px
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button {
		width: 100%
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button:first-child {
		width: 100%;
		max-width: 240px;
		margin: 0 auto
	}

	.list-view.list-view-v4 .list-view-item .list-view-item-inner .meta-right .buttons .button:nth-child(2) {
		position: absolute;
		top: 10px;
		right: 10px;
		max-width: 35px
	}
}

/*! _list-flex.scss | Huro | Css ninja 2020-2021 */
.list-flex-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.list-flex-toolbar.is-webapp {
	padding-top: 30px;
	margin: 0 auto 20px auto
}

.list-flex-toolbar.is-webapp.flex-list-v1 {
	max-width: 880px
}

.list-flex-toolbar.is-webapp.flex-list-v2 {
	max-width: 940px
}

.list-flex-toolbar.is-reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.list-flex-toolbar.is-reversed .control {
	margin-right: 0;
	margin-left: auto
}

.list-flex-toolbar.is-reversed .tabs-inner {
	margin-right: 10px;
	margin-left: 0
}

.list-flex-toolbar .control {
	margin-right: 10px
}

.list-flex-toolbar .list-info span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.list-flex-toolbar .buttons {
	margin-left: auto;
	margin-bottom: 0
}

.list-flex-toolbar .buttons .h-button {
	margin-bottom: 0
}

.list-flex-toolbar .tabs-inner {
	margin-left: auto
}

.list-flex-toolbar .tabs-inner .tabs {
	margin-bottom: 0;
	min-width: 170px
}

.flex-list-wrapper.is-webapp {
	margin: 0 auto
}

.flex-list-wrapper.is-webapp.flex-list-v1 {
	max-width: 880px
}

.flex-list-wrapper.is-webapp.flex-list-v2 {
	max-width: 940px
}

/*! _grid-users.scss | Huro | Css ninja 2020-2021 */
.user-grid-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.user-grid-toolbar.is-webapp {
	padding-top: 30px;
	margin: 0 auto 20px auto
}

.user-grid-toolbar.is-webapp.flex-list-v1 {
	max-width: 880px
}

.user-grid-toolbar.is-webapp.flex-list-v2 {
	max-width: 940px
}

.user-grid-toolbar.is-reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.user-grid-toolbar.is-reversed .control {
	margin-right: 0;
	margin-left: auto
}

.user-grid-toolbar.is-reversed .tabs-inner {
	margin-right: 10px;
	margin-left: 0
}

.user-grid-toolbar .control {
	margin-right: 10px
}

.user-grid-toolbar .list-info span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.user-grid-toolbar .buttons {
	margin-left: auto;
	margin-bottom: 0
}

.user-grid-toolbar .buttons .field,
.user-grid-toolbar .buttons .h-button {
	margin-bottom: 0
}

.user-grid-toolbar .buttons .field .h-select,
.user-grid-toolbar .buttons .h-button .h-select {
	min-width: 190px
}

.user-grid-toolbar .tabs-inner {
	margin-left: auto
}

.user-grid-toolbar .tabs-inner .tabs {
	margin-bottom: 0;
	min-width: 170px
}

.user-grid.user-grid-v1 .columns,
.user-grid.user-grid-v2 .columns {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
	margin-top: -0.5rem !important
}

.user-grid.user-grid-v1 .column,
.user-grid.user-grid-v2 .column {
	padding: .5rem !important
}

.user-grid.user-grid-v1 .grid-item,
.user-grid.user-grid-v2 .grid-item {
	text-align: center
}

.user-grid.user-grid-v1 .grid-item>.h-avatar,
.user-grid.user-grid-v2 .grid-item>.h-avatar {
	display: block;
	margin: 0 auto 4px auto
}

.user-grid.user-grid-v1 .grid-item h3,
.user-grid.user-grid-v2 .grid-item h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252
}

.user-grid.user-grid-v1 .grid-item p,
.user-grid.user-grid-v2 .grid-item p {
	font-size: .85rem
}

.user-grid.user-grid-v1 .grid-item .people,
.user-grid.user-grid-v2 .grid-item .people {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 0 30px 0
}

.user-grid.user-grid-v1 .grid-item .people .h-avatar,
.user-grid.user-grid-v2 .grid-item .people .h-avatar {
	margin: 0 4px
}

.user-grid.user-grid-v1 .grid-item .buttons,
.user-grid.user-grid-v2 .grid-item .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.user-grid.user-grid-v1 .grid-item .buttons .button,
.user-grid.user-grid-v2 .grid-item .buttons .button {
	width: calc(50% - 4px);
	color: #a2a5b9
}

.user-grid.user-grid-v1 .grid-item .buttons .button:hover,
.user-grid.user-grid-v2 .grid-item .buttons .button:hover {
	border-color: #e3e3e3;
	color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.user-grid.user-grid-v2 .grid-item-wrap {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head {
	background: #fafafa;
	border-radius: 6px 6px 0 0;
	padding: 20px
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .flex-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .flex-head .meta span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .flex-head .meta span:first-child {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .95rem;
	color: #283252
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .flex-head .meta span:nth-child(2) {
	font-size: .9rem;
	color: #a2a5b9
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .flex-head .status-icon {
	height: 28px;
	width: 28px;
	min-width: 28px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .flex-head .status-icon.is-success {
	background: #06d6a0;
	border-color: #06d6a0;
	color: #fff
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .flex-head .status-icon.is-warning {
	background: #ffa981;
	border-color: #ffa981;
	color: #fff
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .flex-head .status-icon.is-danger {
	background: #e62965;
	border-color: #e62965;
	color: #fff
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .flex-head .status-icon i {
	font-size: 8px
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .buttons .button,
.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .buttons .h-button {
	width: calc(50% - 4px);
	color: #a2a5b9;
	margin-bottom: 0
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .buttons .button:hover,
.user-grid.user-grid-v2 .grid-item-wrap .grid-item-head .buttons .h-button:hover {
	border-color: #e3e3e3;
	color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.user-grid.user-grid-v2 .grid-item-wrap .grid-item {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: none
}

body.is-dark .user-grid.user-grid-v2 .grid-item-wrap {
	border-color: #404046
}

body.is-dark .user-grid.user-grid-v2 .grid-item-wrap .grid-item-head {
	background: #2d2d31
}

.user-grid.user-grid-v3 .columns {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
	margin-top: -0.5rem !important
}

.user-grid.user-grid-v3 .column {
	padding: .5rem !important
}

.user-grid.user-grid-v3 .grid-item {
	text-align: center
}

.user-grid.user-grid-v3 .grid-item>.h-avatar {
	display: block;
	margin: 0 auto 4px auto
}

.user-grid.user-grid-v3 .grid-item h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252
}

.user-grid.user-grid-v3 .grid-item p {
	font-size: .85rem;
	margin-bottom: 16px
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper {
	padding-bottom: 20px
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	margin-bottom: 16px
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .tab-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 33.3%;
	color: #a2a5b9;
	padding: 4px 8px;
	margin: 8px 0
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .tab-item:nth-child(2) {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .tab-item.is-active {
	color: var(--primary-color)
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .tab-item:first-child.is-active~.icon-tabs-naver {
	margin-left: 0
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .tab-item:nth-child(2).is-active~.icon-tabs-naver {
	margin-left: 33% !important
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .tab-item:nth-child(3).is-active~.icon-tabs-naver {
	margin-left: 66.6%
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .tab-item svg {
	pointer-events: none;
	height: 16px;
	width: 16px;
	stroke-width: 1.6px
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .icon-tabs-naver {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: 33.3% !important;
	height: 2px;
	background: var(--primary-color);
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 12px
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs-content {
	display: none;
	-webkit-animation: fadeInLeft .5s;
	animation: fadeInLeft .5s;
	padding-top: 16px
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs-content.is-active {
	display: block
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .chart-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 165px;
	margin: 0 auto
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .chart-block .stats span {
	display: block
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .chart-block .stats span:first-child {
	font-family: "Roboto", sans-serif;
	font-size: 1.8rem;
	color: #283252;
	font-weight: 700;
	line-height: 1
}

.user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .chart-block .stats span:nth-child(2) {
	font-family: "Montserrat", sans-serif;
	color: #a2a5b9
}

.user-grid.user-grid-v3 .grid-item .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0
}

.user-grid.user-grid-v3 .grid-item .buttons .button,
.user-grid.user-grid-v3 .grid-item .buttons .h-button {
	width: calc(50% - 4px);
	color: #a2a5b9;
	margin-bottom: 0
}

.user-grid.user-grid-v3 .grid-item .buttons .button:hover,
.user-grid.user-grid-v3 .grid-item .buttons .h-button:hover {
	border-color: #e3e3e3;
	color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

body.is-dark .user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs {
	background: #28282b;
	border-color: #3b3b41
}

body.is-dark .user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .tab-item {
	border-color: #3b3b41
}

body.is-dark .user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .tab-item.is-active {
	color: #797bf2
}

body.is-dark .user-grid.user-grid-v3 .grid-item .icon-tabs-wrapper .icon-tabs .icon-tabs-inner .icon-tabs-naver {
	background: #797bf2
}

.user-grid.user-grid-v4 .columns {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
	margin-top: -0.5rem !important
}

.user-grid.user-grid-v4 .column {
	padding: .5rem !important
}

.user-grid.user-grid-v4 .grid-item {
	position: relative;
	text-align: center
}

.user-grid.user-grid-v4 .grid-item:hover .button-wrap>div a {
	opacity: 1;
	pointer-events: all
}

.user-grid.user-grid-v4 .grid-item .dropdown {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: left
}

.user-grid.user-grid-v4 .grid-item>.h-avatar {
	display: block;
	margin: 0 auto 4px auto
}

.user-grid.user-grid-v4 .grid-item h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252
}

.user-grid.user-grid-v4 .grid-item p {
	font-size: .85rem
}

.user-grid.user-grid-v4 .grid-item .button-wrap {
	margin: 20px 0 0 0
}

.user-grid.user-grid-v4 .grid-item .button-wrap .h-button {
	width: 100%;
	max-width: 140px;
	margin: 0 auto
}

.user-grid.user-grid-v4 .grid-item .button-wrap>div {
	margin: 6px 0 0 0
}

.user-grid.user-grid-v4 .grid-item .button-wrap>div a {
	opacity: 0;
	pointer-events: none;
	color: #a2a5b9;
	font-weight: 500;
	font-size: .9rem;
	-webkit-transition: opacity .3s, color .3s;
	transition: opacity .3s, color .3s
}

.user-grid.user-grid-v4 .grid-item .button-wrap>div a:hover {
	color: var(--primary-color)
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {

	.user-grid.user-grid-v1 .columns,
	.user-grid.user-grid-v2 .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.user-grid.user-grid-v1 .columns .column,
	.user-grid.user-grid-v2 .columns .column {
		min-width: 50% !important
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {

	.user-grid.user-grid-v1 .columns .column,
	.user-grid.user-grid-v2 .columns .column {
		min-width: 33.3% !important
	}
}

/*! _grid-cards.scss | Huro | Css ninja 2020-2021 */
.card-grid-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.card-grid-toolbar.is-webapp {
	padding-top: 30px;
	margin: 0 auto 20px auto
}

.card-grid-toolbar.is-webapp.flex-list-v1 {
	max-width: 880px
}

.card-grid-toolbar.is-webapp.flex-list-v2 {
	max-width: 940px
}

.card-grid-toolbar.is-reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.card-grid-toolbar.is-reversed .control {
	margin-right: 0;
	margin-left: auto
}

.card-grid-toolbar.is-reversed .tabs-inner {
	margin-right: 10px;
	margin-left: 0
}

.card-grid-toolbar .control {
	margin-right: 10px
}

.card-grid-toolbar .list-info span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.card-grid-toolbar .buttons {
	margin-left: auto;
	margin-bottom: 0
}

.card-grid-toolbar .buttons .field,
.card-grid-toolbar .buttons .h-button {
	margin-bottom: 0
}

/*
.card-grid-toolbar .buttons .field .h-select,
.card-grid-toolbar .buttons .h-button .h-select {
    min-width: 190px
} */

.card-grid-toolbar .tabs-inner {
	margin-left: auto
}

.card-grid-toolbar .tabs-inner .tabs {
	margin-bottom: 0;
	min-width: 170px
}

.card-grid .columns {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
	margin-top: -0.5rem !important
}

.card-grid .column {
	padding: .5rem !important
}

.card-grid.card-grid-v1 .card-grid-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .left .meta {
	margin-left: 12px;
	line-height: 1.3
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .left .meta span {
	display: block
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .left .meta span:first-child {
	font-size: 1.1rem;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #283252
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .left .meta span:nth-child(2) {
	font-family: "Roboto", sans-serif;
	font-size: .85rem;
	color: #a2a5b9
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .right .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .right .social-links .social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	margin: 0 4px;
	color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	-webkit-transition: all .3s;
	transition: all .3s
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .right .social-links .social-link:hover {
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .right .social-links .social-link i {
	font-size: 12px
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-footer .left {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	max-width: 50%
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-footer .left .progress-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-footer .left .progress-stats span {
	display: block
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-footer .left .progress-stats span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 600;
	color: #283252
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-footer .left .progress-stats span:nth-child(2) {
	font-size: .9rem;
	color: #a2a5b9
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-footer .left .progress {
	margin-bottom: 0
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-footer .right .h-button {
	color: #a2a5b9
}

.card-grid.card-grid-v1 .card-grid-item .card-grid-item-footer .right .h-button:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

body.is-dark .card-grid.card-grid-v1 .card-grid-item {
	background: #323236;
	border-color: #404046
}

body.is-dark .card-grid.card-grid-v1 .card-grid-item .card-grid-item-body {
	border-color: #404046
}

body.is-dark .card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .left .h-avatar .badge {
	border-color: #323236
}

body.is-dark .card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .right .social-links .social-link {
	background: #28282b;
	border-color: #404046;
	color: #aaaab3
}

body.is-dark .card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .right .social-links .social-link:hover {
	border-color: #797bf2 !important;
	color: #797bf2 !important
}

body.is-dark .card-grid.card-grid-v1 .card-grid-item .card-grid-item-footer .right .h-button {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.card-grid.card-grid-v2 .card-grid-item .card {
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px
}

.card-grid.card-grid-v2 .card-grid-item .card .card-header {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #e3e3e3
}

.card-grid.card-grid-v2 .card-grid-item .card .card-header .card-header-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.card-grid.card-grid-v2 .card-grid-item .card .card-header .card-header-title .meta {
	margin-left: 10px;
	line-height: 1.2
}

.card-grid.card-grid-v2 .card-grid-item .card .card-header .card-header-title .meta span {
	display: block;
	font-weight: 400
}

.card-grid.card-grid-v2 .card-grid-item .card .card-header .card-header-title .meta span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	color: #283252;
	font-weight: 600
}

.card-grid.card-grid-v2 .card-grid-item .card .card-header .card-header-title .meta span:nth-child(2) {
	font-size: .9rem;
	color: #a2a5b9
}

.card-grid.card-grid-v2 .card-grid-item .card .card-image img {
	/* -o-object-fit: cover;
    object-fit: cover */
}

.card-grid.card-grid-v2 .card-grid-item .card .card-content {
	border-top: 1px solid #e3e3e3;
	padding: 1rem 2rem
}

.card-grid.card-grid-v2 .card-grid-item .card .card-content .card-content-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card-grid.card-grid-v2 .card-grid-item .card .card-content .card-content-flex .card-info h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	color: #283252;
	font-weight: 600
}

.card-grid.card-grid-v2 .card-grid-item .card .card-content .card-content-flex .card-info p {
	font-size: .9rem
}

.card-grid.card-grid-v2 .card-grid-item .card .card-content .card-content-flex .card-info p svg {
	position: relative;
	top: 2px;
	height: 14px;
	width: 14px;
	margin-right: 4px
}

.card-grid.card-grid-v2 .card-grid-item .card .card-footer a {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	padding: 1rem .75rem;
	-webkit-transition: all .3s;
	transition: all .3s
}

.card-grid.card-grid-v2 .card-grid-item .card .card-footer a:hover {
	background: #f7f7f7;
	color: var(--primary-color)
}

body.is-dark .card-grid.card-grid-v2 .card-grid-item {
	border-color: #404046
}

body.is-dark .card-grid.card-grid-v2 .card-grid-item .card {
	background: #323236;
	border-color: #404046
}

body.is-dark .card-grid.card-grid-v2 .card-grid-item .card .card-header {
	border-color: #404046
}

body.is-dark .card-grid.card-grid-v2 .card-grid-item .card .card-content {
	border-color: #404046
}

body.is-dark .card-grid.card-grid-v2 .card-grid-item .card .card-footer {
	border-color: #404046
}

body.is-dark .card-grid.card-grid-v2 .card-grid-item .card .card-footer a {
	border-color: #404046
}

body.is-dark .card-grid.card-grid-v2 .card-grid-item .card .card-footer a:hover {
	background: #28282b;
	color: #797bf2
}

.card-grid.card-grid-v3 .card-grid-item {
	position: relative;
	text-align: center;
	padding: 30px
}

.card-grid.card-grid-v3 .card-grid-item .h-toggle {
	position: absolute;
	top: 28px;
	right: 10px;
	-webkit-transform: scale(0.85);
	transform: scale(0.85)
}

.card-grid.card-grid-v3 .card-grid-item>.h-avatar {
	display: block;
	margin: 0 auto 10px auto;
	border-radius: 16px
}

.card-grid.card-grid-v3 .card-grid-item>.h-avatar .avatar {
	-o-object-fit: cover;
	object-fit: cover;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.card-grid.card-grid-v3 .card-grid-item>.h-avatar .badge {
	bottom: 22px;
	right: -12px
}

.card-grid.card-grid-v3 .card-grid-item>h3 {
	font-size: 1.1rem;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #283252
}

.card-grid.card-grid-v3 .card-grid-item>p {
	font-size: .9rem
}

.card-grid.card-grid-v3 .card-grid-item .description {
	padding: 12px 0
}

.card-grid.card-grid-v3 .card-grid-item .people {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 0 30px 0
}

.card-grid.card-grid-v3 .card-grid-item .people .h-avatar {
	margin: 0 4px
}

.card-grid.card-grid-v3 .card-grid-item .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.card-grid.card-grid-v3 .card-grid-item .buttons .button {
	width: calc(50% - 4px);
	color: #a2a5b9
}

.card-grid.card-grid-v3 .card-grid-item .buttons .button:hover {
	border-color: #e3e3e3;
	color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.card-grid.card-grid-v4 .card-grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
	border-radius: 16px;
	min-height: 300px
}

.card-grid.card-grid-v4 .card-grid-item:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.card-grid.card-grid-v4 .card-grid-item>img {
	display: block;
	border-radius: 12px;
	width: 100%;
	height: 280px;
	-o-object-fit: cover;
	object-fit: cover
}

.card-grid.card-grid-v4 .card-grid-item .card-grid-item-content {
	padding: 12px 5px
}

.card-grid.card-grid-v4 .card-grid-item .card-grid-item-content h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.card-grid.card-grid-v4 .card-grid-item .card-grid-item-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	padding: 0 5px 10px 5px
}

.card-grid.card-grid-v4 .card-grid-item .card-grid-item-footer .meta {
	margin-left: 8px;
	line-height: 1.2
}

.card-grid.card-grid-v4 .card-grid-item .card-grid-item-footer .meta span {
	display: block;
	font-weight: 400
}

.card-grid.card-grid-v4 .card-grid-item .card-grid-item-footer .meta span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	color: #283252;
	font-weight: 600
}

/* .card-grid.card-grid-v4 .card-grid-item .card-grid-item-footer .meta span:nth-child(2) {
    font-family: "Roboto", sans-serif;
    font-size: .85rem;
    color: #a2a5b9
} */

@media only screen and (max-width: 767px) {
	.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.card-grid.card-grid-v1 .card-grid-item .card-grid-item-body .left .meta {
		margin: 5px 0 20px 0
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.card-grid.card-grid-v4 .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.card-grid.card-grid-v4 .column {
		width: 33.3%;
		min-width: 33.3%
	}
}

/*! _grid-tiles.scss | Huro | Css ninja 2020-2021 */
.tile-grid-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.tile-grid-toolbar.is-webapp {
	padding-top: 30px;
	margin: 0 auto 20px auto
}

.tile-grid-toolbar.is-webapp.flex-list-v1 {
	max-width: 880px
}

.tile-grid-toolbar.is-webapp.flex-list-v2 {
	max-width: 940px
}

.tile-grid-toolbar.is-reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.tile-grid-toolbar.is-reversed .control {
	margin-right: 0;
	margin-left: auto
}

.tile-grid-toolbar.is-reversed .tabs-inner {
	margin-right: 10px;
	margin-left: 0
}

.tile-grid-toolbar .control {
	margin-right: 10px
}

.tile-grid-toolbar .list-info span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.tile-grid-toolbar .buttons {
	margin-left: auto;
	margin-bottom: 0
}

.tile-grid-toolbar .buttons .field,
.tile-grid-toolbar .buttons .h-button {
	margin-bottom: 0
}

.tile-grid-toolbar .buttons .field .h-select,
.tile-grid-toolbar .buttons .h-button .h-select {
	min-width: 190px
}

.tile-grid-toolbar .tabs-inner {
	margin-left: auto
}

.tile-grid-toolbar .tabs-inner .tabs {
	margin-bottom: 0;
	min-width: 170px
}

.tile-grid .columns {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
	margin-top: -0.5rem !important
}

.tile-grid .column {
	padding: .5rem !important
}

.tile-grid.tile-grid-v1 .tile-grid-item {
	border-radius: 14px;
	padding: 16px
}

.tile-grid.tile-grid-v1 .tile-grid-item .tile-grid-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tile-grid.tile-grid-v1 .tile-grid-item .tile-grid-item-inner .meta {
	margin-left: 10px;
	line-height: 1.2
}

.tile-grid.tile-grid-v1 .tile-grid-item .tile-grid-item-inner .meta span {
	display: block;
	font-family: "Roboto", sans-serif
}

.tile-grid.tile-grid-v1 .tile-grid-item .tile-grid-item-inner .meta span:first-child {
	color: #283252;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1rem
}

.tile-grid.tile-grid-v1 .tile-grid-item .tile-grid-item-inner .meta span:nth-child(2) {
	color: #a2a5b9;
	font-size: .9rem
}

.tile-grid.tile-grid-v1 .tile-grid-item .tile-grid-item-inner .dropdown {
	position: relative;
	margin-left: auto
}

.tile-grid.tile-grid-v2 .tile-grid-item {
	border-radius: 14px;
	padding: 16px;
	cursor: pointer
}

.tile-grid.tile-grid-v2 .tile-grid-item:hover {
	border-color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.tile-grid.tile-grid-v2 .tile-grid-item .tile-grid-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tile-grid.tile-grid-v2 .tile-grid-item .tile-grid-item-inner>img {
	display: block;
	width: 50px;
	height: 50px;
	min-width: 50px
}

.tile-grid.tile-grid-v2 .tile-grid-item .tile-grid-item-inner .meta {
	margin-left: 10px;
	line-height: 1.4
}

.tile-grid.tile-grid-v2 .tile-grid-item .tile-grid-item-inner .meta span {
	display: block;
	font-family: "Roboto", sans-serif
}

.tile-grid.tile-grid-v2 .tile-grid-item .tile-grid-item-inner .meta span:first-child {
	color: #283252;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1rem
}

.tile-grid.tile-grid-v2 .tile-grid-item .tile-grid-item-inner .meta span:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tile-grid.tile-grid-v2 .tile-grid-item .tile-grid-item-inner .meta span:nth-child(2) span {
	display: inline-block;
	color: #a2a5b9;
	font-size: .8rem;
	font-weight: 400
}

.tile-grid.tile-grid-v2 .tile-grid-item .tile-grid-item-inner .meta span:nth-child(2) .icon-separator {
	position: relative;
	font-size: 4px;
	color: #a2a5b9;
	padding: 0 6px
}

.tile-grid.tile-grid-v2 .tile-grid-item .tile-grid-item-inner .dropdown,
.card-grid-item .card-grid-item-footer .dropdown {
	margin-left: auto
}

body.is-dark .tile-grid.tile-grid-v2 .tile-grid-item:hover {
	border-color: #797bf2 !important
}

.tile-grid.tile-grid-v3 .tile.is-ancestor {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	margin-top: -0.5rem
}

.tile-grid.tile-grid-v3 .tile.is-parent {
	padding: .5rem
}

.tile-grid.tile-grid-v3 .tile-grid-item {
	padding: 10px;
	border-radius: 16px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium {
	max-height: 132px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner>img {
	display: block;
	border-radius: 12px;
	width: 100%;
	max-width: 110px;
	min-width: 110px;
	height: 100%;
	min-height: 110px;
	max-height: 110px;
	-o-object-fit: cover;
	object-fit: cover
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner .meta {
	margin-left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner .meta .tile-title h3 {
	font-family: "Roboto", sans-serif;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252;
	line-height: 1.3
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner .meta .tile-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	padding: 0 0 5px 0
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner .meta .tile-meta .h-avatar {
	max-width: 26px;
	max-height: 26px;
	min-width: 26px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner .meta .tile-meta .h-avatar .avatar {
	max-width: 26px;
	max-height: 26px;
	min-width: 26px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner .meta .tile-meta .meta-inner {
	margin-left: 8px;
	line-height: 1.2
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner .meta .tile-meta .meta-inner span {
	display: block;
	font-weight: 400
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner .meta .tile-meta .meta-inner span:first-child {
	color: #283252;
	font-family: "Montserrat", sans-serif;
	font-size: .85rem;
	font-weight: 600
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner .meta .tile-meta .meta-inner span:nth-child(2) {
	font-size: .8rem;
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner>img {
	display: block;
	border-radius: 12px;
	width: 100%;
	height: 180px;
	-o-object-fit: cover;
	object-fit: cover
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding: 0 5px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .meta .tile-title {
	padding-top: 10px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .meta .tile-title h3 {
	font-family: "Roboto", sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.1
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .meta .tile-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	padding: 0 0 5px 0
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .meta .tile-meta .h-avatar {
	max-width: 26px;
	max-height: 26px;
	min-width: 26px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .meta .tile-meta .h-avatar .avatar {
	max-width: 26px;
	max-height: 26px;
	min-width: 26px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .meta .tile-meta .meta-inner {
	margin-left: 8px;
	line-height: 1.2
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .meta .tile-meta .meta-inner span {
	display: block;
	font-weight: 400
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .meta .tile-meta .meta-inner span:first-child {
	color: #283252;
	font-size: .9rem;
	font-weight: 500
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .meta .tile-meta .meta-inner span:nth-child(2) {
	font-size: .8rem;
	color: #a2a5b9
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner>img {
	display: block;
	border-radius: 12px;
	width: 100%;
	max-width: 280px;
	height: 100%;
	min-height: 160px;
	-o-object-fit: cover;
	object-fit: cover
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta {
	margin-left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta .tile-title {
	padding-top: 5px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta .tile-title h3 {
	font-family: "Roboto", sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.1
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta .tile-title p {
	color: #a2a5b9;
	font-size: .95rem;
	padding-top: 5px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta .tile-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	padding: 0 0 5px 0
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta .tile-meta .h-avatar {
	max-width: 26px;
	max-height: 26px;
	min-width: 26px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta .tile-meta .h-avatar .avatar {
	max-width: 26px;
	max-height: 26px;
	min-width: 26px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta .tile-meta .meta-inner {
	margin-left: 8px;
	line-height: 1.2
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta .tile-meta .meta-inner span {
	display: block;
	font-weight: 400
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta .tile-meta .meta-inner span:first-child {
	color: #283252;
	font-size: .9rem;
	font-weight: 500
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .meta .tile-meta .meta-inner span:nth-child(2) {
	font-size: .8rem;
	color: #a2a5b9
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner>img {
	display: block;
	border-radius: 12px;
	width: 100%;
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding: 0 5px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta .tile-title {
	padding-top: 10px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta .tile-title h3 {
	font-family: "Roboto", sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	color: #283252;
	line-height: 1.1
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta .tile-title p {
	color: #a2a5b9;
	font-size: .95rem;
	padding-top: 5px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta .tile-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	padding: 0 0 5px 0
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta .tile-meta .h-avatar {
	max-width: 26px;
	max-height: 26px;
	min-width: 26px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta .tile-meta .h-avatar .avatar {
	max-width: 26px;
	max-height: 26px;
	min-width: 26px
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta .tile-meta .meta-inner {
	margin-left: 8px;
	line-height: 1.2
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta .tile-meta .meta-inner span {
	display: block;
	font-weight: 400
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta .tile-meta .meta-inner span:first-child {
	color: #283252;
	font-size: .9rem;
	font-weight: 500
}

.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .meta .tile-meta .meta-inner span:nth-child(2) {
	font-size: .8rem;
	color: #a2a5b9
}

@media only screen and (max-width: 767px) {
	.tile-grid.tile-grid-v3 .tile-grid-item {
		max-height: 132px !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		height: 100% !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner>img {
		display: block !important;
		border-radius: 12px !important;
		width: 100% !important;
		max-width: 110px !important;
		min-width: 110px !important;
		height: 100% !important;
		min-height: 110px !important;
		max-height: 110px !important;
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta {
		margin-left: 12px !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-title h3 {
		font-family: "Roboto", sans-serif !important;
		font-size: 1.1rem !important;
		font-weight: 500;
		color: #283252 !important;
		line-height: 1.1 !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-title p {
		display: none !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		margin-top: auto !important;
		padding: 0 0 5px 0 !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .h-avatar {
		max-width: 26px !important;
		max-height: 26px !important;
		min-width: 26px !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .h-avatar .avatar {
		max-width: 26px !important;
		max-height: 26px !important;
		min-width: 26px !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .meta-inner {
		margin-left: 8px !important;
		line-height: 1.2 !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .meta-inner span {
		display: block !important;
		font-weight: 400 !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .meta-inner span:first-child {
		color: #283252 !important;
		font-size: .9rem !important;
		font-weight: 500 !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .meta-inner span:nth-child(2) {
		font-size: .8rem !important;
		color: #a2a5b9 !important
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.tile-grid.tile-grid-v3 .tile-grid-item {
		max-height: 132px !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		height: 100% !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner>img {
		display: block !important;
		border-radius: 12px !important;
		width: 100% !important;
		max-width: 110px !important;
		min-width: 110px !important;
		height: 100% !important;
		min-height: 110px !important;
		max-height: 110px !important;
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta {
		margin-left: 12px !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-title h3 {
		font-family: "Roboto", sans-serif !important;
		font-size: 1.1rem !important;
		font-weight: 500;
		color: #283252 !important;
		line-height: 1.1 !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-title p {
		display: block;
		max-width: 460px
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		margin-top: auto !important;
		padding: 0 0 5px 0 !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .h-avatar {
		max-width: 26px !important;
		max-height: 26px !important;
		min-width: 26px !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .h-avatar .avatar {
		max-width: 26px !important;
		max-height: 26px !important;
		min-width: 26px !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .meta-inner {
		margin-left: 8px !important;
		line-height: 1.2 !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .meta-inner span {
		display: block !important;
		font-weight: 400 !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .meta-inner span:first-child {
		color: #283252 !important;
		font-size: .9rem !important;
		font-weight: 500 !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item .tile-grid-item-inner .meta .tile-meta .meta-inner span:nth-child(2) {
		font-size: .8rem !important;
		color: #a2a5b9 !important
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.tile-grid.tile-grid-v3 .tile-grid-item.is-medium .tile-grid-item-inner .tile-title h3 {
		font-size: 1rem !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item.is-large .tile-grid-item-inner .tile-title h3 {
		font-size: 1.1rem !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item.is-tall .tile-grid-item-inner .tile-title h3 {
		font-size: 1.2rem !important
	}

	.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner>img {
		max-width: 180px;
		min-height: 160px
	}

	.tile-grid.tile-grid-v3 .tile-grid-item.is-wide .tile-grid-item-inner .tile-title h3 {
		font-size: 1.2rem !important
	}
}

/*! _demo.scss | Huro | Css ninja 2020-2021 */
.demo-card {
	position: relative;
	margin-bottom: 1.5rem
}

.demo-card.has-more-margin {
	margin-bottom: 3rem
}

.demo-card.has-margin-top {
	margin-top: 3rem
}

.demo-card.is-narrow {
	margin-bottom: 0
}

.demo-card .demo-title h3 {
	margin-bottom: .75rem
}

.demo-card .demo-title p {
	max-width: 540px
}

.demo-card .code-trigger {
	position: absolute;
	top: 16px;
	right: 20px;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	-webkit-transition: all .3s;
	transition: all .3s
}

.demo-card .code-trigger:hover svg {
	stroke: #283252
}

.demo-card .code-trigger.is-active {
	border-color: var(--primary-color);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.demo-card .code-trigger.is-active svg {
	stroke: var(--primary-color)
}

.demo-card .code-trigger.is-active svg.open {
	display: none !important
}

.demo-card .code-trigger.is-active svg.close {
	display: block !important
}

.demo-card .code-trigger svg {
	height: 16px;
	width: 16px;
	stroke: #a2a5b9;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.demo-card .code-trigger svg.open {
	display: block !important
}

.demo-card .code-trigger svg.close {
	display: none !important;
	opacity: 1 !important
}

.demo-card .card-inner.no-padding {
	padding: 0
}

.demo-card .card-inner .buttons {
	margin-bottom: 0
}

.demo-card .card-inner .is-grouped-multiline,
.demo-card .card-inner .tabs-wrapper,
.demo-card .card-inner .progress,
.demo-card .card-inner .message,
.demo-card .card-inner .snacks,
.demo-card .card-inner .filepond-uploader {
	max-width: 540px
}

.demo-card .card-inner .demo-icon-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.demo-card .card-inner .demo-icon-list li {
	width: 20%;
	border-radius: .25em;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	text-align: center;
	padding: 2rem 1rem;
	cursor: pointer
}

.demo-card .card-inner .demo-icon-list li:hover {
	background-color: #fafafa
}

.demo-card .card-inner .demo-icon-list li:hover .lnil,
.demo-card .card-inner .demo-icon-list li:hover .lnir,
.demo-card .card-inner .demo-icon-list li:hover .fas,
.demo-card .card-inner .demo-icon-list li:hover .fab {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: var(--primary-color)
}

.demo-card .card-inner .demo-icon-list li:hover svg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	stroke: var(--primary-color)
}

.demo-card .card-inner .demo-icon-list .lnil,
.demo-card .card-inner .demo-icon-list .lnir,
.demo-card .card-inner .demo-icon-list .fas,
.demo-card .card-inner .demo-icon-list .fab {
	color: #a2a5b9;
	font-size: 1.6rem;
	-webkit-transition: all .35s;
	transition: all .35s
}

.demo-card .card-inner .demo-icon-list svg {
	height: 20px;
	width: 20px;
	stroke-width: 1.8px;
	stroke: #a2a5b9;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.demo-card .card-inner .demo-icon-list input,
.demo-card .card-inner .demo-icon-list em,
.demo-card .card-inner .demo-icon-list .icon-unicode {
	display: none
}

.demo-card .card-inner .demo-icon-list .icon.w-grid-2 {
	padding: 4rem 0 !important
}

.demo-card .card-inner .demo-icon-list .icon-name {
	color: #a2a5b9
}

.demo-card .card-inner .field {
	max-width: 540px
}

.demo-card .card-inner .field.demo-select {
	max-width: 340px
}

.demo-card .highlight-block {
	display: none;
	margin-top: 20px
}

.color-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.color-card .color-dot {
	height: 40px;
	width: 40px;
	border-radius: 50%
}

.color-card .color-dot.is-primary {
	background: var(--primary-color)
}

.color-card .color-dot.is-accent {
	background: #797bf2
}

.color-card .color-dot.is-success {
	background: #06d6a0
}

.color-card .color-dot.is-info {
	background: #039be5
}

.color-card .color-dot.is-warning {
	background: #faae42
}

.color-card .color-dot.is-danger {
	background: #e62965
}

.color-card .color-dot.is-dark {
	background: #232326
}

.color-card .color-dot.is-fade-grey {
	background: #ededed
}

.color-card .color-dot.is-muted-grey {
	background: #999
}

.color-card .color-dot.is-placeholder {
	background: #cecece
}

.color-card .color-dot.is-dark-text {
	background: #283252
}

.color-card .color-dot.is-light-text {
	background: #a2a5b9
}

.color-card .color-dot.is-h-purple {
	background: #8269b2
}

.color-card .color-dot.is-h-blue {
	background: #37c3ff
}

.color-card .color-dot.is-h-green {
	background: #93e088
}

.color-card .color-dot.is-h-red {
	background: #f92b60
}

.color-card .color-dot.is-h-yellow {
	background: #ffd66e
}

.color-card .color-dot.is-h-orange {
	background: #ffa981
}

.color-card .meta {
	margin-left: 12px
}

.color-card .meta span {
	display: block;
	font-family: "Montserrat", sans-serif
}

.color-card .meta span:first-child {
	color: #283252;
	font-weight: 600
}

.color-card .meta span:nth-child(2) {
	font-size: .9rem;
	color: #a2a5b9
}

.demo-s-card .title,
.demo-r-card .title,
.demo-l-card .title {
	margin-bottom: 6px
}

.demo-spacer {
	padding-bottom: 100px
}

.demo-editor-container {
	/* min-width: 740px; */
	margin: 0 auto
}

.helper-table .category,
.helper-table th {
	width: 25%;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.05rem
}

.helper-table .name {
	width: 25%
}

.helper-table .description {
	width: 50%
}

.demo-table .table th {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .9rem
}

body.is-dark .demo-card .demo-title p code {
	background-color: #323236 !important
}

body.is-dark .demo-card .demo-title .code-trigger:hover svg {
	stroke: #a2a5b9
}

body.is-dark .demo-card .demo-title .code-trigger.is-active {
	border-color: #e62965
}

body.is-dark .demo-card .demo-title .code-trigger.is-active svg {
	stroke: #e62965
}

body.is-dark .demo-card .demo-icon-list li:hover {
	background-color: #3b3b41 !important
}

body.is-dark .demo-card .demo-icon-list li:hover .lnil,
body.is-dark .demo-card .demo-icon-list li:hover .lnir,
body.is-dark .demo-card .demo-icon-list li:hover .fas,
body.is-dark .demo-card .demo-icon-list li:hover .fab {
	color: #797bf2
}

body.is-dark .demo-card .demo-icon-list li:hover svg {
	stroke: #797bf2
}

body.is-dark .demo-card .highlight {
	background: #3b3b41 !important;
	border-color: #3b3b41 !important
}

body.is-dark .demo-card .highlight pre {
	background: #3b3b41 !important;
	border-color: #3b3b41 !important
}

body.is-dark .demo-card .highlight pre .hljs {
	background: #3b3b41 !important;
	border-color: #3b3b41 !important
}

body.is-dark .color-card .meta span:first-child {
	color: #aaaab3
}

pre {
	background-color: transparent !important;
	color: unset;
	font-size: 1em;
	overflow-x: hidden;
	padding: 0 !important;
	white-space: pre;
	word-wrap: normal
}

.hljs {
	display: block;
	overflow-x: auto;
	padding: 1.4rem;
	background: #ededed;
	color: #283252
}

.hljs-name,
.hljs-strong {
	font-weight: bold;
	color: #e62965
}

.hljs-code,
.hljs-emphasis {
	font-style: italic
}

.hljs-tag {
	color: #909090
}

.hljs-variable,
.hljs-template-variable,
.hljs-selector-id,
.hljs-selector-class {
	color: #ade5fc
}

.hljs-string,
.hljs-bullet {
	color: var(--primary-color)
}

.hljs-type,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-quote,
.hljs-built_in,
.hljs-builtin-name {
	color: #e62965
}

.hljs-attr {
	color: #039be5
}

.hljs-number,
.hljs-symbol,
.hljs-bullet {
	color: #d36363
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal {
	color: #e62965
}

.hljs-comment,
.hljs-deletion,
.hljs-code {
	color: #888
}

.hljs-regexp,
.hljs-link {
	color: #c6b4f0
}

.hljs-meta {
	color: #fc9b9b
}

.hljs-deletion {
	background-color: #fc9b9b;
	color: #333
}

.hljs-addition {
	background-color: #a2fca2;
	color: #333
}

.hljs a {
	color: inherit
}

.hljs a:focus,
.hljs a:hover {
	color: inherit;
	text-decoration: underline
}

.highlight {
	overflow: auto;
	background: #ededed;
	border-radius: 4px
}

.highlight::-webkit-scrollbar {
	width: 10px
}

.highlight::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(0, 0, 0, .2)
}

.code-highlight {
	padding-top: 0;
	padding-bottom: 0
}

code.hljs span {
	font-family: Inconsolata, monospace !important
}

body.is-dark .hljs {
	color: #fcfcfc !important
}

body.is-dark .hljs-string {
	color: #06d6a0 !important
}

@media only screen and (max-width: 767px) {
	.demo-card .demo-title .code-trigger {
		top: 10px;
		right: 12px
	}
}

/*! _board.scss | Huro | Css ninja 2020-2021 */
.kanban-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.kanban-toolbar.is-webapp {
	padding-top: 30px
}

.kanban-toolbar .avatar-stack {
	margin-left: 16px
}

.kanban-toolbar .button {
	margin-left: auto
}

.is-kanban-wrapper .column {
	padding: .35rem !important
}

.is-kanban-wrapper .kanban-column {
	padding: 6px;
	background: #e3e4e5;
	border-radius: 8px;
	border: 1px solid #ddd
}

.is-kanban-wrapper .kanban-column .column-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.is-kanban-wrapper .kanban-column .column-title h3 {
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	font-size: .85rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #8b8ea7
}

.is-kanban-wrapper .kanban-column .column-title .input {
	margin-right: 20px
}

.is-kanban-wrapper .kanban-column .column-title svg {
	height: 18px;
	width: 18px;
	stroke: #283252
}

.is-kanban-wrapper .kanban-column .column-title .dropdown .is-trigger {
	height: 18px;
	width: 18px;
	cursor: pointer
}

.is-kanban-wrapper .kanban-column .column-title .dropdown .is-trigger svg {
	height: 18px;
	width: 18px;
	stroke: #8b8ea7
}

.is-kanban-wrapper .kanban-column .empty-state {
	display: none;
	margin: 30px auto 10px auto;
	width: 150px;
	height: auto
}

.is-kanban-wrapper .kanban-column .empty-text {
	display: none;
	text-align: center;
	padding: 10px 10px 20px 10px;
	font-size: .95rem;
	color: #283252
}

.is-kanban-wrapper .kanban-column .empty-text span {
	display: block
}

.is-kanban-wrapper .kanban-column .empty-text a {
	line-height: .9;
	margin-top: 10px
}

.is-kanban-wrapper .kanban-column .collapsed-content {
	display: none
}

.is-kanban-wrapper .kanban-column.is-empty .empty-state,
.is-kanban-wrapper .kanban-column.is-empty .empty-text {
	display: block !important
}

.is-kanban-wrapper .kanban-column.is-collapsed {
	width: 100%;
	height: 500px
}

.is-kanban-wrapper .kanban-column.is-collapsed .column-title,
.is-kanban-wrapper .kanban-column.is-collapsed .kanban-card,
.is-kanban-wrapper .kanban-column.is-collapsed .empty-state,
.is-kanban-wrapper .kanban-column.is-collapsed .empty-text {
	display: none !important
}

.is-kanban-wrapper .kanban-column.is-collapsed .collapsed-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.is-kanban-wrapper .kanban-column.is-collapsed .collapsed-content .expand-button {
	margin-top: 20px;
	height: 46px;
	width: 46px;
	background: #fff;
	border-radius: 50%;
	border: 1.4px solid #ededed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.is-kanban-wrapper .kanban-column.is-collapsed .collapsed-content .expand-button svg {
	height: 18px;
	width: 18px;
	-webkit-transition: all .3s;
	transition: all .3s;
	stroke: #999
}

.is-kanban-wrapper .kanban-column.is-collapsed .collapsed-content .expand-button:hover {
	border-color: var(--primary-color)
}

.is-kanban-wrapper .kanban-column.is-collapsed .collapsed-content .expand-button:hover svg {
	stroke: var(--primary-color)
}

.is-kanban-wrapper .kanban-column.is-collapsed .collapsed-content .task-count {
	margin-top: 20px;
	height: 38px;
	width: 38px;
	background: var(--primary-color);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.is-kanban-wrapper .kanban-column.is-collapsed .collapsed-content .task-count span {
	display: block;
	font-size: .9rem;
	font-weight: 700;
	color: #fcfcfc
}

.is-kanban-wrapper .kanban-column.is-collapsed .collapsed-content .collapsed-text {
	position: absolute;
	bottom: 160px;
	min-width: 250px;
	font-size: 1rem;
	color: #283252;
	font-weight: 600;
	margin-left: -3px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.kanban-card {
	width: 100%;
	background: #fff;
	border-radius: 6px;
	margin-top: 10px;
	border: 1px solid #ddd;
	-webkit-transition: all .4s;
	transition: all .4s
}

.kanban-card:hover {
	-webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, .18) !important;
	box-shadow: 0px 5px 43px rgba(0, 0, 0, .18) !important
}

.kanban-card.is-new .new-avatar {
	margin: 20px 0 10px 0;
	width: 100%
}

.kanban-card.is-new .new-avatar .avatar-wrapper {
	position: relative;
	width: 74px;
	height: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%
}

.kanban-card.is-new .new-avatar .avatar-wrapper:after {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #fff;
	-webkit-animation: wave 1.6s infinite;
	animation: wave 1.6s infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	z-index: 0
}

.kanban-card.is-new .new-avatar .avatar-wrapper .task-owner {
	position: relative;
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	z-index: 2
}

.kanban-card.is-new .new-avatar .avatar-wrapper.is-warning {
	border: 2px solid #faae42
}

.kanban-card.is-new .new-avatar .avatar-wrapper.is-warning:after {
	background: #faae42
}

.kanban-card.is-new .new-avatar .avatar-wrapper.is-info {
	border: 2px solid #039be5
}

.kanban-card.is-new .new-avatar .avatar-wrapper.is-info:after {
	background: #039be5
}

.kanban-card.is-new .card-footer a {
	font-size: .85rem;
	font-weight: 500;
	color: #a2a5b9
}

.kanban-card .card-body {
	padding: 10px
}

.kanban-card .card-body .kanban-card-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-top: 16px
}

.kanban-card .card-body .kanban-card-stats>span {
	font-size: .9rem;
	color: #a2a5b9
}

.kanban-card .card-body .kanban-card-stats>span svg {
	position: relative;
	top: 2px;
	height: 14px;
	width: 14px;
	stroke-width: 1.6px
}

.kanban-card .card-title {
	font-size: .9rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.kanban-card .spaced-card-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

#kanban-1 .kanban-card,
#kanban-2 .kanban-card,
#kanban-3 .kanban-card {
	cursor: move;
	cursor: grab;
	cursor: -webkit-grab
}

#kanban-1 .kanban-card:active,
#kanban-2 .kanban-card:active,
#kanban-3 .kanban-card:active {
	cursor: grabbing;
	cursor: -webkit-grabbing
}

.gu-transit {
	cursor: grabbing !important;
	cursor: -webkit-grabbing !important
}

.gu-mirror {
	position: fixed
}

body.is-dark .kanban-column {
	background: #48484e;
	border-color: #48484e
}

body.is-dark .kanban-column .collapsed-content .expand-button {
	background: #323236 !important;
	border-color: #404046 !important
}

body.is-dark .kanban-column .collapsed-content .expand-button:hover svg {
	stroke: #797bf2 !important
}

body.is-dark .kanban-column .collapsed-content .task-count {
	background: #797bf2 !important;
	border-color: #797bf2 !important
}

body.is-dark .kanban-column .collapsed-content .task-count svg {
	stroke: #fff !important
}

body.is-dark .kanban-column .collapsed-content .collapsed-text {
	color: #aaaab3 !important
}

body.is-dark .kanban-column .column-title h3 {
	color: #f9f9f9
}

body.is-dark .kanban-column .column-title .is-trigger svg {
	stroke: #f9f9f9 !important
}

body.is-dark .kanban-column .dropdown-content {
	background: #232326
}

body.is-dark .kanban-column .dropdown-content .dropdown-item {
	color: #fff
}

body.is-dark .kanban-column .dropdown-content .dropdown-divider {
	background: #2f2f33
}

body.is-dark .kanban-column .dropdown-content a:hover,
body.is-dark .kanban-column .dropdown-content div:hover {
	background: #2f2f33 !important
}

body.is-dark .kanban-column .empty-text {
	color: #ccc
}

body.is-dark .kanban-column .kanban-card,
body.is-dark .kanban-column .gu-transit {
	background: #323236 !important;
	border-color: #323236 !important
}

body.is-dark .kanban-column .kanban-card.is-new,
body.is-dark .kanban-column .gu-transit.is-new {
	background: #323236;
	border-color: #323236
}

body.is-dark .kanban-column .kanban-card.is-new .card-title,
body.is-dark .kanban-column .gu-transit.is-new .card-title {
	color: #d1d1d1
}

body.is-dark .kanban-column .kanban-card.is-new .card-footer,
body.is-dark .kanban-column .kanban-card.is-new .card-footer-item,
body.is-dark .kanban-column .gu-transit.is-new .card-footer,
body.is-dark .kanban-column .gu-transit.is-new .card-footer-item {
	border-color: #54545b;
	color: #f9f9f9
}

body.is-dark .kanban-column .kanban-card .card-title,
body.is-dark .kanban-column .gu-transit .card-title {
	color: #d1d1d1
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
	.kanban-column {
		padding: 20px !important
	}

	.kanban-column .kanban-card .card-body {
		padding: 20px 40px
	}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
	.kanban-content {
		padding: 0 10px !important
	}

	.is-kanban-wrapper .column {
		padding: .15rem !important
	}

	.kanban-column .empty-state {
		width: 130px !important
	}

	.kanban-column .empty-text {
		font-size: .7rem !important
	}

	.kanban-column .kanban-card .card-title {
		max-width: 152px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.kanban-column .kanban-card .bounty-meta .due-date {
		display: none
	}

	.kanban-column .kanban-card .progress-block {
		margin-top: 8px
	}

	.kanban-column .kanban-card .progress-block .spec-count {
		font-size: .5rem
	}

	.kanban-column .kanban-card .avatar-group img {
		height: 28px;
		width: 28px
	}

	.kanban-column .kanban-card .done-icon {
		height: 18px;
		width: 18px
	}

	.kanban-column .kanban-card .done-icon svg {
		height: 12px;
		width: 12px
	}

	.kanban-column .kanban-card.is-invitation .invitation-avatar .avatar-wrapper {
		width: 58px;
		height: 58px
	}

	.kanban-column .kanban-card.is-invitation .invitation-avatar .avatar-wrapper .bounty-owner {
		width: 44px;
		height: 44px
	}

	.kanban-column .kanban-card.is-invitation .invitation-avatar .avatar-wrapper .skill-badge {
		width: 20px;
		height: 20px
	}

	.kanban-column .kanban-card.is-invitation .card-footer-item {
		padding: .5rem;
		font-size: .7rem
	}

	.kanban-column .kanban-card.is-invitation .time-left .time-value {
		font-size: .5rem
	}
}

/*! _projects.scss | Huro | Css ninja 2020-2021 */
.projects-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.projects-toolbar .avatar-stack {
	margin-left: 16px
}

.projects-toolbar .button {
	margin-left: auto;
	min-width: 140px
}

.all-projects .section-heading {
	font-family: "Montserrat", sans-serif;
	font-size: .85rem;
	text-transform: uppercase;
	color: #a2a5b9;
	margin-bottom: 1rem
}

.all-projects .project-grid {
	margin-bottom: 1.5rem
}

.all-projects .project-grid .project-grid-item {
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none
}

.all-projects .project-grid .project-grid-item:hover {
	border-color: #dedede;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.all-projects .project-grid .project-grid-item:hover .project-avatar {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}

.all-projects .project-grid .project-grid-item .project-avatar {
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 10px;
	margin: 0 auto 10px auto;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .6;
	-webkit-transition: all .3s;
	transition: all .3s
}

.all-projects .project-grid .project-grid-item h3 {
	font-size: .95rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.all-projects .project-grid .project-grid-item p {
	font-size: .9rem;
	margin-bottom: 10px
}

body.is-dark .all-projects .project-grid .project-grid-item h3 {
	color: #aaaab3
}

.all-projects .all-projects-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	margin-bottom: 1.5rem
}

.all-projects .all-projects-header .header-item {
	width: 25%;
	border-right: 1px solid #e5e5e5
}

.all-projects .all-projects-header .header-item:last-child {
	border-right: none
}

.all-projects .all-projects-header .header-item .item-inner {
	text-align: center
}

.all-projects .all-projects-header .header-item .item-inner .lnil,
.all-projects .all-projects-header .header-item .item-inner .lnir {
	font-size: 2.2rem;
	margin-bottom: 6px;
	color: var(--primary-color)
}

.all-projects .all-projects-header .header-item .item-inner span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #283252
}

.all-projects .all-projects-header .header-item .item-inner p {
	font-family: "Montserrat", sans-serif
}

.all-projects .projects-card-grid .grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 220px;
	padding: 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px
}

.all-projects .projects-card-grid .grid-item .top-section .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px
}

.all-projects .projects-card-grid .grid-item .top-section .head h3 {
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 600
}

.all-projects .projects-card-grid .grid-item .top-section .body p {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.all-projects .projects-card-grid .grid-item .bottom-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.all-projects .projects-card-grid .grid-item .bottom-section .foot-block {
	margin-right: 30px
}

.all-projects .projects-card-grid .grid-item .bottom-section .foot-block .heading {
	font-family: "Montserrat", sans-serif;
	font-size: .75rem;
	color: #656986
}

.all-projects .projects-card-grid .grid-item .bottom-section .foot-block>p {
	padding-top: 5px
}

.all-projects .projects-card-grid .grid-item .bottom-section .foot-block .developers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.all-projects .projects-card-grid .grid-item .bottom-section .foot-block .developers .h-avatar {
	margin-right: 6px
}

body.is-dark .all-projects .all-projects-header {
	background: #323236;
	border-color: #404046
}

body.is-dark .all-projects .all-projects-header .header-item {
	border-color: #4f4f56
}

body.is-dark .all-projects .all-projects-header .header-item span {
	color: #aaaab3
}

body.is-dark .all-projects .all-projects-header .header-item i {
	color: #797bf2 !important
}

body.is-dark .all-projects .projects-card-grid .grid-item {
	background: #323236;
	border-color: #404046
}

body.is-dark .all-projects .projects-card-grid .grid-item .top-section .head h3 {
	color: #aaaab3
}

body.is-dark .all-projects .projects-card-grid .grid-item .bottom-section .foot-block .heading {
	color: #7f839f
}

.all-projects.is-webapp {
	padding-top: 20px
}

.all-projects .illustration-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.all-projects .illustration-header img {
	display: block;
	max-width: 260px
}

.all-projects .illustration-header .header-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.all-projects .illustration-header .header-stats .stats-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px
}

.all-projects .illustration-header .header-stats .stats-inner .stat-item {
	text-align: center;
	margin: 0 20px
}

.all-projects .illustration-header .header-stats .stats-inner .stat-item span {
	position: relative;
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 2rem;
	color: #283252;
	line-height: 1;
	width: 75px;
	margin: 0 auto
}

.all-projects .illustration-header .header-stats .stats-inner .stat-item span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 6px;
	height: 8px;
	width: 8px;
	border-radius: 50%
}

.all-projects .illustration-header .header-stats .stats-inner .stat-item span.is-success:after {
	background: #06d6a0
}

.all-projects .illustration-header .header-stats .stats-inner .stat-item span.is-info:after {
	background: #039be5
}

.all-projects .illustration-header .header-stats .stats-inner .stat-item span.is-warning:after {
	background: #faae42
}

.all-projects .illustration-header .header-stats .stats-inner .stat-item span.is-primary:after {
	background: var(--primary-color)
}

.all-projects .illustration-header .header-stats .stats-inner .stat-item p {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.all-projects .recent-projects {
	padding: 20px 0
}

.all-projects .recent-projects .recent-heading {
	font-family: "Montserrat", sans-serif;
	font-size: .8rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #a2a5b9;
	margin-bottom: 1rem
}

.all-projects .recent-projects .project-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.all-projects .recent-projects .project-box:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.all-projects .recent-projects .project-box h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252;
	margin-left: 16px;
	line-height: 1.2
}

.all-projects .project-minimal-grid .grid-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.all-projects .project-minimal-grid .grid-header h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #283252;
	margin-left: 16px;
	line-height: 1.2
}

.all-projects .project-minimal-grid .grid-header .filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 8px 24px;
	border-radius: 100px
}

.all-projects .project-minimal-grid .grid-header .filter>span {
	font-family: "Montserrat", sans-serif;
	font-size: .85rem;
	font-weight: 600;
	color: #283252;
	margin-right: 30px
}

.all-projects .project-minimal-grid .grid-header .filter .h-select .select-box {
	border: none
}

.all-projects .project-minimal-grid .grid-body {
	padding: 20px 0
}

.all-projects .project-minimal-grid .grid-body .grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 26px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.all-projects .project-minimal-grid .grid-body .grid-item:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.all-projects .project-minimal-grid .grid-body .grid-item:hover .item-title h3 {
	opacity: .6
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "Roboto", sans-serif
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-head .type {
	text-transform: uppercase;
	color: #a2a5b9;
	font-size: .8rem;
	font-weight: 600
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-head .status {
	text-transform: uppercase;
	font-size: .75rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-head .status.is-success {
	color: #06d6a0
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-head .status.is-info {
	color: #039be5
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-head .status.is-warning {
	color: #faae42
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-head .status.is-danger {
	color: #e62965
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-title {
	padding: 40px 0 40px 0
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-title h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: #283252;
	line-height: 1.2;
	margin-bottom: 8px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-description p {
	font-size: 1rem
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-description .item-people {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px
}

.all-projects .project-minimal-grid .grid-body .grid-item .item-description .item-people .label {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	font-weight: 400
}

body.is-dark .all-projects .illustration-header .header-stats .stats-inner {
	background: #323236;
	border-color: #404046
}

body.is-dark .all-projects .illustration-header .header-stats .stats-inner .stat-item span {
	color: #aaaab3
}

body.is-dark .all-projects .recent-projects .project-box {
	background: #323236;
	border-color: #404046
}

body.is-dark .all-projects .recent-projects .project-box h3 {
	color: #aaaab3
}

body.is-dark .all-projects .project-minimal-grid .grid-header h3 {
	color: #aaaab3
}

body.is-dark .all-projects .project-minimal-grid .grid-header .filter {
	background: #252529 !important;
	border-color: #2d2d31 !important
}

body.is-dark .all-projects .project-minimal-grid .grid-header .filter>span {
	color: #aaaab3
}

body.is-dark .all-projects .project-minimal-grid .grid-body .grid-item {
	background: #323236;
	border-color: #404046
}

body.is-dark .all-projects .project-minimal-grid .grid-body .grid-item .item-title h3 {
	color: #aaaab3
}

body.is-dark .all-projects .project-minimal-grid .grid-body .grid-item .h-avatar img {
	border-color: #323236
}

@media only screen and (max-width: 767px) {
	.all-projects .projects-toolbar .avatar-stack {
		display: none
	}

	.all-projects .projects-toolbar .h-button {
		min-width: 110px
	}

	.all-projects .all-projects-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.all-projects .all-projects-header .header-item {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		padding: 16px 0
	}

	.all-projects .all-projects-header .header-item:last-child {
		border-bottom: none
	}

	.all-projects .projects-card-grid .grid-item .bottom-section {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.all-projects .projects-card-grid .grid-item .bottom-section .foot-block:first-child {
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 16px 0
	}

	.all-projects .projects-card-grid .grid-item .bottom-section .foot-block:first-child .developers {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.all-projects .projects-card-grid .grid-item .bottom-section .foot-block:first-child .developers .h-avatar {
		margin: 0 4px
	}

	.all-projects .projects-card-grid .grid-item .bottom-section .foot-block:not(:first-child) {
		width: 33.3%;
		text-align: center;
		margin: 0
	}

	.all-projects .illustration-header>img {
		display: none !important
	}

	.all-projects .illustration-header .header-stats .stats-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.all-projects .illustration-header .header-stats .stats-inner .stat-item {
		width: 50%;
		margin: 0;
		padding: 16px 0
	}

	.all-projects .project-minimal-grid .grid-header .filter {
		display: none
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.all-projects .illustration-header>img {
		display: none !important
	}

	.all-projects .illustration-header .header-stats .stats-inner {
		width: 100%
	}

	.all-projects .illustration-header .header-stats .stats-inner .stat-item {
		width: 25%
	}

	.all-projects .project-minimal-grid .grid-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.all-projects .project-minimal-grid .grid-body .column {
		min-width: 50%
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.all-projects .illustration-header .header-stats .stats-inner .stat-item {
		width: 25%
	}

	.all-projects .recent-projects .project-box h3 {
		font-size: 1.1rem
	}

	.all-projects .project-minimal-grid .grid-body .grid-item .item-title {
		padding: 30px 0
	}

	.all-projects .project-minimal-grid .grid-body .grid-item .item-title h3 {
		font-size: 1.5rem
	}
}

/*! _project.scss | Huro | Css ninja 2020-2021 */
.project-details.is-webapp {
	padding-top: 30px
}

.project-details .tabs-wrapper .tabs-inner .tabs {
	margin: 0 auto;
	background: #fff
}

.project-details .project-details-inner {
	padding: 20px 0
}

.project-details .project-details-inner .project-details-card {
	padding: 40px
}

.project-details .project-details-inner .project-details-card .card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.project-details .project-details-inner .project-details-card .card-head .title-wrap h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #283252;
	line-height: 1.2;
	-webkit-transition: all .3s;
	transition: all .3s
}

.project-details .project-details-inner .project-details-card .project-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0
}

.project-details .project-details-inner .project-details-card .project-overview p {
	max-width: 420px
}

.project-details .project-details-inner .project-details-card .project-features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.project-details .project-details-inner .project-details-card .project-features .project-feature {
	margin-right: 20px;
	width: calc(25% - 20px)
}

.project-details .project-details-inner .project-details-card .project-features .project-feature i {
	font-size: 1.6rem;
	color: var(--primary-color);
	margin-bottom: 8px
}

.project-details .project-details-inner .project-details-card .project-features .project-feature h4 {
	font-family: "Montserrat", sans-serif;
	font-size: .85rem;
	font-weight: 600;
	color: #363636
}

.project-details .project-details-inner .project-details-card .project-features .project-feature p {
	line-height: 1.2;
	font-size: .85rem;
	color: #a2a5b9;
	margin-bottom: 0
}

.project-details .project-details-inner .project-details-card .project-files {
	padding: 20px 0
}

.project-details .project-details-inner .project-details-card .project-files h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .8rem;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 12px
}

.project-details .project-details-inner .project-details-card .project-files .file-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 12px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.project-details .project-details-inner .project-details-card .project-files .file-box:hover {
	border-color: #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.project-details .project-details-inner .project-details-card .project-files .file-box img {
	display: block;
	width: 48px;
	min-width: 48px;
	height: 48px
}

.project-details .project-details-inner .project-details-card .project-files .file-box .meta {
	margin-left: 12px;
	line-height: 1.3
}

.project-details .project-details-inner .project-details-card .project-files .file-box .meta span {
	display: block
}

.project-details .project-details-inner .project-details-card .project-files .file-box .meta span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	font-weight: 600;
	color: #283252
}

.project-details .project-details-inner .project-details-card .project-files .file-box .meta span:nth-child(2) {
	font-size: .9rem;
	color: #a2a5b9
}

.project-details .project-details-inner .project-details-card .project-files .file-box .meta span:nth-child(2) i {
	position: relative;
	top: -3px;
	font-size: .3rem;
	color: #a2a5b9;
	margin: 0 4px
}

.project-details .project-details-inner .project-details-card .project-files .file-box .dropdown {
	margin-left: auto
}

.project-details .project-details-inner .side-card {
	padding: 40px;
	margin-bottom: 1.5rem
}

.project-details .project-details-inner .side-card h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .8rem;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 16px
}

.project-details .project-details-inner .project-team-card {
	padding: 40px;
	max-width: 940px;
	display: block;
	margin: 0 auto
}

.project-details .project-details-inner .project-team-card .column {
	padding: 1.5rem
}

.project-details .project-details-inner .project-team-card .column:nth-child(odd) {
	border-right: 1px solid #e5e5e5
}

.project-details .project-details-inner .project-team-card .column.has-border-bottom {
	border-bottom: 1px solid #e5e5e5
}

.project-details .project-details-inner .task-grid .grid-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.project-details .project-details-inner .task-grid .grid-header h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #283252;
	line-height: 1.2
}

.project-details .project-details-inner .task-grid .grid-header .filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 8px 24px;
	border-radius: 100px
}

.project-details .project-details-inner .task-grid .grid-header .filter>span {
	font-family: "Montserrat", sans-serif;
	font-size: .85rem;
	font-weight: 600;
	color: #283252;
	margin-right: 30px
}

.project-details .project-details-inner .task-grid .grid-header .filter .h-select {
	min-width: 110px
}

.project-details .project-details-inner .task-grid .grid-header .filter .h-select .select-box {
	border: none
}

.project-details .project-details-inner .task-grid .task-card {
	min-height: 200px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.project-details .project-details-inner .task-grid .task-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.project-details .project-details-inner .task-grid .task-card .title-wrap h3 {
	font-size: 1.1rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	line-height: 1.2;
	margin-bottom: 4px
}

.project-details .project-details-inner .task-grid .task-card .title-wrap span {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.project-details .project-details-inner .task-grid .task-card .content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.project-details .project-details-inner .task-grid .task-card .content-wrap .left .avatar-stack {
	margin-bottom: 6px
}

.project-details .project-details-inner .task-grid .task-card .content-wrap .left .attachments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.project-details .project-details-inner .task-grid .task-card .content-wrap .left .attachments i {
	font-size: 15px;
	color: #a2a5b9
}

.project-details .project-details-inner .task-grid .task-card .content-wrap .left .attachments span {
	margin-left: 2px;
	font-size: .9rem;
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

body.is-dark .project-details .project-details-inner .project-details-card .card-head .title-wrap h3 {
	color: #aaaab3 !important
}

body.is-dark .project-details .project-details-inner .project-details-card .project-features {
	border-color: #404046
}

body.is-dark .project-details .project-details-inner .project-details-card .project-features .project-feature i {
	color: #797bf2
}

body.is-dark .project-details .project-details-inner .project-details-card .project-features .project-feature h4 {
	color: #aaaab3
}

body.is-dark .project-details .project-details-inner .project-details-card .project-files h4 {
	color: #797bf2
}

body.is-dark .project-details .project-details-inner .project-details-card .project-files .file-box {
	background: #2a2a2e
}

body.is-dark .project-details .project-details-inner .project-details-card .project-files .file-box:hover {
	border-color: #3b3b41
}

body.is-dark .project-details .project-details-inner .project-details-card .project-files .file-box .meta span:first-child {
	color: #aaaab3
}

body.is-dark .project-details .project-details-inner .side-card h4 {
	color: #797bf2
}

body.is-dark .project-details .project-details-inner .project-team-card .column {
	border-color: #404046
}

body.is-dark .project-details .project-details-inner .task-grid .grid-header h3 {
	color: #aaaab3
}

body.is-dark .project-details .project-details-inner .task-grid .grid-header .filter {
	background: #252529 !important;
	border-color: #2d2d31 !important
}

body.is-dark .project-details .project-details-inner .task-grid .grid-header .filter>span {
	color: #aaaab3
}

body.is-dark .project-details .project-details-inner .task-grid .task-card .title-wrap h3 {
	color: #aaaab3
}

@media only screen and (max-width: 767px) {
	.project-details .project-details-inner .project-details-card {
		padding: 30px
	}

	.project-details .project-details-inner .project-details-card .project-overview {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.project-details .project-details-inner .project-details-card .project-overview p {
		margin-bottom: 20px
	}

	.project-details .project-details-inner .project-details-card .project-features {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.project-details .project-details-inner .project-details-card .project-features .project-feature {
		width: calc(50% - 20px);
		text-align: center;
		margin: 0 10px
	}

	.project-details .project-details-inner .project-details-card .project-features .project-feature:first-child,
	.project-details .project-details-inner .project-details-card .project-features .project-feature:nth-child(2) {
		margin-bottom: 20px
	}

	.project-details .project-details-inner .project-team-card {
		padding: 30px
	}

	.project-details .project-details-inner .project-team-card .column {
		border-right: none !important
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.project-details .project-details-inner .project-details-card .project-files .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.project-details .project-details-inner .project-details-card .project-files .columns .column {
		min-width: 50%
	}

	.project-details .project-details-inner .project-team-card .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.project-details .project-details-inner .project-team-card .columns .column {
		min-width: 50%
	}

	.project-details .project-details-inner .task-grid .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.project-details .project-details-inner .task-grid .columns .column {
		min-width: 50%
	}
}

/*! _pages-messaging.scss | Huro | Css ninja 2020-2021 */
.chat-side-fab {
	position: fixed;
	top: 10px;
	right: 10px;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	-webkit-transform: translateX(60px) rotate(360deg);
	transform: translateX(60px) rotate(360deg);
	-webkit-transition: all .3s;
	transition: all .3s
}

.chat-side-fab.is-active {
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0)
}

.chat-side-fab svg {
	position: relative;
	left: -1px;
	height: 20px;
	width: 20px;
	stroke: #a2a5b9
}

.is-chat {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 16px 6px 6px 16px
}

.is-chat .chat-header {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 55px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 5px 10px;
	z-index: 2;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.is-chat .chat-header .is-autocomplete {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	max-width: 320px;
	margin-left: 20px
}

.is-chat .chat-header .is-autocomplete.is-active,
.is-chat .chat-header .is-autocomplete:hover {
	background: transparent !important
}

.is-chat .chat-header .is-autocomplete .control {
	position: relative
}

.is-chat .chat-header .is-autocomplete .control .icon {
	position: absolute;
	top: 9px;
	left: 9px;
	color: #cecece
}

.is-chat .chat-header .is-autocomplete .control .icon span {
	color: #283252;
	font-weight: 500
}

.is-chat .chat-header .is-autocomplete .control .icon svg {
	width: 20px;
	height: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.is-chat .chat-header .is-autocomplete .control .hide {
	position: absolute;
	top: 2px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	width: 36px;
	cursor: pointer
}

.is-chat .chat-header .is-autocomplete .control .hide svg {
	height: 18px;
	width: 18px;
	stroke: #999
}

.is-chat .chat-header .is-autocomplete .control .easy-autocomplete {
	width: 100% !important
}

.is-chat .chat-header .is-autocomplete .control .easy-autocomplete input {
	padding-left: 40px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	-webkit-transition: all .3s;
	transition: all .3s
}

.is-chat .chat-header .is-autocomplete .control .easy-autocomplete input:focus+.icon {
	color: var(--primary-color)
}

.is-chat .chat-header .is-autocomplete .control .easy-autocomplete .template-wrapper {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.is-chat .chat-header .is-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper {
	position: relative;
	width: 40px !important;
	height: 40px !important
}

.is-chat .chat-header .is-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper .autocpl-avatar {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important
}

.is-chat .chat-header .is-autocomplete .control .easy-autocomplete .template-wrapper .avatar-wrapper .avatar-badge {
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 50%
}

.is-chat .chat-header .is-autocomplete .control .easy-autocomplete .template-wrapper .entry-text {
	margin-left: 15px
}

.is-chat .chat-header .is-autocomplete .control .easy-autocomplete .template-wrapper .entry-text span {
	font-size: .8rem;
	color: #a9abac
}

.is-chat .chat-header .is-autocomplete li {
	height: auto !important;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: none !important;
	border-right: none !important
}

.is-chat .chat-header .is-autocomplete .easy-autocomplete-container {
	top: 120% !important;
	border: none !important
}

.is-chat .chat-header .is-autocomplete .easy-autocomplete-container ul {
	border-radius: 4px !important;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
}

.is-chat .chat-header .user-group {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 20px;
	cursor: pointer
}

.is-chat .chat-header .user-group img {
	height: 36px;
	width: 36px;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block
}

.is-chat .chat-header .user-group img:nth-child(2),
.is-chat .chat-header .user-group img:nth-child(3),
.is-chat .chat-header .user-group img:nth-child(4) {
	margin-left: -15px
}

.is-chat .chat-header .user-group .more-indicator {
	display: block;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -15px;
	border: 2px solid #fff
}

.is-chat .chat-header .user-group .more-indicator span {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: .8rem
}

.chat-body-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	overflow: hidden
}

.chat-body-wrap.side-collapsed .chat-body {
	width: 100% !important
}

.chat-body-wrap.side-collapsed .chat-side {
	width: 0 !important;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.chat-body-wrap.side-collapsed .chat-side .chat-side-content {
	opacity: 0
}

.chat-side {
	position: relative;
	width: 320px;
	height: 100%;
	border-left: 1px solid #ededed;
	background: #fff;
	z-index: 3;
	-webkit-transition: all .3s;
	transition: all .3s
}

.chat-side .chat-side-header {
	height: 60px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px
}

.chat-side .chat-side-content {
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 20px
}

.chat-side .chat-side-content .user-pic {
	position: relative;
	max-width: 90px;
	margin: 0 auto
}

.chat-side .chat-side-content .user-pic img {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	display: block
}

.chat-side .chat-side-content .user-pic img.is-squared {
	border-radius: 0 !important
}

.chat-side .chat-side-content .user-pic img.is-badge {
	display: block;
	position: absolute;
	right: -6px;
	bottom: 0;
	border-radius: 50%;
	border: 3px solid #fff;
	height: 34px;
	width: 34px;
	border-radius: 50%
}

.chat-side .chat-side-content .user-name {
	margin-top: 10px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #283252
}

.chat-side .chat-side-content .user-job-title {
	color: #999
}

.chat-side .chat-side-content .side-actions {
	padding: 12px 0
}

.chat-side .chat-side-content .side-actions .button {
	color: #a2a5b9
}

.chat-side .chat-side-content .side-actions .button:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.chat-side .chat-side-content .detail-photos {
	margin-top: 30px;
	text-align: center;
	padding: 0 12px
}

.chat-side .chat-side-content .detail-photos .detail-photo-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a2a5b9;
	font-weight: 400;
	font-size: 1rem;
	margin-bottom: 20px;
	color: #a2a5b9
}

.chat-side .chat-side-content .detail-photos .detail-photo-title svg {
	width: 16px;
	margin-right: 8px
}

.chat-side .chat-side-content .detail-photos .detail-photo-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 6px;
	grid-row-gap: 6px;
	grid-template-rows: repeat(3, 60px)
}

.chat-side .chat-side-content .detail-photos .detail-photo-grid img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
	-o-object-position: center;
	object-position: center
}

.chat-side .chat-side-content .detail-photos .view-more {
	display: block;
	color: var(--primary-color);
	font-weight: 600;
	font-size: 15px;
	margin: 25px 0
}

.chat-body {
	position: relative;
	width: calc(100% - 320px);
	height: 100%;
	overflow-y: auto;
	list-style: none;
	margin: 0;
	padding: 0 30px 80px 30px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.chat-body::-webkit-scrollbar {
	width: 5px
}

.chat-body::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(0, 0, 0, .2)
}

.chat-body .divider-container {
	max-width: 100%
}

.chat-body .divider-container .divider {
	margin: 1.5em auto 1.5em auto
}

.chat-body .divider-container .divider span {
	color: #cecece;
	font-weight: 400;
	text-transform: uppercase;
	font-size: .8rem
}

.chat-body .divider-container .divider span:before,
.chat-body .divider-container .divider span:after {
	top: .9em;
	width: 43%;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.chat-body li {
	padding: .5rem;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.chat-body .avatar {
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	z-index: 2;
	border-radius: 50%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	background-color: rgba(255, 255, 255, .9)
}

.chat-body .avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .9);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.chat-body .day {
	position: relative;
	display: block;
	text-align: center;
	color: silver;
	height: 20px;
	text-shadow: 7px 0px 0px #e5e5e5, 6px 0px 0px #e5e5e5, 5px 0px 0px #e5e5e5, 4px 0px 0px #e5e5e5, 3px 0px 0px #e5e5e5, 2px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, 0px 0px 0px #e5e5e5, -1px 0px 0px #e5e5e5, -2px 0px 0px #e5e5e5, -3px 0px 0px #e5e5e5, -4px 0px 0px #e5e5e5, -5px 0px 0px #e5e5e5, -6px 0px 0px #e5e5e5, -7px 0px 0px #e5e5e5;
	-webkit-box-shadow: inset 20px 0px 0px #e5e5e5, inset -20px 0px 0px #e5e5e5, inset 0px -2px 0px #d7d7d7;
	box-shadow: inset 20px 0px 0px #e5e5e5, inset -20px 0px 0px #e5e5e5, inset 0px -2px 0px #d7d7d7;
	line-height: 38px;
	margin-top: 5px;
	margin-bottom: 20px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.chat-body .other.is-consecutive .avatar,
.chat-body .self.is-consecutive .avatar {
	visibility: hidden !important
}

.chat-body .other.is-consecutive .msg,
.chat-body .self.is-consecutive .msg {
	border-radius: 6px
}

.chat-body .other.is-consecutive .msg:after,
.chat-body .self.is-consecutive .msg:after {
	display: none
}

.chat-body .other+.other .avatar,
.chat-body .self+.self .avatar {
	visibility: hidden !important
}

.chat-body .other.is-multi+.other.is-multi .avatar {
	visibility: visible !important
}

.chat-body .other .msg {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	min-width: 230px;
	max-width: 40%;
	margin-left: 20px
}

.chat-body .other .msg p {
	font-size: .9rem;
	color: #a2a5b9
}

.chat-body .other .msg .msg-inner {
	background: #fff;
	color: #283252;
	border-radius: 0 12px 12px 12px;
	padding: 16px;
	position: relative
}

.chat-body .other .msg time {
	display: block;
	text-align: right;
	font-size: .8rem;
	color: #a2a5b9;
	margin-top: 3px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.chat-body .other .msg time svg {
	position: relative;
	top: 1px;
	height: 10px;
	width: 10px;
	stroke: #fff;
	margin-left: 3px
}

.chat-body .other .msg.is-link-image {
	background: #e6e5ed;
	padding: 0
}

.chat-body .other .msg.is-link {
	background: #e6e5ed
}

.chat-body .self {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.chat-body .self .msg {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 20px;
	min-width: 230px;
	max-width: 40%;
	position: relative
}

.chat-body .self .msg .msg-inner {
	background: #e6e5ed;
	color: #283252;
	border-radius: 12px 0 12px 12px;
	padding: 12px
}

.chat-body .self .msg p {
	font-size: .9rem
}

.chat-body .self .msg time {
	display: block;
	text-align: left;
	font-size: .8rem;
	color: #a2a5b9;
	margin-top: 3px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.chat-body .self .msg time svg {
	position: relative;
	top: 1px;
	height: 10px;
	width: 10px;
	stroke: #283252;
	margin-right: 3px
}

.chat-body .self .msg.is-link-image {
	background: #e6e5ed;
	padding: 0
}

.chat-body .self .msg.is-link {
	background: #e6e5ed
}

.chat-body .self .avatar {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.chat-body .self .avatar:before {
	display: none
}

.chat-body .no-messages {
	display: block;
	width: 50%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.chat-body .no-messages img {
	display: block;
	margin: 0 auto;
	height: 190px
}

.chat-body .no-messages .text {
	text-align: center
}

.chat-body .no-messages .text h3 {
	font-size: 1.4rem
}

.chat-body .no-messages .text p {
	color: #999
}

.chat-body .chat-loader {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .4s;
	transition: all .4s
}

.chat-body .chat-loader.is-active {
	opacity: 1;
	pointer-events: all;
	z-index: 9 !important
}

.chat-body .chat-loader .loader {
	position: relative;
	top: -45px;
	height: 6rem;
	width: 6rem
}

.msg {
	min-width: 50px;
	max-width: 40%
}

.msg.is-image .image-container {
	position: relative;
	border-radius: 3px
}

.msg.is-image .image-container:hover .image-overlay {
	opacity: .45
}

.msg.is-image .image-container:hover .image-actions {
	opacity: 1;
	pointer-events: all
}

.msg.is-image .image-container img {
	position: relative;
	display: block;
	border-radius: 3px;
	border: 4px solid #fff;
	z-index: 1
}

.msg.is-image .image-container .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: var(--primary-color);
	border: 4px solid #fff;
	border-radius: 3px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2
}

.msg.is-image .image-container .image-actions {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 3
}

.msg.is-image .image-container .image-actions .actions-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.msg.is-image .image-container .image-actions .actions-inner .action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
	margin: 0 6px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.msg.is-image .image-container .image-actions .actions-inner .action:hover {
	background: #06d6a0
}

.msg.is-image .image-container .image-actions .actions-inner .action:hover svg {
	stroke: #fcfcfc
}

.msg.is-image .image-container .image-actions .actions-inner .action svg {
	height: 18px;
	width: 18px;
	stroke: #06d6a0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.msg.is-link-image {
	background: #e6e5ed;
	padding: 0;
	max-width: 320px !important
}

.msg.is-link-image .image {
	position: relative
}

.msg.is-link-image .image img {
	max-width: 320px;
	border-radius: 6px 6px 0 0
}

.msg.is-link-image .image .link-badge {
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	bottom: 15px
}

.msg.is-link-image .image .link-badge img {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50%
}

.msg.is-link-image .link-body {
	padding: 10px 15px
}

.msg.is-link-image .link-body .link-title {
	display: block;
	font-weight: 500;
	color: #283252
}

.msg.is-link-image .link-body small {
	display: block;
	width: 100%;
	font-size: .75rem;
	color: #999;
	padding-top: 5px
}

.msg.is-link-image:after {
	display: none
}

.msg.is-link {
	background: #e6e5ed;
	padding: 10px 20px;
	max-width: 320px;
	display: block;
	position: relative
}

.msg.is-link .icon-wrapper {
	position: absolute;
	top: calc(50% - 18px);
	left: -18px;
	width: 36px;
	height: 36px;
	min-width: 36px !important;
	max-height: 36px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.msg.is-link .icon-wrapper svg {
	width: 16px;
	height: 16px;
	stroke: #fff
}

.msg.is-link .link-meta {
	margin-left: 10px
}

.msg.is-link .link-meta span {
	color: #283252;
	font-weight: 500;
	font-size: .9rem
}

.msg.is-link .link-meta a {
	display: block;
	font-size: .9rem;
	font-weight: 500;
	color: var(--primary-color)
}

.msg.is-link:after {
	display: none
}

.msg p {
	font-size: .8rem;
	margin: 0 0 .2rem 0
}

.msg img {
	position: relative;
	display: block;
	width: 450px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #eee;
	box-shadow: 0px 0px 3px #eee;
	-webkit-transition: all .4s cubic-bezier(0.565, -0.26, 0.255, 1.41);
	transition: all .4s cubic-bezier(0.565, -0.26, 0.255, 1.41);
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

@media screen and (max-width: 800px) {
	.msg img {
		width: 300px
	}
}

@media screen and (max-width: 550px) {
	.msg img {
		width: 200px
	}
}

.message-field-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	width: calc(100% - 320px);
	padding: 0 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2
}

.message-field-wrapper.side-collapsed {
	width: 100% !important
}

.message-field-wrapper .control {
	position: relative;
	width: 100%
}

.message-field-wrapper .control input {
	height: 42px;
	padding-left: 70px
}

.message-field-wrapper .control .add-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11
}

.message-field-wrapper .control .add-content:hover>div .button {
	background: #ededed
}

.message-field-wrapper .control .add-content:hover>div .button svg {
	stroke: var(--primary-color)
}

.message-field-wrapper .control .add-content>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 42px;
	height: 42px
}

.message-field-wrapper .control .add-content .button {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.message-field-wrapper .control .add-content .button svg {
	stroke: #cecece;
	stroke-width: 2px;
	height: 18px;
	width: 18px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.message-field-wrapper .control .add-content .dropdown-content a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.message-field-wrapper .control .add-content .dropdown-content a svg {
	height: 18px;
	width: 18px;
	stroke: #999
}

.message-field-wrapper .control .add-content .dropdown-content a .meta {
	margin-left: 12px
}

.message-field-wrapper .control .add-content .dropdown-content a .meta span {
	display: block
}

.message-field-wrapper .control .add-content .dropdown-content a .meta span:first-child {
	font-size: .9rem;
	font-weight: 500;
	color: #283252
}

.message-field-wrapper .control .add-content .dropdown-content a .meta span:nth-child(2) {
	font-size: .9rem;
	color: #999
}

.message-field-wrapper .control .add-emoji {
	position: absolute;
	top: 0;
	left: 34px;
	z-index: 11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 28px;
	height: 42px
}

.message-field-wrapper .control .add-emoji:hover .button {
	background: #ededed
}

.message-field-wrapper .control .add-emoji:hover .button svg {
	stroke: var(--primary-color)
}

.message-field-wrapper .control .add-emoji .button {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.message-field-wrapper .control .add-emoji .button svg {
	stroke: #cecece;
	stroke-width: 2px;
	height: 18px;
	width: 18px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.message-field-wrapper .control .send-message {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 11
}

.message-field-wrapper .control .send-message .button {
	height: 36px;
	min-width: 90px
}

.message-field-wrapper .typing-indicator {
	position: absolute;
	bottom: 50px;
	left: 10px;
	width: 100px;
	height: 100px;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all .3s;
	transition: all .3s
}

.message-field-wrapper .typing-indicator.is-active {
	opacity: 1;
	-webkit-transform: translateY(25px);
	transform: translateY(25px)
}

.message-field-wrapper .typing-indicator img {
	display: block;
	width: 100%;
	height: auto
}

.is-user-placeholder,
.is-chat-placeholder {
	position: absolute;
	bottom: 10px;
	height: calc(100% - 80px);
	width: calc(100% - 80px);
	left: 50%;
	transform: translateX(-50%);
}

.is-user-placeholder .show {
	display: block;
}

.is-user-placeholder h3 {
	display: none;
}

.is-chat-placeholder .caption {
	display: block;
	width: 50%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%)
}

.is-chat-placeholder .caption img {
	display: block;
	margin: 0 auto;
	max-width: 250px
}

.is-chat-placeholder .caption .text {
	text-align: center;
	margin-top: 20px
}

.is-chat-placeholder .caption .text h3 {
	font-size: 1.4rem;
	font-weight: 500;
	color: #283252
}

.is-chat-placeholder .caption .text p {
	color: #999;
	margin-bottom: 10px
}

body.is-dark .chat-side-fab {
	background: #28282b !important;
	border-color: #404046 !important
}

body.is-dark .is-chat-placeholder {
	background: #2f2f33 !important;
	border-color: #2f2f33 !important
}

body.is-dark .is-chat-placeholder h3 {
	color: #a6a6a6 !important
}

body.is-dark .is-chat {
	border: none !important;
	background: #2a2a2e !important
}

body.is-dark .is-chat .chat-loader {
	background: #28282b
}

body.is-dark .is-chat .chat-header .is-badge {
	border-color: #232326 !important
}

body.is-dark .is-chat .chat-header .recipient-meta span:first-child {
	color: #dbdbdb !important
}

body.is-dark .is-chat .chat-header .chat-options #hide-conversation:hover,
body.is-dark .is-chat .chat-header .chat-options #hide-chat-side:hover {
	color: #797bf2 !important
}

body.is-dark .is-chat .chat-header .is-autocomplete.is-active,
body.is-dark .is-chat .chat-header .is-autocomplete:hover,
body.is-dark .is-chat .chat-header .is-autocomplete.is-active:hover {
	background: transparent !important
}

body.is-dark .is-chat .chat-header .is-autocomplete #users-autocpl {
	background: none;
	border-color: none;
	color: #c2c2c2
}

body.is-dark .is-chat .chat-header .is-autocomplete #users-autocpl::-webkit-input-placeholder {
	color: gray !important
}

body.is-dark .is-chat .chat-header .is-autocomplete #users-autocpl::-moz-placeholder {
	color: gray !important
}

body.is-dark .is-chat .chat-header .is-autocomplete #users-autocpl:-ms-input-placeholder {
	color: gray !important
}

body.is-dark .is-chat .chat-header .is-autocomplete #users-autocpl:-moz-placeholder {
	color: gray !important
}

body.is-dark .is-chat .chat-header .is-autocomplete svg {
	stroke: gray !important
}

body.is-dark .is-chat .chat-header .is-autocomplete .icon span {
	color: #fcfcfc !important
}

body.is-dark .is-chat .chat-header .is-autocomplete .easy-autocomplete-container {
	background: #232326
}

body.is-dark .is-chat .chat-header .is-autocomplete .easy-autocomplete-container ul {
	background: none repeat scroll 0 0 #232326;
	border-top: none
}

body.is-dark .is-chat .chat-header .is-autocomplete .easy-autocomplete-container ul li {
	border-color: #232326 !important
}

body.is-dark .is-chat .chat-header .is-autocomplete .easy-autocomplete-container ul li.selected {
	background: #28282b
}

body.is-dark .is-chat .chat-header .is-autocomplete .easy-autocomplete-container ul li .entry-text {
	color: #b3b3b3
}

body.is-dark .is-chat .chat-header .is-autocomplete .easy-autocomplete-container ul li .entry-text span {
	color: #666 !important
}

body.is-dark .is-chat .chat-side {
	background: #2d2d31;
	border-color: #28282b
}

body.is-dark .is-chat .chat-side .user-name {
	color: #ccc
}

body.is-dark .is-chat .chat-side .chat-side-content .is-badge {
	border-color: #2d2d31
}

body.is-dark .is-chat .chat-side .chat-side-content .detail-photos .view-more {
	color: #797bf2
}

body.is-dark .is-chat .chat-body {
	background: #343439
}

body.is-dark .is-chat .chat-body .divider span {
	color: #595960 !important
}

body.is-dark .is-chat .chat-body .divider span:before,
body.is-dark .is-chat .chat-body .divider span:after {
	border-color: #48484e !important
}

body.is-dark .is-chat .chat-body li.other .msg .msg-inner {
	color: #fcfcfc;
	background: #797bf2
}

body.is-dark .is-chat .chat-body li.other .msg .msg-inner p {
	color: #fcfcfc
}

body.is-dark .is-chat .chat-body li.self .msg .msg-inner {
	background: #48484e !important;
	color: #b3b3b3 !important
}

body.is-dark .is-chat .chat-body li.self .msg time {
	color: #b3b3b3 !important
}

body.is-dark .is-chat .chat-body li.self .msg time svg {
	stroke: #b3b3b3 !important
}

body.is-dark .is-chat .chat-body .msg.is-link-image {
	border-radius: 10px
}

body.is-dark .is-chat .chat-body .msg.is-link-image .link-body {
	background: #2f2f33;
	border-radius: 0 0 6px 6px
}

body.is-dark .is-chat .chat-body .msg.is-link-image .link-body .link-title,
body.is-dark .is-chat .chat-body .msg.is-link-image .link-body small {
	color: #fcfcfc !important
}

body.is-dark .is-chat .chat-body .msg.is-link {
	background: #2a2a2e;
	border-radius: 6px
}

body.is-dark .is-chat .chat-body .msg.is-link .icon-wrapper {
	border-color: #2f2f33;
	background: #797bf2
}

body.is-dark .is-chat .chat-body .msg.is-link .link-meta span {
	color: #fcfcfc !important
}

body.is-dark .is-chat .chat-body .msg.is-link .link-meta a {
	color: #797bf2 !important
}

body.is-dark .is-chat .chat-body .msg.is-image .image-container .image-overlay {
	background: #797bf2
}

body.is-dark .is-chat .message-field-wrapper .add-content .button {
	background: #797bf2;
	border-color: #797bf2
}

body.is-dark .is-chat .message-field-wrapper .add-content .dropdown-item .meta span:first-child {
	color: #fcfcfc !important
}

body.is-dark .is-chat .message-field-wrapper .add-emoji {
	left: 38px
}

body.is-dark .is-chat #chat-input {
	background: #28282b !important;
	color: #b3b3b3 !important
}

body.is-dark .is-chat #chat-input::-webkit-input-placeholder {
	color: #a6a6a6 !important
}

body.is-dark .is-chat #chat-input::-moz-placeholder {
	color: #a6a6a6 !important
}

body.is-dark .is-chat #chat-input:-ms-input-placeholder {
	color: #a6a6a6 !important
}

body.is-dark .is-chat #chat-input:-moz-placeholder {
	color: #a6a6a6 !important
}

body.is-dark .collapsed-messaging {
	background: #2f2f33;
	border-color: #2f2f33 !important
}

body.is-dark .collapsed-messaging .collapsed-conversations li.is-active {
	background: #28282b;
	border-color: #797bf2 !important
}

body.is-dark .collapsed-messaging .collapsed-conversations li .user-container .is-badge,
body.is-dark .collapsed-messaging .collapsed-conversations li .user-container .is-count {
	border-color: #2f2f33 !important
}

@media(max-width: 767px) {
	.message-field-wrapper {
		bottom: 7px !important;
	}

	.chat-side-fab {
		top: 75px;
		right: 16px;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}

	.chat-side-fab.is-active {
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}

	.chat-side-fab.is-mobile-active {
		-webkit-transform: translateX(60px) rotate(360deg) !important;
		transform: translateX(60px) rotate(360deg) !important
	}

	.chat-content {
		padding: 0 5px !important
	}

	.chat-content .is-chat {
		position: absolute;
		top: 0 !important;
		left: 0;
		/* max-height: calc(100% - 20px) !important */
	}

	.chat-content .is-chat .chat-side {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all .3s;
		transition: all .3s;
		z-index: 20
	}

	.chat-body .other .msg {
		min-width: initial;
	}

	.chat-body .self .msg {
		min-width: initial;
	}

	.chat-content .is-chat .chat-side.is-mobile-active {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.chat-content .is-chat .chat-header {
		border-radius: 16px 16px 0 0 !important
	}

	.chat-content .is-chat .chat-body {
		padding-bottom: 60px;
		width: 100% !important;
		padding: 0;
	}

	.chat-content .is-chat .chat-body .avatar,
	.chat-content .is-chat .chat-body .avatar img {
		height: 36px !important;
		width: 36px !important;
		min-height: 36px !important;
		min-width: 36px !important
	}

	.chat-content .is-chat .chat-body .msg {
		max-width: 230px
	}

	.chat-content .is-chat .chat-body .msg.is-link-image .image img {
		width: 100%
	}

	.chat-content .is-chat .message-field-wrapper {
		width: 100% !important
	}

	.collapsed-messaging {
		display: none
	}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
	.chat-side-fab {
		top: 75px;
		right: 16px;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}

	.chat-side-fab.is-active {
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}

	.chat-side-fab.is-mobile-active {
		-webkit-transform: translateX(60px) rotate(360deg) !important;
		transform: translateX(60px) rotate(360deg) !important
	}

	.chat-content {
		padding: 0 5px !important
	}

	.chat-content .is-chat {
		position: absolute;
		top: 0 !important;
		left: 0;
		max-height: calc(100% - 60px) !important
	}

	.chat-content .is-chat .chat-side {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 340px;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all .3s;
		transition: all .3s;
		z-index: 20
	}

	.chat-content .is-chat .chat-side.is-mobile-active {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.chat-content .is-chat .chat-header {
		border-radius: 16px 16px 0 0 !important
	}

	.chat-content .is-chat .chat-body {
		padding-bottom: 60px;
		width: 100% !important;
		padding: 0 10px 40px 10px
	}

	.chat-content .is-chat .chat-body .avatar,
	.chat-content .is-chat .chat-body .avatar img {
		height: 36px !important;
		width: 36px !important;
		min-height: 36px !important;
		min-width: 36px !important
	}

	.chat-content .is-chat .chat-body .msg {
		max-width: 230px
	}

	.chat-content .is-chat .chat-body .msg.is-link-image .image img {
		width: 100%
	}

	.chat-content .is-chat .message-field-wrapper {
		width: 100% !important
	}

	.collapsed-messaging {
		display: none
	}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
	.collapsed-messaging.is-active {
		left: 60px !important;
		border-left: 1px #e5e5e5
	}
}

/*! _messaging-webapp.scss | Huro | Css ninja 2020-2021 */
.chat-app-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	max-width: 1600px;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden
}

.chat-app-wrapper .chat-app-header {
	height: 80px;
	min-height: 80px;
	width: 100%;
	border-bottom: 1px solid #eef2f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px
}

.chat-app-wrapper .chat-app-header .logo {
	width: 38px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.chat-app-wrapper .chat-app-header .search-bar {
	height: 80px;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	z-index: 3;
	position: relative;
	margin-left: 280px
}

.chat-app-wrapper .chat-app-header .search-bar .field {
	height: 100%;
	width: 100%
}

.chat-app-wrapper .chat-app-header .search-bar .field .control {
	height: 100%;
	width: 100%
}

.chat-app-wrapper .chat-app-header .search-bar .field .control .form-icon {
	height: 80px;
	width: 80px
}

.chat-app-wrapper .chat-app-header .search-bar .field .control .form-icon svg {
	height: 20px;
	width: 20px
}

.chat-app-wrapper .chat-app-header .search-bar .field .control .input {
	height: 100%;
	width: 100%;
	display: block;
	background-color: transparent;
	border: none;
	color: #273346;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 15px;
	padding-left: 80px;
	padding-right: 80px
}

.chat-app-wrapper .chat-app-header .search-bar .field .control .input:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.chat-app-wrapper .chat-app-header .user-settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin-left: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.chat-app-wrapper .chat-app-header .user-settings>*+* {
	margin-left: 14px
}

.chat-app-wrapper .chat-app-header .user-settings .user-dropdown .is-trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.chat-app-wrapper .chat-app-header .user-settings .user-dropdown .is-trigger .profile-avatar {
	position: relative
}

.chat-app-wrapper .chat-app-header .user-settings .user-dropdown .is-trigger .profile-avatar .avatar {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%
}

.chat-app-wrapper .chat-app-header .user-settings .user-dropdown .is-trigger .profile-avatar .badge {
	position: absolute;
	right: -8px;
	bottom: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%
}

.chat-app-wrapper .chat-app-header .user-settings .user-dropdown .is-trigger svg {
	margin-left: 3px;
	width: 18px;
	height: 18px;
	stroke: #a2a5b9;
	-webkit-transition: all .3s;
	transition: all .3s
}

.chat-app-wrapper .chat-app-header .user-settings .user-dropdown .dropdown-menu {
	top: 52px;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border-radius: 8px;
	padding-top: 0;
	width: 180px;
	overflow: hidden
}

.chat-app-wrapper .chat-app-header .user-settings .user-dropdown .dropdown-menu .dropdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	padding: 8px 12px;
	color: #a2a5b9
}

.chat-app-wrapper .chat-app-header .user-settings .user-dropdown .dropdown-menu .dropdown-item svg {
	margin-right: 8px;
	height: 16px;
	width: 16px;
	stroke: #a2a5b9
}

body.is-dark .chat-app-wrapper .chat-app-header {
	background: #1e1e21;
	border-color: #28282b
}

body.is-dark .chat-app-wrapper .chat-app-header .search-bar .field .control .input {
	color: #aaaab3
}

body.is-dark .chat-app-wrapper .chat-app-header .user-settings .user-dropdown .dropdown-menu {
	border-color: #404046
}

.chat-app-wrapper .wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden
}

.chat-app-wrapper .wrapper .conversation-area {
	border-right: 1px solid #eef2f4;
	overflow-y: auto;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 340px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.chat-app-wrapper .wrapper .conversation-area .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, white), to(white));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 65%, white 100%);
	height: 80px
}

.chat-app-wrapper .wrapper .conversation-area .conversation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	padding: 20px;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
	position: relative
}

.chat-app-wrapper .wrapper .conversation-area .conversation:hover {
	background-color: rgba(238, 242, 244, .4)
}

.chat-app-wrapper .wrapper .conversation-area .conversation.active {
	background: -webkit-gradient(linear, left top, right top, from(rgba(238, 242, 244, 0.4)), to(rgba(238, 242, 244, 0)));
	background: linear-gradient(to right, rgba(238, 242, 244, 0.4) 0%, rgba(238, 242, 244, 0) 100%);
	border-left: 4px solid var(--primary-color)
}

.chat-app-wrapper .wrapper .conversation-area .conversation.active .conversation-detail .conversation-username {
	font-weight: 600
}

.chat-app-wrapper .wrapper .conversation-area .conversation .h-avatar {
	margin-right: 12px
}

.chat-app-wrapper .wrapper .conversation-area .conversation .conversation-detail {
	overflow: hidden;
	font-family: "Roboto", sans-serif
}

.chat-app-wrapper .wrapper .conversation-area .conversation .conversation-detail .conversation-username {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 500;
	font-size: .95rem
}

.chat-app-wrapper .wrapper .conversation-area .conversation .conversation-detail .conversation-content {
	font-weight: 500;
	font-size: .9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.chat-app-wrapper .wrapper .conversation-area .conversation .conversation-detail .conversation-content .conversation-message {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #a2a5b9;
	max-width: 170px
}

.chat-app-wrapper .wrapper .conversation-area .conversation .conversation-detail .conversation-content .conversation-date {
	font-size: .9rem;
	color: #a2a5b9;
	margin-left: 4px
}

.chat-app-wrapper .wrapper .conversation-area .conversation .conversation-detail .conversation-content .conversation-date:before {
	content: "•";
	margin-right: 2px
}

body.is-dark .chat-app-wrapper .wrapper .conversation-area {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .chat-app-wrapper .wrapper .conversation-area .overlay {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, #232326), to(#232326));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #232326 65%, #232326 100%)
}

body.is-dark .chat-app-wrapper .wrapper .conversation-area .conversation:hover {
	background: #323236
}

body.is-dark .chat-app-wrapper .wrapper .conversation-area .conversation.active {
	background: #252529;
	border-color: #797bf2
}

body.is-dark .chat-app-wrapper .wrapper .conversation-area .conversation .conversation-detail .conversation-username {
	color: #aaaab3
}

.chat-app-wrapper .wrapper .chat-area {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: calc(100vh - 80px);
	overflow-y: auto;
	overflow-x: hidden !important;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.chat-app-wrapper .wrapper .chat-area .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, white), to(white));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 65%, white 100%);
	height: 80px
}

.chat-app-wrapper .wrapper .chat-area .chat-area-content {
	display: none;
	padding-bottom: 80px;
	-webkit-animation: fadeInLeft .5s;
	animation: fadeInLeft .5s
}

.chat-app-wrapper .wrapper .chat-area .chat-area-content.is-active {
	display: block
}

.chat-app-wrapper .wrapper .chat-area .chat-area-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background: #fff
}

.chat-app-wrapper .wrapper .chat-area .chat-area-header .trigger {
	padding: 8px;
	margin-right: 6px;
	border: none;
	background: none;
	outline: none
}

.chat-app-wrapper .wrapper .chat-area .chat-area-header .trigger svg {
	height: 20px;
	width: 20px
}

.chat-app-wrapper .wrapper .chat-area .chat-area-header .chat-area-group {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto
}

.chat-app-wrapper .wrapper .chat-area .chat-area-header .chat-area-group * {
	border: 2px solid #fff
}

.chat-app-wrapper .wrapper .chat-area .chat-area-header .chat-area-group *+* {
	margin-left: -5px
}

.chat-app-wrapper .wrapper .chat-area .chat-area-header .chat-area-group>span {
	width: 32px;
	height: 32px;
	background-color: #ebdffb;
	color: var(--primary-color);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9rem;
	font-weight: 500
}

.chat-app-wrapper .wrapper .chat-area .chat-area-header .chat-area-group>span span {
	position: relative;
	top: -1px;
	left: -1px;
	line-height: 1;
	display: block;
	text-align: center;
	margin: 0;
	border: none
}

.chat-app-wrapper .wrapper .chat-area .chat-area-header .chat-area-profile {
	width: 32px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.chat-app-wrapper .wrapper .chat-area .chat-area-header .chat-area-title {
	font-size: 1.1rem;
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 700
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg-img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg-profile {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: auto;
	margin-bottom: -20px;
	position: relative
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg-date {
	position: absolute;
	left: calc(100% + 12px);
	bottom: 0;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #c0c7d2;
	white-space: nowrap
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px 45px
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg .chat-msg-content {
	margin-left: 12px;
	max-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg .chat-msg-text {
	background-color: #f1f2f6;
	padding: 15px;
	border-radius: 20px 20px 20px 0;
	line-height: 1.5;
	font-family: "Roboto", sans-serif;
	font-size: .95rem;
	font-weight: 500
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg .chat-msg-text+.chat-msg-text {
	margin-top: 10px
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg-text {
	color: var(--chat-text-color)
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .owner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .owner .chat-msg-content {
	margin-left: 0;
	margin-right: 12px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .owner .chat-msg-text {
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 20px 20px 0 20px
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .owner .chat-msg-date {
	left: auto;
	right: calc(100% + 12px)
}

.chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg-text img {
	max-width: 300px;
	border-radius: 10px;
	width: 100%
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #eef2f4;
	width: 100%;
	padding: 10px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 680px);
	overflow-x: hidden;
	bottom: 0;
	left: 0
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer input {
	border: 1px solid transparent;
	outline: none;
	color: #273346;
	background-color: #f8f8fa;
	padding: 12px;
	border-radius: 6px;
	font-size: 15px;
	margin: 0 12px;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer input::-webkit-input-placeholder {
	color: #a2a2a2
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer input::-moz-placeholder {
	color: #a2a2a2
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer input:-ms-input-placeholder {
	color: #a2a2a2
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer input::-ms-input-placeholder {
	color: #a2a2a2
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer input::placeholder {
	color: #a2a2a2
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer input:focus {
	background: #fff;
	border-color: #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content:hover>div .button {
	background: #ededed
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content:hover>div .button svg {
	stroke: var(--primary-color)
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 42px;
	height: 42px
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .button {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .button svg {
	stroke: #cecece;
	stroke-width: 2px;
	height: 18px;
	width: 18px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .dropdown-content a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .dropdown-content a svg {
	height: 18px;
	width: 18px;
	stroke: #999
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .dropdown-content a .meta {
	margin-left: 12px
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .dropdown-content a .meta span {
	display: block
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .dropdown-content a .meta span:first-child {
	font-size: .9rem;
	font-weight: 500;
	color: #283252
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .dropdown-content a .meta span:nth-child(2) {
	font-size: .9rem;
	color: #999
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-emoji {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 28px;
	height: 42px
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-emoji:hover .button {
	background: #ededed
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-emoji:hover .button svg {
	stroke: var(--primary-color)
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-emoji .button {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-emoji .button svg {
	stroke: #cecece;
	stroke-width: 2px;
	height: 18px;
	width: 18px;
	-webkit-transition: all .3s;
	transition: all .3s
}

body.is-dark .chat-app-wrapper .wrapper .chat-area {
	background: #3b3b41;
	border-color: #404046
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-header {
	background: #3b3b41
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-header .trigger svg {
	stroke: #aaaab3
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-header .chat-area-title {
	color: #aaaab3
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-header .chat-area-group img {
	border-color: #3b3b41
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-header .chat-area-group>span {
	border-color: #3b3b41;
	color: #6264f0;
	background: #d6d7fb
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg.owner .chat-msg-content .chat-msg-text {
	background: #6669f0;
	color: #fcfcfc
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg .chat-msg-content .chat-msg-text {
	background: #323236;
	color: #aaaab3
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-footer {
	background: #3b3b41;
	border-color: #404046
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .dropdown:hover>div>.button {
	background: #323236 !important
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .dropdown:hover>div>.button svg {
	stroke: #797bf2
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-content .dropdown .dropdown-menu .dropdown-content .dropdown-item .meta span:first-child {
	color: #aaaab3
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-emoji:hover .button {
	background: #323236 !important
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-footer .add-emoji:hover .button svg {
	stroke: #797bf2
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-footer input {
	background: #323236;
	color: #aaaab3
}

body.is-dark .chat-app-wrapper .wrapper .chat-area .chat-area-footer input:focus {
	border-color: #404046;
	background: #2d2d31
}

.chat-app-wrapper .wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden
}

.chat-app-wrapper .wrapper .detail-area {
	width: 340px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-left: 1px solid #eef2f4;
	margin-left: auto;
	padding: 30px 30px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
	overflow-x: hidden
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content {
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 20px 10px
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .user-pic {
	position: relative;
	max-width: 68px;
	margin: 0 auto
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .user-name {
	margin-top: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #283252
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .user-job-title {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .side-actions {
	padding: 12px 0
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .side-actions .button {
	color: #a2a5b9
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .side-actions .button:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .detail-photos {
	margin-top: 30px;
	text-align: center;
	padding: 0 12px
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .detail-photos .detail-photo-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a2a5b9;
	font-weight: 400;
	font-size: 1rem;
	margin-bottom: 20px;
	color: #a2a5b9
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .detail-photos .detail-photo-title svg {
	width: 16px;
	margin-right: 8px
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .detail-photos .detail-photo-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 6px;
	grid-row-gap: 6px;
	grid-template-rows: repeat(3, 60px)
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .detail-photos .detail-photo-grid img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
	-o-object-position: center;
	object-position: center
}

.chat-app-wrapper .wrapper .detail-area .chat-side-content .detail-photos .view-more {
	display: block;
	color: var(--primary-color);
	font-weight: 600;
	font-size: 15px;
	margin: 25px 0
}

body.is-dark .chat-app-wrapper .wrapper .detail-area {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .chat-app-wrapper .wrapper .detail-area .chat-side-content .user-name {
	color: #aaaab3
}

body.is-dark .chat-app-wrapper .wrapper .detail-area .chat-side-content .detail-photos .view-more {
	color: #797bf2
}

@media(max-width: 767px) {
	.chat-app-wrapper .chat-app-header .search-bar {
		display: none
	}

	.chat-app-wrapper .wrapper .conversation-area {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		background: #fff;
		z-index: 10;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.chat-app-wrapper .wrapper .conversation-area.is-active {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.chat-app-wrapper .wrapper .chat-area .chat-area-main .chat-msg .chat-msg-content {
		max-width: 100%
	}

	.chat-app-wrapper .wrapper .chat-area .chat-area-footer {
		width: 100%;
		padding: 10px
	}

	.chat-app-wrapper .wrapper .detail-area {
		display: none !important
	}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
	.chat-app-wrapper .chat-app-header .search-bar {
		display: none
	}

	.chat-app-wrapper .wrapper .conversation-area {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		background: #fff;
		z-index: 10;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.chat-app-wrapper .wrapper .conversation-area.is-active {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.chat-app-wrapper .wrapper .chat-area .chat-area-footer {
		position: fixed;
		width: 100%
	}

	.chat-app-wrapper .wrapper .detail-area {
		display: none !important
	}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
	.chat-app-wrapper .wrapper .detail-area {
		display: none !important
	}

	.chat-app-wrapper .wrapper .chat-area .chat-area-footer {
		width: calc(100% - 340px);
		margin-left: 340px
	}
}

/*! _auth.scss | Huro | Css ninja 2020-2021 */
.modern-login {
	position: relative;
	background: #f5f6fa;
	min-height: 100vh
}

.modern-login .column.is-relative {
	position: relative
}

.modern-login .hero.has-background-image {
	position: relative
}

.modern-login .hero.has-background-image .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #5d4298 !important;
	opacity: .6
}

.modern-login .underlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 66.6%;
	height: 100%;
	background: #fdfdfd;
	z-index: 0
}

.modern-login .dark-mode {
	position: absolute;
	top: -64px;
	right: 38px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	z-index: 2
}

.modern-login .top-logo {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1
}

.modern-login .top-logo img {
	display: block;
	width: 100%;
	max-width: 50px;
	margin: 0 auto
}

.modern-login .is-image {
	position: relative;
	border-right: 1px solid #ededed
}

.modern-login .is-image .hero-image {
	position: relative;
	z-index: 2;
	display: block;
	margin: -80px auto 0 auto;
	max-width: 60%;
	width: 60%
}

.modern-login .is-form {
	position: relative;
	max-width: 420px;
	margin: 0 auto
}

.modern-login .is-form form {
	-webkit-animation: fadeInLeft .5s;
	animation: fadeInLeft .5s
}

.modern-login .is-form .form-text {
	padding: 0 20px;
	-webkit-animation: fadeInLeft .5s;
	animation: fadeInLeft .5s
}

.modern-login .is-form .form-text h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 2rem;
	color: var(--primary-color)
}

.modern-login .is-form .form-text p {
	color: #999;
	margin-top: 10px
}

.modern-login .is-form .recover-text {
	font-size: .9rem;
	color: #283252
}

.modern-login .is-form .login-wrapper {
	padding: 30px 20px
}

.modern-login .is-form .login-wrapper .control {
	position: relative;
	width: 100%;
	margin-top: 16px
}

.modern-login .is-form .login-wrapper .control .input {
	padding-top: 14px;
	height: 60px;
	border-radius: 10px;
	padding-left: 55px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.modern-login .is-form .login-wrapper .control .input:focus {
	background: #fcfcfc;
	border-color: #cecece
}

.modern-login .is-form .login-wrapper .control .input:focus~.auth-label,
.modern-login .is-form .login-wrapper .control .input:focus~.auth-icon i {
	color: #999
}

.modern-login .is-form .login-wrapper .control .error-text {
	color: #e62965;
	font-size: .8rem;
	display: none;
	padding: 2px 6px
}

.modern-login .is-form .login-wrapper .control .auth-label {
	position: absolute;
	top: 6px;
	left: 55px;
	font-size: .8rem;
	color: #283252;
	font-weight: 500;
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s
}

.modern-login .is-form .login-wrapper .control .auth-icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.modern-login .is-form .login-wrapper .control .auth-icon i {
	font-size: 24px;
	color: #cecece;
	-webkit-transition: all .3s;
	transition: all .3s
}

.modern-login .is-form .login-wrapper .control.has-validation .validation-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.modern-login .is-form .login-wrapper .control.has-validation .validation-icon .icon-wrapper {
	height: 20px;
	width: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%
}

.modern-login .is-form .login-wrapper .control.has-validation .validation-icon .icon-wrapper svg {
	height: 10px;
	width: 10px;
	stroke-width: 3px;
	stroke: #fff
}

.modern-login .is-form .login-wrapper .control.has-validation .validation-icon.is-success .icon-wrapper {
	background: #06d6a0
}

.modern-login .is-form .login-wrapper .control.has-validation .validation-icon.is-error .icon-wrapper {
	background: #e62965
}

.modern-login .is-form .login-wrapper .control.has-validation.has-success .validation-icon.is-success {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.modern-login .is-form .login-wrapper .control.has-validation.has-success .validation-icon.is-error {
	display: none
}

.modern-login .is-form .login-wrapper .control.has-validation.has-error .input {
	border-color: #e62965
}

.modern-login .is-form .login-wrapper .control.has-validation.has-error .error-text {
	display: block
}

.modern-login .is-form .login-wrapper .control.has-validation.has-error .validation-icon.is-error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.modern-login .is-form .login-wrapper .control.has-validation.has-error .validation-icon.is-success {
	display: none
}

.modern-login .is-form .login-wrapper .control.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.modern-login .is-form .login-wrapper .control.is-flex a {
	display: block;
	margin-left: auto;
	color: #999;
	font-weight: 500;
	font-size: .9rem;
	-webkit-transition: color .3s;
	transition: color .3s
}

.modern-login .is-form .login-wrapper .control.is-flex a:hover {
	color: var(--primary-color)
}

.modern-login .is-form .login-wrapper .control.is-flex .remember-me {
	font-size: .9rem;
	color: #999;
	font-weight: 500
}

.modern-login .is-form .login-wrapper .button-wrap {
	margin: 40px 0
}

.modern-login .is-form .login-wrapper .button-wrap.has-help {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.modern-login .is-form .login-wrapper .button-wrap.has-help>span {
	margin-left: 12px;
	font-family: "Roboto", sans-serif
}

.modern-login .is-form .login-wrapper .button-wrap.has-help>span a {
	color: var(--primary-color);
	font-weight: 500;
	padding: 0 2px
}

.modern-login .is-form .login-wrapper .button-wrap .button {
	height: 46px;
	width: 140px;
	margin-left: 6px
}

.modern-login .is-form .login-wrapper .button-wrap .button:first-child:hover {
	opacity: .8
}

.modern-login .is-form .login-wrapper .button-wrap .button:nth-child(2) {
	color: #283252;
	border-color: #cecece
}

body.is-dark .modern-login {
	background: #232326
}

body.is-dark .modern-login .underlay {
	background: #3b3b41
}

body.is-dark .modern-login .is-image {
	border-color: #3b3b41
}

body.is-dark .modern-login .is-form .form-text h2 {
	color: #797bf2
}

body.is-dark .modern-login .is-form .login-wrapper .control.is-flex a:hover {
	color: #797bf2
}

body.is-dark .modern-login .is-form .login-wrapper .control .input {
	background: #2d2d31
}

body.is-dark .modern-login .is-form .login-wrapper .control .input:focus {
	border-color: #797bf2
}

body.is-dark .modern-login .is-form .login-wrapper .control .input:focus~.auth-icon i {
	color: #797bf2
}

body.is-dark .modern-login .is-form .login-wrapper .control .auth-label {
	color: #a2a5b9
}

body.is-dark .modern-login .is-form .login-wrapper .button-wrap.has-help span {
	color: #a2a5b9
}

body.is-dark .modern-login .is-form .login-wrapper .button-wrap.has-help span a {
	color: #797bf2
}

.remember-toggle {
	width: 65px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.remember-toggle input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.remember-toggle input:checked~.toggler {
	border-color: var(--primary-color)
}

.remember-toggle input:checked~.toggler .active,
.remember-toggle input:checked~.toggler .inactive {
	-webkit-transform: translateX(100%) rotate(360deg);
	transform: translateX(100%) rotate(360deg)
}

.remember-toggle input:checked~.toggler .active {
	opacity: 1
}

.remember-toggle input:checked~.toggler .inactive {
	opacity: 0
}

.remember-toggle .toggler {
	position: relative;
	display: block;
	height: 34px;
	width: 61px;
	border: 2px solid #cecece;
	border-radius: 100px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.remember-toggle .toggler .active,
.remember-toggle .toggler .inactive {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.remember-toggle .toggler .active svg,
.remember-toggle .toggler .inactive svg {
	stroke: #fff;
	height: 14px;
	width: 14px;
	stroke-width: 3px
}

.remember-toggle .toggler .inactive {
	background: #cecece;
	border-color: #cecece;
	opacity: 1;
	z-index: 1
}

.remember-toggle .toggler .active {
	background: var(--primary-color);
	border-color: var(--primary-color);
	opacity: 0;
	z-index: 0
}

@media only screen and (max-width: 767px) {
	.modern-login .top-logo {
		top: 30px
	}

	.modern-login .is-form {
		padding-top: 100px
	}
}

body.is-dark .remember-toggle input:checked+.toggler {
	border-color: #797bf2
}

body.is-dark .remember-toggle input:checked+.toggler>span {
	background: #797bf2
}

body.is-dark .remember-toggle .toggler {
	border-color: #404046
}

body.is-dark .remember-toggle .toggler>span {
	background: #404046
}

.signup-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 99
}

.signup-nav .signup-nav-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.signup-nav .signup-nav-inner .logo img {
	display: block;
	min-width: 48px;
	max-width: 48px
}

.upload-signup-modal .upload-demo-wrap .filepond-profile-wrap {
	display: block;
	margin: 0 auto
}

.signup-steps {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 380px
}

.signup-steps .steps-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.signup-steps .steps-container .progress {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% - 80px);
	margin: 0 auto;
	height: .35rem !important;
	background-color: #fff;
	z-index: 0
}

.signup-steps .steps-container .progress::-webkit-progress-value {
	background-color: var(--primary-color);
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}

.signup-steps .steps-container .progress::-moz-progress-bar {
	background-color: var(--primary-color);
	-moz-transition: width .5s ease;
	transition: width .5s ease
}

.signup-steps .steps-container .progress::-ms-fill {
	background-color: var(--primary-color);
	-ms-transition: width .5s ease;
	transition: width .5s ease
}

.signup-steps .steps-container .step-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	background: #ededed;
	cursor: pointer;
	z-index: 1
}

.signup-steps .steps-container .step-icon.is-active .inner {
	background: #fff;
	border-color: var(--primary-color)
}

.signup-steps .steps-container .step-icon.is-active .inner svg {
	stroke: var(--primary-color)
}

.signup-steps .steps-container .step-icon.is-done .inner {
	background: var(--primary-color);
	border-color: var(--primary-color)
}

.signup-steps .steps-container .step-icon.is-done .inner svg {
	stroke: #fcfcfc
}

.signup-steps .steps-container .step-icon.is-inactive {
	pointer-events: none
}

.signup-steps .steps-container .step-icon .inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid #ccc;
	background: #ccc
}

.signup-steps .steps-container .step-icon .step-label {
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	min-width: 100px;
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
	font-size: .8rem;
	font-weight: 500;
	color: #283252
}

.signup-steps .steps-container .step-icon svg {
	height: 16px;
	width: 16px;
	stroke: #999
}

.signup-columns {
	-webkit-animation: fadeInLeft .5s;
	animation: fadeInLeft .5s
}

.signup-wrapper {
	position: relative;
	min-height: 100vh;
	background: #ededed
}

.signup-wrapper .card-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 90%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.signup-wrapper .card-bg.faded {
	opacity: 0
}

.signup-wrapper .signup-title {
	font-family: "Montserrat", sans-serif;
	color: #283252
}

.signup-wrapper .signup-subtitle {
	font-family: "Roboto", sans-serif;
	color: #999;
	font-size: 1rem
}

.signup-wrapper .hero .signup-form .control {
	position: relative;
	width: 100%
}

.signup-wrapper .hero .signup-form .control.has-switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.signup-wrapper .hero .signup-form .control.has-switch span {
	display: block;
	color: #999
}

.signup-wrapper .hero .signup-form .control.is-agree span {
	color: #bababa
}

.signup-wrapper .hero .signup-form .control.is-agree span a {
	color: #999;
	font-weight: 500;
	-webkit-transition: color .3s;
	transition: color .3s
}

.signup-wrapper .hero .signup-form .control.is-agree span a:hover {
	color: var(--primary-color)
}

.signup-wrapper .hero .signup-form .control .input {
	padding-top: 10px;
	height: 60px;
	padding-left: 10px;
	border-radius: 8px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.signup-wrapper .hero .signup-form .control .input:focus {
	background: #fcfcfc;
	border-color: #cecece
}

.signup-wrapper .hero .signup-form .control .input:focus~.auth-label,
.signup-wrapper .hero .signup-form .control .input:focus~.auth-icon i {
	color: #999
}

.signup-wrapper .hero .signup-form .control .error-text {
	color: #e62965;
	font-size: .8rem;
	display: none;
	padding: 2px 6px
}

.signup-wrapper .hero .signup-form .control .auth-label {
	position: absolute;
	top: 6px;
	left: 10px;
	font-size: .8rem;
	color: #283252;
	font-weight: 500;
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s
}

.signup-wrapper .hero .signup-form .control .auth-icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.signup-wrapper .hero .signup-form .control .auth-icon i {
	font-size: 24px;
	color: #cecece;
	-webkit-transition: all .3s;
	transition: all .3s
}

.signup-wrapper .hero .signup-form .control.has-validation .validation-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.signup-wrapper .hero .signup-form .control.has-validation .validation-icon .icon-wrapper {
	height: 20px;
	width: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%
}

.signup-wrapper .hero .signup-form .control.has-validation .validation-icon .icon-wrapper svg {
	height: 10px;
	width: 10px;
	stroke-width: 3px;
	stroke: #fff !important
}

.signup-wrapper .hero .signup-form .control.has-validation .validation-icon.is-success .icon-wrapper {
	background: #06d6a0
}

.signup-wrapper .hero .signup-form .control.has-validation .validation-icon.is-error .icon-wrapper {
	background: #e62965
}

.signup-wrapper .hero .signup-form .control.has-validation.has-success .validation-icon.is-success {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.signup-wrapper .hero .signup-form .control.has-validation.has-success .validation-icon.is-error {
	display: none
}

.signup-wrapper .hero .signup-form .control.has-validation.has-error .input {
	border-color: #e62965
}

.signup-wrapper .hero .signup-form .control.has-validation.has-error .error-text {
	display: block
}

.signup-wrapper .hero .signup-form .control.has-validation.has-error .validation-icon.is-error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.signup-wrapper .hero .signup-form .control.has-validation.has-error .validation-icon.is-success {
	display: none
}

.signup-wrapper .hero .signup-form .control.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.signup-wrapper .hero .signup-form .control.is-flex a {
	display: block;
	margin-left: auto;
	color: #999;
	font-weight: 500;
	font-size: .9rem;
	-webkit-transition: color .3s;
	transition: color .3s
}

.signup-wrapper .hero .signup-form .control.is-flex a:hover {
	color: var(--primary-color)
}

.signup-wrapper .hero .signup-form .control.is-flex .remember-me {
	font-size: .9rem;
	color: #999;
	font-weight: 500
}

.signup-wrapper .hero .button-wrap {
	margin: 20px 0 0 0
}

.signup-wrapper .hero .button-wrap.has-help {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.signup-wrapper .hero .button-wrap.has-help>span {
	margin-left: 12px;
	font-family: "Roboto", sans-serif
}

.signup-wrapper .hero .button-wrap.has-help>span a {
	color: var(--primary-color);
	font-weight: 500;
	padding: 0 3px
}

.signup-wrapper .hero .button-wrap.is-centered {
	margin-top: 40px;
	text-align: center
}

.signup-wrapper .hero .button-wrap.is-centered .button {
	min-width: 180px;
	margin-left: 0 !important
}

.signup-wrapper .hero .button-wrap .button {
	height: 46px;
	width: 190px;
	margin-left: 6px
}

.signup-wrapper .hero .button-wrap .button:first-child:hover {
	opacity: .95;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.signup-wrapper .hero .button-wrap .button:nth-child(2) {
	color: #283252;
	border-color: #cecece
}

.signup-wrapper .hero .signup-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.signup-wrapper .hero .signup-type .box-wrap {
	width: 100%;
	position: relative
}

.signup-wrapper .hero .signup-type .box-wrap input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.signup-wrapper .hero .signup-type .box-wrap input:checked+.signup-box {
	border-color: var(--primary-color)
}

.signup-wrapper .hero .signup-type .box-wrap input:checked+.signup-box i {
	color: var(--primary-color)
}

.signup-wrapper .hero .signup-type .box-wrap input:checked+.signup-box .meta span:first-child {
	color: var(--primary-color)
}

.signup-wrapper .hero .signup-type .box-wrap .signup-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.signup-wrapper .hero .signup-type .box-wrap .signup-box i {
	font-size: 2rem;
	color: #999
}

.signup-wrapper .hero .signup-type .box-wrap .signup-box .meta {
	margin-left: 10px
}

.signup-wrapper .hero .signup-type .box-wrap .signup-box .meta span {
	display: block
}

.signup-wrapper .hero .signup-type .box-wrap .signup-box .meta span:first-child {
	font-size: .85rem;
	font-weight: 500;
	color: #283252
}

.signup-wrapper .hero .signup-type .box-wrap .signup-box .meta span:nth-child(2) {
	font-size: .8rem;
	color: #999
}

.signup-wrapper .hero .signup-type .box-wrap:first-child {
	margin-right: 6px
}

.signup-wrapper .hero .signup-type .box-wrap:nth-child(2) {
	margin-left: 6px
}

.signup-profile-wrapper {
	padding: 80px 60px 10px 60px
}

.signup-profile-wrapper .title,
.signup-profile-wrapper .subtitle {
	text-align: center
}

.signup-profile-wrapper .title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem
}

.signup-profile-wrapper .subtitle {
	font-family: "Roboto", sans-serif;
	font-size: 1rem
}

.signup-profile-wrapper .picture-selector,
.signup-profile-wrapper .skill-picture-selector {
	width: 100%;
	text-align: center
}

.signup-profile-wrapper .picture-selector .image-container,
.signup-profile-wrapper .skill-picture-selector .image-container {
	position: relative;
	width: 140px;
	height: 140px;
	margin: 10px auto;
	border-radius: 50%
}

.signup-profile-wrapper .picture-selector .image-container img,
.signup-profile-wrapper .skill-picture-selector .image-container img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: block;
	border: 4px solid #e8e8e8;
	margin-left: -1px
}

.signup-profile-wrapper .picture-selector .image-container .upload-button,
.signup-profile-wrapper .skill-picture-selector .image-container .upload-button {
	position: absolute;
	bottom: 18px;
	right: 0;
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #e3e3e3;
	z-index: 5;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.signup-profile-wrapper .picture-selector .image-container .upload-button:hover,
.signup-profile-wrapper .skill-picture-selector .image-container .upload-button:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.signup-profile-wrapper .picture-selector .image-container .upload-button svg,
.signup-profile-wrapper .skill-picture-selector .image-container .upload-button svg {
	height: 16px;
	width: 16px;
	stroke: #283252
}

.avatar-carousel {
	text-align: center;
	max-width: 550px;
	margin: 0 auto 20px auto
}

.avatar-carousel:hover .slick-custom {
	opacity: 1
}

.avatar-carousel .carousel-item {
	margin: 0 10x
}

.avatar-carousel .image-wrapper {
	position: relative
}

.avatar-carousel .image-wrapper.is-smaller img {
	height: 70px;
	width: 70px
}

.avatar-carousel .image-wrapper img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s
}

.avatar-carousel .slick-slide {
	max-width: 120px;
	text-align: center;
	cursor: pointer
}

.avatar-carousel .slick-slide:focus {
	outline: none !important
}

.avatar-carousel .slick-slide img {
	opacity: .6;
	border: 4px solid transparent;
	-webkit-transform: scale(0.75);
	transform: scale(0.75)
}

.avatar-carousel .slick-slide.slick-current img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	border: 2px solid var(--primary-color)
}

.avatar-carousel .slick-custom {
	opacity: 0
}

.avatar-carousel .slick-custom.is-prev {
	left: -45px
}

.avatar-carousel .slick-custom.is-next {
	right: -45px
}

.avatar-carousel .slick-dots {
	bottom: -60px !important
}

.avatar-carousel .slick-prev:before,
.avatar-carousel .slick-next:before {
	color: #999
}

.avatar-carousel .slick-custom {
	position: absolute;
	top: calc(50% - 15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ededed;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 100px;
	cursor: pointer;
	color: #283252;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 25
}

.avatar-carousel .slick-custom svg {
	height: 16px;
	width: 16px;
	stroke: var(--primary-color);
	-webkit-transition: all .3s;
	transition: all .3s
}

.avatar-carousel .slick-custom:hover {
	border-color: #e3e3e3;
	color: #fff;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.avatar-carousel .slick-custom.is-prev {
	left: -6px
}

.avatar-carousel .slick-custom.is-next {
	right: -6px
}

.username-form {
	padding-top: 80px
}

body.is-dark .signup-wrapper {
	background: #3b3b41
}

body.is-dark .signup-steps .steps-container .progress::-webkit-progress-value {
	background: #797bf2
}

body.is-dark .signup-steps .steps-container .progress::-moz-progress-bar {
	background: #797bf2
}

body.is-dark .signup-steps .steps-container .progress::-ms-fill {
	background: #797bf2
}

body.is-dark .signup-steps .steps-container .step-icon {
	background: #343439
}

body.is-dark .signup-steps .steps-container .step-icon.is-active {
	background: #4a4a50
}

body.is-dark .signup-steps .steps-container .step-icon.is-active .inner {
	background: #797bf2
}

body.is-dark .signup-steps .steps-container .step-icon.is-active .inner svg {
	stroke: #fff
}

body.is-dark .signup-steps .steps-container .step-icon.is-active .step-label {
	color: #797bf2;
	opacity: 1
}

body.is-dark .signup-steps .steps-container .step-icon .inner {
	background: #39393e;
	border-color: #39393e
}

body.is-dark .signup-steps .steps-container .step-icon .step-label {
	color: #aaaab3;
	opacity: .6
}

body.is-dark .hero .signup-form .control .auth-label {
	color: #a2a5b9
}

body.is-dark .hero .signup-form .control .input:focus {
	background: #19191b;
	border-color: #404046
}

body.is-dark .hero .signup-form .control .input:focus~.auth-label,
body.is-dark .hero .signup-form .control .input:focus~.auth-icon i {
	color: #797bf2
}

body.is-dark .hero .signup-form .signup-type .box-wrap input:checked+.signup-box {
	border-color: #797bf2
}

body.is-dark .hero .signup-form .signup-type .box-wrap input:checked+.signup-box i {
	color: #797bf2
}

body.is-dark .hero .signup-form .signup-type .box-wrap input:checked+.signup-box .meta span:first-child {
	color: #797bf2
}

body.is-dark .hero .signup-form .signup-type .box-wrap .signup-box {
	background-color: #28282b;
	border-color: #2d2d31
}

body.is-dark .hero .signup-form .signup-type .box-wrap .signup-box .meta span:first-child {
	color: #aaaab3
}

body.is-dark .hero .signup-form .button-wrap.has-help>span {
	color: #a2a5b9
}

body.is-dark .hero .signup-form .button-wrap.has-help>span a {
	color: #797bf2
}

body.is-dark .signup-profile-wrapper .picture-selector .image-container img {
	border-color: #3b3b41
}

body.is-dark .signup-profile-wrapper .picture-selector .image-container .upload-button {
	background-color: #28282b;
	border-color: #3b3b41
}

body.is-dark .signup-profile-wrapper .picture-selector .image-container .upload-button svg {
	stroke: #a2a5b9
}

body.is-dark .divider-container .divider span::before,
body.is-dark .divider-container .divider span::after {
	border-color: #4f4f56
}

body.is-dark .avatar-carousel .slick-slide.slick-current img {
	border-color: #797bf2
}

body.is-dark .avatar-carousel .slick-custom {
	background-color: #28282b;
	border-color: #3b3b41
}

body.is-dark .avatar-carousel .slick-custom::before,
body.is-dark .avatar-carousel .slick-custom::after {
	color: #a2a5b9
}

.auth-wrapper-inner {
	overflow: hidden !important;
	height: 100%;
	padding: 0;
	margin: 0
}

.auth-wrapper-inner.is-gapless:not(:last-child) {
	margin-bottom: 0 !important
}

.auth-wrapper-inner.is-single {
	background: #f5f6fa;
	min-height: 100vh
}

.auth-wrapper-inner .hero-banner {
	background: #f5f6fa
}

.auth-wrapper-inner .hero-heading {
	position: relative;
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0
}

.auth-wrapper-inner .hero-heading .dark-mode {
	position: absolute;
	top: 24px;
	right: 24px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	z-index: 2
}

.auth-wrapper-inner .hero-heading .auth-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: -50px;
}

.auth-wrapper-inner .hero-heading .auth-logo .top-logo {
	width:100%;
	height:100%;
}

.auth-wrapper-inner .hero.is-white {
	background: #fff
}

.auth-wrapper-inner .hero .hero-body .login {
	padding: 10px 0
}

.auth-wrapper-inner .hero .hero-body .auth-content {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	margin-top: -40px;
	margin-bottom: 40px
}

.auth-wrapper-inner .hero .hero-body .auth-content h2 {
	font-size: 2rem;
	font-family: "Roboto", sans-serif;
	line-height: 1
}

.auth-wrapper-inner .hero .hero-body .auth-content p {
	font-size: 1rem;
	margin-bottom: 8px;
	color: #999
}

.auth-wrapper-inner .hero .hero-body .auth-content a {
	font-size: .9rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: var(--primary-color)
}

.auth-wrapper-inner .hero .hero-body .auth-form-wrapper {
	max-width: 320px;
	width: 100%;
	margin: 0 auto
}

.auth-wrapper-inner .forgot-link {
	margin-top: 10px
}

.auth-wrapper-inner .forgot-link a {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	color: #a2a5b9;
	-webkit-transition: color .3s;
	transition: color .3s
}

.auth-wrapper-inner .forgot-link a:hover {
	color: var(--primary-color)
}

.auth-wrapper-inner .setting-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0
}

.auth-wrapper-inner .setting-item .setting-meta {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	margin-left: 8px
}

.auth-wrapper-inner .h-button {
	min-height: 44px
}

body.is-dark .auth-wrapper-inner .hero-banner {
	background: #2d2d31
}

body.is-dark .auth-wrapper-inner .hero.is-white {
	background: #19191b
}

body.is-dark .auth-wrapper-inner .hero .hero-body .auth-content h2 {
	color: #aaaab3
}

body.is-dark .auth-wrapper-inner .hero .hero-body .auth-content a {
	color: #797bf2
}

body.is-dark .auth-wrapper-inner .forgot-link a:hover {
	color: #797bf2
}

.auth-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px
}

.auth-nav .left,
.auth-nav .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20%
}

.auth-nav .right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.auth-nav .right .dark-mode {
	-webkit-transform: scale(0.7);
	transform: scale(0.7)
}

.auth-nav .center {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.auth-nav .center a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.auth-nav .center a img {
	display: block;
	width: 100%;
	max-width: 50px
}

.auth-wrapper-inner .single-form-wrap {
	min-height: 690px;
	padding: 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.auth-wrapper-inner .single-form-wrap .inner-wrap {
	width: 100%;
	max-width: 400px;
	margin: 40px auto 0 auto
}

.auth-wrapper-inner .single-form-wrap .inner-wrap .auth-head {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center
}

.auth-wrapper-inner .single-form-wrap .inner-wrap .auth-head h2 {
	font-size: 2rem;
	font-family: "Roboto", sans-serif;
	line-height: 1
}

.auth-wrapper-inner .single-form-wrap .inner-wrap .auth-head p {
	font-size: 1rem;
	margin-bottom: 8px;
	color: #999
}

.auth-wrapper-inner .single-form-wrap .inner-wrap .auth-head a {
	font-size: .9rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: var(--primary-color)
}

.auth-wrapper-inner .single-form-wrap .inner-wrap .form-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 50px;
	margin-bottom: 16px
}

.auth-wrapper-inner .single-form-wrap .inner-wrap .form-card .h-button {
	margin-top: 10px
}

body.is-dark .auth-wrapper-inner.is-single {
	background: #2d2d31
}

body.is-dark .auth-wrapper-inner.is-single .single-form-wrap .inner-wrap .auth-head h2 {
	color: #aaaab3
}

body.is-dark .auth-wrapper-inner.is-single .single-form-wrap .inner-wrap .auth-head a {
	color: #797bf2
}

body.is-dark .auth-wrapper-inner.is-single .single-form-wrap .inner-wrap .form-card {
	background: #19191b;
	border-color: #252529
}

@media only screen and (max-width: 767px) {
	.avatar-carousel.resized-mobile {
		max-width: 300px
	}

	.avatar-carousel .slick-custom {
		display: none !important
	}

	.avatar-carousel .image-wrapper img {
		height: auto
	}

	.auth-wrapper-inner .hero .hero-body .auth-content {
		text-align: center !important
	}

	.auth-wrapper-inner .single-form-wrap .inner-wrap .form-card {
		padding: 40px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.modern-login .top-logo svg {
		height: 60px;
		width: 60px
	}

	.modern-login .dark-mode {
		top: -58px;
		right: 30%
	}

	.modern-login .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100vh
	}

	.auth-wrapper-inner .hero .hero-body .auth-content {
		text-align: center !important
	}

	.signup-columns {
		max-width: 460px;
		margin: 0 auto
	}
}

/*! _user-profile.scss | Huro | Css ninja 2020-2021 */
.profile-wrapper {
	max-width: 1040px;
	margin: 0 auto
}

.profile-wrapper.is-webapp {
	margin-top: 30px
}

.profile-wrapper .profile-header {
	text-align: center
}

.profile-wrapper .profile-header>img {
	display: block;
	margin: 0 auto;
	max-width: 300px
}

.profile-wrapper .profile-header .h-avatar {
	margin: 0 auto 12px auto
}

.profile-wrapper .profile-header .anim-icon {
	margin-bottom: 12px
}

.profile-wrapper .profile-header .title {
	margin-bottom: 6px
}

.profile-wrapper .profile-header p {
	font-size: 1rem;
	max-width: 540px;
	margin: 0 auto;
	line-height: 1.3
}

.profile-wrapper .profile-header .profile-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0
}

.profile-wrapper .profile-header .profile-stats .profile-stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a2a5b9;
	font-family: "Roboto", sans-serif
}

.profile-wrapper .profile-header .profile-stats .profile-stat span {
	font-size: .9rem
}

.profile-wrapper .profile-header .profile-stats .profile-stat i {
	font-size: 1.2rem;
	margin-right: 6px
}

.profile-wrapper .profile-header .profile-stats .separator {
	height: 25px;
	width: 2px;
	border-right: 1px solid #dedede;
	margin: 0 10px
}

.profile-wrapper .profile-header .profile-stats .socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.profile-wrapper .profile-header .profile-stats .socials a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
	width: 28px;
	background: #fff;
	border: 1px solid #dedede;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border-radius: 50%;
	margin: 0 2px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.profile-wrapper .profile-header .profile-stats .socials a:hover {
	border-color: var(--primary-color)
}

.profile-wrapper .profile-header .profile-stats .socials a:hover i {
	color: var(--primary-color)
}

.profile-wrapper .profile-header .profile-stats .socials a i {
	font-size: .9rem;
	color: #a2a5b9;
	-webkit-transition: color .3s;
	transition: color .3s
}

.profile-wrapper .profile-body {
	padding: 10px 0 20px 0
}

.profile-wrapper .profile-body .profile-card {
	padding: 30px
}

.profile-wrapper .profile-body .profile-card:not(:last-child) {
	margin-bottom: 20px
}

.profile-wrapper .profile-body .profile-card .profile-card-section {
	padding-bottom: 20px
}

.profile-wrapper .profile-body .profile-card .profile-card-section:not(:last-child) {
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3
}

.profile-wrapper .profile-body .profile-card .profile-card-section.no-padding {
	padding-bottom: 0
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-title h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .8rem;
	text-transform: uppercase;
	color: #283252;
	margin-right: 6px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-title i {
	color: var(--primary-color)
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-title .action-link {
	position: relative;
	top: -2px;
	margin-left: auto;
	text-transform: uppercase;
	font-size: .8rem
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-title .control {
	margin-left: auto
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-title .control .form-switch {
	-webkit-transform: scale(0.8);
	transform: scale(0.8)
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .description {
	font-size: .95rem
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(50% - 16px);
	margin: 8px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item img {
	display: block;
	width: 50px;
	min-width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #e3e3e3
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item .meta {
	margin-left: 10px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item .meta>span {
	font-family: "Roboto", sans-serif;
	display: block
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item .meta>span:first-child {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	font-size: .85rem
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item .meta>span:nth-child(2),
.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item .meta>span:nth-child(3) {
	font-size: .85rem;
	color: #a2a5b9
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item .meta>span:nth-child(2) i,
.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item .meta>span:nth-child(3) i {
	position: relative;
	top: -2px;
	font-size: 4px;
	margin: 0 6px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item .meta>span:nth-child(3) {
	color: var(--primary-color)
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item .meta>span span {
	display: inline-block
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .languages-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(50% - 16px);
	margin: 8px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .languages-item .icon-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	min-width: 50px;
	height: 50px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .languages-item .icon-wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 32px;
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #e3e3e3
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .languages-item .meta {
	margin-left: 10px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .languages-item .meta>span {
	display: block;
	font-family: "Roboto", sans-serif
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .languages-item .meta>span:first-child {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	font-size: .9rem
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .languages-item .meta>span:nth-child(2) {
	font-size: .85rem;
	color: #a2a5b9
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .languages-item .meta>span span {
	display: inline-block
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item:not(:last-child) {
	margin-bottom: 16px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .icon-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	min-width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid var(--primary-color)
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .icon-wrap.has-icon {
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	color: #a2a5b9
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .icon-wrap.has-icon i {
	font-size: 1.4rem
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .icon-wrap img {
	display: block;
	width: 34px;
	min-width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #e3e3e3
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .icon-wrap .count {
	position: absolute;
	bottom: 0;
	right: -4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--primary-color)
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .icon-wrap .count span {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: .75rem
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .skill-info {
	font-family: "Roboto", sans-serif;
	margin-left: 12px;
	line-height: 1.3
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .skill-info span {
	display: block
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .skill-info span:first-child {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	font-size: .9rem
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .skill-info span:nth-child(2) {
	font-size: .9rem;
	color: #a2a5b9
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .people {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .people .h-avatar {
	margin: 0 4px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .recommendations-item {
	width: calc(50% - 16px);
	margin: 8px;
	background: #f5f5f5;
	text-align: center;
	padding: 30px 20px;
	border-radius: 4px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .recommendations-item>.h-avatar {
	display: block;
	margin: 0 auto 8px auto
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .recommendations-item h3 {
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	margin-bottom: 8px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .recommendations-item p {
	font-size: .85rem;
	margin-bottom: 16px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .recommendations-item .meta span {
	display: block
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .recommendations-item .meta span:first-child {
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-size: .95rem;
	color: var(--primary-color)
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .recommendations-item .meta span:nth-child(2) {
	font-size: .9rem;
	color: #a2a5b9
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .network-notifications h3 {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	margin-bottom: 6px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .network-notifications p {
	font-size: .9rem;
	max-width: 480px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .tools-wrapper {
	padding-top: 12px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .tools-wrapper .tools-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .tools-wrapper .tools-item:last-child {
	margin-bottom: 0
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .tools-wrapper .tools-item .icon-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	min-width: 50px;
	height: 50px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .tools-wrapper .tools-item .icon-wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 32px;
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #e3e3e3
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .tools-wrapper .tools-item .meta {
	margin-left: 10px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .tools-wrapper .tools-item .meta>span {
	display: block;
	font-family: "Roboto", sans-serif
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .tools-wrapper .tools-item .meta>span:first-child {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	font-size: .9rem
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .tools-wrapper .tools-item .meta>span:nth-child(2) {
	font-size: .85rem;
	color: #a2a5b9
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .tools-wrapper .tools-item .meta>span span {
	display: inline-block
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .people-wrapper {
	padding-top: 12px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .people-wrapper .people-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .people-wrapper .people-item:last-child {
	margin-bottom: 0
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .people-wrapper .people-item .meta {
	margin-left: 10px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .people-wrapper .people-item .meta>span {
	display: block;
	font-family: "Roboto", sans-serif
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .people-wrapper .people-item .meta>span:first-child {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	font-size: .9rem
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .people-wrapper .people-item .meta>span:nth-child(2) {
	font-size: .85rem;
	color: #a2a5b9
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .people-wrapper .people-item .meta>span span {
	display: inline-block
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .more-button {
	padding-top: 16px
}

.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .more-button .button {
	min-width: 180px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 500;
	margin: 0 auto;
	color: #a2a5b9
}

body.is-dark .profile-wrapper .profile-header .h-avatar .badge {
	border-color: #323236
}

body.is-dark .profile-wrapper .profile-header .profile-stats .separator {
	border-color: #54545b
}

body.is-dark .profile-wrapper .profile-header .profile-stats .socials a {
	background: #28282b;
	border-color: #404046
}

body.is-dark .profile-wrapper .profile-header .profile-stats .socials a:hover {
	border-color: #797bf2
}

body.is-dark .profile-wrapper .profile-header .profile-stats .socials a:hover i {
	color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section {
	border-color: #404046
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-title h4 {
	color: #aaaab3
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-title i {
	color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-content .icon-wrap>img {
	border-color: #404046 !important
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item>img {
	border-color: #404046
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item .meta>span:nth-child(3) {
	color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .icon-wrap {
	border-color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .icon-wrap.has-icon {
	background: #28282b;
	border-color: #404046
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .people .h-avatar:last-child .is-fake {
	background: #28282b;
	border: 1px solid #404046
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .recommendations-item {
	background: #28282b;
	border-color: #404046
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .recommendations-item .meta span:first-child {
	color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .profile-card .profile-card-section .section-content .more-button .button {
	background: #28282b;
	border-color: #404046
}

.account-wrapper {
	padding-bottom: 60px
}

.account-wrapper.is-webapp {
	margin-top: 30px
}

.account-wrapper .account-box.is-navigation .media-flex-center {
	padding-bottom: 20px
}

.account-wrapper .account-box.is-navigation .media-flex-center .flex-meta span:first-child {
	font-size: 1.3rem
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	margin-bottom: 5px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border-color: #e5e5e5
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active span,
.account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active i {
	color: var(--primary-color)
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active .end {
	display: block
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item:not(.is-active):hover {
	background: #f5f5f5
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item i {
	margin-right: 8px;
	font-size: 1.1rem;
	color: #a2a5b9
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item i.fas,
.account-wrapper .account-box.is-navigation .account-menu .account-menu-item i .fal,
.account-wrapper .account-box.is-navigation .account-menu .account-menu-item i .far {
	font-size: .9rem
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item span {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	color: #283252
}

.account-wrapper .account-box.is-navigation .account-menu .account-menu-item .end {
	margin-left: auto;
	display: none
}

.account-wrapper .account-box.is-form {
	padding: 0
}

.account-wrapper .account-box.is-form.is-footerless {
	padding-bottom: 20px
}

.account-wrapper .account-box.is-form .form-head,
.account-wrapper .account-box.is-form .form-foot {
	padding: 12px 20px
}

.account-wrapper .account-box.is-form .form-head .form-head-inner,
.account-wrapper .account-box.is-form .form-head .form-foot-inner,
.account-wrapper .account-box.is-form .form-foot .form-head-inner,
.account-wrapper .account-box.is-form .form-foot .form-foot-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.account-wrapper .account-box.is-form .form-head {
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.account-wrapper .account-box.is-form .form-head.is-stuck {
	background: #fff;
	padding-right: 80px;
	border-left: 1px solid #e5e5e5
}

.account-wrapper .account-box.is-form .form-head .left h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	line-height: 1.3
}

.account-wrapper .account-box.is-form .form-head .left p {
	font-size: .95rem
}

.account-wrapper .account-box.is-form .form-foot {
	border-top: 1px solid #e5e5e5
}

.account-wrapper .account-box.is-form .form-body {
	padding: 20px
}

.account-wrapper .account-box.is-form .form-body .fieldset {
	padding: 20px;
	/*max-width:480px;*/
	margin: 0 auto
}

.account-wrapper .account-box.is-form .form-body .fieldset .fieldset-heading {
	margin-bottom: 20px
}

.account-wrapper .account-box.is-form .form-body .fieldset .fieldset-heading h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1rem
}

.account-wrapper .account-box.is-form .form-body .fieldset .fieldset-heading p {
	font-size: .9rem
}

.account-wrapper .account-box.is-form .form-body .fieldset .h-avatar {
	position: relative;
	display: block;
	/*margin:0 auto*/
}

.account-wrapper .account-box.is-form .form-body .fieldset .h-avatar .edit-button {
	position: absolute;
	bottom: 0;
	right: 0
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-form {
	text-align: center
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-form .filepond-profile-wrap {
	margin: 0 auto 10px auto !important
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .icon-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	min-width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	color: #a2a5b9
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .icon-wrap.has-img {
	border-color: var(--primary-color)
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .icon-wrap.has-img img {
	width: 36px;
	min-width: 36px;
	height: 36px
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .icon-wrap i {
	font-size: 1.4rem
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item img {
	display: block;
	width: 50px;
	min-width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #e3e3e3
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .meta {
	/*margin-left:10px*/
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .meta>span {
	font-family: "Roboto", sans-serif;
	display: block
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .meta>span:first-child {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	font-size: .9rem
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .meta>span:nth-child(2),
.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .meta>span:nth-child(3) {
	font-size: .85rem;
	color: #a2a5b9
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .meta>span:nth-child(2) i,
.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .meta>span:nth-child(3) i {
	position: relative;
	top: -2px;
	font-size: 4px;
	margin: 0 6px
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .meta>span:nth-child(3) {
	color: var(--primary-color)
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .meta>span span {
	display: inline-block
}

.account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .end {
	margin-left: auto
}

body.is-dark .account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active {
	background: #37373b;
	border-color: #404046
}

body.is-dark .account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active i,
body.is-dark .account-wrapper .account-box.is-navigation .account-menu .account-menu-item.is-active span {
	color: #797bf2
}

body.is-dark .account-wrapper .account-box.is-navigation .account-menu .account-menu-item:not(.is-active):hover {
	background: #3b3b41
}

body.is-dark .account-wrapper .account-box.is-navigation .account-menu .account-menu-item span {
	color: #aaaab3
}

body.is-dark .account-wrapper .account-box.is-form .form-head,
body.is-dark .account-wrapper .account-box.is-form .form-foot {
	border-color: #404046
}

body.is-dark .account-wrapper .account-box.is-form .form-head.is-stuck {
	background: #232326;
	border-color: #323236
}

body.is-dark .account-wrapper .account-box.is-form .form-head .left h3 {
	color: #aaaab3
}

body.is-dark .account-wrapper .account-box.is-form .form-body .fieldset .fieldset-heading h4 {
	color: #aaaab3
}

body.is-dark .account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item>img,
body.is-dark .account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item>.icon-wrap,
body.is-dark .account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item>.icon-wrap img {
	border-color: #404046
}

body.is-dark .account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item>.icon-wrap {
	background: #28282b
}

body.is-dark .account-wrapper .account-box.is-form .form-body .fieldset .setting-list .setting-item .meta>span:nth-child(3) {
	color: #797bf2
}

.profile-wrapper .profile-body .settings-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 880px;
	margin: 0 auto
}

.profile-wrapper .profile-body .settings-section .settings-box {
	position: relative;
	width: calc(20% - 16px);
	background: #fff;
	text-align: center;
	padding: 16px;
	margin: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.profile-wrapper .profile-body .settings-section .settings-box:hover {
	border-color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.profile-wrapper .profile-body .settings-section .settings-box:hover .edit-icon {
	opacity: 1;
	pointer-events: all
}

.profile-wrapper .profile-body .settings-section .settings-box:hover .icon-wrap i {
	color: var(--primary-color)
}

.profile-wrapper .profile-body .settings-section .settings-box:hover h3 {
	color: var(--primary-color)
}

.profile-wrapper .profile-body .settings-section .settings-box.is-active .icon-wrap i {
	color: var(--primary-color)
}

.profile-wrapper .profile-body .settings-section .settings-box.is-active h3 {
	color: var(--primary-color)
}

.profile-wrapper .profile-body .settings-section .settings-box .edit-icon {
	position: absolute;
	top: 6px;
	left: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: #f5f5f5;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.profile-wrapper .profile-body .settings-section .settings-box .edit-icon i {
	font-size: .8rem
}

.profile-wrapper .profile-body .settings-section .settings-box .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 52px;
	width: 100%
}

.profile-wrapper .profile-body .settings-section .settings-box .icon-wrap i {
	font-size: 2.7rem;
	color: #c5c7d3;
	margin-bottom: 4px;
	-webkit-transition: color .3s;
	transition: color .3s
}

.profile-wrapper .profile-body .settings-section .settings-box .icon-wrap img {
	display: block;
	max-width: 90px
}

.profile-wrapper .profile-body .settings-section .settings-box span {
	display: block;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #a2a5b9;
	font-family: "Montserrat", sans-serif;
	font-size: .7rem;
	letter-spacing: 1px
}

.profile-wrapper .profile-body .settings-section .settings-box h3 {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	font-weight: 400;
	color: #a2a5b9;
	-webkit-transition: color .3s;
	transition: color .3s
}

body.is-dark .profile-wrapper .profile-body .settings-section .settings-box {
	background: #323236;
	border-color: #404046
}

body.is-dark .profile-wrapper .profile-body .settings-section .settings-box:hover {
	border-color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .settings-section .settings-box:hover h3 {
	color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .settings-section .settings-box:hover .icon-wrap i {
	color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .settings-section .settings-box.is-active h3 {
	color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .settings-section .settings-box.is-active .icon-wrap i {
	color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .settings-section .settings-box .edit-icon {
	background: #28282b
}

body.is-dark .profile-wrapper .profile-body .settings-section .settings-box .edit-icon i {
	color: #797bf2
}

body.is-dark .profile-wrapper .profile-body .settings-section .settings-box .icon-wrap i {
	color: #696e8c
}

body.is-dark .profile-wrapper .profile-body .settings-section .settings-box .icon-wrap i.is-solid {
	color: #797bf2
}

@media only screen and (max-width: 767px) {
	.profile-wrapper .profile-body .profile-card {
		padding: 20px
	}

	.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .experience-item,
	.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .languages-item,
	.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .experience-wrapper .recommendations-item,
	.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .experience-item,
	.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .languages-item,
	.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .languages-wrapper .recommendations-item,
	.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .experience-item,
	.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .languages-item,
	.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .recommendations-wrapper .recommendations-item {
		width: calc(100% - 16px)
	}

	.profile-wrapper .profile-body .profile-card .profile-card-section .section-content .skills-wrapper .skills-item .people .h-avatar:not(:last-child) {
		display: none !important
	}

	.profile-wrapper .profile-body .settings-section .settings-box {
		width: calc(50% - 16px)
	}

	.account-wrapper .account-box.is-form .form-head .left {
		display: none
	}

	.account-wrapper .account-box.is-form .form-head .right {
		-webkit-box-flex: 2;
		-ms-flex-positive: 2;
		flex-grow: 2
	}

	.account-wrapper .account-box.is-form .form-head .right .buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100% !important
	}

	.account-wrapper .account-box.is-form .form-head .right .buttons .button {
		width: calc(50% - 6px)
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.profile-wrapper .profile-body .settings-section .settings-box {
		width: calc(25% - 16px)
	}
}

/*! _pages-onboarding.scss | Huro | Css ninja 2020-2021 */
.standard-onboarding {
	padding: 20px 0
}

.standard-onboarding.is-webapp {
	margin-top: 20px
}

.standard-onboarding .title-wrap {
	text-align: center
}

.standard-onboarding .title-wrap h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #283252
}

.standard-onboarding .title-wrap p {
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-size: .85rem
}

.standard-onboarding .onboarding-wrap {
	padding: 30px 0
}

.standard-onboarding .onboarding-wrap .onboarding-wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 880px;
	margin: 0 auto
}

.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card {
	margin: 8px;
	width: calc(33.3% - 16px);
	text-align: center
}

.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card>img {
	display: block;
	width: 100%;
	max-width: 140px;
	margin: 0 auto
}

.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252;
	margin-bottom: 12px
}

.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card p {
	font-family: "Roboto", sans-serif;
	font-size: .95rem
}

.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .button-wrap {
	text-align: center;
	padding: 30px 0 20px 0
}

.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card .button-wrap .button {
	min-width: 140px
}

body.is-dark .standard-onboarding .title-wrap h2 {
	color: #aaaab3
}

body.is-dark .standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card h3 {
	color: #aaaab3
}

.onboarding-wrapper.is-webapp {
	margin-top: 40px
}

.onboarding-wrapper .title-wrap {
	text-align: center
}

.onboarding-wrapper .title-wrap h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #283252
}

.onboarding-wrapper .title-wrap p {
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-size: .85rem
}

.onboarding-wrapper.onboarding-v1 .onboarding-wrap {
	padding: 30px 0
}

.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 800px;
	margin: 0 auto
}

.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card {
	margin: 8px;
	width: calc(33.3% - 16px);
	text-align: center;
	padding: 0;
	overflow: hidden
}

.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card>img {
	display: block;
	width: 100%;
	margin: 0 auto
}

.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content {
	padding: 0 20px 30px 20px
}

.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252;
	margin-bottom: 12px
}

.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content p {
	font-family: "Roboto", sans-serif;
	font-size: .95rem
}

.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content .button-wrap {
	text-align: center;
	padding: 20px 0 0 0
}

.onboarding-wrapper.onboarding-v1 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content .button-wrap .button {
	min-width: 140px
}

.onboarding-wrapper.onboarding-v2 .onboarding-wrap,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap {
	padding: 30px 0
}

.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 760px;
	margin: 0 auto
}

.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card {
	margin: 8px;
	width: calc(33.3% - 16px);
	text-align: center;
	padding: 0;
	overflow: hidden
}

.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card>img,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card>img {
	display: block;
	width: 100%;
	margin: 0 auto
}

.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content {
	padding: 0 20px 30px 20px
}

.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content h3,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252;
	margin-bottom: 12px
}

.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content p,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content p {
	font-family: "Roboto", sans-serif;
	font-size: .95rem
}

.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content .button-wrap,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content .button-wrap {
	text-align: center;
	padding: 20px 0 0 0
}

.onboarding-wrapper.onboarding-v2 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content .button-wrap .button,
.onboarding-wrapper.onboarding-v4 .onboarding-wrap .onboarding-wrap-inner .onboarding-card .onboarding-content .button-wrap .button {
	min-width: 140px
}

@media only screen and (max-width: 767px) {
	.standard-onboarding {
		padding: 20px 0
	}

	.standard-onboarding .title-wrap h2 {
		max-width: 280px;
		margin: 0 auto
	}

	.standard-onboarding .onboarding-wrap .onboarding-wrap-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.standard-onboarding .onboarding-wrap .onboarding-wrap-inner .onboarding-card {
		width: calc(100% - 16px)
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.standard-onboarding {
		padding: 20px 0
	}

	.standard-onboarding .title-wrap h2 {
		max-width: 280px;
		margin: 0 auto
	}
}

/*! _search.scss | Huro | Css ninja 2020-2021 */
.search-results-wrapper.is-webapp {
	padding-top: 30px
}

.search-results-wrapper .search-results-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.search-results-wrapper .search-results-header .control {
	margin-right: 10px
}

.search-results-wrapper .search-results-header .search-info span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.search-results-wrapper .search-results-header .tabs-inner {
	margin-left: auto
}

.search-results-wrapper .search-results-header .tabs-inner .tabs {
	margin-bottom: 0;
	min-width: 280px
}

.search-results-wrapper .search-results-body .filter-box {
	margin-bottom: 16px
}

.search-results-wrapper .search-results-body .filter-box h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	margin-bottom: 10px
}

.search-results-wrapper .search-results-body .filter-box .field {
	margin-bottom: 0
}

.search-results-wrapper .search-results-body .filter-box .field .control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.search-results-wrapper .search-results-body .filter-box .field .control .checkbox {
	padding: .75em 0 .75em 0
}

.search-results-wrapper .search-results-body .filter-box .field .control .control-end {
	margin-left: auto
}

.search-results-wrapper .search-results-body .search-results-group {
	padding-left: 30px;
	margin-bottom: 20px
}

.search-results-wrapper .search-results-body .search-results-group .group-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #dedede;
	padding: 0 0 12px 0;
	margin-bottom: 12px
}

.search-results-wrapper .search-results-body .search-results-group .group-header .icon-wrap {
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 6px;
	background: #fff;
	border: 1px solid var(--primary-color);
	color: var(--primary-color)
}

.search-results-wrapper .search-results-body .search-results-group .group-header .icon-wrap svg {
	height: 14px;
	width: 14px
}

.search-results-wrapper .search-results-body .search-results-group .group-header h4 {
	font-family: "Montserrat", sans-serif;
	font-size: .8rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #a2a5b9
}

.search-results-wrapper .search-results-body .search-results-group .search-results-list {
	padding: 10px 0
}

.search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item {
	margin-bottom: 16px
}

.search-results-wrapper .search-results-body .search-results-group .search-results-list .search-results-item>img {
	display: block;
	height: 50px;
	width: 50px;
	min-width: 50px
}

body.is-dark .search-results-wrapper .search-results-body .search-results-group .group-header {
	border-color: #54545b
}

body.is-dark .search-results-wrapper .search-results-body .search-results-group .group-header .icon-wrap {
	background: #28282b;
	border-color: #797bf2;
	color: #797bf2
}

@media only screen and (max-width: 767px) {
	.search-results-wrapper .search-results-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.search-results-wrapper .search-results-header .control,
	.search-results-wrapper .search-results-header .tabs-inner {
		margin: 0
	}

	.search-results-wrapper .search-results-header .control {
		width: 100%;
		max-width: 280px;
		margin: 0 auto
	}

	.search-results-wrapper .search-results-header .search-info {
		padding: 10px 0
	}

	.search-results-wrapper .search-results-body .search-results-group {
		padding-left: 0
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.search-results-wrapper .search-results-body .search-results-group {
		padding-left: 0
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.search-results-wrapper .search-results-body .search-results-group {
		padding-left: 10px
	}
}

/*! _subpages.scss | Huro | Css ninja 2020-2021 */
.saas-billing-wrapper {
	max-width: 980px;
	margin: 0 auto
}

.saas-billing-wrapper .plans-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.saas-billing-wrapper .plans-wrapper .left {
	width: 50%
}

.saas-billing-wrapper .plans-wrapper .left .inner-wrap>h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #283252;
	margin-bottom: 10px
}

.saas-billing-wrapper .plans-wrapper .left .plans {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan {
	position: relative;
	width: calc(50% - 16px);
	max-width: calc(50% - 16px);
	margin: 8px
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 1
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan input:checked+.plan-inner {
	border-color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan input:checked+.plan-inner img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan input:checked+.plan-inner .checkmark {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner img {
	display: block;
	height: 32px;
	width: 32px;
	min-width: 32px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .6;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .meta {
	margin-left: 12px;
	line-height: 1.3
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .meta span {
	display: block;
	font-family: "Roboto", sans-serif
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .meta span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	font-weight: 600;
	color: #283252
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .meta span:nth-child(2) {
	color: #a2a5b9;
	font-size: .85rem
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .checkmark {
	margin-left: auto;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 32x;
	min-width: 32px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	color: #06d6a0
}

.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .checkmark svg {
	width: 16px;
	height: 16px;
	stroke-width: 3px
}

.saas-billing-wrapper .plans-wrapper .right {
	width: 45%;
	padding: 20px 0;
	margin-left: auto
}

.saas-billing-wrapper .plans-wrapper .right .plan-details>h3 {
	font-family: "Roboto", sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	color: #283252;
	margin-bottom: 10px
}

.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description .left {
	max-width: 200px
}

.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description .left img {
	display: block;
	height: 160px;
	width: 160px;
	min-width: 160px;
	margin: 0 auto
}

.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description .right {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description .right .plan-pricing {
	padding: 5px 0 10px 0;
	font-family: "Roboto", sans-serif;
	line-height: 1.3
}

.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description .right .plan-pricing span {
	display: block;
	font-size: .9rem;
	font-weight: 500;
	color: var(--primary-color);
	font-family: "Montserrat", sans-serif
}

.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description .right .plan-pricing span:first-child {
	color: #283252
}

.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description .right .plan-pricing span b {
	font-size: 2rem;
	font-family: "Roboto", sans-serif
}

.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description .right .plan-moto p {
	font-size: .9rem
}

.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-summary .plan-features ul {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	color: #283252
}

.saas-billing-wrapper .billing-options-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.saas-billing-wrapper .billing-options-wrapper .left {
	width: 50%
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block {
	margin-bottom: 20px
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block .block-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block .block-header h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block .block-header span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block .block-header a {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block .block-header a:hover {
	color: var(--primary-color)
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block .block-body.is-seats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block .block-body.is-seats .h-avatar {
	margin-right: 8px
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block .block-body.is-seats .add-seat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 40px;
	min-width: 40px;
	border-radius: 50%;
	border: 1.6px dashed #a2a5b9;
	color: #a2a5b9;
	outline: none;
	padding: 0;
	background: none;
	margin-left: 4px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block .block-body.is-seats .add-seat:hover {
	border: 1.6px solid var(--primary-color);
	color: var(--primary-color)
}

.saas-billing-wrapper .billing-options-wrapper .left .option-block .block-body.is-seats .add-seat svg {
	height: 16px;
	width: 16px
}

.saas-billing-wrapper .billing-options-wrapper .right {
	width: 45%;
	margin-left: auto
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form {
	padding: 20px 30px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e5e5e5
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-header h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-header span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	cursor: pointer
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-container {
	padding: 30px 0 20px 0;
	max-width: 330px;
	margin: 0 auto;
	color: #707070
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-container .column {
	padding: .25rem .75rem
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-container .field {
	margin-bottom: 0
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-container .field .control {
	position: relative
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-container .field .control .ccicon {
	height: 30px;
	position: absolute;
	right: -2px;
	top: 4px;
	width: 60px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-container .button-wrap {
	padding-top: 16px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-container .button-wrap .h-button {
	min-height: 50px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container {
	width: 100%;
	height: 170px;
	padding: 20px 0;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container.preload * {
	-webkit-transition: none !important;
	transition: none !important
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard {
	width: 100%;
	max-width: 260px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	margin: 0 auto;
	cursor: pointer
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard.flipped {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .front,
.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .back {
	position: absolute;
	width: 100%;
	max-width: 260px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	color: #47525d
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard svg#cardfront,
.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard svg#cardback {
	width: 100%;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border-radius: 18px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st2 {
	fill: #fff
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st3 {
	font-family: "Source Code Pro", monospace;
	font-weight: 600
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st4 {
	font-size: 54.7817px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st5 {
	font-family: "Source Code Pro", monospace;
	font-weight: 400
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st6 {
	font-size: 33.1112px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st7 {
	opacity: .6;
	fill: #fff
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st8 {
	font-size: 24px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st9 {
	font-size: 36.5498px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st10 {
	font-family: "Source Code Pro", monospace;
	font-weight: 300
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st11 {
	font-size: 16.1716px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardfront .st12 {
	fill: #4c4c4c
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st0 {
	fill: none;
	stroke: #0f0f0f;
	stroke-miterlimit: 10
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st2 {
	fill: #111
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st3 {
	fill: #f2f2f2
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st4 {
	fill: #d8d2db
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st5 {
	fill: #c4c4c4
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st6 {
	font-family: "Source Code Pro", monospace;
	font-weight: 400
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st7 {
	font-size: 27px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st8 {
	opacity: .6
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st9 {
	fill: #fff
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st10 {
	font-size: 24px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st11 {
	fill: #eaeaea
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st12 {
	font-family: "Rock Salt", cursive
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #cardback .st13 {
	font-size: 37.769px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #svgname {
	text-transform: uppercase
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #ccsingle {
	position: absolute;
	right: 15px;
	top: 20px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard #ccsingle svg {
	width: 100px;
	max-height: 60px
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .lightcolor,
.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .darkcolor {
	-webkit-transition: fill .5s;
	transition: fill .5s
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .lightblue {
	fill: #03a9f4
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .lightbluedark {
	fill: #0288d1
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .red {
	fill: #ef5350
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .reddark {
	fill: #d32f2f
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .purple {
	fill: #ab47bc
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .purpledark {
	fill: #7b1fa2
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .cyan {
	fill: #26c6da
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .cyandark {
	fill: #0097a7
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .green {
	fill: #66bb6a
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .greendark {
	fill: #388e3c
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .lime {
	fill: #d4e157
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .limedark {
	fill: #afb42b
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .yellow {
	fill: #ffeb3b
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .yellowdark {
	fill: #f9a825
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .orange {
	fill: #ff9800
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .orangedark {
	fill: #ef6c00
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .grey {
	fill: #bdbdbd
}

.saas-billing-wrapper .billing-options-wrapper .right .payment-form .card-container .creditcard .greydark {
	fill: #616161
}

body.is-dark .saas-billing-wrapper .plans-wrapper {
	border-color: #54545b
}

body.is-dark .saas-billing-wrapper .plans-wrapper .left .inner-wrap>h3 {
	color: #aaaab3
}

body.is-dark .saas-billing-wrapper .plans-wrapper .left .plans .plan input:checked+.plan-inner {
	border-color: #797bf2 !important
}

body.is-dark .saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .meta span:first-child {
	color: #aaaab3
}

body.is-dark .saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .checkmark {
	background: #28282b;
	border-color: #404046
}

body.is-dark .saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description .right .plan-pricing span:first-child {
	color: #aaaab3
}

body.is-dark .saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-description .right .plan-pricing span:nth-child(2) {
	color: #797bf2
}

body.is-dark .saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-summary .plan-features ul {
	color: #aaaab3
}

body.is-dark .saas-billing-wrapper .billing-options-wrapper .left .option-block .block-header h3 {
	color: #aaaab3
}

body.is-dark .saas-billing-wrapper .billing-options-wrapper .left .option-block .block-header a:hover {
	color: #797bf2
}

body.is-dark .saas-billing-wrapper .billing-options-wrapper .left .option-block .block-body.is-seats .add-seat:hover {
	border-color: #797bf2;
	color: #797bf2
}

body.is-dark .saas-billing-wrapper .billing-options-wrapper .right .payment-form {
	background: #323236;
	border-color: #404046
}

body.is-dark .saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-header h3 {
	color: #aaaab3
}

body.is-dark .saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-header span:hover,
body.is-dark .saas-billing-wrapper .billing-options-wrapper .right .payment-form .form-header a:hover {
	color: #797bf2
}

@media only screen and (max-width: 767px) {
	.saas-billing-wrapper .plans-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.saas-billing-wrapper .plans-wrapper .left,
	.saas-billing-wrapper .plans-wrapper .right {
		width: 100%;
		max-width: 100%
	}

	.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .checkmark {
		position: absolute;
		top: 10px;
		right: 10px
	}

	.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-summary .plan-features .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.saas-billing-wrapper .billing-options-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.saas-billing-wrapper .billing-options-wrapper .left,
	.saas-billing-wrapper .billing-options-wrapper .right {
		width: 100%;
		max-width: 100%
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.saas-billing-wrapper {
		max-width: 490px
	}

	.saas-billing-wrapper .plans-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.saas-billing-wrapper .plans-wrapper .left,
	.saas-billing-wrapper .plans-wrapper .right {
		width: 100%;
		max-width: 100%
	}

	.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .checkmark {
		position: absolute;
		top: 10px;
		right: 10px
	}

	.saas-billing-wrapper .plans-wrapper .right .plan-details .plan-details-inner .plan-summary .plan-features .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.saas-billing-wrapper .billing-options-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.saas-billing-wrapper .billing-options-wrapper .left,
	.saas-billing-wrapper .billing-options-wrapper .right {
		width: 100%;
		max-width: 100%
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.saas-billing-wrapper .plans-wrapper .left .plans .plan .plan-inner .checkmark {
		position: absolute;
		top: 10px;
		right: 10px
	}
}

.action-page-wrapper.action-page-v1,
.action-page-wrapper.action-page-v2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 540px;
	min-height: 560px;
	margin: 0 auto
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box {
	padding: 40px
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content {
	text-align: center;
	font-family: "Roboto", sans-serif
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .h-avatar,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content .h-avatar {
	display: block;
	margin: 0 auto 8px auto
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content h3,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	max-width: 320px;
	margin: 0 auto 16px auto
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content h3 span,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content h3 span {
	color: var(--primary-color)
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .sender-message,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content .sender-message {
	text-align: left;
	padding: 20px;
	border: 1px solid #e5e5e5;
	max-width: 360px;
	margin: 0 auto;
	border-radius: 6px;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .sender-message h4,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content .sender-message h4 {
	font-family: "Montserrat", sans-serif;
	font-size: .7rem;
	font-weight: 500;
	color: #283252;
	text-transform: uppercase;
	margin-bottom: 6px
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .sender-message p,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content .sender-message p {
	font-size: .9rem
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .people-wrap .people,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content .people-wrap .people {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 0 8px 0
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .people-wrap .people .h-avatar,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content .people-wrap .people .h-avatar {
	margin: 0 4px
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .people-wrap .people-text p,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content .people-wrap .people-text p {
	font-size: .9rem
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .buttons,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content .buttons {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px
}

.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .buttons .button,
.action-page-wrapper.action-page-v2 .wrapper-inner .action-box .box-content .buttons .button {
	margin: 0 4px;
	min-width: 150px
}

.action-page-wrapper.action-page-v2 {
	max-width: 840px
}

.action-page-wrapper.action-page-v2 .wrapper-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0
}

.action-page-wrapper.action-page-v2 .wrapper-outer .wrapper-inner .action-box {
	border: none;
	background: none;
	border-radius: 0;
	border-right: 1px solid #e5e5e5
}

.action-page-wrapper.action-page-v2 .wrapper-outer .side-wrapper {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding: 40px
}

.action-page-wrapper.action-page-v2 .wrapper-outer .side-wrapper .side-inner .side-title {
	font-family: "Roboto", sans-serif;
	margin-bottom: 16px
}

.action-page-wrapper.action-page-v2 .wrapper-outer .side-wrapper .side-inner .side-title h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.action-page-wrapper.action-page-v2 .wrapper-outer .side-wrapper .side-inner .side-title p {
	font-size: .9rem
}

.action-page-wrapper.action-page-v2 .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 32x;
	min-width: 32px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	color: var(--primary-color)
}

.action-page-wrapper.action-page-v2 .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .icon-wrap svg {
	width: 16px;
	height: 16px;
	stroke-width: 3px
}

.action-page-wrapper.action-page-v2 .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .flex-meta span {
	font-weight: 400;
	font-size: .9rem
}

.action-page-wrapper.action-page-v2 .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .flex-meta p {
	font-size: .9rem;
	max-width: 240px
}

@media only screen and (max-width: 767px) {
	.action-page-wrapper.action-page-v1 .wrapper-inner .action-box {
		padding: 20px
	}

	.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .buttons .button {
		min-width: 130px
	}

	.action-page-wrapper.action-page-v2 .wrapper-outer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.action-page-wrapper.action-page-v2 .wrapper-outer .wrapper-inner .action-box {
		padding: 20px 20px 40px 20px;
		border-right: none;
		border-bottom: 1px solid #e5e5e5
	}

	.action-page-wrapper.action-page-v2 .wrapper-outer .wrapper-inner .action-box .box-content .buttons .button {
		min-width: 130px
	}

	.action-page-wrapper.action-page-v2 .wrapper-outer .side-wrapper {
		padding: 40px 20px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.action-page-wrapper.action-page-v1 .wrapper-inner .action-box .box-content .buttons .button {
		min-width: 130px
	}

	.action-page-wrapper.action-page-v2 .wrapper-outer .wrapper-inner .action-box {
		padding: 30px
	}

	.action-page-wrapper.action-page-v2 .wrapper-outer .wrapper-inner .action-box .box-content .buttons .button {
		min-width: 130px
	}

	.action-page-wrapper.action-page-v2 .wrapper-outer .side-wrapper {
		padding: 30px
	}
}

/*! _forms.scss | Huro | Css ninja 2020-2021 */
.form-layout {
	/* max-width: 740px; */
	margin: 0 auto
}

.form-layout.is-webapp {
	margin-top: 30px
}

.form-layout.is-split {
	max-width: 840px
}

.form-layout.is-split .form-outer .form-body {
	padding: 0
}

.form-layout.is-split .form-outer .form-body .form-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px
}

.form-layout.is-split .form-outer .form-body .form-section.is-grey {
	background: #fafafa
}

.form-layout.is-split .form-outer .form-body .form-section .left,
.form-layout.is-split .form-outer .form-body .form-section .right {
	padding: 20px 40px;
	width: 50%
}

.form-layout.is-split .form-outer .form-body .form-section .left h3,
.form-layout.is-split .form-outer .form-body .form-section .right h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .95rem;
	color: #283252;
	margin-bottom: 20px
}

.form-layout.is-split .form-outer .form-body .form-section .left {
	position: relative;
	border-right: 1px solid #e5e5e5
}

.form-layout.is-split .form-outer .form-body .form-section .left .operator {
	position: absolute;
	top: 17px;
	right: -10px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #283252;
	background: #fff;
	padding: 4px 0
}

.form-layout.is-split .form-outer .form-body .form-section .radio-pills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-layout.is-split .form-outer .form-body .form-section .radio-pills .radio-pill {
	position: relative
}

.form-layout.is-split .form-outer .form-body .form-section .radio-pills .radio-pill input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer
}

.form-layout.is-split .form-outer .form-body .form-section .radio-pills .radio-pill input:checked+.radio-pill-inner {
	background: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	color: #fff
}

.form-layout.is-split .form-outer .form-body .form-section .radio-pills .radio-pill .radio-pill-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 40px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: .9rem;
	-webkit-transition: all .3s;
	transition: all .3s
}

.form-layout.is-separate {
	max-width: 1040px
}

.form-layout.is-separate .form-outer {
	background: none;
	border: none
}

.form-layout.is-separate .form-outer .form-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.form-layout.is-separate .form-outer .form-body .form-section {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding: 10px;
	width: 50%
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner {
	padding: 40px
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner.has-padding-bottom {
	padding-bottom: 60px;
	height: 100%
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner>h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #283252;
	margin-bottom: 30px
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .columns .column {
	padding-top: .25rem;
	padding-bottom: .25rem
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -8px;
	margin-right: -8px
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box {
	position: relative;
	width: calc(50% - 16px);
	margin: 8px
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box input:checked+.radio-box-inner {
	background: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box input:checked+.radio-box-inner .fee,
.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box input:checked+.radio-box-inner p {
	color: #fcfcfc
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box .radio-box-inner {
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	border-radius: 4px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: .9rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 30px 20px
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box .radio-box-inner .fee {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #283252;
	font-size: 2.4rem;
	line-height: 1
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box .radio-box-inner .fee span:after {
	content: "$";
	position: relative;
	top: -10px;
	font-size: 1.5rem
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box .radio-box-inner p {
	font-family: "Montserrat", sans-serif
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .control>p {
	padding-top: 12px
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .control>p>span {
	display: block;
	font-size: .9rem
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .control>p>span span {
	font-weight: 500;
	color: #283252
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-outer .checkboxes {
	padding: 16px 0
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-outer .checkboxes .checkbox {
	padding: 0;
	font-size: .9rem
}

.form-layout.is-separate .form-outer .form-body .form-section .form-section-outer .button-wrap .button {
	min-height: 60px;
	font-size: 1.05rem;
	font-weight: 600;
	font-family: "Montserrat", sans-serif
}

.form-layout.is-stacked .form-outer .form-body {
	padding: 0
}

.form-layout.is-stacked .form-outer .form-body .form-section {
	padding: 40px;
	border-bottom: 1px solid #e3e3e3
}

.form-layout.is-stacked .form-outer .form-body .form-section.is-grey {
	background: #fafafa
}

.form-layout.is-stacked .form-outer .form-body .form-section .form-section-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 30px
}

.form-layout.is-stacked .form-outer .form-body .form-section .form-section-header .left h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.form-layout.is-stacked .form-outer .form-body .form-section .form-section-inner.is-horizontal {
	max-width: 540px
}

.form-layout.is-stacked .form-outer .form-body .form-section .form-section-inner .field.is-horizontal .field-label {
	padding-top: .75em
}

.form-layout.is-stacked .form-outer .form-body .form-section .columns .column {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.form-layout.is-stacked .form-outer .form-body .form-section .field .control .checkbox {
	padding: 0;
	padding-right: 10px;
	font-size: .9rem
}

.form-layout.is-stacked .form-outer .form-body .form-section .participants {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px
}

.form-layout.is-stacked .form-outer .form-body .form-section .participants .h-avatar {
	margin-right: 8px
}

.form-layout.is-stacked .form-outer .form-body .form-section .participants .add-participant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 40px;
	min-width: 40px;
	border-radius: 50%;
	border: 1.6px dashed #a2a5b9;
	color: #a2a5b9;
	outline: none;
	padding: 0;
	background: none;
	margin-left: 4px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.form-layout.is-stacked .form-outer .form-body .form-section .participants .add-participant:hover {
	border: 1.6px solid var(--primary-color);
	color: var(--primary-color)
}

.form-layout.is-stacked .form-outer .form-body .form-section .participants .add-participant svg {
	height: 16px;
	width: 16px
}

.form-layout.is-stacked .form-outer .form-body .form-section .color-codes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px
}

.form-layout.is-stacked .form-outer .form-body .form-section .color-codes .color-code {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
	border: 3px solid #a2a5b9;
	cursor: pointer;
	opacity: .6;
	-webkit-transition: all .3s;
	transition: all .3s
}

.form-layout.is-stacked .form-outer .form-body .form-section .color-codes .color-code:hover {
	opacity: 1
}

.form-layout.is-stacked .form-outer .form-body .form-section .color-codes .color-code.is-primary {
	border-color: var(--primary-color)
}

.form-layout.is-stacked .form-outer .form-body .form-section .color-codes .color-code.is-secondary {
	border-color: #ff227d
}

.form-layout.is-stacked .form-outer .form-body .form-section .color-codes .color-code.is-info {
	border-color: #039be5
}

.form-layout.is-stacked .form-outer .form-body .form-section .color-codes .color-code.is-success {
	border-color: #06d6a0
}

.form-layout.is-stacked .form-outer .form-body .form-section .color-codes .color-code.is-purple {
	border-color: #8269b2
}

.form-layout.is-stacked .form-outer .form-body .form-section .add-link {
	display: inline-block;
	padding: 4px 0;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: .9rem;
	color: var(--primary-color)
}

.form-layout .form-outer {
	padding: 0
}

.form-layout .form-outer .form-header {
	padding: 12px 20px;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.form-layout .form-outer .form-header.is-stuck {
	background: #fff;
	padding-right: 80px;
	border-left: 1px solid #e5e5e5
}

.form-layout .form-outer .form-header .form-header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-layout .form-outer .form-header .left h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.3
}

.form-layout .form-outer .form-header .left p {
	font-size: .95rem
}

.form-layout .form-outer .form-body {
	padding: 20px 40px 40px 40px
}

body.is-dark .form-layout.is-split .form-outer .form-body .form-section.is-grey {
	background: #2d2d31 !important
}

body.is-dark .form-layout.is-split .form-outer .form-body .form-section h3 {
	color: #aaaab3
}

body.is-dark .form-layout.is-split .form-outer .form-body .form-section .left {
	border-color: #404046 !important
}

body.is-dark .form-layout.is-split .form-outer .form-body .form-section .left .operator {
	background: #323236 !important;
	color: #aaaab3
}

body.is-dark .form-layout.is-split .form-outer .form-body .form-section .left .radio-pills .radio-pill input:checked+.radio-pill-inner {
	border-color: #797bf2;
	background: #797bf2;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	color: #fcfcfc
}

body.is-dark .form-layout.is-split .form-outer .form-body .form-section .left .radio-pills .radio-pill .radio-pill-inner {
	background: #28282b;
	border-color: #404046;
	color: #aaaab3
}

body.is-dark .form-layout.is-separate .form-outer {
	background: none !important
}

body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .form-section-inner>h3 {
	color: #aaaab3
}

body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box input:checked+.radio-box-inner {
	background: #797bf2;
	border-color: #797bf2;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box input:checked+.radio-box-inner .fee,
body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box input:checked+.radio-box-inner p {
	color: #fcfcfc
}

body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box .radio-box-inner {
	background: #28282b;
	border-color: #404046
}

body.is-dark .form-layout.is-separate .form-outer .form-body .form-section .form-section-inner .radio-boxes .radio-box .radio-box-inner .fee {
	color: #aaaab3
}

body.is-dark .form-layout.is-stacked .form-outer .form-body .form-section {
	border-color: #404046
}

body.is-dark .form-layout.is-stacked .form-outer .form-body .form-section.is-grey {
	background: #2d2d31
}

body.is-dark .form-layout.is-stacked .form-outer .form-body .form-section .form-section-header {
	border-color: #404046
}

body.is-dark .form-layout.is-stacked .form-outer .form-body .form-section .form-section-header .left h3 {
	color: #aaaab3
}

body.is-dark .form-layout.is-stacked .form-outer .form-body .form-section .form-section-inner .add-link {
	color: #797bf2
}

body.is-dark .form-layout.is-stacked .form-outer .form-body .form-section .form-section-inner .color-codes .color-code {
	background: #323236
}

body.is-dark .form-layout.is-stacked .form-outer .form-body .form-section .form-section-inner .color-codes .color-code.is-primary {
	border-color: #797bf2
}

body.is-dark .form-layout.is-stacked .form-outer .form-body .form-section .form-section-inner .participants .add-participant:hover {
	border: 1.6px solid #797bf2;
	color: #797bf2
}

body.is-dark .form-layout .form-outer .form-header {
	border-color: #404046
}

body.is-dark .form-layout .form-outer .form-header.is-stuck {
	background: #232326;
	border-color: #323236
}

body.is-dark .form-layout .form-outer .form-header .left h3 {
	color: #aaaab3
}

body.is-dark .form-layout .form-outer .form-body .field .control .input:focus,
body.is-dark .form-layout .form-outer .form-body .field .control .textarea:focus {
	border-color: #797bf2
}

@media only screen and (max-width: 767px) {
	.form-layout.is-split .form-outer .form-body .form-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-right: 0;
		padding-left: 0
	}

	.form-layout.is-split .form-outer .form-body .form-section .left,
	.form-layout.is-split .form-outer .form-body .form-section .right {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px
	}

	.form-layout.is-split .form-outer .form-body .form-section .left {
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 40px
	}

	.form-layout.is-split .form-outer .form-body .form-section .left .operator {
		top: unset;
		bottom: -14px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		max-width: 60px
	}

	.form-layout.is-split .form-outer .form-body .form-section .right {
		padding-top: 30px
	}

	.form-layout.is-separate .form-outer .form-body {
		padding-left: 0;
		padding-right: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.form-layout.is-separate .form-outer .form-body .form-section {
		width: 100%
	}

	.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner {
		padding: 30px
	}

	.form-layout.is-stacked .form-outer .form-body .is-vhidden {
		display: none !important
	}

	.form-layout .form-outer .form-header .form-header-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.form-layout .form-outer .form-header .form-header-inner .left {
		text-align: center;
		margin-bottom: 12px
	}

	.form-layout .form-outer .form-header .form-header-inner .right {
		width: 100%
	}

	.form-layout .form-outer .form-header .form-header-inner .right .buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0
	}

	.form-layout .form-outer .form-header .form-header-inner .right .buttons .button {
		margin: 0;
		width: 49%
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.form-layout.is-split .form-outer .form-body .form-section {
		padding-right: 0;
		padding-left: 0
	}

	.form-layout.is-separate .form-outer .form-body {
		padding-left: 0;
		padding-right: 0
	}

	.form-layout.is-separate .form-outer .form-body .form-section .form-section-inner {
		padding: 30px
	}
}

.is-webapp .stepper-form {
	max-width: 880px;
	margin: 0 auto
}

.stepper-form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 3rem;
	margin-bottom: 5rem
}

.stepper-form .form-sections {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	max-width: 640px;
	padding-right: 4rem
}

.stepper-form .form-sections .form-section {
	display: none
}

.stepper-form .form-sections .form-section.is-active {
	display: block
}

.stepper-form .form-sections .form-section+.form-section {
	margin-top: 4rem
}

.stepper-form .form-sections .form-section .form-section-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252;
	margin-bottom: 1rem
}

.stepper-form .form-sections .form-section .form-section-title button {
	position: relative;
	top: 4px;
	padding: 0;
	height: 18px;
	width: 18px;
	border: none;
	background: none;
	cursor: pointer;
	margin-left: .25rem;
	outline: none
}

.stepper-form .form-sections .form-section .form-section-title button svg {
	height: 18px;
	width: 18px;
	pointer-events: none
}

.stepper-form .form-sections .form-section .fieldset {
	padding: .75rem;
	border-radius: .5rem;
	border: 1px solid #dbdbdb;
	background: #ebedf5
}

.stepper-form .form-sections .form-section .fieldset .fieldset-separator {
	margin: 1.5rem 0;
	border-top: 1px solid #dbdbdb
}

.stepper-form .form-sections .form-section .field>label {
	margin-bottom: .25rem;
	display: inline-block
}

.stepper-form .form-sections .form-section .field>.buttons {
	padding: 2rem 0
}

.stepper-form .form-sections .form-section .flex-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.stepper-form .form-sections .form-section .flex-label h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #283252
}

.stepper-form .form-sections .form-section .subcontrol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-width: 175px;
	padding-right: 1rem
}

.stepper-form .form-sections .form-section .subcontrol .checkbox {
	padding: 0
}

.stepper-form .form-sections .form-section .switch-segment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.stepper-form .form-sections .form-section .switch-segment>span {
	font-family: "Roboto", sans-serif;
	font-size: .9rem
}

.stepper-form .form-sections .form-section .switch-segment>span:first-child {
	color: #283252
}

.stepper-form .form-sections .form-section .switch-segment>span:nth-child(3) {
	color: #a2a5b9
}

.stepper-form .form-sections .form-section .switch-segment .form-switch {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	margin: 0 .25rem
}

.stepper-form .form-sections .form-section .input-button {
	height: 44px;
	width: 100%;
	border: 2px dashed #dbdbdb;
	border-radius: .65rem;
	background: #ebedf5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: calc(0.75em - 1px);
	padding-right: calc(0.75em - 1px);
	padding-top: 0;
	padding-bottom: 0;
	color: #283252;
	cursor: pointer;
	-webkit-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s;
	transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s;
	transition: color .3s, background-color .3s, border .3s, box-shadow .3s;
	transition: color .3s, background-color .3s, border .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.stepper-form .form-sections .form-section .input-button:hover {
	background: #fff;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.stepper-form .form-sections .form-section .input-button svg {
	height: 18px;
	width: 16px
}

.stepper-form .form-sections .form-section .input-button span {
	font-family: "Roboto", sans-serif;
	margin-left: .75rem
}

.stepper-form .form-sections .form-section .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.5rem;
	margin-right: -0.5rem
}

.stepper-form .form-sections .form-section .options .option {
	position: relative;
	width: calc(33.3% - 1rem);
	margin: .5rem
}

.stepper-form .form-sections .form-section .options .option input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	cursor: pointer
}

.stepper-form .form-sections .form-section .options .option input:checked~.indicator {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.stepper-form .form-sections .form-section .options .option input:checked~.option-inner {
	border-color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.stepper-form .form-sections .form-section .options .option input:checked~.option-inner i {
	color: var(--primary-color)
}

.stepper-form .form-sections .form-section .options .option .indicator {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 20px;
	width: 20px;
	color: #fff;
	background: var(--primary-color);
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.stepper-form .form-sections .form-section .options .option .indicator svg {
	height: 14px;
	width: 14px;
	stroke-width: 3px
}

.stepper-form .form-sections .form-section .options .option .option-inner {
	padding: 1.5rem;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: .5rem;
	-webkit-transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, box-shadow .3s;
	transition: border .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.stepper-form .form-sections .form-section .options .option .option-inner h4 {
	color: #283252;
	font-weight: 600;
	font-family: "Montserrat", sans-serif
}

.stepper-form .form-sections .form-section .options .option .option-inner p {
	font-size: .9rem
}

.stepper-form .form-sections .form-section .options .option .option-inner i {
	font-size: 2.25rem;
	color: #a2a5b9;
	margin-bottom: .25rem
}

.stepper-form .form-sections .form-section .validation-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2rem;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: .5rem;
	-webkit-transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, box-shadow .3s;
	transition: border .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.stepper-form .form-sections .form-section .validation-box .box-content h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: .75rem
}

.stepper-form .form-sections .form-section .validation-box .box-content p {
	font-size: 1rem
}

.stepper-form .form-sections .form-section .validation-box .box-illustration {
	position: relative;
	height: 100px;
	min-width: 40%
}

.stepper-form .form-sections .form-section .validation-box .box-illustration img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 180px
}

.stepper-form .form-sections .form-section .form-section-output {
	margin-top: 1.5rem
}

.stepper-form .form-sections .form-section .form-section-output .output {
	height: 52px;
	width: 100%;
	border: 1px solid #dbdbdb;
	border-radius: .65rem;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: calc(1em - 1px);
	padding-right: calc(1em - 1px);
	padding-top: 0;
	padding-bottom: 0;
	color: #283252;
	cursor: pointer;
	-webkit-transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s;
	transition: color .3s, background-color .3s, border .3s, -webkit-box-shadow .3s;
	transition: color .3s, background-color .3s, border .3s, box-shadow .3s;
	transition: color .3s, background-color .3s, border .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.stepper-form .form-sections .form-section .form-section-output .output:not(:last-child) {
	margin-bottom: 1rem
}

.stepper-form .form-sections .form-section .form-section-output .output>svg {
	height: 18px;
	width: 18px;
	margin-right: .75rem;
	stroke: #a2a5b9
}

.stepper-form .form-sections .form-section .form-section-output .output>span {
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #283252
}

.stepper-form .form-sections .form-section .form-section-output .output .action {
	margin-left: auto
}

.stepper-form .form-sections .form-section .form-section-output .output .action button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
	width: 38px;
	min-width: 38px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	border-radius: .5rem;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.stepper-form .form-sections .form-section .form-section-output .output .action button:hover {
	background: #f2f3f8
}

.stepper-form .form-sections .form-section .form-section-output .output .action button svg {
	height: 18px;
	width: 18px;
	stroke-width: 1.5px
}

.stepper-form .form-sections .navigation-buttons {
	padding: 2rem 0
}

.stepper-form .form-sections .navigation-buttons .button {
	min-height: 52px;
	min-width: 160px
}

.stepper-form .form-stepper {
	position: sticky;
	top: -30px;
	padding-top: 50px
}

.stepper-form .form-stepper .form-help {
	position: relative;
	max-width: 300px;
	padding: 1.75rem;
	border: 1px solid #dbdbdb;
	border-radius: .65rem;
	background: #fff
}

.stepper-form .form-stepper .form-help .form-help-inner {
	display: none
}

.stepper-form .form-stepper .form-help .form-help-inner.is-active {
	display: block
}

.stepper-form .form-stepper .form-help h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem
}

.stepper-form .form-stepper .form-help button {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 0;
	height: 18px;
	width: 18px;
	border: none;
	background: none;
	cursor: pointer;
	margin-left: .25rem;
	outline: none
}

.stepper-form .form-stepper .form-help button svg {
	height: 18px;
	width: 18px;
	pointer-events: none
}

.stepper-form .form-stepper .form-help .list-wrap {
	padding: .75rem 0
}

.stepper-form .form-stepper .form-help .list-wrap li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .15rem
}

.stepper-form .form-stepper .form-help .list-wrap li span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	font-weight: 300
}

.stepper-form .form-stepper .form-help .list-wrap li svg {
	height: 14px;
	width: 14px;
	stroke-width: 3px;
	margin-right: .45rem;
	stroke: var(--primary-color)
}

.stepper-form .form-stepper .step-number {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: .75rem !important
}

.stepper-form .form-stepper .steps-segment.is-active .step-info {
	color: #283252;
	font-weight: 600
}

.mobile-steps {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 60px;
	left: 0;
	height: 65px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
	z-index: 25;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.mobile-steps.is-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.mobile-steps .steps {
	position: relative;
	top: 10px
}

.mobile-steps .steps-segment.is-active .steps-content {
	opacity: 1 !important
}

.mobile-steps .steps-segment .steps-content {
	opacity: 0 !important
}

body.is-dark .stepper-form .form-sections .form-section .form-section-title span {
	color: #aaaab3
}

body.is-dark .stepper-form .form-sections .form-section .form-section-title svg {
	stroke: #aaaab3
}

body.is-dark .stepper-form .form-sections .form-section .input-button {
	background-color: #28282b !important;
	border-color: #404046 !important;
	color: #aaaab3
}

body.is-dark .stepper-form .form-sections .form-section .input-button:hover {
	color: #797bf2;
	border: 2px solid #797bf2 !important
}

body.is-dark .stepper-form .form-sections .form-section .fieldset {
	background: #1e1e21;
	border-color: #404046
}

body.is-dark .stepper-form .form-sections .form-section .fieldset-separator {
	border-color: #404046
}

body.is-dark .stepper-form .form-sections .form-section .flex-label h4 {
	color: #aaaab3
}

body.is-dark .stepper-form .form-sections .form-section .switch-segment span:first-child {
	color: #aaaab3
}

body.is-dark .stepper-form .form-sections .form-section .options .option .indicator {
	background: #797bf2
}

body.is-dark .stepper-form .form-sections .form-section .options .option input:checked~.indicator {
	-webkit-transform: scale(1);
	transform: scale(1)
}

body.is-dark .stepper-form .form-sections .form-section .options .option input:checked~.option-inner {
	border-color: #797bf2 !important
}

body.is-dark .stepper-form .form-sections .form-section .options .option input:checked~.option-inner i {
	color: #797bf2
}

body.is-dark .stepper-form .form-sections .form-section .options .option .option-inner {
	background-color: #28282b !important;
	border-color: #404046 !important
}

body.is-dark .stepper-form .form-sections .form-section .options .option .option-inner h4 {
	color: #aaaab3
}

body.is-dark .stepper-form .form-sections .form-section .validation-box {
	background-color: #28282b !important;
	border-color: #404046 !important
}

body.is-dark .stepper-form .form-sections .form-section .validation-box .box-content h3 {
	color: #aaaab3
}

body.is-dark .stepper-form .form-sections .form-section .form-section-output .output {
	background-color: #28282b !important;
	border-color: #404046 !important;
	color: #aaaab3
}

body.is-dark .stepper-form .form-sections .form-section .form-section-output .output>span {
	color: #aaaab3
}

body.is-dark .stepper-form .form-sections .form-section .form-section-output .output .action button:hover {
	background: #2f2f33
}

body.is-dark .stepper-form .form-sections .form-section .form-section-output .output .action button svg {
	stroke: #a2a5b9
}

body.is-dark .stepper-form .form-stepper .steps:not(.is-hollow) .steps-marker:not(.is-hollow) {
	background-color: #797bf2
}

body.is-dark .stepper-form .form-stepper .steps .steps-segment.is-active~.steps-segment::after {
	background: #171719
}

body.is-dark .stepper-form .form-stepper .steps .steps-segment.is-active~.steps-segment .steps-marker:not(.is-hollow) {
	background: #171719
}

body.is-dark .stepper-form .form-stepper .steps .steps-segment.is-active::after {
	background: #171719
}

body.is-dark .stepper-form .form-stepper .steps .steps-segment.is-active .steps-content .step-info {
	color: #aaaab3
}

body.is-dark .stepper-form .form-stepper .steps .steps-segment::after {
	background-color: #797bf2
}

@media(max-width: 767px) {
	.mobile-steps {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.stepper-form {
		padding-top: 0
	}

	.stepper-form .form-sections {
		padding-right: 0;
		overflow: hidden
	}

	.stepper-form .form-sections .form-section .form-section-title button {
		display: none
	}

	.stepper-form .form-sections .form-section .subcontrol {
		min-width: 138px
	}

	.stepper-form .form-sections .form-section .options .option {
		width: calc(50% - 1rem)
	}

	.stepper-form .form-sections .form-section .validation-box .box-illustration {
		min-width: 30%
	}

	.stepper-form .form-sections .form-section .validation-box .box-illustration img {
		right: -34px;
		bottom: -28px
	}

	.stepper-form .form-stepper {
		display: none
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.stepper-form {
		padding-top: 0
	}

	.stepper-form .form-sections {
		max-width: 500px
	}

	.stepper-form .form-stepper {
		top: 40px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.stepper-form {
		padding-top: 0
	}

	.stepper-form .form-stepper .form-help {
		right: 2rem
	}
}

/*! _utility.scss | Huro | Css ninja 2020-2021 */
.confirm-account-wrapper,
.promotion-page-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 540px;
	min-height: 560px;
	margin: 0 auto
}

.confirm-account-wrapper .wrapper-inner .action-box,
.promotion-page-wrapper .wrapper-inner .action-box {
	padding: 40px
}

.confirm-account-wrapper .wrapper-inner .action-box .box-content,
.promotion-page-wrapper .wrapper-inner .action-box .box-content {
	text-align: center;
	font-family: "Roboto", sans-serif
}

.confirm-account-wrapper .wrapper-inner .action-box .box-content img,
.promotion-page-wrapper .wrapper-inner .action-box .box-content img {
	display: block;
	width: 100%;
	max-width: 220px;
	margin: 0 auto 8px auto
}

.confirm-account-wrapper .wrapper-inner .action-box .box-content img.is-larger,
.promotion-page-wrapper .wrapper-inner .action-box .box-content img.is-larger {
	max-width: 300px
}

.confirm-account-wrapper .wrapper-inner .action-box .box-content h3,
.promotion-page-wrapper .wrapper-inner .action-box .box-content h3 {
	font-size: 1.1rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	max-width: 320px;
	margin: 0 auto 8px auto
}

.confirm-account-wrapper .wrapper-inner .action-box .box-content h3 span,
.promotion-page-wrapper .wrapper-inner .action-box .box-content h3 span {
	color: var(--primary-color)
}

.confirm-account-wrapper .wrapper-inner .action-box .box-content p,
.promotion-page-wrapper .wrapper-inner .action-box .box-content p {
	font-size: .9rem
}

.confirm-account-wrapper .wrapper-inner .action-box .box-content .buttons,
.promotion-page-wrapper .wrapper-inner .action-box .box-content .buttons {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px
}

.confirm-account-wrapper .wrapper-inner .action-box .box-content .buttons .button,
.promotion-page-wrapper .wrapper-inner .action-box .box-content .buttons .button {
	margin: 0 4px;
	min-width: 180px
}

.promotion-page-wrapper {
	max-width: 840px
}

.promotion-page-wrapper .wrapper-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0
}

.promotion-page-wrapper .wrapper-outer .wrapper-inner .action-box {
	border: none;
	background: none;
	border-radius: 0;
	border-right: 1px solid #e5e5e5
}

.promotion-page-wrapper .wrapper-outer .wrapper-inner .action-box .price {
	text-align: center;
	padding-top: 8px
}

.promotion-page-wrapper .wrapper-outer .wrapper-inner .action-box .price span {
	display: block;
	font-family: "Roboto", sans-serif
}

.promotion-page-wrapper .wrapper-outer .wrapper-inner .action-box .price span:first-child {
	font-size: 2.8rem;
	font-weight: 600;
	color: #283252;
	line-height: 1
}

.promotion-page-wrapper .wrapper-outer .wrapper-inner .action-box .price span:first-child:before {
	position: relative;
	top: -12px;
	content: "$";
	font-size: 60%
}

.promotion-page-wrapper .wrapper-outer .wrapper-inner .action-box .price span:nth-child(2) {
	font-size: .75rem;
	color: #a2a5b9;
	text-transform: uppercase
}

.promotion-page-wrapper .wrapper-outer .side-wrapper {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding: 40px;
	min-width: 40%
}

.promotion-page-wrapper .wrapper-outer .side-wrapper .side-inner .side-title {
	font-family: "Roboto", sans-serif;
	margin-bottom: 16px
}

.promotion-page-wrapper .wrapper-outer .side-wrapper .side-inner .side-title h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.promotion-page-wrapper .wrapper-outer .side-wrapper .side-inner .side-title p {
	font-size: .9rem
}

.promotion-page-wrapper .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	color: var(--primary-color)
}

.promotion-page-wrapper .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .icon-wrap svg {
	width: 16px;
	height: 16px;
	stroke-width: 3px
}

.promotion-page-wrapper .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .flex-meta span {
	font-weight: 400;
	font-size: .9rem
}

.promotion-page-wrapper .wrapper-outer .side-wrapper .side-inner .action-list .media-flex .flex-meta p {
	font-size: .9rem;
	max-width: 240px
}

.status-page-wrapper {
	max-width: 720px;
	margin: 0 auto;
	padding: 60px 16px 60px 16px
}

.status-page-wrapper .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.status-page-wrapper .head .logo {
	display: block;
	width: 50px;
	min-width: 50px;
	height: 50px
}

.status-page-wrapper .status-block {
	background: #fff;
	margin-bottom: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 6px
}

.status-page-wrapper .status-block .status-header {
	padding: 40px
}

.status-page-wrapper .status-block .status-header .indicator {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin-right: 20px;
	background: #06d6a0
}

.status-page-wrapper .status-block .status-header .title {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.status-page-wrapper .status-block .status-header .subtitle {
	display: block;
	margin-left: 35px;
	color: #a2a5b9
}

.status-page-wrapper .status-block .status-uptime {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 16px 40px;
	font-family: "Roboto", sans-serif
}

.status-page-wrapper .status-block .status-uptime .title {
	display: inline-block;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0;
	font-weight: 500;
	color: #a2a5b9
}

.status-page-wrapper .status-block .status-uptime .uptime {
	display: inline-block;
	margin-left: 60px;
	font-size: 14px;
	color: #a2a5b9
}

.status-page-wrapper .status-block .status-list {
	padding: 40px
}

.status-page-wrapper .status-block .status-list .list-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.status-page-wrapper .status-block .status-list .list-block .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 54px;
	width: 54px;
	min-width: 54px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	color: var(--primary-color);
	margin-right: 12px
}

.status-page-wrapper .status-block .status-list .list-block .icon-wrap img {
	display: block;
	max-width: 54px;
	border-radius: 50%
}

.status-page-wrapper .status-block .status-list .list-block .progress-wrap {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.status-page-wrapper .status-block .status-list .list-block .progress-wrap .progress-wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4px
}

.status-page-wrapper .status-block .status-list .label {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.2
}

.status-page-wrapper .status-block .status-list p {
	font-size: .9rem;
	font-family: "Roboto", sans-serif
}

.status-page-wrapper .status-block .status-list .amount {
	position: relative;
	top: -2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: #a2a5b9;
	margin-left: auto;
	height: 40px;
	width: 40px;
	border-radius: 12px;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.status-page-wrapper .status-block .status-list .amount span {
	font-family: "Roboto", sans-serif;
	color: #283252;
	font-weight: 600;
	font-size: .85rem
}

.status-page-wrapper .tweets-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 40px;
	border-bottom: 1px solid #e5e5e5
}

.status-page-wrapper .tweets-header .icon i {
	font-size: 1.6rem;
	color: #1dcaff
}

.status-page-wrapper .tweets-header .username {
	margin-left: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	font-weight: 600;
	color: #283252
}

.status-page-wrapper .tweets-header .action-link {
	margin-left: auto
}

.status-page-wrapper .status-tweets .updates {
	padding: 20px 40px 40px 40px
}

.status-page-wrapper .status-tweets .updates .update {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.status-page-wrapper .status-tweets .updates .update:not(:last-child) {
	margin-bottom: 30px
}

.status-page-wrapper .status-tweets .updates .update .update-content {
	margin-left: 12px
}

.status-page-wrapper .status-tweets .updates .update .update-content .timestamp {
	color: #a2a5b9
}

.status-page-wrapper .status-tweets .updates .update .update-content .tweet {
	font-family: "Roboto", sans-serif;
	color: #283252
}

.status-page-wrapper .status-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px
}

.status-page-wrapper .status-footer a {
	font-family: "Roboto", sans-serif;
	color: #8b8ea7;
	padding: 0 10px;
	-webkit-transition: color .3s;
	transition: color .3s
}

.status-page-wrapper .status-footer a:hover {
	font-weight: 500;
	color: var(--primary-color)
}

.status-page-wrapper .status-footer .copyright {
	margin-left: auto;
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

body.is-dark .status-page-wrapper .status-block {
	background: #323236;
	border-color: #404046
}

body.is-dark .status-page-wrapper .status-block .status-uptime {
	border-color: #404046
}

body.is-dark .status-page-wrapper .status-block .status-list hr {
	background-color: #404046;
	height: 1px
}

body.is-dark .status-page-wrapper .status-block .status-list .list-block .progress-wrap .progress-wrap-inner .amount {
	background: #28282b;
	border-color: #404046
}

body.is-dark .status-page-wrapper .status-block .status-list .list-block .progress-wrap .progress-wrap-inner .amount span {
	color: #aaaab3
}

body.is-dark .status-page-wrapper .status-block .tweets-header {
	border-color: #404046
}

body.is-dark .status-page-wrapper .status-block .status-tweets .updates .update .update-content .tweet {
	color: #aaaab3
}

body.is-dark .status-page-wrapper .status-footer a:hover {
	color: #797bf2
}

.invoice-wrapper {
	max-width: 740px;
	margin: 0 auto
}

.invoice-wrapper.is-webapp {
	margin-top: 30px
}

.invoice-wrapper .invoice-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3
}

.invoice-wrapper .invoice-header .left h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #283252
}

.invoice-wrapper .invoice-header .right .controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.invoice-wrapper .invoice-header .right .controls .action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%;
	color: #a2a5b9;
	margin: 0 4px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.invoice-wrapper .invoice-header .right .controls .action:hover {
	color: #283252;
	background: #e3e3e3
}

.invoice-wrapper .invoice-header .right .controls .action svg {
	height: 16px;
	width: 16px;
	stroke-width: 1.6px
}

.invoice-wrapper .invoice-body .invoice-card {
	padding: 0
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section {
	padding: 40px
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section.is-flex .meta {
	margin-left: 16px;
	font-family: "Roboto", sans-serif
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section.is-flex .meta h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section.is-flex .meta span {
	display: block;
	color: #a2a5b9;
	font-weight: 400;
	font-size: .9rem
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section.is-flex .end {
	margin-left: auto;
	text-align: right
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section.is-flex .end.is-left {
	text-align: left;
	max-width: 300px
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section.is-flex .end.is-left p {
	padding-top: 4px;
	font-size: .95rem;
	line-height: 1.2
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section.is-flex .end h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section.is-flex .end span {
	display: block;
	color: #a2a5b9;
	font-weight: 400;
	font-size: .9rem
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section.is-bordered {
	border-bottom: 1px solid #e5e5e5
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section .h-avatar.is-customer {
	border: 1.6px solid #e5e5e5;
	border-radius: 50%;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section .flex-table.sub-table .flex-table-item {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	min-height: 40px;
	border: none
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section .flex-table.sub-table .flex-table-item .table-label {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-size: .8rem;
	color: #a2a5b9
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section .flex-table.sub-table .flex-table-item .table-total {
	font-family: "Roboto", sans-serif;
	color: #283252;
	font-weight: 500
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section .flex-table.sub-table .flex-table-item .table-total.is-bigger {
	font-size: 1.2rem;
	font-weight: 600
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section .flex-table .flex-table-header span:not(:first-child) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.invoice-wrapper .invoice-body .invoice-card .invoice-section .flex-table .flex-table-item .flex-table-cell:not(:first-child) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

body.is-dark .invoice-wrapper .invoice-header {
	border-color: #54545b
}

body.is-dark .invoice-wrapper .invoice-header .left h3 {
	color: #aaaab3
}

body.is-dark .invoice-wrapper .invoice-header .right .controls .action {
	border: 1px solid transparent
}

body.is-dark .invoice-wrapper .invoice-header .right .controls .action:hover {
	background: #28282b;
	border-color: #797bf2;
	color: #797bf2
}

body.is-dark .invoice-wrapper .invoice-section {
	border-color: #404046 !important
}

body.is-dark .invoice-wrapper .invoice-section.is-flex .h-avatar {
	border-color: #404046 !important
}

body.is-dark .invoice-wrapper .invoice-section.is-flex .meta h3,
body.is-dark .invoice-wrapper .invoice-section.is-flex .end h3 {
	color: #aaaab3
}

.error-container .error-wrapper {
	max-width: 840px;
	margin: 0 auto;
	padding-top: 40px
}

.error-container .error-wrapper .error-inner {
	position: relative;
	max-width: 540px;
	margin: 0 auto
}

.error-container .error-wrapper .error-inner .bg-number {
	font-family: "Roboto", sans-serif;
	position: absolute;
	top: -58px;
	left: -50px;
	right: 0;
	margin: 0 auto;
	font-size: 28rem;
	font-weight: 600;
	opacity: .15;
	z-index: 0
}

.error-container .error-wrapper .error-inner img,
.error-container .error-wrapper .error-inner h3,
.error-container .error-wrapper .error-inner p,
.error-container .error-wrapper .error-inner .button-wrap {
	position: relative;
	z-index: 1
}

.error-container .error-wrapper .error-inner img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.error-container .error-wrapper .error-inner h3 {
	font-size: 1.5rem;
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 600;
	margin-top: 10px
}

.error-container .error-wrapper .error-inner p {
	font-family: "Roboto", sans-serif;
	font-size: 1.1rem;
	margin-bottom: 16px
}

.error-container .error-wrapper .error-inner .button-wrap .button {
	min-width: 220px;
	min-height: 50px
}

body.is-dark .error-container .error-wrapper .error-inner .bg-number {
	opacity: .09
}

@media only screen and (max-width: 767px) {
	.confirm-account-wrapper .wrapper-inner .action-box {
		padding: 20px
	}

	.confirm-account-wrapper .wrapper-inner .action-box .box-content .buttons .button {
		min-width: 130px
	}

	.promotion-page-wrapper .wrapper-outer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.promotion-page-wrapper .wrapper-outer .wrapper-inner .action-box {
		padding: 20px 20px 40px 20px;
		border-right: none;
		border-bottom: 1px solid #e5e5e5
	}

	.promotion-page-wrapper .wrapper-outer .wrapper-inner .action-box .box-content .buttons .button {
		min-width: 130px
	}

	.promotion-page-wrapper .wrapper-outer .side-wrapper {
		padding: 40px 20px
	}

	.status-page-wrapper {
		padding-top: 20px
	}

	.status-page-wrapper .status-block .status-header {
		padding: 30px
	}

	.status-page-wrapper .status-block .status-uptime {
		padding: 16px 30px
	}

	.status-page-wrapper .status-block .status-uptime .uptime {
		display: none
	}

	.status-page-wrapper .status-block .status-list {
		padding: 30px
	}

	.status-page-wrapper .status-block .status-list .list-block .icon-wrap {
		display: none
	}

	.status-page-wrapper .tweets-header {
		padding: 24px 30px
	}

	.status-page-wrapper .status-tweets .updates {
		padding: 20px 30px 30px 30px
	}

	.status-page-wrapper .status-tweets .updates .update .h-avatar {
		display: none
	}

	.status-page-wrapper .status-tweets .updates .update .update-content {
		margin-left: 0
	}

	.status-page-wrapper .status-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.status-page-wrapper .status-footer .copyright {
		margin: 10px 0
	}

	.invoice-wrapper .invoice-section.is-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.invoice-wrapper .invoice-section.is-flex .h-avatar {
		margin-bottom: 16px
	}

	.invoice-wrapper .invoice-section.is-flex .meta {
		margin-left: 0 !important
	}

	.invoice-wrapper .invoice-section.is-flex .end {
		margin: 16px auto 0 auto;
		text-align: center !important
	}

	.invoice-wrapper .invoice-section .flex-table.sub-table {
		padding-top: 16px
	}

	.invoice-wrapper .invoice-section .flex-table.sub-table .is-vhidden {
		display: none !important
	}

	.invoice-wrapper .invoice-section .flex-table.sub-table .flex-table-item:not(.is-vhidden) {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: revert !important;
		flex-direction: revert !important
	}

	.invoice-wrapper .invoice-section .flex-table .flex-table-item .flex-table-cell.is-grow>span {
		margin-left: 0
	}

	.error-container .error-wrapper {
		padding-top: 60px
	}

	.error-container .error-wrapper .error-inner {
		padding: 10px
	}

	.error-container .error-wrapper .error-inner .bg-number {
		top: -35px;
		left: -18px;
		right: 0;
		font-size: 13rem
	}

	.error-container .error-wrapper .error-inner img {
		max-width: 345px
	}
}

/*! _widgets.scss | Huro | Css ninja 2020-2021 */
.widget {
	margin-bottom: 20px
}

.widget-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px
}

.widget-toolbar .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.widget-toolbar .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.widget-toolbar .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.widget-toolbar .right .tag {
	font-family: "Roboto", sans-serif
}

.widget-toolbar .right .right-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%;
	color: #c5c7d3;
	-webkit-transition: all .3s;
	transition: all .3s
}

.widget-toolbar .right .right-icon.has-indicator:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 4px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #ff227d;
	border: 1.8px solid #fff
}

.widget-toolbar .right .right-icon svg {
	height: 18px;
	width: 18px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.widget-toolbar h3 {
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	color: #283252;
	font-weight: 600
}

.widget-toolbar h3.is-bigger {
	font-size: 1rem
}

.widget-toolbar .action-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%;
	color: #c5c7d3;
	-webkit-transition: all .3s;
	transition: all .3s
}

.widget-toolbar .action-icon svg {
	height: 18px;
	width: 18px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

body.is-dark .widget-toolbar h3 {
	color: #aaaab3
}

body.is-dark .widget-toolbar .right .right-icon.has-indicator:after {
	border-color: #323236
}

.gauge-widget {
	text-align: center
}

.gauge-widget .gauge-wrap {
	padding: 30px 0
}

.icon-toolbar-widget {
	padding: 16px
}

.icon-toolbar-widget .icon-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.icon-toolbar-widget .icon-toolbar .toolbar-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.icon-toolbar-widget .icon-toolbar .toolbar-icon .inner-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%;
	color: #c5c7d3;
	-webkit-transition: all .3s;
	transition: all .3s
}

.icon-toolbar-widget .icon-toolbar .toolbar-icon .inner-icon:hover:not(.is-active) {
	background: #f5f5f5;
	color: #a2a5b9
}

.icon-toolbar-widget .icon-toolbar .toolbar-icon .inner-icon.is-active {
	color: var(--primary-color)
}

.icon-toolbar-widget .icon-toolbar .toolbar-icon .inner-icon svg {
	height: 18px;
	width: 18px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

body.is-dark .icon-toolbar-widget .icon-toolbar .toolbar-icon .inner-icon {
	color: #7f839f
}

body.is-dark .icon-toolbar-widget .icon-toolbar .toolbar-icon .inner-icon:hover:not(.is-active) {
	background: #2a2a2e
}

body.is-dark .icon-toolbar-widget .icon-toolbar .toolbar-icon .inner-icon.is-active {
	color: #797bf2
}

.text-widget .widget-content p {
	font-size: .9rem
}

.text-widget .widget-content p span {
	color: #283252;
	font-weight: 500
}

.text-widget .widget-content .hashtags {
	padding-top: 8px;
	font-family: "Roboto", sans-serif
}

.text-widget .widget-content .hashtags a {
	color: var(--primary-color);
	margin: 0 2px
}

body.is-dark .text-widget .widget-content p span {
	color: #aaaab3
}

body.is-dark .text-widget .hashtags a {
	color: #797bf2
}

.calendar-widget .calendar-widget-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -6px;
	margin-left: -6px;
	margin-right: -6px
}

.calendar-widget .calendar-widget-inner .calendar-square {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 6px;
	width: calc(50% - 6px)
}

.calendar-widget .calendar-widget-inner .calendar-square .date {
	text-align: center
}

.calendar-widget .calendar-widget-inner .calendar-square .date span {
	display: block;
	font-family: "Roboto", sans-serif
}

.calendar-widget .calendar-widget-inner .calendar-square .date span:first-child {
	font-weight: 700;
	color: #283252;
	font-size: 1.6rem
}

.calendar-widget .calendar-widget-inner .calendar-square .date span:nth-child(2) {
	font-size: .75rem;
	text-transform: uppercase;
	color: #a2a5b9
}

body.is-dark .calendar-widget .calendar-widget-inner .calendar-square .date span:first-child {
	color: #aaaab3
}

.image-widget {
	position: relative;
	padding: 10px;
	height: 310px
}

.image-widget>img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 14px
}

.image-widget .progress-wrap {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	padding: 0 30px
}

.image-widget .progress-wrap .progress {
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, var(--primary-color)), color-stop(30%, #000));
	background-image: linear-gradient(to right, var(--primary-color) 30%, #000 30%);
	height: .15rem !important
}

body.is-dark .image-widget .progress-wrap .progress {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #797bf2), color-stop(30%, #000)) !important;
	background-image: linear-gradient(to right, #797bf2 30%, #000 30%) !important
}

.list-widget ul li:not(:last-child) {
	margin-bottom: 12px
}

.list-widget ul li a {
	font-family: "Roboto", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #a2a5b9
}

.list-widget ul li a:hover {
	color: var(--primary-color)
}

body.is-dark .list-widget ul li a:hover {
	color: #797bf2
}

.picker-widget .calendar {
	color: #283252;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	width: 100%;
	margin-bottom: 5px
}

.picker-widget .calendar thead,
.picker-widget .calendar tbody {
	width: 100%
}

.picker-widget .calendar thead {
	color: var(--primary-color);
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase
}

.picker-widget .calendar td {
	padding: .5em 0;
	text-align: center;
	cursor: pointer;
	border-radius: 8px
}

.picker-widget .calendar tbody td:hover {
	background: #f5f5f5;
	color: var(--primary-color)
}

.picker-widget .current-day {
	color: var(--primary-color);
	font-weight: 600
}

.picker-widget .prev-month,
.picker-widget .next-month {
	color: #cacaca
}

body.is-dark .picker-widget .calendar {
	color: #aaaab3
}

body.is-dark .picker-widget .calendar thead {
	color: #797bf2
}

body.is-dark .picker-widget .calendar td:hover {
	background: #2a2a2e;
	color: #797bf2
}

body.is-dark .picker-widget .current-day {
	color: #797bf2
}

.stats-widget {
	padding: 20px 0 0 0
}

.stats-widget .widget-toolbar {
	padding: 0 20px
}

.stats-widget .stat-number span {
	display: block;
	font-family: "Roboto", sans-serif
}

.stats-widget .stat-number span:first-child {
	font-size: 2rem;
	font-weight: 700;
	color: #283252
}

.stats-widget .stat-number span:first-child svg {
	stroke: #06d6a0
}

.stats-widget .stat-number span:nth-child(2) {
	font-size: .75rem;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #a2a5b9
}

.stats-widget .stat-chart {
	position: relative;
	bottom: -30px
}

body.is-dark .stats-widget .stat-number span:first-child {
	color: #aaaab3
}

.search-widget .field .control {
	position: relative
}

.search-widget .field .control .input {
	height: 42px;
	border-radius: 8px;
	background: #f5f6fa;
	border-color: #f5f6fa
}

.search-widget .field .control .input:focus {
	border-color: #e5e5e5;
	background: #fff
}

.search-widget .field .control .search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 42px;
	width: 42px;
	border-radius: 8px;
	background: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer
}

.search-widget .field .control .search-button svg {
	height: 18px;
	width: 18px
}

.search-widget .field .topics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	padding-top: 12px
}

.search-widget .field .topics a {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	font-size: .95rem
}

.search-widget .field .topics a:hover {
	color: var(--primary-color)
}

body.is-dark .search-widget .field .control .input {
	background: #2a2a2e;
	border-color: #404046
}

body.is-dark .search-widget .field .control .search-button {
	background: #797bf2
}

body.is-dark .search-widget .field .topics a:hover {
	color: #797bf2
}

.icon-list-widget .icon-list .icon-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.icon-list-widget .icon-list .icon-list-item:not(:last-child) {
	margin-bottom: 20px
}

.icon-list-widget .icon-list .icon-list-item:hover .icon-wrap {
	background: var(--primary-color);
	color: #fff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.icon-list-widget .icon-list .icon-list-item:hover .item-meta span {
	color: #283252
}

.icon-list-widget .icon-list .icon-list-item .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 42px;
	width: 42px;
	border-radius: 10px;
	background: #eef0f7;
	color: #9194ac;
	-webkit-transition: all .3s;
	transition: all .3s
}

.icon-list-widget .icon-list .icon-list-item .icon-wrap svg {
	height: 18px;
	width: 18px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.icon-list-widget .icon-list .icon-list-item .item-meta {
	margin-left: 12px
}

.icon-list-widget .icon-list .icon-list-item .item-meta span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

body.is-dark .icon-list-widget .icon-list .icon-list-item:hover .icon-wrap {
	background: #797bf2;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	color: #fcfcfc
}

body.is-dark .icon-list-widget .icon-list .icon-list-item:hover .item-meta span {
	color: #797bf2 !important
}

body.is-dark .icon-list-widget .icon-list .icon-list-item .icon-wrap {
	background: #2a2a2e;
	color: #a8abbd
}

.video-widget {
	padding: 10px
}

.video-widget .widget-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.video-widget .widget-content>img {
	height: 100px;
	width: 100px;
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover
}

.video-widget .widget-content .widget-meta {
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Roboto", sans-serif
}

.video-widget .widget-content .widget-meta>svg {
	height: 20px;
	width: 20px;
	stroke-width: 1.6px;
	stroke: var(--primary-color);
	margin-bottom: 6px
}

.video-widget .widget-content .widget-meta h4 {
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	font-size: .9rem;
	line-height: 1.3;
	color: #283252
}

.video-widget .widget-content .widget-meta .views {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	color: #a2a5b9
}

.video-widget .widget-content .widget-meta .views svg {
	height: 14px;
	width: 14px;
	stroke-width: 1.4px;
	margin-right: 6px
}

.video-widget .widget-content .widget-meta .views span {
	font-size: .85rem
}

body.is-dark .video-widget .widget-meta>svg {
	stroke: #797bf2
}

body.is-dark .video-widget .widget-meta h4 {
	color: #aaaab3
}

.inbox-widget .sender-block h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color-interpolation-filters: #283252;
	font-size: .95rem
}

.inbox-widget .sender-block .sender-block-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 0
}

.inbox-widget .sender-block .sender-block-inner .meta {
	margin-left: 10px;
	line-height: 1.2
}

.inbox-widget .sender-block .sender-block-inner .meta span {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .8rem
}

.inbox-widget .sender-block .exerpt {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	font-family: "Roboto", sans-serif
}

.inbox-widget .sender-block .exerpt h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .8rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 6px
}

.inbox-widget .sender-block .exerpt h5 i {
	font-size: 6px;
	margin-right: 6px
}

.inbox-widget .sender-block .exerpt p {
	font-size: .9rem;
	color: #283252;
	margin-bottom: 6px
}

.inbox-widget .sender-block .exerpt small {
	color: #a2a5b9
}

body.is-dark .inbox-widget .sender-block .sender-block-inner .meta span {
	color: #aaaab3
}

body.is-dark .inbox-widget .exerpt {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .inbox-widget .exerpt h5 {
	color: #797bf2
}

body.is-dark .inbox-widget .exerpt p {
	color: #aaaab3
}

.illustration-widget.illustration-widget-v1 {
	padding: 40px 30px;
	text-align: center;
	font-family: "Roboto", sans-serif
}

.illustration-widget.illustration-widget-v1 .img-container {
	position: relative;
	margin: 0 auto 12px auto;
	max-width: 180px
}

.illustration-widget.illustration-widget-v1 .img-container .main {
	display: block
}

.illustration-widget.illustration-widget-v1 .img-container .badge {
	position: absolute
}

.illustration-widget.illustration-widget-v1 .img-container .badge.badge-1 {
	height: 70px;
	width: 70px;
	top: 0;
	right: 0
}

.illustration-widget.illustration-widget-v1 .img-container .badge.badge-2 {
	height: 50px;
	width: 50px;
	top: 0;
	left: 0
}

.illustration-widget.illustration-widget-v1 h3 {
	font-weight: 600;
	font-size: .95rem;
	font-family: "Montserrat", sans-serif;
	color: #283252;
	margin-bottom: 4px
}

.illustration-widget.illustration-widget-v1 p {
	font-size: .9rem
}

.illustration-widget.illustration-widget-v2 {
	padding: 16px
}

.illustration-widget.illustration-widget-v2 img {
	border-radius: 14px;
	margin-bottom: 4px
}

.illustration-widget.illustration-widget-v2 h3 {
	font-weight: 600;
	font-size: .95rem;
	font-family: "Montserrat", sans-serif;
	color: #283252
}

.illustration-widget.illustration-widget-v2 p {
	font-size: .9rem
}

.illustration-widget.illustration-widget-v3 {
	padding: 24px
}

.illustration-widget.illustration-widget-v3 img {
	border-radius: 18px;
	margin-bottom: 4px
}

.illustration-widget.illustration-widget-v3 h3 {
	font-weight: 600;
	font-size: .95rem;
	font-family: "Montserrat", sans-serif;
	color: #283252
}

.illustration-widget.illustration-widget-v3 p {
	font-size: .9rem
}

body.is-dark .illustration-widget.illustration-widget-v1 h3,
body.is-dark .illustration-widget.illustration-widget-v2 h3,
body.is-dark .illustration-widget.illustration-widget-v3 h3 {
	color: #aaaab3
}

.creative-list-widget .creative-list .creative-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	background: #f5f5f5;
	margin-bottom: 8px
}

.creative-list-widget .creative-list .creative-list-item.is-orange {
	background: #ffefe7
}

.creative-list-widget .creative-list .creative-list-item.is-purple {
	background: #ede9f4
}

.creative-list-widget .creative-list .creative-list-item.is-green {
	background: #d3fef3
}

.creative-list-widget .creative-list .creative-list-item .meta {
	font-family: "Roboto", sans-serif;
	font-size: .95rem;
	color: #283252;
	font-weight: 500;
	margin-left: 10px
}

body.is-dark .creative-list-widget .creative-list .creative-list-item {
	background: #28282b;
	border: 1px solid #404046
}

body.is-dark .creative-list-widget .creative-list .creative-list-item .meta {
	color: #fcfcfc
}

.social-buttons-widget {
	padding: 16px
}

.social-buttons-widget .social-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-buttons-widget .social-buttons .social-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.social-buttons-widget .social-buttons .social-button .inner-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 8px;
	color: #c5c7d3;
	-webkit-transition: all .3s;
	transition: all .3s
}

.social-buttons-widget .social-buttons .social-button .inner-button:hover:not(.is-active) {
	background: #f5f5f5;
	color: #a2a5b9
}

.social-buttons-widget .social-buttons .social-button .inner-button.is-rounded {
	border-radius: 50%
}

.social-buttons-widget .social-buttons .social-button .inner-button.is-active.is-facebook {
	background: #3b5998;
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(59, 89, 152, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(59, 89, 152, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(59, 89, 152, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(59, 89, 152, .2) !important
}

.social-buttons-widget .social-buttons .social-button .inner-button.is-active.is-linkedin {
	background: #007bb6;
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(59, 89, 152, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(59, 89, 152, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(59, 89, 152, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(59, 89, 152, .2) !important
}

.social-buttons-widget .social-buttons .social-button .inner-button.is-active.is-twitter {
	background: #1dcaff;
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(29, 202, 255, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(29, 202, 255, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(29, 202, 255, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(29, 202, 255, .2) !important
}

.social-buttons-widget .social-buttons .social-button .inner-button.is-active.is-instagram {
	background: #e1306c;
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(221, 27, 22, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(221, 27, 22, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(221, 27, 22, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(221, 27, 22, .2) !important
}

.social-buttons-widget .social-buttons .social-button .inner-button.is-active.is-github {
	background: #444;
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(68, 68, 68, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(68, 68, 68, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(68, 68, 68, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(68, 68, 68, .2) !important
}

.social-buttons-widget .social-buttons .social-button .inner-button.is-active.is-invision {
	background: #f36;
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(255, 51, 102, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 51, 102, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(255, 51, 102, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 51, 102, .2) !important
}

.social-buttons-widget .social-buttons .social-button .inner-button.is-active.is-atlassian {
	background: #007bb6;
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(0, 123, 182, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 123, 182, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(0, 123, 182, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 123, 182, .2) !important
}

.social-buttons-widget .social-buttons .social-button .inner-button.is-active.is-bootstrap {
	background: #8269b2;
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(130, 105, 178, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(130, 105, 178, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(130, 105, 178, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(130, 105, 178, .2) !important
}

.social-buttons-widget .social-buttons .social-button .inner-button svg {
	height: 18px;
	width: 18px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

body.is-dark .social-buttons-widget .social-buttons .social-button .inner-button:hover:not(.is-active) {
	background: #28282b;
	color: #a2a5b9
}

.call-widget {
	padding: 40px 30px;
	text-align: center;
	font-family: "Roboto", sans-serif
}

.call-widget .img-container {
	position: relative;
	margin: 0 auto 12px auto;
	max-width: 180px;
	max-height: 180px
}

.call-widget .img-container .main {
	display: block
}

.call-widget .img-container .badge {
	position: absolute;
	height: 60px;
	width: 60px;
	bottom: 0;
	right: 2px;
	border-radius: 50%;
	border: 6px solid #fff
}

.call-widget h3 {
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	color: #283252;
	margin-bottom: 4px
}

.call-widget p {
	font-size: .9rem
}

.call-widget .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 12px
}

.call-widget .actions .action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	width: 36px;
	min-width: 36px;
	border-radius: 50%;
	color: #c5c7d3;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 6px;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	transition: all .3s
}

.call-widget .actions .action:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.call-widget .actions .action svg {
	height: 16px;
	width: 16px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

body.is-dark .call-widget h3 {
	color: #aaaab3
}

body.is-dark .call-widget .img-container .badge {
	border-color: #323236
}

body.is-dark .call-widget .actions .action {
	background: #28282b;
	border: 1px solid #404046;
	color: #aaaab3
}

body.is-dark .call-widget .actions .action:hover {
	border-color: #797bf2;
	color: #797bf2
}

.avatar-list-widget {
	padding: 14px
}

.avatar-list-widget .field .control {
	position: relative
}

.avatar-list-widget .field .control .input {
	height: 42px;
	border-radius: 8px;
	background: #f5f6fa;
	border-color: #f5f6fa
}

.avatar-list-widget .field .control .input:focus {
	border-color: #e5e5e5;
	background: #fff
}

.avatar-list-widget .field .control .search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 42px;
	width: 42px;
	border-radius: 8px;
	background: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer
}

.avatar-list-widget .field .control .search-button svg {
	height: 18px;
	width: 18px
}

.avatar-list-widget .avatar-list .avatar-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 8px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.avatar-list-widget .avatar-list .avatar-list-item:hover {
	background: #f5f5f5
}

.avatar-list-widget .avatar-list .avatar-list-item .meta {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	color: #283252;
	font-weight: 600;
	margin-left: 10px
}

body.is-dark .avatar-list-widget .field .control .input {
	background: #2a2a2e;
	border-color: #404046
}

body.is-dark .avatar-list-widget .field .control .search-button {
	background: #797bf2
}

body.is-dark .avatar-list-widget .field .topics a:hover {
	color: #797bf2
}

body.is-dark .avatar-list-widget .avatar-list .avatar-list-item:hover {
	background: #37373b
}

body.is-dark .avatar-list-widget .avatar-list .avatar-list-item .meta {
	color: #aaaab3
}

.contact-widget.is-reversed .widget-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.contact-widget .widget-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 16px;
	padding-bottom: 16px
}

.contact-widget .widget-content .left {
	text-align: center;
	width: 40%
}

.contact-widget .widget-content .left .h-avatar {
	display: block;
	margin: 0 auto
}

.contact-widget .widget-content .left .h-avatar .avatar {
	margin: 0
}

.contact-widget .widget-content .right {
	width: 60%;
	font-family: "Roboto", sans-serif
}

.contact-widget .widget-content .right>h3 {
	font-family: "Montserrat", sans-serif;
	color: #283252;
	font-weight: 600;
	margin-bottom: 4px
}

.contact-widget .widget-content .right .company {
	font-size: .9rem;
	line-height: 1.2;
	margin-bottom: 4px
}

.contact-widget .widget-content .right .company span {
	color: var(--primary-color)
}

.contact-widget .widget-content .right .contact-info {
	font-size: .85rem
}

.contact-widget .widget-content .right .contact-info>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-widget .widget-content .right .contact-info>span svg {
	height: 14px;
	width: 14px;
	margin-right: 4px;
	stroke-width: 1.4px;
	stroke: #a2a5b9
}

.contact-widget .email {
	text-align: center;
	font-size: .9rem
}

body.is-dark .contact-widget .widget-content {
	border-color: #404046
}

body.is-dark .contact-widget .widget-content .right h3 {
	color: #aaaab3
}

body.is-dark .contact-widget .widget-content .right .company span:first-child {
	color: #797bf2
}

body.is-dark .contact-widget .widget-content .right .contact-info span span {
	color: #aaaab3
}

.followers-widget .channels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
	width: 100%
}

.followers-widget .channels .channel {
	width: calc(33.3% - 16px);
	text-align: center;
	margin: 0 8px
}

.followers-widget .channels .channel .channel-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	width: 36px;
	border-radius: 10px;
	background: #f5f6fa;
	margin: 0 auto 4px auto
}

.followers-widget .channels .channel .channel-icon i {
	font-size: 14px;
	color: #a2a5b9
}

.followers-widget .channels .channel .channel-stats span {
	font-family: "Roboto", sans-serif;
	display: block
}

.followers-widget .channels .channel .channel-stats span:first-child {
	font-weight: 500;
	color: #a2a5b9
}

body.is-dark .followers-widget .channels .channel .channel-icon {
	background: #28282b;
	border: 1px solid #404046
}

.cart-widget .cart-items .cart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 8px 0
}

.cart-widget .cart-items .cart-item .meta {
	margin-left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.cart-widget .cart-items .cart-item .meta span {
	display: block;
	font-family: "Roboto", sans-serif
}

.cart-widget .cart-items .cart-item .meta span:first-child {
	font-size: .9rem;
	color: #a2a5b9
}

.cart-widget .cart-items .cart-item .meta span:nth-child(2) {
	color: #283252;
	margin-top: auto;
	font-weight: 600;
	font-size: 1.2rem
}

.cart-widget .cart-button {
	padding-top: 16px
}

.cart-widget .cart-button .button {
	min-height: 50px;
	border-radius: 10px
}

body.is-dark .cart-widget .cart-items .cart-item .meta span:nth-child(2) {
	color: #797bf2
}

/*! _widgets-lists.scss | Huro | Css ninja 2020-2021 */
.list-widget {
	padding: 30px
}

.list-widget:not(:last-child) {
	margin-bottom: 1.5rem
}

.list-widget.tabbed-widget .widget-head .tabbed-controls {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 140px;
	height: 32px;
	background: #eef0f7;
	font-family: "Roboto", sans-serif;
	border-radius: 8px
}

.list-widget.tabbed-widget .widget-head .tabbed-controls .tabbed-control {
	position: relative;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9rem;
	color: #a2a5b9;
	z-index: 1
}

.list-widget.tabbed-widget .widget-head .tabbed-controls .tabbed-control.is-active {
	color: #fcfcfc
}

.list-widget.tabbed-widget .widget-head .tabbed-controls .tabbed-control.is-active:first-child~.tabbed-naver {
	margin-left: 0
}

.list-widget.tabbed-widget .widget-head .tabbed-controls .tabbed-control.is-active:nth-child(2)~.tabbed-naver {
	margin-left: 50%
}

.list-widget.tabbed-widget .widget-head .tabbed-controls .tabbed-naver {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	border-radius: 8px;
	background: var(--primary-color);
	margin-left: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 0
}

.list-widget.tabbed-widget .inner-list-wrapper {
	display: none;
	-webkit-animation: fadeInLeft .5s;
	animation: fadeInLeft .5s
}

.list-widget.tabbed-widget .inner-list-wrapper.is-active {
	display: block
}

.list-widget .widget-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 32px;
	margin-bottom: 10px
}

.list-widget .widget-head h3 {
	color: #283252;
	font-size: 1.1rem;
	font-weight: 500
}

.list-widget .inner-list {
	padding: 10px 0
}

.list-widget .inner-list .inner-list-item+.inner-list-item {
	margin-top: 24px
}

body.is-dark .list-widget.tabbed-widget .widget-head .tabbed-controls {
	background: #2a2a2e
}

body.is-dark .list-widget.tabbed-widget .widget-head .tabbed-controls .tabbed-naver {
	background: #797bf2
}

.list-widget.list-widget-v1 .go-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background: #f5f6fa;
	color: #a2a5b9
}

.list-widget.list-widget-v1 .go-icon:before {
	content: attr(data-content);
	position: absolute;
	left: -45px;
	font-family: "Roboto", sans-serif;
	font-size: .95rem;
	font-weight: 500
}

.list-widget.list-widget-v1 .go-icon.is-squared {
	border-radius: 10px
}

.list-widget.list-widget-v1 .go-icon.is-up:before {
	color: #93e088
}

.list-widget.list-widget-v1 .go-icon.is-down:before {
	color: #f92b60
}

.list-widget.list-widget-v1 .go-icon svg {
	height: 16px;
	width: 16px;
	stroke-width: 3px
}

body.is-dark .list-widget.list-widget-v1 .go-icon {
	background: #2a2a2e;
	border: 1px solid #404046
}

.list-widget.list-widget-v2 .image-icon {
	height: 40px;
	width: 40px
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item:after {
	content: "";
	position: absolute;
	top: 36px;
	left: 18px;
	width: 1px;
	height: calc(100% - 36px);
	border-left: 1px solid #e5e5e5
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon {
	position: relative;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	color: #a2a5b9;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon:after {
	content: "";
	position: absolute;
	top: 17px;
	left: 40px;
	width: 20px;
	height: 1px;
	border-top: 1px solid #e5e5e5
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-squared {
	border-radius: 10px
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-squared img {
	border-radius: 10px
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-primary {
	background: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-primary svg {
	stroke: #fcfcfc
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-info {
	background: #039be5;
	border-color: #039be5;
	-webkit-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-info svg {
	stroke: #fcfcfc
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-success {
	background: #06d6a0;
	border-color: #06d6a0;
	-webkit-box-shadow: 0 14px 26px -12px rgba(6, 214, 160, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(6, 214, 160, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(6, 214, 160, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(6, 214, 160, .2) !important
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-success svg {
	stroke: #fcfcfc
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-orange {
	background: #ffa981;
	border-color: #ffa981;
	-webkit-box-shadow: 0 14px 26px -12px rgba(255, 169, 129, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 169, 129, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(255, 169, 129, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 169, 129, .2) !important
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-orange svg {
	stroke: #fcfcfc
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-yellow {
	background: #ffd66e;
	border-color: #ffd66e
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-yellow svg {
	stroke: #fcfcfc
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon img {
	display: block;
	height: 28px;
	width: 28px;
	border-radius: 50%
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon svg {
	height: 16px;
	width: 16px;
	stroke-width: 1.6px
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-content {
	margin-left: 34px;
	line-height: 1.2
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-content span {
	font-size: .85rem;
	color: #a2a5b9
}

.list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-content p {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	font-weight: 500;
	color: #283252
}

body.is-dark .list-widget.list-widget-v3 .icon-timeline .timeline-item:after {
	border-color: #404046 !important
}

body.is-dark .list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon:not(.is-primary):not(.is-info):not(.is-success):not(.is-orange):not(.is-yellow) {
	background: #2a2a2e !important;
	border-color: #404046 !important
}

body.is-dark .list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon:after {
	border-color: #404046 !important
}

body.is-dark .list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-primary {
	background: #797bf2;
	border-color: #797bf2;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

body.is-dark .list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-icon.is-primary svg {
	stroke: #fcfcfc
}

body.is-dark .list-widget.list-widget-v3 .icon-timeline .timeline-item .timeline-content p {
	color: #aaaab3
}

/*! _widgets-stats.scss | Huro | Css ninja 2020-2021 */
.stat-widget {
	padding: 30px;
	font-family: "Roboto", sans-serif
}

.stat-widget .widget-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 32px;
	margin-bottom: 10px
}

.stat-widget .widget-head h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.stat-widget .inner-list {
	padding: 10px 0
}

.stat-widget .inner-list .inner-list-item+.inner-list-item {
	margin-top: 24px
}

.stat-widget.line-stats-widget .line-stats,
.stat-widget.line-stats-widget .area-stats,
.stat-widget.area-stats-widget .line-stats,
.stat-widget.area-stats-widget .area-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.stat-widget.line-stats-widget .line-stats .line-stat,
.stat-widget.line-stats-widget .line-stats .area-stat,
.stat-widget.line-stats-widget .area-stats .line-stat,
.stat-widget.line-stats-widget .area-stats .area-stat,
.stat-widget.area-stats-widget .line-stats .line-stat,
.stat-widget.area-stats-widget .line-stats .area-stat,
.stat-widget.area-stats-widget .area-stats .line-stat,
.stat-widget.area-stats-widget .area-stats .area-stat {
	margin-right: 30px;
	font-family: "Roboto", sans-serif
}

.stat-widget.line-stats-widget .line-stats .line-stat span,
.stat-widget.line-stats-widget .line-stats .area-stat span,
.stat-widget.line-stats-widget .area-stats .line-stat span,
.stat-widget.line-stats-widget .area-stats .area-stat span,
.stat-widget.area-stats-widget .line-stats .line-stat span,
.stat-widget.area-stats-widget .line-stats .area-stat span,
.stat-widget.area-stats-widget .area-stats .line-stat span,
.stat-widget.area-stats-widget .area-stats .area-stat span {
	display: block
}

.stat-widget.line-stats-widget .line-stats .line-stat span:first-child,
.stat-widget.line-stats-widget .line-stats .area-stat span:first-child,
.stat-widget.line-stats-widget .area-stats .line-stat span:first-child,
.stat-widget.line-stats-widget .area-stats .area-stat span:first-child,
.stat-widget.area-stats-widget .line-stats .line-stat span:first-child,
.stat-widget.area-stats-widget .line-stats .area-stat span:first-child,
.stat-widget.area-stats-widget .area-stats .line-stat span:first-child,
.stat-widget.area-stats-widget .area-stats .area-stat span:first-child {
	color: #a2a5b9;
	font-size: .9rem
}

.stat-widget.line-stats-widget .line-stats .line-stat span:nth-child(2),
.stat-widget.line-stats-widget .line-stats .area-stat span:nth-child(2),
.stat-widget.line-stats-widget .area-stats .line-stat span:nth-child(2),
.stat-widget.line-stats-widget .area-stats .area-stat span:nth-child(2),
.stat-widget.area-stats-widget .line-stats .line-stat span:nth-child(2),
.stat-widget.area-stats-widget .line-stats .area-stat span:nth-child(2),
.stat-widget.area-stats-widget .area-stats .line-stat span:nth-child(2),
.stat-widget.area-stats-widget .area-stats .area-stat span:nth-child(2) {
	color: #283252;
	font-size: 1.2rem;
	font-weight: 600
}

.stat-widget.line-stats-widget .line-stats .line-stat span.current,
.stat-widget.line-stats-widget .line-stats .area-stat span.current,
.stat-widget.line-stats-widget .area-stats .line-stat span.current,
.stat-widget.line-stats-widget .area-stats .area-stat span.current,
.stat-widget.area-stats-widget .line-stats .line-stat span.current,
.stat-widget.area-stats-widget .line-stats .area-stat span.current,
.stat-widget.area-stats-widget .area-stats .line-stat span.current,
.stat-widget.area-stats-widget .area-stats .area-stat span.current {
	color: #797bf2
}

.stat-widget.spark-tile-widget {
	padding: 0
}

.stat-widget.flex-stat-widget .chart-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.stat-widget.flex-stat-widget .chart-media .meta {
	margin-right: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif
}

.stat-widget.flex-stat-widget .chart-media .meta h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.stat-widget.flex-stat-widget .chart-media .meta span {
	display: block;
	color: #797bf2;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 8px
}

.stat-widget.flex-stat-widget .chart-media .meta p {
	font-size: .9rem
}

.stat-widget.flex-stat-widget .chart-media .chart-container {
	min-width: 110px
}

.stat-widget.grouped-stat-widget .chart-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.stat-widget.grouped-stat-widget .chart-group .group {
	text-align: center;
	width: 33.3%
}

.stat-widget.grouped-stat-widget .chart-group .group .chart-container {
	margin-top: -5px
}

.stat-widget.grouped-stat-widget .chart-group .group .chart-container.is-gauge {
	margin-bottom: 30px
}

.stat-widget.grouped-stat-widget .chart-group .group span {
	display: block;
	margin-top: -25px;
	font-family: "Roboto", sans-serif;
	color: #283252;
	font-weight: 600;
	font-size: 1.2rem
}

.stat-widget.grouped-stat-widget .chart-group .group p {
	font-size: .9rem
}

.stat-widget.followers-stat-widget-v1 .follow-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.stat-widget.followers-stat-widget-v1 .follow-block .follow-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	width: 50px;
	min-width: 50px;
	border-radius: 50%;
	background: #fff;
	color: var(--primary-color);
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.stat-widget.followers-stat-widget-v1 .follow-block .follow-icon.is-squared {
	border-radius: 10px
}

.stat-widget.followers-stat-widget-v1 .follow-block .follow-icon.is-primary {
	background: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	color: #fcfcfc
}

.stat-widget.followers-stat-widget-v1 .follow-block .follow-icon svg {
	height: 18px;
	width: 18px
}

.stat-widget.followers-stat-widget-v1 .follow-block .follow-icon i {
	font-size: 18px
}

.stat-widget.followers-stat-widget-v1 .follow-block .follow-count {
	margin-left: 12px
}

.stat-widget.followers-stat-widget-v1 .follow-block .follow-count span {
	display: block
}

.stat-widget.followers-stat-widget-v1 .follow-block .follow-count span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	color: #283252
}

.stat-widget.followers-stat-widget-v1 .follow-block .follow-count span:nth-child(2) {
	font-size: .95rem;
	color: #a2a5b9
}

.stat-widget.followers-stat-widget-v1 .follow-block .go-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background: #f5f6fa;
	color: #a2a5b9;
	margin-left: auto
}

.stat-widget.followers-stat-widget-v1 .follow-block .go-icon.is-squared {
	border-radius: 10px
}

.stat-widget.followers-stat-widget-v1 .follow-block .go-icon svg {
	height: 16px;
	width: 16px;
	stroke-width: 3px
}

body.is-dark .stat-widget.followers-stat-widget-v1 .follow-block .follow-icon:not(.is-primary) {
	background: #28282b;
	border-color: #404046;
	color: #797bf2
}

body.is-dark .stat-widget.followers-stat-widget-v1 .follow-block .follow-icon.is-primary {
	border-color: #797bf2;
	background: #797bf2
}

body.is-dark .stat-widget.followers-stat-widget-v1 .go-icon {
	background: #28282b;
	border: 1px solid #404046
}

.stat-widget.table-widget-v1 .table {
	margin-top: 1.5rem
}

.stat-widget.table-widget-v1 .table tbody tr,
.stat-widget.table-widget-v1 .table tbody td {
	border: none
}

.stat-widget.table-widget-v1 .table tbody tr {
	border-radius: 10px
}

.stat-widget.table-widget-v1 .table tbody td {
	padding: 1em .75em
}

.stat-widget.table-widget-v1 .table tbody td .double-line {
	line-height: 1.4
}

.stat-widget.table-widget-v1 .table tbody td .double-line span {
	display: block
}

.stat-widget.table-widget-v1 .table tbody td .double-line span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #283252
}

.stat-widget.table-widget-v1 .table tbody td .double-line span:nth-child(2) {
	color: #a2a5b9;
	font-size: .9rem
}

.stat-widget.table-widget-v1 .table tbody td .rating-wrap {
	text-align: right
}

.stat-widget.table-widget-v1 .table tbody td .rating-wrap span {
	color: #a2a5b9
}

.stat-widget.table-widget-v1 .table tbody td .rating-wrap .rating i {
	color: #dadeec
}

.stat-widget.table-widget-v1 .table tbody td .rating-wrap .rating i.selected {
	color: #ffd66e !important
}

.stat-widget.table-widget-v1 .table tbody td .tag-wrap {
	text-align: right
}

/*! _wizard.scss | Huro | Css ninja 2020-2021 */
.wizard-navigation {
	position: fixed;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	background: #fff;
	padding: 0 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 99
}

.wizard-navigation .wizard-brand img {
	display: block;
	height: 34px;
	margin: 0 auto
}

.wizard-navigation .navbar-item.is-wizard-title {
	margin-left: 15px;
	border-left: 1px solid #bfbfbf;
	padding-bottom: 6px;
	padding-top: 6px;
	font-family: "Roboto", sans-serif
}

.wizard-navigation .navbar-item.is-wizard-title .title-wrap {
	position: relative;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 600
}

.wizard-navigation .navbar-item.is-wizard-title .title-wrap span {
	font-weight: 400
}

.wizard-navigation .wizard-dropdown {
	cursor: pointer
}

.wizard-navigation .wizard-dropdown .is-trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px
}

.wizard-navigation .wizard-dropdown .is-trigger svg {
	height: 18px;
	width: 18px;
	stroke: #a2a5b9
}

.wizard-navigation .wizard-dropdown .dropdown-menu {
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border-radius: 8px;
	padding-top: 0;
	overflow: hidden
}

.wizard-navigation .wizard-dropdown .dropdown-menu .dropdown-content .dropdown-item {
	font-family: "Roboto", sans-serif
}

.wizard-navigation .is-dark-mode {
	margin-left: auto;
	background: transparent !important
}

.wizard-navigation .is-dark-mode .navbar-icon {
	height: 38px;
	width: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-navigation .is-dark-mode .navbar-icon .dark-mode {
	-webkit-transform: scale(0.6);
	transform: scale(0.6)
}

.wizard-navigation .user-dropdown .is-trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.wizard-navigation .user-dropdown .is-trigger .profile-avatar {
	position: relative
}

.wizard-navigation .user-dropdown .is-trigger .profile-avatar .avatar {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%
}

.wizard-navigation .user-dropdown .is-trigger .profile-avatar .badge {
	position: absolute;
	right: -8px;
	bottom: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%
}

.wizard-navigation .user-dropdown .is-trigger svg {
	margin-left: 3px;
	width: 18px;
	height: 18px;
	stroke: #a2a5b9;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-navigation .user-dropdown .dropdown-menu {
	top: 52px;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border-radius: 8px;
	padding-top: 0;
	width: 180px;
	overflow: hidden
}

.wizard-navigation .user-dropdown .dropdown-menu .dropdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	padding: 8px 12px;
	color: #a2a5b9
}

.wizard-navigation .user-dropdown .dropdown-menu .dropdown-item p {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: .95rem;
	color: #283252
}

.wizard-navigation .user-dropdown .dropdown-menu .dropdown-item svg {
	margin-right: 8px;
	height: 16px;
	width: 16px;
	stroke: #a2a5b9
}

.wizard-progress {
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 19;
	width: 100%;
	height: .5rem
}

.wizard-progress::-webkit-progress-value {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}

.wizard-progress::-moz-progress-bar {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-moz-transition: width .5s ease;
	transition: width .5s ease
}

.wizard-progress::-ms-fill {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-ms-transition: width .5s ease;
	transition: width .5s ease
}

.wizard-buttons {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 306px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 5
}

.wizard-buttons.is-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.wizard-buttons .wizard-buttons-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px
}

.wizard-buttons .wizard-buttons-inner .button {
	min-width: 130px;
	margin: 0 4px;
	border-radius: 8px
}

.wizard-v1-wrapper .inner-wrapper {
	display: none;
	-webkit-animation: fadeInLeft .5s;
	animation: fadeInLeft .5s
}

.wizard-v1-wrapper .inner-wrapper.is-active {
	display: block
}

body.is-dark .wizard-navigation {
	background: #1e1e21;
	border-color: #404046
}

body.is-dark .wizard-navigation .navbar-item.is-wizard-title {
	border-color: #404046
}

body.is-dark .wizard-navigation .navbar-item.is-wizard-title .title-wrap {
	color: #aaaab3
}

body.is-dark .wizard-navigation .navbar-item.is-dark-mode .navbar-icon {
	background: #323236;
	border-color: #404046
}

body.is-dark .wizard-navigation .wizard-dropdown .dropdown-menu,
body.is-dark .wizard-navigation .user-dropdown .dropdown-menu {
	border-color: #404046
}

body.is-dark .wizard-buttons {
	background: #252529;
	border-color: #3b3b41
}

body.is-dark .wizard-buttons .button.is-light {
	background: #2d2d31;
	border-color: #404046;
	color: #aaaab3
}

body.is-dark .wizard-buttons .button.is-light:hover {
	color: #797bf2;
	border-color: #797bf2
}

.wizard-v1-wrapper {
	padding-top: 60px;
	padding-bottom: 60px
}

.wizard-v1-wrapper .inner-wrapper {
	padding: 40px 20px
}

.wizard-v1-wrapper .inner-wrapper .step-title {
	margin-bottom: 30px;
	text-align: center
}

.wizard-v1-wrapper .inner-wrapper .step-title h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
	color: #283252;
	text-align: center
}

.wizard-v1-wrapper .inner-wrapper .step-title p {
	font-family: "Roboto", sans-serif;
	font-size: 1.2rem
}

.wizard-v1-wrapper .step-content .wizard-types {
	max-width: 1100px;
	margin: 0 auto
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card {
	text-align: center;
	background: none;
	border: 1px solid transparent;
	padding: 30px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card:hover {
	background: #fff;
	border-color: #f5f5f5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card:hover .learn-more-link a {
	opacity: 1;
	pointer-events: all
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 14px
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	color: #283252;
	text-align: center;
	margin: 16px 0 0 0
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card p {
	font-size: 1.1rem;
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	text-align: center;
	max-width: 240px;
	margin: 0 auto 20px auto
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card .button-wrap {
	text-align: center
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card .button-wrap .button {
	margin: 0 auto;
	min-width: 140px
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card .learn-more-link {
	text-align: center;
	padding: 16px 0
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card .learn-more-link a {
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .wizard-types .wizard-card .learn-more-link a:hover {
	color: var(--primary-color)
}

body.is-dark .wizard-v1-wrapper .step-content .input.is-dark-focus:focus {
	border-color: #797bf2 !important
}

body.is-dark .wizard-v1-wrapper .step-content .wizard-types .wizard-card {
	background: none;
	border-color: transparent
}

body.is-dark .wizard-v1-wrapper .step-content .wizard-types .wizard-card:hover {
	background: #323236;
	border-color: #404046
}

.wizard-v1-wrapper .step-content .project-info .project-info-head .project-avatar-upload {
	text-align: center
}

.wizard-v1-wrapper .step-content .project-info .project-info-head .project-avatar-upload .filepond-profile-wrap {
	display: block;
	margin: 0 auto 4px auto
}

.wizard-v1-wrapper .step-content .project-info .project-info-head .project-avatar-upload .filepond-profile-wrap .filepond--drop-label {
	background: #fff;
	cursor: pointer
}

.wizard-v1-wrapper .step-content .project-info .project-info-head .project-avatar-upload p span {
	display: block
}

.wizard-v1-wrapper .step-content .project-info .project-info-head .project-avatar-upload p span:nth-child(2) {
	font-size: .9rem
}

.wizard-v1-wrapper .step-content .project-info .project-info-head .project-info {
	max-width: 480px;
	margin: 10px auto
}

.wizard-v1-wrapper .step-content .project-info .project-info-head .project-info .project-name {
	margin-bottom: 10px
}

.wizard-v1-wrapper .step-content .project-info .project-info-head .project-info .project-name .field .control .input {
	font-family: "Roboto", sans-serif;
	text-align: center;
	font-size: 1.2rem;
	height: 50px;
	padding: 0;
	border-radius: 10px
}

.wizard-v1-wrapper .step-content .project-info .project-info-head .project-info .project-description .field .control .textarea {
	border-radius: 10px;
	resize: none
}

body.is-dark .wizard-v1-wrapper .step-content .project-info .project-info-head .project-avatar-upload .filepond-profile-wrap .filepond--drop-label {
	background: #28282b
}

.wizard-v1-wrapper .step-content .project-dates {
	background: #fff;
	padding: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	max-width: 380px;
	margin: 20px auto
}

.wizard-v1-wrapper .step-content .project-dates>h4 {
	font-family: "Roboto", sans-serif;
	font-size: .8rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8px;
	color: #a2a5b9
}

.wizard-v1-wrapper .step-content .project-dates .project-dates-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.wizard-v1-wrapper .step-content .project-dates .project-dates-inner .separator {
	height: 25px;
	width: 2px;
	border-right: 1px solid #e5e5e5;
	margin: 0 12px
}

.wizard-v1-wrapper .step-content .project-dates .project-dates-inner .project-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.wizard-v1-wrapper .step-content .project-dates .project-dates-inner .project-date .date-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
	width: 28px;
	color: #a2a5b9
}

.wizard-v1-wrapper .step-content .project-dates .project-dates-inner .project-date .date-icon svg {
	height: 18px;
	width: 18px
}

.wizard-v1-wrapper .step-content .project-dates .project-dates-inner .project-date .control {
	max-width: 100px
}

.wizard-v1-wrapper .step-content .project-dates .project-dates-inner .project-date .control .input {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 4px;
	font-family: "Roboto", sans-serif
}

.wizard-v1-wrapper .step-content .project-budget {
	background: #fff;
	padding: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	max-width: 380px;
	margin: 20px auto
}

.wizard-v1-wrapper .step-content .project-budget>h4 {
	font-family: "Roboto", sans-serif;
	font-size: .8rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 16px;
	color: #a2a5b9
}

.wizard-v1-wrapper .step-content .project-budget .project-budget-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wizard-v1-wrapper .step-content .project-budget .project-budget-inner .budget-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.wizard-v1-wrapper .step-content .project-budget .project-budget-inner .budget-item .budget-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 65px;
	min-width: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #c5c7d3;
	margin: 0 8px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .project-budget .project-budget-inner .budget-item .budget-item-inner:hover:not(.is-active) {
	color: #a2a5b9
}

.wizard-v1-wrapper .step-content .project-budget .project-budget-inner .budget-item .budget-item-inner.is-active {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fcfcfc;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.wizard-v1-wrapper .step-content .project-customer {
	background: #fff;
	padding: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	max-width: 380px;
	margin: 20px auto
}

.wizard-v1-wrapper .step-content .project-customer>h4 {
	font-family: "Roboto", sans-serif;
	font-size: .8rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 16px;
	color: #a2a5b9
}

.wizard-v1-wrapper .step-content .project-customer .field .control {
	width: 100%
}

.wizard-v1-wrapper .step-content .project-customer .field .control .input {
	width: 100%;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.wizard-v1-wrapper .step-content .project-customer .media-flex .h-avatar .avatar,
.wizard-v1-wrapper .step-content .project-customer .media-flex-center .h-avatar .avatar {
	border: 1px solid #e5e5e5
}

body.is-dark .wizard-v1-wrapper .step-content .project-customer {
	background: #323236;
	border-color: #404046
}

body.is-dark .wizard-v1-wrapper .step-content .project-customer .media-flex-center .h-avatar .avatar {
	border-color: #404046
}

body.is-dark .wizard-v1-wrapper .step-content .project-dates {
	background: #323236;
	border-color: #404046
}

body.is-dark .wizard-v1-wrapper .step-content .project-dates .project-dates-inner .separator {
	border-color: #54545b
}

body.is-dark .wizard-v1-wrapper .step-content .project-budget {
	background: #323236;
	border-color: #404046
}

body.is-dark .wizard-v1-wrapper .step-content .project-budget .project-budget-inner .budget-item .budget-item-inner {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .wizard-v1-wrapper .step-content .project-budget .project-budget-inner .budget-item .budget-item-inner.is-active {
	border-color: #797bf2;
	background: #797bf2;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

.wizard-v1-wrapper .step-content .page-placeholder {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.wizard-v1-wrapper .step-content .page-placeholder img {
	max-width: 210px
}

.wizard-v1-wrapper .step-content .page-placeholder img.is-rounded {
	border-radius: 50%
}

.wizard-v1-wrapper .step-content .uploader {
	max-width: 640px;
	margin: 0 auto
}

.wizard-v1-wrapper .step-content .uploader progress {
	vertical-align: baseline
}

.wizard-v1-wrapper .step-content .uploader .progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: .5rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.wizard-v1-wrapper .step-content .uploader .progress .progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #ff227d;
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

.wizard-v1-wrapper .step-content .uploader .progress .progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.wizard-v1-wrapper .step-content .uploader .progress .progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.wizard-v1-wrapper .step-content .uploader .uploader-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 20px 0
}

.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 16px;
	min-width: 180px
}

.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .uploader-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .uploader-action .inner-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%;
	color: #c5c7d3;
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .uploader-action .inner-action:hover:not(.is-active) {
	background: #f5f5f5;
	color: #a2a5b9
}

.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .uploader-action .inner-action svg {
	height: 18px;
	width: 18px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.wizard-v1-wrapper .step-content .uploader .uploader-toolbar .right .fileupload-process #total-progress {
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear
}

.wizard-v1-wrapper .step-content .uploader .uploader-container {
	margin-bottom: 20px
}

.wizard-v1-wrapper .step-content .uploader .uploader-container .upload-wrapper {
	position: relative
}

.wizard-v1-wrapper .step-content .uploader .uploader-container .upload-wrapper .upload-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	height: 120px;
	border-radius: 3px;
	padding: 8px;
	border: 2px dashed #e3e3e3;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .uploader .uploader-container .upload-wrapper .upload-box:hover {
	border-color: var(--primary-color)
}

.wizard-v1-wrapper .step-content .uploader .uploader-container .upload-wrapper .upload-box:hover .uploader-label .lnil {
	color: var(--primary-color)
}

.wizard-v1-wrapper .step-content .uploader .uploader-container .upload-wrapper .upload-box .uploader-label {
	margin: 0 auto;
	text-align: center
}

.wizard-v1-wrapper .step-content .uploader .uploader-container .upload-wrapper .upload-box .uploader-label h3 {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.wizard-v1-wrapper .step-content .uploader .uploader-container .upload-wrapper .upload-box .uploader-label .lnil {
	font-size: 2.4rem;
	color: #cecece;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item.dz-success .preview-box .list-item-progress .progress {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item.dz-success .preview-box .list-item-actions .start,
.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item.dz-success .preview-box .list-item-actions .cancel {
	display: none
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item.dz-success .preview-box .list-item-actions .delete {
	display: block
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	width: 100%;
	border-radius: 12px;
	padding: 12px;
	border: 1px solid #ededed;
	margin-bottom: 16px
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .preview img {
	height: 50px;
	min-width: 50px;
	max-width: 50px;
	min-width: 50px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .preview .icon {
	height: 50px;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .preview .icon svg {
	width: 28px;
	height: 28px
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-meta {
	margin-left: 12px
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-meta p {
	font-family: "Roboto", sans-serif
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-meta p:first-child {
	font-weight: 500;
	font-size: 1.1rem;
	color: #283252
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-progress {
	margin-left: auto;
	margin-right: 30px;
	min-width: 120px
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-progress .progress .progress-bar {
	width: 0%
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-actions .list-item-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
	min-height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%;
	color: #c5c7d3;
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-actions .list-item-action:hover:not(.is-active) {
	background: #f5f5f5;
	color: #a2a5b9
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-actions .list-item-action svg {
	height: 18px;
	width: 18px;
	-webkit-transition: stroke .3s;
	transition: stroke .3s
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-actions .delete {
	display: none
}

.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-actions .delete:before,
.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-actions .delete:after {
	display: none !important
}

body.is-dark .wizard-v1-wrapper .step-content .uploader .uploader-toolbar .left .uploader-actions .uploader-action .inner-action:hover {
	background: #45454b
}

body.is-dark .wizard-v1-wrapper .step-content .uploader .uploader-container .upload-wrapper .upload-box {
	border-color: #404046;
	background: #28282b
}

body.is-dark .wizard-v1-wrapper .step-content .uploader .uploader-container .upload-wrapper .upload-box:hover {
	border-color: #797bf2
}

body.is-dark .wizard-v1-wrapper .step-content .uploader .uploader-container .upload-wrapper .upload-box:hover .uploader-label i {
	color: #797bf2
}

body.is-dark .wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box {
	border-color: #404046;
	background: #323236
}

body.is-dark .wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-meta .name {
	color: #aaaab3
}

body.is-dark .wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-progress .size strong {
	color: #aaaab3
}

body.is-dark .wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-progress .progress {
	background: #28282b
}

body.is-dark .wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-actions .list-item-action:hover {
	background: #404046
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-header {
	text-align: center;
	max-width: 320px;
	margin: 0 auto
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-header .field {
	text-align: left
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-header .field .control .input {
	border-radius: 10px
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-header>img {
	display: block;
	margin: 0 auto;
	max-width: 300px
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-header .h-avatar {
	margin: 0 auto 12px auto
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-header p {
	font-size: 1rem;
	max-width: 540px;
	margin: 0 auto;
	line-height: 1.3
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body {
	max-width: 540px;
	margin: 20px auto
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .empty-wrap {
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .empty-wrap span {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	margin-bottom: 12px;
	text-align: left
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member>img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .meta {
	margin-left: 12px;
	line-height: 1.1
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .meta>span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: .8rem;
	text-transform: uppercase;
	color: #a2a5b9;
	padding: 8px 0 0 0
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .meta>p {
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
	font-weight: 500;
	color: #283252
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions {
	margin-right: 30px;
	width: 180px
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions .permission-levels {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions .permission-levels .permission-level {
	position: relative;
	cursor: pointer;
	z-index: 1
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions .permission-levels .permission-level .permission-level-inner {
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background: #cecece;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions .permission-levels .permission-level .permission-level-inner.is-active {
	background: var(--primary-color);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions .permission-levels .permissions-progress {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom: 0;
	z-index: 0
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions .permission-levels .permissions-progress::-webkit-progress-value {
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions .permission-levels .permissions-progress::-moz-progress-bar {
	-moz-transition: width .5s ease;
	transition: width .5s ease
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions .permission-levels .permissions-progress::-ms-fill {
	-ms-transition: width .5s ease;
	transition: width .5s ease
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .cancel-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	width: 34px;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	background: #fff;
	padding: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .cancel-button i {
	font-size: 12px;
	color: #a2a5b9
}

body.is-dark .wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member {
	border-color: #404046;
	background: #323236
}

body.is-dark .wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions .permission-levels .permission-level .permission-level-inner {
	background: #4f4f56
}

body.is-dark .wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions .permission-levels .permission-level .permission-level-inner.is-active {
	background: #797bf2
}

.wizard-v1-wrapper .step-content .tools-wrapper {
	max-width: 840px;
	margin: 0 auto
}

.wizard-v1-wrapper .step-content .tools-wrapper .tool-card {
	position: relative
}

.wizard-v1-wrapper .step-content .tools-wrapper .tool-card input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer
}

.wizard-v1-wrapper .step-content .tools-wrapper .tool-card input:checked+.tool-card-inner {
	border-color: var(--primary-color)
}

.wizard-v1-wrapper .step-content .tools-wrapper .tool-card input:checked+.tool-card-inner .flex-end .checkmark {
	opacity: 1
}

.wizard-v1-wrapper .step-content .tools-wrapper .tool-card .tool-card-inner {
	padding: 12px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px
}

.wizard-v1-wrapper .step-content .tools-wrapper .tool-card .tool-card-inner .media-flex-center .flex-end .checkmark {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
	width: 28px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	opacity: 0;
	color: var(--primary-color);
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .tools-wrapper .tool-card .tool-card-inner .media-flex-center .flex-end .checkmark svg {
	height: 14px;
	width: 14px;
	stroke-width: 3px
}

body.is-dark .wizard-v1-wrapper .step-content .tools-wrapper .tool-card input:checked+.tool-card-inner {
	border-color: #797bf2 !important
}

body.is-dark .wizard-v1-wrapper .step-content .tools-wrapper .tool-card .tool-card-inner {
	border-color: #404046;
	background: #323236
}

body.is-dark .wizard-v1-wrapper .step-content .tools-wrapper .tool-card .tool-card-inner .media-flex-center .flex-end .checkmark {
	border-color: #404046;
	background: #28282b;
	color: #797bf2
}

.wizard-v1-wrapper .step-content .project-preview-wrapper {
	position: relative
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f2f2f2;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-loader.is-active {
	opacity: 1;
	pointer-events: all
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-loader .loader {
	position: relative;
	top: 60px;
	height: 5rem;
	width: 5rem
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-header {
	text-align: center;
	max-width: 320px;
	margin: 0 auto
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-header>img {
	display: block;
	margin: 0 auto;
	max-width: 300px
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-header .h-avatar {
	position: relative;
	margin: 0 auto 12px auto
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-header .h-avatar .edit-icon {
	position: absolute;
	bottom: 2px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e5e5e5;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-header .h-avatar .edit-icon i {
	color: #a2a5b9;
	font-size: .9rem
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-header h3:hover .edit-icon {
	opacity: 1;
	pointer-events: all
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-header h3 .edit-icon {
	pointer-events: none;
	opacity: 0;
	font-size: 16px;
	color: #a2a5b9;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-header p {
	font-size: 1rem;
	max-width: 540px;
	margin: 0 auto;
	line-height: 1.3
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body {
	max-width: 640px;
	margin: 20px auto
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box {
	position: relative
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box:hover {
	border-color: var(--primary-color);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box:hover .edit-icon {
	opacity: 1;
	pointer-events: all
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .edit-box-placeholder {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .edit-box-placeholder.is-media {
	padding: 14px 0
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .edit-box-placeholder.is-list {
	padding: 20px 0
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .edit-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #f5f5f5;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .edit-icon i {
	font-size: .8rem
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box h4 {
	text-transform: uppercase;
	font-size: .8rem;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #283252;
	margin-bottom: 12px
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box>.media-flex-center {
	margin-bottom: 0
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-budget,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-due-date,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .attachments-count {
	height: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-budget .inner-block,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-due-date .inner-block,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .attachments-count .inner-block {
	text-align: center
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-budget .inner-block .budget,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-budget .inner-block .attachments,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-due-date .inner-block .budget,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-due-date .inner-block .attachments,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .attachments-count .inner-block .budget,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .attachments-count .inner-block .attachments {
	color: var(--primary-color);
	font-family: "Roboto", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-budget .inner-block .date,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-due-date .inner-block .date,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .attachments-count .inner-block .date {
	color: var(--primary-color);
	font-family: "Roboto", sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-budget .inner-block p,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-due-date .inner-block p,
.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .attachments-count .inner-block p {
	text-transform: uppercase;
	font-weight: 500;
	font-size: .8rem
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .media-list {
	padding-top: 10px
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .media-list .media-list-item {
	margin-bottom: 12px
}

.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .media-list .media-list-item .media-flex-center .flex-meta span:first-child {
	font-weight: 500
}

.wizard-v1-wrapper .step-content .end-placeholder {
	padding: 12px 0
}

.wizard-v1-wrapper .step-content .end-placeholder .button {
	min-width: 160px
}

body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-loader {
	background: #3b3b41
}

body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-header .h-avatar .edit-icon {
	border-color: #404046;
	background: #323236
}

body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box>h4 {
	color: #aaaab3
}

body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .edit-icon {
	border-color: #404046;
	background: #28282b
}

body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .edit-icon i {
	color: #a2a5b9
}

body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-budget>span,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-budget .date,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-budget .budget,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-due-date>span,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-due-date .date,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .estimated-due-date .budget,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .attachments>span,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .attachments .date,
body.is-dark .wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .edit-box .attachments .budget {
	color: #797bf2
}

@media only screen and (max-width: 767px) {
	.wizard-navigation .navbar-item.is-wizard-title .title-wrap span {
		display: none
	}

	.wizard-v1-wrapper .step-content .project-budget .project-budget-inner .budget-item .budget-item-inner {
		width: 58px
	}

	.wizard-v1-wrapper .step-content .uploader .template-list .template-list-item .preview-box .list-item-progress {
		min-width: 80px;
		max-width: 80px;
		margin-right: 20px
	}

	.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px
	}

	.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .meta {
		margin-bottom: 10px
	}

	.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .meta p {
		font-size: 1.2rem
	}

	.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions {
		margin: 10px auto
	}

	.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .permissions {
		margin: 0
	}

	.wizard-v1-wrapper .step-content .project-team-wrapper .project-team-body .members-list .invited-member .actions .button.is-circle {
		position: absolute;
		top: 10px;
		right: 10px
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.wizard-v1-wrapper .step-content .wizard-types .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.wizard-v1-wrapper .step-content .tools-wrapper .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.wizard-v1-wrapper .step-content .tools-wrapper .columns .column.is-4 {
		min-width: 50% !important
	}

	.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .columns .column.is-tablet-33 {
		min-width: 33.3% !important
	}

	.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .columns .column.is-tablet-50 {
		min-width: 50% !important
	}

	.wizard-v1-wrapper .step-content .project-preview-wrapper .project-preview-body .columns .column.is-tablet-100 {
		min-width: 100% !important
	}
}

/*! _inbox.scss | Huro | Css ninja 2020-2021 */
.inbox-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.inbox-wrapper .wrapper-inner {
	position: relative;
	height: 100%;
	width: 100%
}

.inbox-wrapper .wrapper-inner .inbox-sidebar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 20%;
	background: #fff;
	border-right: 1px solid #e5e5e5
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .header-area {
	height: 80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 20px
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .header-area .inbox-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	color: #283252;
	width: 100%;
	max-width: 100%
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .header-area .inbox-title .inbox-brand {
	margin-right: 16px
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .header-area .inbox-title .inbox-brand img {
	height: 40px;
	width: 40px;
	min-width: 40px
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .header-area .inbox-title label {
	display: block;
	margin-left: auto;
	-webkit-transform: scale(0.65);
	transform: scale(0.65)
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .header-area .inbox-close-sidebar-mobile {
	display: none
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner {
	position: relative;
	width: 100%;
	height: calc(100% - 80px)
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	width: 100%
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .compose-button {
	height: 40px;
	line-height: 1.8;
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fcfcfc;
	font-weight: 500;
	font-family: "Roboto", sans-serif
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .compose-button:hover {
	opacity: .8;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu {
	padding: 20px 0
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a {
	font-family: "Roboto", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 12px;
	border-radius: 100px
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a.is-active {
	background: #f5f5f5
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a.is-active span,
.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a.is-active i {
	color: #283252;
	font-weight: 500
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a.is-active svg {
	stroke: var(--primary-color)
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a.is-active .tag {
	display: inline
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a i {
	color: #999
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a svg {
	height: 16px;
	width: 16px;
	stroke: #a2a5b9
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a span {
	display: block;
	padding: 0 20px;
	color: #999
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a .tag {
	display: none;
	margin-left: auto;
	margin-bottom: 0;
	font-size: .85rem;
	height: 22px;
	background: #ff227d;
	padding: 0 12px;
	line-height: 1.8;
	color: #fcfcfc !important;
	border-radius: 100px
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu {
	position: absolute;
	bottom: 0;
	left: 0;
	height: calc(100% - 304px);
	width: 100%;
	border-top: 1px solid #ededed;
	overflow-y: auto
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	padding: 0 20px
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap .control {
	position: relative;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap .control input {
	height: 32px;
	padding-left: 32px
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap .control .form-icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap .control .form-icon i {
	color: #cecece;
	-webkit-transition: color .3s;
	transition: color .3s
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap .button {
	height: 36px;
	width: 36px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap .button:hover i {
	color: #283252
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap .button i {
	color: #cecece;
	-webkit-transition: color .3s;
	transition: color .3s
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap .button i.material-icons {
	font-size: 16px
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .contact-list {
	position: relative;
	top: 0;
	width: 100%;
	height: calc(100% - 60px);
	overflow-y: auto;
	padding: 20px
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .contact-list .contact-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 8px;
	border-radius: 100px;
	margin-bottom: 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .contact-list .contact-block:hover {
	background: #f5f5f5
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .contact-list .contact-block img {
	display: block;
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .contact-list .contact-block .contact-meta {
	margin-left: 12px
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .contact-list .contact-block .contact-meta span {
	display: block;
	font-size: .9rem
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .contact-list .contact-block .contact-meta span:first-child {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #283252
}

.inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .contact-list .contact-block .contact-meta span:nth-child(2) {
	font-family: "Roboto", sans-serif;
	color: #999
}

.inbox-wrapper .wrapper-inner .inbox-messages {
	position: absolute;
	top: 0;
	left: 20%;
	height: 100%;
	width: 32%;
	background: #fff;
	border-right: 1px solid #e5e5e5
}

.inbox-wrapper .wrapper-inner .inbox-messages .header-area {
	height: 80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 20px
}

.inbox-wrapper .wrapper-inner .inbox-messages .header-area .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inbox-wrapper .wrapper-inner .inbox-messages .header-area .actions .inbox-search {
	position: relative;
	margin-right: 6px
}

.inbox-wrapper .wrapper-inner .inbox-messages .header-area .actions .inbox-search input {
	height: 38px;
	min-width: 220px;
	padding-left: 42px
}

.inbox-wrapper .wrapper-inner .inbox-messages .header-area .actions .inbox-search input:focus+.form-icon i {
	color: #283252
}

.inbox-wrapper .wrapper-inner .inbox-messages .header-area .actions .inbox-search .form-icon {
	position: absolute;
	top: 1px;
	left: 4px;
	height: 38px;
	width: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inbox-wrapper .wrapper-inner .inbox-messages .header-area .actions .inbox-search .form-icon i {
	color: #cecece;
	-webkit-transition: color .3s;
	transition: color .3s
}

.inbox-wrapper .wrapper-inner .inbox-messages .header-area .actions .mobile-menu-action {
	display: none
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list {
	position: relative;
	height: calc(100% - 80px);
	width: 100%;
	overflow-y: auto
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px;
	cursor: pointer
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message.is-selected {
	background: #f7f7f7
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message.is-unread b {
	font-weight: 600
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message b {
	font-weight: 400
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message .message-meta {
	margin-left: 16px
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message .message-meta span {
	display: block
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message .message-meta span.name {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #283252
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message .message-meta span.email {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message .message-meta span.subject {
	font-family: "Roboto", sans-serif;
	font-size: .95rem;
	white-space: nowrap;
	overflow: hidden;
	max-width: 280px;
	text-overflow: ellipsis
}

.inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message .pushed {
	margin-left: auto;
	color: #999;
	font-size: .9rem
}

.inbox-wrapper .wrapper-inner .inbox-message-overlay {
	position: absolute;
	top: 0;
	left: 52%;
	height: 100%;
	width: 48%;
	z-index: -1;
	opacity: 0;
	background: #fff;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inbox-wrapper .wrapper-inner .inbox-message-overlay.is-active {
	opacity: 1;
	z-index: 1
}

.inbox-wrapper .wrapper-inner .inbox-message-overlay .loader {
	position: relative;
	height: 60px;
	width: 60px
}

.inbox-wrapper .wrapper-inner .inbox-message-details {
	position: absolute;
	top: 0;
	left: 52%;
	height: 100%;
	width: 48%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area {
	height: 80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 20px;
	background: #fff
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area .sender-pic {
	display: block;
	height: 44px;
	width: 44px;
	min-width: 44px;
	border-radius: 50%
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area .message-meta {
	margin-left: 12px;
	line-height: 1.3
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area .message-meta span {
	display: block
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area .message-meta .message-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	color: #283252
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area .message-meta .sender-email {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9;
	font-size: .95rem
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area .attachments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: 12px;
	font-size: 1.2rem
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area .attachments i {
	color: #a2a5b9
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area .attachments svg {
	stroke: #a2a5b9;
	height: 16px;
	width: 16px
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area .attachments span {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	display: block;
	margin-left: 4px
}

.inbox-wrapper .wrapper-inner .inbox-message-details .header-area .inbox-close-details-mobile {
	display: none
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper {
	position: relative;
	height: calc(100% - 80px);
	width: 100%;
	overflow-y: auto;
	background: #f4f6fb
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner {
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #ededed
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .message-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #ededed
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .message-head .info span {
	display: block
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .message-head .info span:first-child {
	font-family: "Montserrat", sans-serif;
	font-size: .95rem;
	font-weight: 600;
	color: #283252
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .message-head .info span:nth-child(2) {
	font-family: "Roboto", sans-serif;
	font-size: .9rem;
	color: #a2a5b9
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .message-head .message-actions {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .mail-content {
	padding: 40px 60px 30px 60px;
	font-family: "Roboto", sans-serif
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .attachments-list {
	padding: 0 60px 30px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .attachments-list .attachment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 6px 6px 16px;
	margin: 0 6px 6px 6px;
	border: 1px solid #ededed;
	background: #fff;
	border-radius: 100px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .attachments-list .attachment:hover {
	border-color: #ff227d;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .attachments-list .attachment:hover .download-icon {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	background: #ff227d;
	border-color: #ff227d;
	-webkit-box-shadow: 0 14px 26px -12px rgba(255, 34, 125, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 34, 125, .2);
	box-shadow: 0 14px 26px -12px rgba(255, 34, 125, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 34, 125, .2)
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .attachments-list .attachment:hover .download-icon i {
	color: #fff
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .attachments-list .attachment:hover .download-icon svg {
	stroke: #fff
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .attachments-list .attachment span {
	display: block;
	margin-right: 8px;
	font-size: .95rem;
	font-weight: 500;
	color: #283252;
	-webkit-transition: all .3s;
	transition: all .3s
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .attachments-list .attachment .download-icon {
	height: 24px;
	width: 24px;
	border: 1px solid #ededed;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .attachments-list .attachment .download-icon i {
	font-size: 12px;
	-webkit-transition: color .3s;
	transition: color .3s
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .attachments-list .attachment .download-icon svg {
	height: 16px;
	width: 16px
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap {
	position: relative;
	padding: 40px 30px 30px 30px
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble {
	position: relative;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
	width: 100%
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble:after,
.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble:before {
	bottom: 100%;
	left: 6%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 16px;
	margin-left: -16px
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble:before {
	border-color: rgba(237, 237, 237, 0);
	border-bottom-color: #e0e0e0;
	border-width: 17px;
	margin-left: -17px
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .reply-as {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .reply-as img {
	display: block;
	height: 32px;
	width: 32px;
	border-radius: 50%
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .reply-as .reply-details {
	margin-left: 12px
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .reply-as .reply-details span {
	display: block
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .reply-as .reply-details span:first-child {
	color: #283252;
	font-family: "Montserrat", sans-serif;
	font-weight: 600
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .reply-as .reply-details span:nth-child(2) {
	font-family: "Roboto", sans-serif;
	color: #a2a5b9
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .reply-as .dropdown {
	margin-left: auto
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .control {
	position: relative;
	margin-top: 16px
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .control .textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 52px;
	border: none
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .control .button {
	position: absolute;
	height: 38px;
	bottom: 8px;
	right: 8px;
	background: #ff227d;
	border-color: #ff227d;
	color: #fcfcfc;
	font-weight: 500
}

.inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .control .button:hover {
	-webkit-box-shadow: 0 14px 26px -12px rgba(255, 34, 125, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 34, 125, .2);
	box-shadow: 0 14px 26px -12px rgba(255, 34, 125, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 34, 125, .2)
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar {
	border-right: none
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .header-area {
	background: #232326;
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .header-area .inbox-title {
	color: #aaaab3
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu {
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .compose-button {
	background: #797bf2 !important;
	border-color: #797bf2 !important;
	color: #fcfcfc !important
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .compose-button:hover {
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a.is-active {
	background: #37373b
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a.is-active span {
	color: #fcfcfc
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a.is-active svg {
	stroke: #797bf2
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .inner-menu .inbox-menu ul li a.is-active .tag {
	background: #ff227d !important
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu {
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap h3 {
	color: #aaaab3
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap .search-button,
body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .title-wrap .cancel-search-button {
	background: none !important
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .contact-list .contact-block:hover {
	background: #37373b
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-sidebar .sidebar-inner .scroll-menu .contact-list .contact-block .contact-meta span:first-child {
	color: #aaaab3
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-messages {
	border-color: #404046;
	border-left: 1px solid #404046 !important
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-messages .header-area {
	background: #232326;
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-messages .messages-list {
	background: #2d2d31
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message {
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message.is-selected {
	background: #37373b
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message .message-meta span:first-child,
body.is-dark .inbox-wrapper .wrapper-inner .inbox-messages .messages-list .inbox-message .message-meta span.subject {
	color: #aaaab3
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details {
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .header-area {
	background: #232326;
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .header-area .message-meta span:first-child {
	color: #aaaab3
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .header-area .attachments span {
	color: #aaaab3
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper {
	background: #45454b
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner {
	background: #2d2d31;
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .message-head {
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .message-head .info span:first-child {
	color: #aaaab3
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .attachments-list .attachment {
	background: #28282b;
	border-color: #404046
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .attachments-list .attachment span {
	color: #aaaab3
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .attachments-list .attachment .download-icon {
	border-color: #37373b
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .message-inner .attachments-list .attachment .download-icon svg {
	stroke: #fcfcfc
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble {
	background-color: #28282b;
	border-color: #2d2d31
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble:before,
body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble:after {
	border-bottom-color: #28282b !important
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .reply-as .reply-details span:first-child {
	color: #aaaab3
}

body.is-dark .inbox-wrapper .wrapper-inner .inbox-message-details .message-wrapper .reply-box-wrap .reply-bubble .control .button {
	background: #ff227d;
	border-color: #ff227d;
	color: #fcfcfc
}

.inbox-action {
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 50%;
	border: 1px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.inbox-action:hover {
	border-color: #e3e3e3;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.inbox-action:hover svg {
	stroke: var(--primary-color)
}

.inbox-action.is-checked {
	border-color: #e5e5e5;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.inbox-action svg {
	height: 16px;
	width: 16px;
	stroke-width: 1.6px;
	stroke: #a2a5b9
}

.inbox-action i {
	padding: 0;
	-webkit-transition: color .3s;
	transition: color .3s
}

body.is-dark .inbox-action:hover {
	background: #28282b;
	border-color: #404046
}

body.is-dark .inbox-action:hover svg {
	stroke: #797bf2
}

.inbox-dropdown div>.button {
	height: 36px;
	width: 36px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 50%;
	background: transparent;
	border: 1px solid transparent
}

.inbox-dropdown div>.button:hover {
	border-color: #e3e3e3;
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important;
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
}

.inbox-dropdown div>.button i {
	padding: 0
}

.inbox-dropdown div>.button svg {
	height: 16px;
	width: 16px;
	stroke: #a2a5b9
}

.inbox-dropdown .dropdown-menu {
	width: 180px
}

.inbox-dropdown .dropdown-menu .dropdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	margin-bottom: 4px;
	padding-top: 8px;
	padding-bottom: 8px
}

.inbox-dropdown .dropdown-menu .dropdown-item i {
	color: #a2a5b9
}

.inbox-dropdown .dropdown-menu .dropdown-item svg {
	height: 16px;
	width: 16px;
	stroke: #a2a5b9
}

.inbox-dropdown .dropdown-menu .dropdown-item span {
	margin-left: 12px
}

body.is-dark .inbox-dropdown:hover div>.button {
	background: #28282b !important;
	border-color: #404046 !important
}

body.is-dark .inbox-dropdown div>.button {
	background: transparent !important;
	border-color: transparent !important
}

.compose-panel {
	position: fixed;
	top: 65px;
	right: 0;
	height: calc(100% - 65px);
	width: calc(48% - 40px);
	background: #fff;
	border-left: 1px solid #ededed;
	z-index: 10;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.compose-panel.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.compose-panel .header-area {
	height: 80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 20px
}

.compose-panel .header-area .panel-title {
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
	color: #283252
}

.compose-panel .header-area .dropdown {
	margin-left: 6px
}

.compose-panel .header-area .inbox-action {
	margin-left: auto
}

.compose-panel .panel-inner {
	position: relative;
	height: calc(100% - 80px);
	width: 100%;
	overflow-y: auto;
	padding: 60px
}

.compose-panel .panel-inner .field-wrap {
	width: 100%;
	margin-bottom: 20px
}

.compose-panel .panel-inner .field-wrap .field {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.compose-panel .panel-inner .field-wrap .field label {
	display: block;
	font-weight: 600;
	font-size: 1.1rem;
	text-align: right;
	color: #283252;
	margin-right: 20px;
	min-width: 60px
}

.compose-panel .panel-inner .field-wrap .field .control {
	position: relative;
	width: 100%
}

.compose-panel .panel-inner .field-wrap .field .control .compose-input {
	height: 38px;
	font-size: 1.1rem
}

.compose-panel .panel-inner .field-wrap .field .control .textarea {
	font-size: 1.1rem;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-bottom: 54px
}

.compose-panel .panel-inner .field-wrap .field .control .send-button {
	position: absolute;
	height: 38px;
	bottom: 8px;
	right: 8px;
	background: #ff227d;
	border-color: #ff227d;
	color: #fcfcfc;
	font-weight: 500
}

.compose-panel .panel-inner .field-wrap .field .control .send-button:hover {
	-webkit-box-shadow: 0 14px 26px -12px rgba(255, 34, 125, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 34, 125, .2);
	box-shadow: 0 14px 26px -12px rgba(255, 34, 125, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 34, 125, .2)
}

.compose-panel .panel-inner .field-wrap .field .control .attach-button {
	position: absolute;
	height: 38px;
	width: 38px;
	bottom: 8px;
	left: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.compose-panel .panel-inner .field-wrap .field .control .attach-button:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border-color: #283252
}

.compose-panel .panel-inner .field-wrap .field .control .attach-button i {
	font-size: 16px;
	color: #283252
}

@media(max-width: 767px) {
	.inbox-hidden-mobile {
		display: none !important
	}

	.inbox-messages,
	.inbox-sidebar,
	.inbox-message-details,
	.inbox-message-overlay {
		width: 100% !important
	}

	.inbox-messages,
	.inbox-sidebar,
	.inbox-message-overlay {
		left: 0 !important
	}

	.inbox-sidebar {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		z-index: 1 !important;
		-webkit-transition: all .3s !important;
		transition: all .3s !important
	}

	.inbox-sidebar.mobile-active {
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important
	}

	.inbox-sidebar .dropdown {
		display: none !important
	}

	.inbox-sidebar .inbox-close-sidebar-mobile {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.inbox-messages .mobile-menu-action {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.inbox-messages .mobile-menu-action svg {
		height: 22px;
		width: 22px
	}

	.inbox-messages .check-all-action {
		margin-right: 16px
	}

	.inbox-messages .inbox-message .pushed {
		display: none
	}

	.inbox-message-details {
		left: 0 !important;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	.inbox-message-details.mobile-active {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.inbox-message-details .header-area {
		padding: 0 10px !important
	}

	.inbox-message-details .header-area .sender-pic {
		display: none !important
	}

	.inbox-message-details .header-area .message-meta .message-title {
		font-size: 1rem !important
	}

	.inbox-message-details .header-area .message-meta .sender-email {
		font-size: .9rem !important
	}

	.inbox-message-details .header-area .attachments {
		font-size: 1rem !important
	}

	.inbox-message-details .header-area .dropdown {
		margin-left: auto !important
	}

	.inbox-message-details .header-area .inbox-close-details-mobile {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.inbox-message-details .message-inner .message-head .info {
		font-size: .9rem
	}

	.inbox-message-details .message-inner .mail-content {
		padding: 40px 20px 20px 20px !important
	}

	.inbox-message-details .message-inner .attachments-list .attachment {
		width: 100%
	}

	.inbox-message-details .message-inner .attachments-list .attachment .download-icon {
		margin-left: auto !important
	}

	.inbox-message-details .reply-box-wrap {
		padding-left: 10px !important;
		padding-right: 10px !important
	}

	.inbox-message-details .reply-box-wrap .reply-bubble:after,
	.inbox-message-details .reply-box-wrap .reply-bubble:before {
		left: 16% !important
	}

	.compose-panel {
		width: 100% !important
	}

	.compose-panel .panel-inner {
		padding: 20px !important
	}

	.compose-panel .panel-inner .field-wrap {
		margin-bottom: 8px !important
	}

	.compose-panel .panel-inner .field-wrap .field {
		display: block
	}

	.compose-panel .panel-inner .field-wrap .field label {
		text-align: left
	}

	.compose-panel .panel-inner .field-wrap .field .textarea {
		max-height: 210px !important
	}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
	.inbox-hidden-mobile {
		display: none !important
	}

	.inbox-messages,
	.inbox-sidebar,
	.inbox-message-details,
	.inbox-message-overlay {
		width: 100% !important
	}

	.inbox-messages,
	.inbox-sidebar,
	.inbox-message-overlay {
		left: 0 !important
	}

	.inbox-sidebar {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		z-index: 1 !important;
		-webkit-transition: all .3s !important;
		transition: all .3s !important
	}

	.inbox-sidebar.mobile-active {
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important
	}

	.inbox-sidebar .dropdown {
		display: none !important
	}

	.inbox-sidebar .inbox-close-sidebar-mobile {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.inbox-messages .mobile-menu-action {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.inbox-message-details {
		left: 0 !important;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	.inbox-message-details.mobile-active {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.inbox-message-details .header-area {
		padding: 0 10px !important
	}

	.inbox-message-details .header-area .attachments {
		font-size: 1rem !important
	}

	.inbox-message-details .header-area .dropdown {
		margin-left: auto !important
	}

	.inbox-message-details .header-area .inbox-close-details-mobile {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.inbox-message-details .message-inner .message-head .info {
		font-size: .9rem
	}

	.inbox-message-details .message-inner .mail-content {
		padding: 40px 20px 20px 20px !important
	}

	.inbox-message-details .message-inner .attachments-list .attachment {
		width: 100%
	}

	.inbox-message-details .message-inner .attachments-list .attachment .download-icon {
		margin-left: auto !important
	}

	.inbox-message-details .reply-box-wrap {
		padding-left: 10px !important;
		padding-right: 10px !important
	}

	.inbox-message-details .reply-box-wrap .reply-bubble:after,
	.inbox-message-details .reply-box-wrap .reply-bubble:before {
		left: 5% !important
	}

	.compose-panel {
		width: calc(100% - 80px) !important
	}

	.compose-panel .panel-inner {
		padding: 60px !important
	}

	.compose-panel .panel-inner .field-wrap {
		margin-bottom: 8px !important
	}

	.compose-panel .panel-inner .field-wrap .field {
		display: block
	}

	.compose-panel .panel-inner .field-wrap .field label {
		text-align: left
	}

	.compose-panel .panel-inner .field-wrap .field .textarea {
		max-height: 210px !important
	}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
	.inbox-hidden-mobile {
		display: none !important
	}

	.inbox-sidebar {
		width: 32% !important;
		z-index: 1
	}

	.inbox-messages {
		width: 68% !important;
		left: 32% !important
	}

	.inbox-message-details,
	.inbox-message-overlay {
		right: 0 !important;
		left: unset !important;
		width: 68% !important;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.inbox-message-details.tablet-active,
	.inbox-message-overlay.tablet-active {
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important
	}

	.inbox-message-details .header-area .dropdown {
		margin-left: auto !important
	}

	.inbox-message-details .header-area .inbox-close-details-mobile {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.compose-panel {
		width: 63% !important
	}
}

/*! _pages-marketing.scss | Huro | Css ninja 2020-2021 */
.marketing-hero {
	position: relative
}

.marketing-hero.is-left .hero-body h1,
.marketing-hero.is-right .hero-body h1 {
	max-width: 480px
}

.marketing-hero.is-left .hero-body h3,
.marketing-hero.is-right .hero-body h3 {
	max-width: 520px
}

.marketing-hero.is-centered {
	background: #f5f6fa
}

.marketing-hero.is-centered .hero-body .columns {
	padding-top: 6rem
}

.marketing-hero.is-centered .hero-body .title,
.marketing-hero.is-centered .hero-body .subtitle,
.marketing-hero.is-centered .hero-body .switch-wrapper {
	margin-left: auto;
	margin-right: auto
}

.marketing-hero.is-centered .hero-body h1 {
	max-width: 880px
}

.marketing-hero.is-centered .hero-body h3 {
	max-width: 520px
}

.marketing-hero.is-centered .hero-body .hero-mockup {
	max-width: 640px;
	margin: 0 auto
}

.marketing-hero.is-left,
.marketing-hero.is-centered {
	background: #f5f6fa
}

.marketing-hero.is-left .hexagon,
.marketing-hero.is-centered .hexagon {
	position: absolute;
	-webkit-animation: rotating 15s infinite;
	animation: rotating 15s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.marketing-hero.is-left .hexagon.hexagon-1,
.marketing-hero.is-centered .hexagon.hexagon-1 {
	top: -180px;
	left: -180px;
	height: 450px;
	width: 450px;
	-webkit-transform: rotate(39deg);
	transform: rotate(39deg)
}

.marketing-hero.is-left .hexagon.hexagon-2,
.marketing-hero.is-centered .hexagon.hexagon-2 {
	bottom: 80px;
	right: 80px;
	height: 360px;
	width: 360px;
	-webkit-transform: rotate(75deg);
	transform: rotate(75deg);
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.marketing-hero.is-left .hexagon.hexagon-3,
.marketing-hero.is-centered .hexagon.hexagon-3 {
	bottom: 40px;
	left: 40px;
	height: 190px;
	width: 190px;
	-webkit-transform: rotate(95deg);
	transform: rotate(95deg);
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.marketing-hero.is-left .hexagon.hexagon-4,
.marketing-hero.is-centered .hexagon.hexagon-4 {
	top: -155px;
	left: 50%;
	height: 230px;
	width: 230px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.marketing-hero.is-right {
	background: #f5f6fa
}

.marketing-hero.is-right .hexagon {
	position: absolute;
	-webkit-animation: rotating 15s infinite;
	animation: rotating 15s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.marketing-hero.is-right .hexagon.hexagon-1 {
	top: -180px;
	right: -180px;
	height: 450px;
	width: 450px;
	-webkit-transform: rotate(39deg);
	transform: rotate(39deg)
}

.marketing-hero.is-right .hexagon.hexagon-2 {
	bottom: 80px;
	left: 80px;
	height: 360px;
	width: 360px;
	-webkit-transform: rotate(75deg);
	transform: rotate(75deg);
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.marketing-hero.is-right .hexagon.hexagon-3 {
	bottom: 40px;
	right: 40px;
	height: 190px;
	width: 190px;
	-webkit-transform: rotate(95deg);
	transform: rotate(95deg);
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.marketing-hero.is-right .hexagon.hexagon-4 {
	top: -155px;
	left: 50%;
	height: 230px;
	width: 230px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.marketing-hero .hero-body .buttons .button {
	min-height: 44px;
	min-width: 140px
}

.marketing-hero .hero-body .hero-mockup {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border: 1px solid #dbdbdb;
	border-radius: .75rem
}

.landing-page-wrapper.is-dark .marketing-hero.is-left,
.landing-page-wrapper.is-dark .marketing-hero.is-right,
.landing-page-wrapper.is-dark .marketing-hero.is-centered {
	background: #080a0e
}

.landing-page-wrapper.is-dark .marketing-hero.is-left .hexagon,
.landing-page-wrapper.is-dark .marketing-hero.is-right .hexagon,
.landing-page-wrapper.is-dark .marketing-hero.is-centered .hexagon {
	opacity: .3
}

.landing-page-wrapper.is-dark .marketing-hero.is-left .hero-body .hero-mockup,
.landing-page-wrapper.is-dark .marketing-hero.is-right .hero-body .hero-mockup,
.landing-page-wrapper.is-dark .marketing-hero.is-centered .hero-body .hero-mockup {
	border-color: #1b202e
}

.landing-page-wrapper.is-dark .marketing-hero.is-left .hero-body .buttons .button:not(.is-outlined),
.landing-page-wrapper.is-dark .marketing-hero.is-right .hero-body .buttons .button:not(.is-outlined),
.landing-page-wrapper.is-dark .marketing-hero.is-centered .hero-body .buttons .button:not(.is-outlined) {
	background: #797bf2 !important;
	border-color: #797bf2 !important
}

.landing-page-wrapper.is-dark .marketing-hero.is-left .hero-body .buttons .button:not(.is-outlined):hover,
.landing-page-wrapper.is-dark .marketing-hero.is-right .hero-body .buttons .button:not(.is-outlined):hover,
.landing-page-wrapper.is-dark .marketing-hero.is-centered .hero-body .buttons .button:not(.is-outlined):hover {
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important
}

.landing-page-wrapper.is-dark .marketing-hero.is-left .hero-body .buttons .button.is-outlined,
.landing-page-wrapper.is-dark .marketing-hero.is-right .hero-body .buttons .button.is-outlined,
.landing-page-wrapper.is-dark .marketing-hero.is-centered .hero-body .buttons .button.is-outlined {
	color: #797bf2 !important;
	border-color: #797bf2 !important
}

.landing-page-wrapper.is-dark .marketing-hero.is-left .hero-body .buttons .button.is-outlined:hover,
.landing-page-wrapper.is-dark .marketing-hero.is-right .hero-body .buttons .button.is-outlined:hover,
.landing-page-wrapper.is-dark .marketing-hero.is-centered .hero-body .buttons .button.is-outlined:hover {
	background: #797bf2 !important;
	color: #fff !important;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important;
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2) !important
}

.centered-mockup-wrapper {
	margin: 2rem auto;
	max-width: 740px
}

.centered-mockup-wrapper .mockup-container {
	position: relative
}

.centered-mockup-wrapper .mockup-container .hexagon {
	position: absolute;
	-webkit-animation: rotating 15s infinite;
	animation: rotating 15s infinite
}

.centered-mockup-wrapper .mockup-container .hexagon.hexagon-1 {
	top: -110px;
	left: -110px;
	height: 230px;
	width: 230px;
	-webkit-transform: rotate(39deg);
	transform: rotate(39deg);
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.centered-mockup-wrapper .mockup-container .hexagon.hexagon-2 {
	bottom: 160px;
	right: -80px;
	height: 160px;
	width: 160px;
	-webkit-transform: rotate(75deg);
	transform: rotate(75deg);
	z-index: 2;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.centered-mockup-wrapper .mockup-container .hexagon.hexagon-3 {
	bottom: 60px;
	left: -180px;
	height: 100px;
	width: 100px;
	-webkit-transform: rotate(125deg);
	transform: rotate(125deg);
	z-index: 2;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.centered-mockup-wrapper img:not(.hexagon) {
	position: relative;
	border-radius: .75rem;
	z-index: 1
}

.centered-mockup-wrapper img:not(.hexagon).light-image-l {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border: 1px solid #dbdbdb
}

.centered-mockup-wrapper img:not(.hexagon).dark-image-l {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	border: 1px solid #404046
}

.landing-page-wrapper.is-dark .centered-mockup-wrapper .title {
	color: #fff !important
}

.landing-page-wrapper.is-dark .video-section .title {
	color: #fff !important
}

.landing-page-wrapper.is-dark .video-section .video-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid {
	border-color: #797bf2 !important;
	color: #797bf2 !important
}

.landing-page-wrapper.is-dark .video-section .video-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid:hover {
	background: #797bf2 !important
}

.landing-page-wrapper.is-dark .video-section .video-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid:hover svg {
	stroke: #fff !important;
	fill: #fff !important
}

.landing-page-wrapper.is-dark .video-section .video-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid svg {
	stroke: #797bf2 !important
}

.pricing-wrapper {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #9f9f9f;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1040px;
	margin: 0 auto
}

.pricing-wrapper .pricing-plan {
	width: calc(33.3% - 1.5rem);
	height: auto;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: .65rem;
	display: inline-block;
	padding: 24px;
	text-align: center;
	position: relative;
	margin: 0 .75rem;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.pricing-wrapper .pricing-plan:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.pricing-wrapper .pricing-plan.is-featured {
	border-color: var(--primary-color)
}

.pricing-wrapper .pricing-plan.is-featured::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 64px 64px 0 0;
	border-color: var(--primary-color) transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
	content: ""
}

.pricing-wrapper .pricing-plan.is-featured::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	color: #fff;
	position: absolute;
	left: 11px;
	top: 11px;
	text-shadow: 0 0 2px var(--primary-color);
	font-size: 1rem
}

.pricing-wrapper .pricing-plan .name {
	color: #283252;
	font-weight: 300;
	font-size: 2rem;
	margin-top: -5px
}

.pricing-wrapper .pricing-plan img {
	max-width: 55px;
	margin: 0 auto
}

.pricing-wrapper .pricing-plan .price {
	font-size: 1.8rem;
	margin: .75rem 0 1.5rem 0;
	font-weight: bold
}

.pricing-wrapper .pricing-plan .price::after {
	content: " /per month";
	font-size: 1rem;
	font-weight: normal;
	color: #a2a5b9
}

.pricing-wrapper .pricing-plan hr {
	background-color: #dbdbdb;
	border: none;
	height: 1px
}

.pricing-wrapper .pricing-plan .trial {
	font-size: .9rem;
	font-weight: 600;
	padding: 2px 21px 2px 21px;
	color: var(--primary-color);
	border: 1px solid #dbdbdb;
	display: inline-block;
	border-radius: 15px;
	background-color: #fff
}

.pricing-wrapper .pricing-plan ul {
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 29px
}

.pricing-wrapper .pricing-plan li {
	margin-bottom: 15px
}

.pricing-wrapper .pricing-plan li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: .9rem;
	color: #06d6a0;
	margin-right: 6px
}

.landing-page-wrapper.is-dark .pricing-wrapper .pricing-plan {
	border-color: #23293a;
	background: #171b27
}

.landing-page-wrapper.is-dark .pricing-wrapper .pricing-plan.is-featured {
	border-color: #797bf2
}

.landing-page-wrapper.is-dark .pricing-wrapper .pricing-plan.is-featured::before {
	border-color: #797bf2 transparent transparent transparent
}

.landing-page-wrapper.is-dark .pricing-wrapper .pricing-plan .name {
	color: #aaaab3
}

.landing-page-wrapper.is-dark .pricing-wrapper .pricing-plan .price {
	color: #fff
}

.landing-page-wrapper.is-dark .pricing-wrapper .pricing-plan .trial {
	color: #797bf2;
	border-color: #23293a;
	background: #10121a
}

.landing-page-wrapper.is-dark .pricing-wrapper .pricing-plan hr {
	background: #23293a
}

.landing-page-wrapper.is-dark .pricing-wrapper .pricing-plan li {
	color: #a2a5b9
}

.landing-page-wrapper.is-dark .pricing-wrapper .pricing-plan li strong {
	color: #fff
}

.card-icon-box {
	border: 1px solid #dbdbdb;
	border-radius: .65rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.card-icon-box:hover {
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.card-icon-box .h-icon {
	margin-bottom: .75rem
}

.landing-page-wrapper.is-dark .card-icon-box {
	border-color: #23293a;
	background: #141721
}

.landing-page-wrapper.is-dark .card-icon-box .h-icon {
	background: transparent;
	border: 2px solid #23293a
}

.landing-page-wrapper.is-dark .card-icon-box .title {
	color: #fff
}

.has-bg-dots {
	background-image: radial-gradient(circle, #f0f4ff 10%, transparent 15%), radial-gradient(circle, #f0f4ff 10%, transparent 15%);
	background-size: 50px 50px;
	background-position: 0 0, 0 0
}

.landing-page-wrapper.is-dark .has-bg-dots {
	background-image: radial-gradient(circle, #141721 10%, transparent 15%), radial-gradient(circle, #141721 10%, transparent 15%);
	background-size: 50px 50px;
	background-position: 0 0, 0 0
}

.boxed-cta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 430px;
	max-width: 1040px;
	margin: 0 auto;
	background: var(--primary-color);
	border-radius: 1rem;
	padding: 3rem;
	-webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
	overflow: hidden;
	margin-bottom: 5rem
}

.boxed-cta .h-avatar {
	position: absolute
}

.boxed-cta .h-avatar.h-avatar-1 {
	top: -7%;
	left: 4%
}

.boxed-cta .h-avatar.h-avatar-2 {
	top: 5%;
	right: 5%
}

.boxed-cta .h-avatar.h-avatar-3 {
	bottom: -9%;
	left: 5%
}

.boxed-cta .h-avatar.h-avatar-4 {
	bottom: -9%;
	right: 5%
}

.boxed-cta .h-avatar.h-avatar-5 {
	top: -7%;
	left: 50%
}

.boxed-cta .h-avatar.h-avatar-6 {
	top: 40%;
	right: -3%
}

.boxed-cta .h-avatar.h-avatar-7 {
	top: 30%;
	right: 12%
}

.boxed-cta .h-avatar.h-avatar-8 {
	bottom: 30%;
	right: 16%
}

.boxed-cta .h-avatar.h-avatar-9 {
	top: 9%;
	right: 21%
}

.boxed-cta .h-avatar.h-avatar-10 {
	top: 40%;
	left: -3%
}

.boxed-cta .h-avatar.h-avatar-11 {
	top: 30%;
	left: 12%
}

.boxed-cta .h-avatar.h-avatar-12 {
	bottom: 17%;
	left: 16%
}

.boxed-cta .h-avatar.h-avatar-13 {
	top: 9%;
	left: 21%
}

.boxed-cta .h-avatar.h-avatar-14 {
	bottom: 20%;
	left: 1%
}

.boxed-cta .h-avatar.h-avatar-15 {
	bottom: -7%;
	left: 39%
}

.boxed-cta .h-avatar.h-avatar-16 {
	bottom: 12%;
	right: 30%
}

.boxed-cta .h-avatar .avatar {
	border: 4px solid #7b2ce2
}

.boxed-cta .boxed-cta-content {
	max-width: 440px
}

.boxed-cta .boxed-cta-content .title,
.boxed-cta .boxed-cta-content .subtitle {
	color: #fff
}

.boxed-cta .boxed-cta-content .subtitle {
	opacity: .8
}

.boxed-cta .boxed-cta-content .h-button {
	min-height: 44px;
	min-width: 190px;
	font-weight: 600;
	color: var(--primary-color)
}

.landing-page-wrapper.is-dark .boxed-cta {
	background: #797bf2;
	-webkit-box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2);
	box-shadow: 0 14px 26px -12px rgba(121, 123, 242, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(121, 123, 242, .2)
}

.landing-page-wrapper.is-dark .boxed-cta .h-avatar .avatar {
	border-color: #9ea0f6
}

.landing-page-wrapper.is-dark .boxed-cta .boxed-cta-content .h-button {
	color: #797bf2
}

@media(max-width: 767px) {

	.marketing-hero.is-left,
	.marketing-hero.is-right,
	.marketing-hero.is-centered {
		text-align: center
	}

	.marketing-hero.is-left .hexagon.hexagon-1,
	.marketing-hero.is-right .hexagon.hexagon-1,
	.marketing-hero.is-centered .hexagon.hexagon-1 {
		top: -110px;
		left: -80px;
		height: 230px;
		width: 230px
	}

	.marketing-hero.is-left .hexagon.hexagon-2,
	.marketing-hero.is-right .hexagon.hexagon-2,
	.marketing-hero.is-centered .hexagon.hexagon-2 {
		bottom: 45px;
		right: -80px;
		height: 220px;
		width: 220px
	}

	.marketing-hero.is-left .hexagon.hexagon-3,
	.marketing-hero.is-right .hexagon.hexagon-3,
	.marketing-hero.is-centered .hexagon.hexagon-3 {
		bottom: 50%;
		left: -110px
	}

	.marketing-hero.is-left .hexagon.hexagon-4,
	.marketing-hero.is-right .hexagon.hexagon-4,
	.marketing-hero.is-centered .hexagon.hexagon-4 {
		top: -165px;
		left: 70%;
		height: 230px;
		width: 230px
	}

	.marketing-hero .hero-body .title,
	.marketing-hero .hero-body .subtitle {
		margin-left: auto;
		margin-right: auto
	}

	.marketing-hero .hero-body .title {
		font-size: 2.5rem
	}

	.marketing-hero .hero-body .buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 2rem
	}

	.marketing-hero .hero-body .switch-wrapper {
		margin: 0 auto
	}

	.marketing-hero .hero-body .hero-mockup {
		max-width: 100% !important;
		margin: 0 auto
	}

	.centered-mockup-wrapper .hexagon.hexagon-2 {
		bottom: 120px !important;
		right: -40px !important;
		height: 80px !important;
		width: 80px !important
	}

	.pricing-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.pricing-wrapper .pricing-plan {
		width: calc(100% - 1.5rem)
	}

	.pricing-wrapper .pricing-plan:not(:last-child) {
		margin-bottom: 1.5rem
	}

	.boxed-cta .h-avatar.h-avatar-12,
	.boxed-cta .h-avatar.h-avatar-9,
	.boxed-cta .h-avatar.h-avatar-8,
	.boxed-cta .h-avatar.h-avatar-11,
	.boxed-cta .h-avatar.h-avatar-4,
	.boxed-cta .h-avatar.h-avatar-6,
	.boxed-cta .h-avatar.h-avatar-1 {
		display: none
	}

	.boxed-cta .h-avatar.h-avatar-7 {
		right: -6%
	}

	.boxed-cta .h-avatar.h-avatar-13 {
		top: 3%;
		left: -4%
	}

	.boxed-cta .h-avatar.h-avatar-14 {
		left: -13%
	}

	.boxed-cta .h-avatar.h-avatar-15 {
		bottom: -4%;
		left: 48%
	}

	.boxed-cta .h-avatar.h-avatar-16 {
		right: -7%
	}

	.boxed-cta .boxed-cta-content .title {
		font-size: 2.5rem
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.marketing-hero.is-centered {
		text-align: center
	}

	.marketing-hero.is-centered .hexagon.hexagon-2 {
		bottom: 45px;
		right: -80px
	}

	.marketing-hero.is-centered .hexagon.hexagon-3 {
		bottom: 50%;
		left: -110px
	}

	.marketing-hero.is-left {
		text-align: center
	}

	.marketing-hero.is-left .hexagon.hexagon-2 {
		bottom: 45px;
		right: -80px
	}

	.marketing-hero.is-left .hexagon.hexagon-3 {
		bottom: 50%;
		left: -110px
	}

	.marketing-hero.is-right {
		text-align: center
	}

	.marketing-hero.is-right .hexagon.hexagon-2 {
		bottom: 45px;
		right: -80px
	}

	.marketing-hero.is-right .hexagon.hexagon-3 {
		bottom: 50%;
		left: -110px
	}

	.marketing-hero .hero-body .title,
	.marketing-hero .hero-body .subtitle {
		margin-left: auto;
		margin-right: auto
	}

	.marketing-hero .hero-body .buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 2rem
	}

	.marketing-hero .hero-body .switch-wrapper {
		margin: 0 auto
	}

	.marketing-hero .hero-body .hero-mockup {
		max-width: 640px;
		margin: 0 auto
	}

	.card-icon-boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.card-icon-boxes .column {
		min-width: 50%;
		width: 50%
	}

	.centered-mockup-wrapper {
		max-width: 640px
	}

	.centered-mockup-wrapper .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.video-section .columns .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 480px;
		margin: 0 auto
	}

	.video-section .columns .columns .column {
		min-width: 50%;
		width: 50%
	}

	.boxed-cta .h-avatar.h-avatar-12,
	.boxed-cta .h-avatar.h-avatar-9,
	.boxed-cta .h-avatar.h-avatar-8,
	.boxed-cta .h-avatar.h-avatar-11 {
		display: none
	}
}

/*! _responsive.scss | Huro | Css ninja 2020-2021 */
@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {

	.pageloader,
	.infraloader {
		width: calc(100% - 60px) !important;
		left: 60px !important
	}

	.navbar-brand {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.main-sidebar {
		width: 60px !important
	}

	.main-sidebar.has-labels .sidebar-inner .icon-menu li a::after,
	.main-sidebar.has-labels .sidebar-inner .bottom-menu li a::after {
		left: -30px
	}

	.main-sidebar.is-float {
		width: 56px !important;
		margin-left: 4px
	}

	.main-sidebar.is-float:not(.is-bordered) .sidebar-brand {
		width: 56px !important
	}

	.main-sidebar.is-float:not(.is-bordered) .sidebar-inner .icon-menu li,
	.main-sidebar.is-float:not(.is-bordered) .sidebar-inner .bottom-menu li {
		width: 56px !important
	}

	.main-sidebar.is-float.is-bordered {
		width: 60px !important
	}

	.main-sidebar.is-float.is-bordered .sidebar-brand {
		width: 60px !important
	}

	.main-sidebar.is-float.is-bordered .sidebar-inner .icon-menu li,
	.main-sidebar.is-float.is-bordered .sidebar-inner .bottom-menu li {
		width: 60px !important
	}

	.main-sidebar.is-float .sidebar-inner .bottom-menu {
		padding-bottom: 0 !important;
		bottom: -3px !important
	}

	.main-sidebar .sidebar-brand {
		width: 60px !important
	}

	.main-sidebar .sidebar-inner li {
		width: 60px !important
	}

	.main-sidebar .sidebar-inner .profile-dropdown .dropdown-trigger img {
		height: 42px !important;
		width: 42px !important
	}

	.sidebar-panel {
		-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
		box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
	}

	.sidebar-panel .panel-close {
		display: block !important
	}

	.sidebar-panel,
	.sidebar-search {
		left: 60px
	}

	.mobile-main-sidebar,
	.mobile-subsidebar {
		display: none !important
	}

	.view-wrapper {
		margin-left: 300px !important;
		width: calc(100% - 300px) !important;

	}

	.view-wrapper.is-pushed-messages {
		margin-left: 140px !important;
		width: calc(100% - 140px) !important
	}

	.view-wrapper.is-webapp .is-stuck {
		margin-left: 0 !important;
		width: 100% !important
	}

	.page-title.is-project-details .huro-hamburger {
		margin-left: -4px !important
	}

	.page-title.is-pulled-lg .huro-hamburger {
		margin-left: 0 !important
	}

	.page-content {
		padding: 0 30px !important
	}

	.is-stuck {
		margin-left: 60px !important;
		width: calc(100% - 60px) !important
	}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {

	.infraloader,
	.pageloader {
		width: 100% !important;
		left: 0 !important
	}

	.webapp-navbar,
	.circular-menu,
	.webapp-navbar-clean {
		display: none
	}

	.mobile-navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.navbar-brand {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 60px
	}

	.navbar-brand .brand-start {
		width: 90px
	}

	.navbar-brand .brand-start .navbar-burger {
		height: 60px;
		width: 60px
	}

	.navbar-brand .is-brand {
		padding: 0 !important
	}

	.navbar-brand .brand-end {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90px;
		margin-right: 20px
	}

	.navbar-brand .is-notification.is-active .navbar-link,
	.navbar-brand .is-notification:hover .navbar-link {
		background: transparent !important
	}

	.navbar-brand .is-notification.is-active .navbar-dropdown,
	.navbar-brand .is-notification:hover .navbar-dropdown {
		display: block !important
	}

	.navbar-brand .is-notification .navbar-dropdown {
		position: absolute;
		display: none;
		position: absolute;
		top: 100%;
		z-index: 3;
		background: #fff;
		border-radius: 6px;
		border: 1px solid #ededed;
		-webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
		box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1)
	}

	.toolbar .toolbar-notifications {
		display: none
	}

	.huro-hamburger:not(.is-visible) {
		display: none !important
	}

	/* .main-sidebar,
    .sidebar {
        display: none
    } */

	/* .sidebar-panel {
        display: none !important;
        left: 0 !important;
        z-index: 100 !important;
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
        box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
    } */

	.sidebar-panel .panel-close {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.view-wrapper {
		/* width: 100% !important; */
		/* margin-left: 0 !important; */
		/* margin-top: 60px !important; */
		padding-left: 40px;
		padding-right: 40px
	}

	.view-wrapper.is-webapp {
		padding-top: 70px !important;
		margin-top: 0 !important
	}

	.view-wrapper.is-explore {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.page-title.is-webapp {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-top: 0
	}

	.page-title.is-project-details .huro-hamburger {
		margin-left: 7px !important
	}

	.page-content {
		padding: 0 10px
	}

	.page-content.is-explore {
		padding: 0 !important
	}

	.is-stuck {
		top: 60px !important;
		margin-left: 0 !important;
		width: 100% !important;
		padding-right: 20px !important
	}
}

@media(max-width: 767px) {

	.infraloader,
	.pageloader {
		width: 100% !important;
		left: 0 !important
	}

	.mobile-navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.webapp-navbar,
	.circular-menu,
	.webapp-navbar-clean {
		display: none
	}

	.navbar-brand {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 60px
	}

	.navbar-brand .brand-start {
		width: 90px
	}

	.navbar-brand .brand-start .navbar-burger {
		height: 60px;
		width: 60px
	}

	.navbar-brand .is-brand {
		padding: 0 !important
	}

	.navbar-brand .brand-end {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90px;
		margin-right: 20px
	}

	.navbar-brand .is-notification.is-active .navbar-link,
	.navbar-brand .is-notification:hover .navbar-link {
		background: transparent !important
	}

	.navbar-brand .is-notification.is-active .navbar-dropdown,
	.navbar-brand .is-notification:hover .navbar-dropdown {
		display: block !important
	}

	.navbar-brand .is-notification .navbar-dropdown {
		position: absolute;
		display: none;
		position: absolute;
		top: 100%;
		z-index: 3;
		background: #fff;
		border-radius: 6px;
		border: 1px solid #ededed;
		-webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
		box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1)
	}

	.toolbar .toolbar-notifications {
		display: none
	}

	.huro-hamburger:not(.is-visible) {
		display: none !important
	}

	/* .sidebar-panel {
        display: none !important;
        left: 0 !important;
        z-index: 100 !important;
        border-right: 1px solid #ededed !important;
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
        box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
    } */

	.sidebar-panel .subpanel-header {
		height: 60px !important;
		background: #fafafa
	}

	.sidebar-panel .subpanel-header svg {
		stroke: #999
	}

	/* .main-sidebar,
    .sidebar {
        display: none
    } */

	.view-wrapper {
		/* width: 100% !important; */
		/* margin-left: 0 !important; */
		/* margin-top: 60px !important */
	}

	.view-wrapper.is-webapp {
		padding-top: 0 !important
	}

	.message-field-wrapper .control {
		width: 100%;
	}

	.sidebar-panel {
		width: 160px;
	}

	.view-wrapper.is-pushed-full {
		margin-left: 240px;
		width: calc(100% - 240px) !important;
	}

	.sidebar-panel .inner {
		width: 100%;
	}

	.page-title {
		/* margin-top: 20px */
	}

	.page-title.is-webapp {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-top: 0
	}

	.page-title.is-project-details .huro-hamburger {
		margin-left: -4px !important
	}

	.page-title .title-wrap {
		margin-left: 0
	}

	.page-content {
		padding: 0 10px 0 10px !important
	}

	.page-content.projects-content {
		padding: 0 16px
	}

	.is-stuck {
		top: 59px !important;
		margin-left: 0 !important;
		width: 100% !important;
		padding-right: 20px !important
	}
}

@media only screen and (min-device-width: 1025px)and (orientation: landscape) {
	.panel-close {
		display: none !important
	}

	.mobile-main-sidebar,
	.mobile-subsidebar {
		display: none !important
	}
}

@media only screen and (min-device-width: 1024px)and (max-device-height: 1366px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait) {

	.webapp-navbar,
	.webapp-navbar-clean {
		display: block !important
	}

	.page-title.is-webapp {
		display: none !important
	}
}

@media only screen and (max-width: 767px) {
	.h-hidden-mobile {
		display: none !important
	}

	.h-only-mobile {
		display: block !important
	}

	.h-only-mobile-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
	.h-hidden-tablet-p {
		display: none !important
	}

	.is-flex-tablet-p {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.h-only-tablet-p {
		display: block !important
	}

	.h-only-tablet-p-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
	.h-hidden-tablet-l {
		display: none !important
	}

	.is-flex-tablet-l {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.h-only-tablet-l {
		display: block !important
	}
}

@media only screen and (min-width: 768px)and (orientation: landscape) {
	.h-only-mobile {
		display: block !important
	}

	.h-only-mobile-flex {
		display: none !important
	}

	.h-only-tablet-p {
		display: none !important
	}

	.h-only-tablet-p-flex {
		display: none !important
	}
}

@media only screen and (min-width: 1025px) {
	.h-hidden-desktop {
		display: none !important
	}
}

/*! _dark.scss | Huro | Css ninja 2020-2021 */
html.is-dark,
body.is-dark {
	background: #3b3b41
}

html.is-dark.is-chat-side-collapsed,
body.is-dark.is-chat-side-collapsed {
	background: #2f2f33 !important
}

html.is-dark.opened,
body.is-dark.opened {
	background: #2f2f33
}

html.is-dark .pageloader,
body.is-dark .pageloader {
	background: #3b3b41
}

html.is-dark .infraloader,
body.is-dark .infraloader {
	background: #48484e !important
}

html.is-dark .page-title h1,
body.is-dark .page-title h1 {
	color: #d4d4d4
}

html.is-dark .menu-toggle i,
body.is-dark .menu-toggle i {
	background: #797bf2
}

html.is-dark .view-wrapper,
html.is-dark .minimal-wrapper,
body.is-dark .view-wrapper,
body.is-dark .minimal-wrapper {
	background: #3b3b41;
	border-color: #3b3b41
}

html.is-dark .app-wrapper,
body.is-dark .app-wrapper {
	background: #3b3b41 !important
}

html.is-dark .zoom-overlay,
body.is-dark .zoom-overlay {
	background: #3b3b41;
	border-color: #3b3b41
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url("/assets/fonts/ajax-loader.gif") center center no-repeat
}

@font-face {
	font-family: "slick";
	src: url("/assets/fonts/slick.eot");
	src: url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/slick.woff") format("woff"), url("/assets/fonts/slick.ttf") format("truetype"), url("/assets/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

.search-type .card-header-icon {
	padding: 0px;
}

body.is-dark .el-pager li.active {
	border-color: #797bf2 !important;
	background: #797bf2 !important;
}

.field-site {
	float: right;
	clear: both;
	margin-top: 10px;
}

::-webkit-scrollbar {
	display: none;
}

/* .card-grid.card-grid-v4 .card-grid-item>img{
height:236px ;
} */