body,
html {
	background-color: #eaedf2;
	color: #3a3d4f;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

body {
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
	display: block
}

a {
	text-decoration: none;
	outline: none;
}

p,
form,
input,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
hr,
span,
blockquote,
fieldset {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style-type: none;
	list-style-position: outside
}

ol li {
	list-style-position: inside
}

img {
	border: 0px
}

input,
textarea,
select,
button {
	border-radius: 0px;
	border: none;
	color: #3a3d4f;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	resize: none;
	outline: none;
}

::selection {
	background-color: #333e50;
	color: #fff;
}

* {
	box-sizing: border-box;
}

strong {
	font-weight: 700
}

.generalWrap {
	margin: auto;
	max-width: 1100px;
}


/*----------- loginWrap -----------*/
.loginWrap {
	display: grid;
	height: 100dvh;
}

.loginWrap .logLogo {
	background-color: #333e50;
	border-radius: 4px 4px 0 0;
	left: -40px;
	margin: -36px 0 24px 0;
	padding: 22px;
	position: relative;
	width: calc(100% + 80px);
}

.loginWrap .logLogo svg {
	display: block;
	margin: auto;
	width: 120px;
}

.loginWrap .generalForm {
	margin: auto;
}

.loginWrap .wBox {
	background-color: #fff;
	border-radius: 4px;
	padding: 36px 40px;
}

.loginWrap .generalForm input {
	margin-bottom: 18px !important;
	padding: 11px 13px !important;
	width: 330px !important;
}

.loginWrap h2 {
	color: #567aac;
	display: table;
	font-size: 1.25em;
	font-weight: 600;
	margin: 30px auto 14px auto;
	text-align: center;
}

.loginWrap .btnWrap {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: auto auto;
}

.loginWrap .forget {
	color: #617799;
	display: table;
	font-size: 1em;
	margin-top: 10px;
	text-decoration: underline;
}

.loginWrap .privacy {
	color: #7588a7;
	font-size: .95em;
	margin-top: 14px;
	text-align: center;
}

@media only screen and (max-width:470px) {
	.loginWrap .generalForm {
		border-left: 22px solid transparent;
		border-right: 22px solid transparent;
		width: 100%;
	}

	.loginWrap .logLogo {
		left: -24px;
		margin: -22px 0 18px 0;
		width: calc(100% + 48px);
	}

	.loginWrap .wBox {
		padding: 22px 24px
	}

	.loginWrap h2 {
		margin: 18px auto 14px auto
	}

	.loginWrap .generalForm input {
		width: 100% !important
	}

	.loginWrap .forget {
		font-size: .95em
	}
}


/*----------- header -----------*/
header {
	background-color: #333e50;
	display: none;
	height: 52px;
}

#navBtn,
#closeMenu {
	background-color: #333e50;
	border-radius: 0 0 4px 0;
	color: #b0d135;
	font-size: 1.5em;
	height: 52px;
	left: 0;
	line-height: 52px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 52px;
	z-index: 1000;
}

#closeMenu {
	display: none
}

@media only screen and (max-width:1030px) {

	header,
	#closeMenu {
		display: block
	}
}


/*----------- nav -----------*/
nav {
	background-color: #333e50;
	height: 100dvh;
	left: 0;
	padding: 65px 4px 30px 4px;
	position: fixed;
	top: 0;
	width: 260px;
	z-index: 2000;
	display: block;
}

nav #logo {
	display: grid;
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

nav #logo svg {
	display: table;
	margin: auto;
	width: 130px;
}

nav .title {
	color: #fff;
	font-size: .8em;
	font-weight: 700;
	margin-top: 18px;
	text-transform: uppercase;
}

nav .scrollMenu {
	height: calc(100dvh - 152px);
	padding: 0 26px;
}

nav .scrollMenu .fLi {
	position: relative;
}

nav .scrollMenu .fLi>a {
	color: #9eacc2;
	display: block;
	padding: 12px 20px 12px 34px;
	transition: all 0.3s ease;
}

nav .scrollMenu .fLi>a:hover {
	color: #c8d0dc;
}

nav .scrollMenu .fLi>a>i {
	left: 0;
	position: absolute;
	top: 14px;
}

nav .scrollMenu .fLi.current:before {
	background-color: #b0d135;
	content: "";
	height: 100%;
	left: -26px;
	position: absolute;
	top: 0;
	width: 3px;
}

nav .scrollMenu .fLi.current>a {
	color: #fff;
}

nav .scrollMenu .fLi.current>a i {
	color: #b0d135;
}

nav .scrollMenu .fLi>a span {
	position: absolute;
	right: 0;
	top: 13px;
	transition: all 0.3s ease;
}

nav .scrollMenu .fLi .open span {
	transform: rotate(90deg);
}

nav .scrollMenu .fLi>ul {
	display: none;
}

nav .scrollMenu .fLi>ul li a {
	color: #9eacc2;
	display: block;
	font-size: .96em;
	padding: 8px 0 8px 34px;
	transition: all 0.3s ease;
}

nav .scrollMenu .fLi>ul li a:hover,
nav .scrollMenu .fLi>ul li.current a {
	color: #fff;
}

nav .user {
	background-color: #404e65;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 0;
	position: absolute;
	transition: all 0.3s ease;
	width: 100%;
}

nav .user .nameU {
	align-items: center;
	color: #fff;
	display: flex;
	flex-grow: 1;
	gap: 12px;
	overflow: hidden;
	padding: 20px;
	transition: all 0.3s ease;
}

nav .user .nameU:hover {
	color: #b0d135;
}

nav .user .nameU i {
	font-size: 1.6em;
}

nav .user .nameU p {
	font-size: .96em;
	font-weight: 600;
}

nav .user .logoutU {
	background-color: #46556e;
	display: flex;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease;
	width: 54px;
}

nav .user .logoutU:hover {
	color: #d45028;
}

nav .user .logoutU i {
	margin: auto;
}

.simplebar-track.simplebar-vertical {
	width: 5px !important
}

.simplebar-scrollbar::before {
	background-color: #7f91ae !important;
	left: 0 !important;
	right: 0 !important;
}

@media only screen and (max-width:1030px) {
	nav {
		opacity: 0;
		padding: 54px 4px 30px 4px;
		visibility: hidden;
		width: 100%
	}

	nav.visible {
		opacity: 1;
		visibility: visible
	}

	nav .scrollMenu {
		height: calc(100dvh - 130px)
	}

	nav #logo {
		display: none
	}
}


/*----------- section -----------*/
section {
	margin-left: 260px;
	max-width: 1280px;
	padding: 34px 40px 40px 40px;
}

section.withBtn {
	padding: 34px 40px 100px 40px
}

section h1 {
	color: #333e50;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 22px;
}

section h1 a {
	text-decoration: underline;
}

section h1 .sectionName {
	color: #617799;
	font-size: .9em;
	font-weight: 500;
	padding-left: 2px;
}

section .back {
	color: #617799;
	margin-right: 12px;
	transition: all 0.3s ease;
}

section .back:hover {
	color: #a7c82d;
}

.whiteBlock {
	background-color: #fff;
	border-radius: 4px;
	padding: 24px;
}

.whiteBlock.extra {
	padding: 40px;
}

.whiteBlock.editor {
	padding: 40px;
}

.whiteBlock.margin {
	margin-top: 24px;
}

@media only screen and (max-width:1030px) {
	section {
		margin-left: 0
	}
}

@media only screen and (max-width:800px) {
	section {
		padding: 24px 30px 30px 30px
	}

	section.withBtn {
		padding: 24px 30px 70px 30px
	}

	section h1 {
		font-size: 1.5em;
		margin-bottom: 12px
	}

	section h1 .sectionName {
		display: block;
		padding-bottom: 4px;
		padding-left: 0
	}
}

@media only screen and (max-width:500px) {
	section {
		padding: 14px 20px 20px 20px
	}

	section.withBtn {
		padding: 14px 20px 90px 20px
	}

	.whiteBlock {
		padding: 18px
	}

	.whiteBlock.extra {
		padding: 22px 24px
	}

	.whiteBlock.editor {
		padding: 22px 24px
	}
}


/*----------- mainTable -----------*/
.mainTable {
	border-spacing: 0;
	font-size: .96em;
	width: 100%;
}

.mainTable.single {
	margin-top: 10px;
}

.mainTable tr:hover {
	box-shadow: 0 0 14px rgba(40, 40, 40, .1);
}

.mainTable tr.noShadow {
	box-shadow: none
}

.mainTable th {
	border-bottom: 2px solid #d2d8e2;
	border-top: 2px solid #d2d8e2;
	color: #333e50;
	font-weight: 700;
	text-align: left;
	user-select: none;
}

.mainTable th p {
	padding: 14px
}

.mainTable td {
	border-bottom: 1px solid #dce1e9;
	color: #546784;
}

.mainTable td p {
	padding: 11px 14px
}

.mainTable td.wrapSelect {
	padding: 0 14px
}

.mainTable .disable p {
	text-decoration: line-through;
}

.mainTable td img {
	/* border-bottom: 10px solid #fff;
	border-top: 10px solid #fff; */
	max-width: 80px;
}

.mainTable .center {
	text-align: center;
}

.mainTable .options {
	font-size: 0;
	padding: 10px 14px;
	position: relative;
	text-align: center;
}

.mainTable .options.left {
	text-align: left;
}

.mainTable .options a {
	color: #546784;
	display: inline-block;
	font-size: 19px;
	padding: 8px;
	position: relative;
	transition: all 0.3s ease;
}
.mainTable .options a.disabled {
	color: #b3becf;
}
.mainTable .options a.warning {
	color: #d45028;
}

.mainTable .options a:hover {
	color: #a7c82d;
}

.mainTable .options a[href$="#"] {
	color: #546784 !important;
	cursor: default;
	pointer-events: none;
}

.mainTable .options a em {
	background-color: #567aac;
	border-radius: 4px;
	color: #fff;
	display: none;
	font-size: .58em;
	font-style: normal;
	font-weight: 600;
	left: 50%;
	letter-spacing: 1px;
	padding: 2px 7px;
	position: absolute;
	top: -19px;
	transition: all 0.3s ease;
	transform: translateX(-50%);
	white-space: nowrap;
}

.mainTable .options a em.warning {
	background-color: #d45028;
}

.mainTable .options a:hover em {
	display: inline-block;
}

.mainTable .options a strong {
	background-color: #567aac;
	border-radius: 4px;
	color: #fff;
	display: none;
	font-size: .65em;
	font-style: normal;
	font-weight: 600;
	left: -133px;
	padding: 5px 10px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 8px;
	transition: all 0.3s ease;
	width: 90px;
	white-space: nowrap;
	z-index: 10;
}

.mainTable .options a strong.show {
	display: block;
}

.mainTable .disable .options a {
	color: #b3becf;
}

.mainTable .disable .options a:hover {
	color: #567aac;
}

.mainTable .lock td p .fa-lock {
	color: #d45028;
	margin-left: 10px;
}

.mainTable .disableBtn {
	color: #fff !important;
	pointer-events: none;
	position: relative !important;
	text-decoration: none !important;
}

.mainTable .disableBtn:before {
	color: #546784;
	content: "\f05e";
	font: var(--fa-font-solid);
	left: 50%;
	position: absolute;
	text-decoration: none;
	top: 45%;
	transform: translate(-50%, -50%);
	-webkit-font-smoothing: antialiased;
	z-index: 10;
}

.grabBlock {
	cursor: move;
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: .3em;
	margin: auto;
	position: relative;
	top: -4px;
	user-select: none;
	width: 20px;
	word-wrap: break-word;
}

.grabBlock:before {
	content: "................";
}

.ghostTd {
	background: #fffceb;
}

.folderLine {
	color: #567aac;
	font-weight: 600;
	transition: all 0.3s ease;
}

.folderLine:hover {
	color: #a7c82d;
}

.folderLine i,
.archiveLine i,
.normalPage i {
	font-size: 1.1em;
	margin-right: 9px;
	top: 1px;
}

.archiveLine i {
	color: #a7c82d;
	font-size: 1.25em;
	margin-right: 6px;
}

.mainTable .nP {
	background-color: #567aac;
	border-radius: 2px;
	color: #fff;
	font-size: .85em;
	margin-left: 6px;
	padding: 2px 5px;
}

@media only screen and (max-width:880px) {
	.mainTable thead {
		display: none;
	}

	.mainTable tr {
		border: 1px solid #c7cfdc;
		border-bottom-width: 2px;
		display: block;
		margin-bottom: 20px;
		padding: 2px 14px;
	}

	.mainTable tr:last-child {
		margin-bottom: 0
	}

	.mainTable td {
		display: block;
		text-align: left !important;
	}

	.mainTable td:before {
		color: #333e50;
		content: attr(data-label);
		font-weight: 700;
		position: relative;
		top: 10px;
	}

	.mainTable td:last-child {
		border-bottom: none;
	}

	.mainTable .options {
		padding: 10px 0 4px 0;
		text-align: left
	}

	.mainTable .options a em {
		display: none !important
	}

	.mainTable .hideMobile {
		display: none
	}

	.mainTable td p {
		padding: 11px 0
	}

	.mainTable td.wrapSelect {
		padding: 0
	}
}

@media only screen and (max-width:600px) {
	.mainTable .options a strong {
		background-color: #546784;
		border-radius: 4px;
		color: #fff;
		display: none;
		font-size: .65em;
		font-style: normal;
		font-weight: 600;
		left: -1px;
		padding: 5px 10px;
		position: absolute;
		text-align: center;
		top: -26px;
		transition: all 0.3s ease;
		width: 150px;
		white-space: nowrap;
		z-index: 10;
	}
}


/*----------- topTable -----------*/
.topTable {
	background-color: #fff;
	margin-top: -20px;
	padding: 20px 0;
	position: sticky;
	top: 0;
	z-index: 10;
}

.topTable:before {
	background-color: #dce1e9;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.topTable input,
.topTable select {
	font-size: .95em !important;
	margin-bottom: 0 !important;
	padding: 9px 13px !important;
}

.topTable select {
	padding: 9px 28px 9px 13px !important;
}

.topTable button {
	padding: 7px !important;
}

.addItem {
	background-color: #c4e646;
	border-radius: 4px;
	box-shadow: 0 0 0 3px #fff;
	color: #333e50;
	display: block;
	font-size: .96em;
	font-weight: 700;
	padding: 10px 17px;
	text-align: center;
	transition: all 0.3s ease;
}

.addItem.delete {
	background-color: #d45028;
	color: #fff;
}
.addItem.default {
	background-color: #567aac;
	color: #fff;
}

.addItem:hover {
	box-shadow: 0 0 0 3px #e5f4af;
}

.addItem i {
	margin-right: 9px;
}

.flexend {
	display: flex;
	justify-content: end;
	margin-top: 14px;
}

.clearSearch {
	color: #d45028;
	cursor: pointer;
	padding: 6px 10px;
	position: absolute;
	right: 2px;
	top: 3px;
}

.topTable .allOptions {
	visibility: hidden;
}

.topTable .allOptions.show {
	visibility: visible;
}

.topTable .allOptions a {
	color: #567aac;
	display: inline-block;
	font-size: 1.2em;
	padding: 8px 6px;
	transition: all 0.3s ease;
}

.topTable .allOptions a:hover {
	color: #a7c82d;
}

.deleteOption,
.deleteOption2,
.deleteOption3 {
	display: none;
	padding-left: 3px;
}

.deleteOption.show,
.deleteOption2.show,
.deleteOption3.show {
	display: block;
}

.deleteOption a,
.deleteOption2 a,
.deleteOption3 a {
	color: #546784;
	display: inline-block;
	font-size: 1.2em;
	padding: 8px 10px;
	transition: all 0.3s ease;
}

.deleteOption a:hover,
.deleteOption2 a:hover,
.deleteOption3 a:hover {
	color: #a7c82d
}

@media only screen and (max-width:880px) {
	.topTable {
		position: relative
	}
}

@media only screen and (max-width:600px) {
	.topTable {
		background-color: transparent;
	}

	.topTable .allOptions {
		display: none
	}
}


/*----------- generalForm -----------*/
.generalForm fieldset {
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 36px 42px;
}

.generalForm fieldset legend {
	color: #006db6;
	display: table;
	font-size: 1.8em;
	font-weight: 500;
	margin: auto;
	padding: 0 15px;
	text-align: center;
	z-index: 100;
}

.generalForm label {
	display: block;
}

.generalForm .title {
	color: #567aac;
	display: block;
	font-size: .83em;
	font-weight: 700;
	letter-spacing: .2px;
	margin-bottom: 6px;
	position: relative;
	text-transform: uppercase;
}

.generalForm .title .img {
	font-weight: 600;
	text-transform: initial;
}

.generalForm .title>i {
	color: #a7c82d;
	font-size: 1.35em;
	font-style: normal;
	font-weight: 500;
	left: -12px;
	position: absolute;
	top: -2px;
	transition: all 0.3s ease;
}

.generalForm .title em {
	font-weight: 400;
	padding-left: 14px;
}

.generalForm .title em i {
	color: #95a7c0;
	margin-right: 6px;
}

.generalForm label > input[type="text"],
.generalForm label > input[type="number"],
.generalForm label > div > input[type="text"],
.generalForm label > div > input[type="number"],
.loginWrap .generalForm  input[type="text"],
.generalForm input[type="date"],
.generalForm input[type="email"],
.generalForm input[type="password"],
.generalForm input[type="file"],
.generalForm .dateInput,
.generalForm select,
.generalForm textarea {
	border: 1px solid #9ca7bb;
	border-radius: 4px;
	display: block;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 24px;
	outline: none;
	padding: 10px 13px;
	width: 100%;
}

.generalForm textarea {
	overflow: hidden;
	overflow-y: auto;
}

.generalForm input[type="file"] {
	font-size: .95em;
	padding: 9px 13px;
}

.generalForm input[type="text"].error,
.generalForm input[type="email"].error,
.generalForm input[type="password"].error,
.generalForm input[type="file"].error,
.generalForm select.error,
.generalForm textarea.error {
	border-color: #d45028;
}

.generalForm input[readonly="readonly"] {
	background-color: #f2f2f2 !important;
	border: 1px solid #c5c5c5 !important
}

.generalForm select[disabled="disabled"] {
	background-color: #f2f2f2 !important;
	border: 1px solid #c5c5c5 !important
}

.generalForm select {
	background-color: #fff;
	background-image: url(../../img/wpanel/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 24px;
	margin-bottom: 24px;
	padding: 10px 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.generalForm select.small {
	font-size: .9em;
	margin-bottom: 0;
	padding: 8px 30px 8px 8px;
	width: initial;
}

.generalForm input[type="text"]:focus,
.generalForm input[type="number"]:focus,
.generalForm textarea:focus,
.generalForm select:focus {
	border-color: #b0d135;
}

.generalForm .mChoice {
	color: #5c6b82;
	display: table;
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 12px 2px;
}

/* .generalForm .mChoice:last-of-type {
	margin: 0 0 24px 2px;
} */
.generalForm .mChoice.inline {
	display: inline-block;
	margin: 4px 20px 12px 2px;
}

.generalForm .mChoice input {
	margin-right: 7px;
}

.generalForm input[type="submit"],
.generalForm button[type="submit"],
.generalForm .lBtn {
	background-color: #617799;
	box-shadow: 0 0 0 3px transparent;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: table;
	font-size: .96em;
	font-weight: 700;
	outline: none;
	padding: 9px 13px;
	transition: all 0.3s ease;
}

.generalForm input[type="submit"]:hover,
.generalForm button[type="submit"]:hover,
.generalForm .lBtn:hover {
	box-shadow: 0 0 0 3px #d2d9e3;
}

.generalForm input[type="submit"].big,
.generalForm button[type="submit"].big,
.generalForm .lBtn.big {
	font-size: 1em;
	padding: 11px 18px;
}

.generalForm input[type="submit"].green,
.generalForm button[type="submit"].green,
.generalForm .lBtn.green {
	background-color: #c4e646;
	color: #333e50;
}

.generalForm input[type="submit"].green:hover,
.generalForm button[type="submit"].green:hover,
.generalForm .lBtn.green:hover {
	box-shadow: 0 0 0 3px #e5f4af;
}

.generalForm input[type="submit"].red,
.generalForm button[type="submit"].red,
.generalForm .lBtn.red {
	background-color: #d45028; 
	color: #fff; 
}

.generalForm input[type="submit"].red:hover,
.generalForm button[type="submit"].red:hover,
.generalForm .lBtn.red:hover {
	box-shadow: 0 0 0 3px #ff754a; 
}

.generalForm input[type="submit"].grey,
.generalForm button[type="submit"].grey,
.generalForm .lBtn.grey {
	background-color: #8390a3;
	color: #fff;
}

.generalForm input[type="submit"].inline,
.generalForm button[type="submit"].inline,
.generalForm .lBtn.inline {
	display: inline-block;
	margin-right: 5px;
}

.generalForm .wrapEditor {
	margin-bottom: 25px;
}

.generalForm .wrapEditor:last-child {
	margin-bottom: 0;
}

.btnFixed {
	background-color: rgba(255, 255, 255, .95);
	bottom: 0;
	box-shadow: 0 0 40px rgba(196, 204, 217, .5);
	left: 0;
	/* max-width: 1545px; */
	padding: 19px 40px 19px 300px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.highlightContent {
	/*background-color: #f2f4f7;*/
	box-shadow: 0 0 8px rgba(64, 78, 101, .15);
	border-left: 3px solid #a7c82d;
	border-radius: 0 4px 4px 0;
	margin-bottom: 24px;
	padding: 18px 22px 8px 22px;
}

.highlightContent2 {
	border: 2px dashed #ced4de;
	border-radius: 0.5em;
	padding: 20px 26px 8px 26px;
}

@media only screen and (max-width:1030px) {
	.btnFixed {
		padding: 19px 40px 19px 40px;
	}
}

@media only screen and (max-width:880px) {
	.generalForm select.small {
		margin: 16px 0
	}
}

@media only screen and (max-width:800px) {
	.btnFixed {
		padding: 14px 25px
	}

	.highlightContent2 {
		padding: 14px 20px 0 20px
	}
}

@media only screen and (max-width:500px) {
	.btnFixed {
		padding: 14px 15px
	}

	.generalForm .mChoice.inline {
		display: block
	}
}


/*----------- pagination -----------*/
.pagination {
	display: flex;
	justify-content: flex-end;
	margin-top: 22px;
	padding-right: 20px;
}

.pagination a {
	border-radius: 4px;
	color: #617799;
	font-size: .96em;
	font-weight: 600;
	margin: 0 3px;
	padding: 6px 12px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.pagination a:hover {
	background-color: #eff2f6;
}

.pagination li.active a {
	background-color: #c4e646;
	color: #333e50;
	font-weight: 600;
}


/*----------- breadcrumb -----------*/
#breadcrumb i {
	color: #7f91ae;
	font-size: .85em;
	padding: 0 8px;
}

#breadcrumb a {
	color: #3a3d4f;
	font-size: .95em;
	font-weight: 500;
}

#breadcrumb a:hover,
#breadcrumb .current {
	text-decoration: underline;
}

#breadcrumb .current {
	cursor: default;
}

@media only screen and (max-width:800px) {
	#breadcrumb {
		margin: -15px 0 14px 0
	}
}


/*----------- misc -----------*/
input[type="radio"] {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #567aac;
	cursor: pointer;
	height: 14px;
	outline: none;
	top: 2px;
	width: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="radio"]:hover {
	background-color: #efefef
}

input[type="radio"]:checked {
	background-color: #567aac;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px #567aac;
}

input[type="checkbox"] {
	background-color: #fff;
	box-shadow: 0 0 0 1px #567aac;
	cursor: pointer;
	height: 13px;
	outline: none;
	top: 1px;
	width: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"]:hover {
	background-color: #efefef
}

input[type="checkbox"]:checked {
	background-color: #567aac;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px #567aac;
}

input[type="checkbox"]:disabled {
	box-shadow: 0 0 0 1px #b1b1b1;
	opacity: .6;
	pointer-events: none;
}

.col50 {
	display: grid;
	grid-gap: 0 30px;
	grid-template-columns: repeat(2, 1fr);
}

.col33 {
	display: grid;
	grid-gap: 0 30px;
	grid-template-columns: repeat(3, 1fr);
}

.wrapImg {
	display: table;
}

.wrapImg img {
	border-radius: 4px;
	max-width: 360px;
	width: 100%;
}

.wrapImg .delete {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	color: #d45028;
	display: table;
	font-size: 1.8em;
	line-height: .9em;
	position: absolute;
	right: 12px;
	top: 11px;
}

.addIcons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 10px 0;
}

.addIcons a {
	color: #3a3d4f;
	text-align: center;
	transition: all 0.3s ease;
}

.addIcons a:nth-child(1) {
	border-right: 1px solid #dce1e9;
}

.addIcons a i {
	color: #a7c82d;
	font-size: 2.4em;
	transition: all 0.3s ease;
}

.addIcons a:hover i {
	color: #567aac;
}

.addIcons a span {
	display: block;
	font-size: .85em;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 10px;
	text-transform: uppercase;
}

.swal2-title {
	font-size: 1.7em !important;
}

.wrapIcon {
	background-color: #f2f4f7;
	border-radius: 4px;
	color: #567aac;
	display: inline-block;
	font-size: 1.3em;
	margin-bottom: 24px;
	padding: 8px 10px;
	vertical-align: middle;
}

.changeIcon {
	border-bottom: 1px solid #9fa1b1;
	color: #3a3d4f;
	display: inline-block;
	font-size: .95em;
	font-weight: 500;
	margin-left: 9px;
	margin-top: -27px;
	vertical-align: middle;
	transition: all 0.3s ease;
}

.changeIcon:hover {
	border-color: #849ec2;
	color: #567aac;
}

.subTitle {
	color: #567aac;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 32px 0 10px 0;
	position: relative;
	text-transform: uppercase;
	z-index: 110;
}

.subTitle .img {
	font-weight: 600;
	text-transform: initial;
}

.subTitle:first-child {
	margin: 0 0 10px 0;
}

.subTitle>i {
	margin-right: 8px;
}

.info {
	color: #a7c82d;
	font-size: 1rem;
	margin-left: 4px;
}

.info:hover {
	color: #333e50;
}

.sizeImg {
	border: 1px solid #c8d4e4;
	border-radius: 24px;
	display: table;
	font-weight: 600;
	margin: auto;
	padding: 10px 16px;
}

.addVid {
	background-color: #567aac;
	border-radius: 4px;
	box-shadow: 0 0 0 3px #fff;
	color: #fff;
	display: table;
	font-size: .96em;
	font-weight: 700;
	margin: 0 auto 20px auto;
	padding: 7px 15px 8px 15px;
	transition: all 0.3s ease;
}

.addVid:hover {
	box-shadow: 0 0 0 3px #d3ddea;
}

.addVid i {
	margin-right: 9px;
}

.logout {
	color: #d45028;
	font-weight: 600;
	display: table;
	margin: auto;
	padding: 14px 0;
}

.logout i {
	margin-right: 8px
}

.profileSub {
	color: #a7c82d;
	display: block;
	font-size: .92em;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.overflow-hidden {
	overflow: hidden;
}

.ck .ck-sticky-panel .ck-sticky-panel__content_sticky {
	position: static !important;
}

.noResults {
	color: #6f7b8f;
	font-size: 1.5rem;
	padding: 80px 20px 40px 20px;
	text-align: center;
}

.noResults i {
	margin-right: 10px;
}

@media only screen and (max-width:800px) {
	.col33 {
		grid-template-columns: 1fr
	}
}

@media only screen and (max-width:700px) {
	.col50 {
		grid-template-columns: 1fr
	}
}


/*----------- modal -----------*/
.blocker {
	background-color: rgba(38, 46, 59, .5) !important;
	z-index: 1000 !important;
}

.modal {
	border-radius: 4px !important;
	box-shadow: 0 0 10px rgba(38, 46, 59, .3) !important;
	padding: 26px 30px !important;
}

.modal.v2 {
	max-width: 800px !important;
}

.modal a.close-modal {
	background-color: #333e50;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcxMEM4MDkyQzBEMTExRUNBREFFOURGMjA2RkFEMEFBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcxMEM4MDkzQzBEMTExRUNBREFFOURGMjA2RkFEMEFBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzEwQzgwOTBDMEQxMTFFQ0FEQUU5REYyMDZGQUQwQUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzEwQzgwOTFDMEQxMTFFQ0FEQUU5REYyMDZGQUQwQUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Edij5AAAA/ElEQVR42uza3QqDMAyGYZWBDG84Fzu8CmEbDLsIPRhM/E2DkDfwHTbkAdG2WKeUqkjVVMEKMGDAgAEDBgwYMGDAgAEDBgz4cM9O057o0eYezdXBU7+HZtC8NHKgh+S1Q+5lO+N0iWeYLv2X7FgvM+s7yxmtwW2aLzmITbnnZcFLg4vxmsuA9wLcsCXBWyGu2NLgNZA71gO8hHbHeoG3osVjFi/wGlq85gi3l+aR5qXFZ4mNR/itZajDQ7jjYbgLgEbTn3wkf9F97mk2Y13gP61p93bXfDTvE5d4N81TM1oOVwLMvTRgwIABAwYMGDBgwIABAwYMGLBrfQUYADVda9Y17ozyAAAAAElFTkSuQmCC) !important;
	border-radius: 50%;
}

.modal h2 {
	background-color: #f2f4f7;
	border-radius: 4px 4px 0 0;
	color: #617799;
	font-size: 1.3em;
	font-weight: 600;
	left: -30px;
	margin: -26px 0 24px 0;
	padding: 13px;
	position: relative;
	text-align: center;
	width: calc(100% + 60px);
}

.modal p {
	font-size: 1em;
	margin-bottom: 16px;
}

.modal p:last-of-type {
	margin-bottom: 0;
}

.center {
	text-align: center;
}

.yCode {
	padding: 4px 0;
}

.yCode span {
	border: 1px solid #a7c82d;
	display: inline-block;
	font-weight: 600;
	margin-left: 3px;
	padding: 2px 6px;
}

@media only screen and (max-width:600px) {
	.modal {
		padding: 18px 22px !important;
		width: 99% !important
	}

	.modal h2 {
		left: -22px;
		margin: -18px 0 20px 0;
		width: calc(100% + 44px)
	}
}


/*----------- filepond -----------*/
.filepond--root {
	font-family: 'Nunito Sans', sans-serif !important;
	margin-bottom: 24px !important;
}

.editor0 .filepond--root {
	margin-bottom: 0 !important;
}

.filepond--root .filepond--credits {
	display: none !important;
}

.filepond--drip {
	background-color: #fff !important;
	border: 2px dashed #ced4de;
	opacity: 1 !important;
}

.filepond--drop-label.filepond--drop-label label {
	color: #567aac !important;
	font-weight: 700;
}

.filepond--drop-label.filepond--drop-label label i {
	margin-right: 8px;
}

.filepond--item {
	width: calc(25% - 0.5em);
}

.filepond--image-preview-wrapper {
	background-color: #333e50 !important;
}

.filepond--image-preview {
	background: transparent !important;
}

.filepond--image-preview-overlay-idle {
	color: rgba(51, 62, 80, 0.85) !important;
}

.filepond--item-panel {
	background-color: #404e65 !important;
}

@media only screen and (max-width:800px) {
	.filepond--item {
		width: calc(50% - 0.5em)
	}
}

@media only screen and (max-width:500px) {
	.filepond--item {
		width: calc(100% - 0.5em)
	}
}


/*----------- dashBox -----------*/
#dashBox {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}

#dashBox>div {
	background-color: #fff;
	border-radius: 4px;
	padding: 34px;
}

#dashBox .welcome {
	grid-column: span 2;
}

#dashBox h1 {
	font-weight: 400;
	font-size: 1.6em;
	margin-bottom: 0;
}

#dashBox h1 span {
	font-weight: 700;
}

#dashBox h1 i {
	color: #a7c82d;
	margin-right: 12px;
}

#dashBox h2 {
	color: #567aac;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 16px;
}

#dashBox h2 i {
	margin-right: 10px;
}

#dashBox p {
	line-height: 1.45em;
	margin-bottom: 16px;
}

#dashBox p:last-of-type {
	margin-bottom: 0;
}

#dashBox p a {
	color: #a7c82d;
	font-weight: 700;
	text-decoration: underline;
}

@media only screen and (max-width:790px) {
	#dashBox {
		grid-gap: 18px;
		grid-template-columns: repeat(1, 1fr)
	}

	#dashBox .welcome {
		grid-column: span 1
	}
}

@media only screen and (max-width:580px) {
	#dashBox>div {
		padding: 24px
	}

	#dashBox>div:nth-child(1) {
		margin-top: 8px
	}

	#dashBox h1 {
		font-size: 1.4em
	}

	#dashBox h1 i {
		display: block;
		margin: 14px 0 20px 0
	}
}


/*----------- datedropper -----------*/
div.datedropper .picker ul.pick.pick-d li div {
	position: static !important;
}

:root {
	--dd-color1: #a7c82d !important;
	--dd-color2: white;
	--dd-color3: #4D4D4D;
	--dd-color4: white;
	--dd-radius: 6px;
	--dd-width: 180px;
	--dd-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

.fccPick {
	--dd-color1: #a7c82d !important;
}


/*----------- cols -----------*/
.row {
	display: flex;
	flex-wrap: wrap;
}

.col {
	flex: 1 0 0%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-8 {
	flex: 0 0 auto;
	width: 80%;
}

.position-relative {
	position: relative;
}

.z-2000 {
	z-index: 2001;
}

.bgPhoto {
	background-color: #333e50;
	border: 8px solid #333e50;
	border-radius: 4px;
}

.bgPhoto::after {
	background: linear-gradient(0deg, rgba(47, 58, 75, 0) 0%, rgba(16, 22, 33, 0.8) 100%);
	border-radius: 4px;
	content: "";
	height: 60px;
	left: -8px;
	position: absolute;
	top: -8px;
	width: calc(100% + 16px);
}

.bgPhoto img {
	display: table;
	margin: auto;
	max-height: 210px;
	max-width: 100%;
}

.bgPhoto2 {
	background-color: #f2f4f7;
	border: 8px solid #f2f4f7;
	border-radius: 4px;
}

.bgPhoto2::after {
	background: linear-gradient(0deg, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.6) 100%);
	border-radius: 4px;
	content: "";
	height: 60px;
	left: -8px;
	position: absolute;
	top: -8px;
	width: calc(100% + 16px);
}

.bgPhoto2 img {
	display: table;
	margin: auto;
	max-height: 120px;
	min-height: 120px;
	max-width: 100%;
	object-fit: contain !important;
}

.deletePhoto {
	background-color: #d45028;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: .8em;
	height: 25px;
	left: 0;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.3s ease;
	width: 25px;
	z-index: 100;
}

.deletePhoto:hover {
	background-color: #333e50;
	color: #ff754a;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-3 {
	margin-bottom: 24px !important;
}

.g-3 {
	gap: 28px;
}

@media (max-width:576px) {

	.col,
	.col-auto,
	.col-4,
	.col-6,
	.col-8 {
		flex: 0 0 auto;
		width: 100%;
	}

	.g-3 {
		gap: 0;
	}
}


/*----------- imgExample -----------*/
.imgExample {
	display: table;
	margin: 0 auto 24px auto;
	position: relative;
	width: 70%;
}

.imgExample img {
	border: 2px solid #eaedf2;
	width: 100%;
}

.exText {
	background-color: #616f86;
	border-radius: 4px;
	color: #fff;
	font-size: .9em;
	font-weight: 600;
	padding: 4px 10px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 10px;
}

@media (max-width:576px) {
	.imgExample {
		width: 100%
	}

	.exText {
		font-size: .8em;
		padding: 4px 8px;
	}
}


/*----------- pList -----------*/
.pList li {
	border-bottom: 1px solid #dce1e9;
	color: #546784;
	cursor: pointer;
	font-weight: 600;
	padding: 9px 0;
}

.pList li i {
	color: #567aac;
	margin-right: 8px;
}

.pList li:hover {
	color: #567aac;
}

.pLoad {
	color: #b0d135;
	font-size: 3em;
	text-align: center;
}

.pLoad i {
	margin: auto;
}


/*----------- alert -----------*/
.alert {
	font-weight: 600;
	padding: 14px 20px;
}

.alert li {
	padding: 2px 0;
}

.alert-danger {
	background-color: #f8d7da;
	border: 1px solid #f1aeb5;
	border-radius: 4px;
	color: #58151c;
	margin-top: 20px;
}

.alert-success {
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	border-radius: 4px;
	color: #155724;
	margin-top: 20px;
}


/*----------- roles -----------*/
.userRole {
	border-bottom: 1px solid #dee4ec;
	padding: 12px 0 0 0;
}

.userRole:last-child {
	border-bottom: none;
}

.wrapSubCheck {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	padding: 0 0 0 26px;
}

.wrapCheck .mChoice.v2 {
	color: #567aac;
}

@media (max-width:1000px) {
	.wrapSubCheck {
		gap: 0;
		flex-direction: column;
	}
}


/*----------- switch -----------*/
.wrapSwitch {
	margin: 10px 0;
}

.wrapSwitch>span {
	margin-left: 8px;
}

.switch {
	display: inline-block;
	position: relative;
	width: 42px;
	height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #a7c82d;
}

input:focus+.slider {
	box-shadow: 0 0 1px #a7c82d;
}

input:checked+.slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


/*----------- dfOptions -----------*/
.dfOptions {
	align-items: center;
	display: grid;
	grid-gap: 9px;
	grid-template-columns: repeat(7, auto);
	justify-content: center;
	margin-top: 30px;
}

.dfOptions p {
	color: #567aac;
	font-weight: 700;
	padding-right: 2px;
	text-transform: uppercase;
}

.dfOptions button {
	border: 1px solid #a7c82d;
	border-radius: 4px;
	color: #3a3d4f;
	font-size: .96em;
	font-weight: 600;
	padding: 6px 12px 7px 12px;
	transition: all 0.3s ease;
}

.dfOptions button:hover {
	box-shadow: 0 0 0 3px rgba(225, 238, 177, .4);
}

.dfOptions .cancel {
	border: 1px solid rgba(44, 44, 44, .1);
	box-shadow: none !important;
	color: #d45028;
}

#questions {
	left: -40px;
	overflow: hidden;
	width: calc(100% + 80px);
}

.questionWrap {
	border-bottom: 1px solid #dce1e9;
	display: grid;
	grid-gap: 12px 14px;
	grid-template-columns: auto 82px;
	padding: 23px 40px;
	transition: all 0.3s ease;
}

.questionWrap:first-of-type {
	border-top: 1px solid #dce1e9;
	margin: 12px 0 0 0;
}

.questionWrap:hover {
	box-shadow: 0 0 14px rgba(40, 40, 40, .1);
}

.questionWrap h3 {
	color: #567aac;
	font-size: 1em;
	font-weight: 600;
}

.questionWrap h3 span {
	background-color: #a7c82d;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin-right: 12px;
	min-width: 32px;
	padding: 3px 6px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	text-align: center;
}

.questionWrap h3 em {
	background-color: #567aac;
	border-radius: 2px;
	color: #fff;
	font-size: .83em;
	font-style: normal;
	margin-left: 6px;
	padding: 2px 8px 4px 8px;
	position: relative;
	top: -1px;
}

.questionWrap .options {
	margin-top: 34px;
}

.questionWrap .options a {
	color: #546784;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	padding: 8px;
	position: static;
	text-decoration: underline;
	transition: all 0.3s ease;
	vertical-align: middle;
}

.questionWrap .options a:hover {
	color: #a7c82d;
}

.questionWrap .options .grabBlock {
	display: inline-block;
	height: 40px;
	top: 0;
	vertical-align: middle;
	width: 38.5px;
}

.questionWrap .options .grabBlock:before {
	display: block;
	margin: auto;
	padding: 4px 0 0 1px;
	width: 22px;
}

.questionWrap .mandatory {
	font-size: .95em;
	grid-column: span 2;
	padding-left: 48px;
}

.questionWrap .mChoice.inline {
	margin: 0 20px 0 2px !important;
}

.editQuestion {
	margin: 8px 0 0 48px !important;
	width: calc(100% - 48px) !important;
}

.listBox {
	margin-top: 14px;
	padding-left: 72px;
}

.listBox .rowList {
	align-items: flex-end;
	display: grid;
	grid-template-columns: auto 42px;
}

.listBox .rowList input {
	font-size: .95em !important;
	margin: 12px 0 0 0 !important;
	padding: 8px 11px !important;
}

.listBox .rowList p {
	border: 1px solid #9ca7bb;
	border-radius: 4px;
	font-size: .95em;
	font-weight: 600;
	margin: 12px 0 0 0;
	outline: none;
	padding: 8px 11px;
}

.listBox .rowList .deleteList {
	color: #546784;
	font-size: 1.1em;
	padding: 8px 10px;
	text-align: center;
	transition: all 0.3s ease;
}

.addSubOption {
	color: #567aac;
	font-weight: 600;
	margin-top: 8px;
}

/*----------- fTabs -----------*/
.fTabs {
	gap: 8px;
	margin-bottom: 3em;
}

.fTabs li {
	align-items: center;
	border: 2px solid #a7c82d;
	border-radius: 5px;
	color: #87a613;
	display: flex;
	font-size: .95em;
	font-weight: 600;
}

.fTabs li a {
	display: inline-block;
	padding: 7px 12px;
}

.fTabs li .setting {
	padding: 7px 12px;
}

.fTabs li:hover {
	border-color: #567aac;
	color: #567aac;
}

.fTabs li.current {
	background-color: #567aac;
	border-color: #567aac;
	color: #fff;
	font-weight: 700;
}

.fTabs .edit {
	color: #9397ae;
	cursor: pointer;
	font-size: .85em;
	padding: 0 10px 0 2px;
}

.fTabs .edit:hover {
	color: #567aac;
}

.fTabs li.current .edit {
	color: #b1c2d9;
}

.fTabs li.current .edit:hover {
	color: #a7c82d;
}

/* Mail Styles for Contact Tabs  */

.opacity-60 {
	opacity: 0.6;
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.flex-form {
	display: flex;
}

.button-form-transparent {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

[role=button],
button {
	cursor: pointer;
}

.font-bold {
	font-weight: 700;
}

/*----------- vs -----------*/
.vscomp-wrapper {
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight: 600;
}
.vscomp-toggle-button {
	border: 1px solid #9ca7bb !important;
	border-radius: 4px !important;
	padding: 11px 30px 11px 13px !important;
}


/*----------- colors -----------*/
.c1 {
	color: #567aac !important;
}
.c2 {
	color: #b0d135 !important;
}
.text-right {
	text-align: right !important;
}